/* =========================================================
   AIŠKIAU.LT – SITE.CSS
   Viešo tinklalapio stiliai.
   Naudojama kartu su BSS tema bootstrap_aiskiau.
   ========================================================= */

/* =========================================================
   1. SPALVOS IR BAZINIAI KINTAMIEJI
   ========================================================= */

:root {
  --aiskiau-surface: #ffffff;
  --aiskiau-surface-soft: #f5f6f2;
  --aiskiau-line: #d6e0df;
  --aiskiau-text: #253139;
  --aiskiau-muted: #617176;
  --aiskiau-brand: var(--bs-primary);
  --aiskiau-brand-soft: #edf2f2;
  --aiskiau-finance: #3d5a80;
  --aiskiau-finance-dark: #2e4560;
  --aiskiau-finance-soft: #eaf0f7;
}

/* =========================================================
   2. BAZĖ
   ========================================================= */

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

/* Kad anchor antraštės nepasislėptų po sticky headeriu */

#klausimai, #veiklos, #produktai, #demo {
  scroll-margin-top: 82px;
}

/* =========================================================
   3. HEADER
   ========================================================= */

.site-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: rgba(250, 251, 250, 0.96);
  border-bottom: 1px solid #d5dedd;
  box-shadow: 0 5px 18px rgba(37, 49, 57, 0.055);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.site-header .navbar {
  position: relative;
  min-height: 64px;
}

.brand-word {
  color: var(--aiskiau-text);
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.site-header .nav-link {
  color: #526067;
  font-size: 0.94rem;
  font-weight: 500;
  border-radius: 6px;
}

.site-header .nav-link:hover, .site-header .nav-link:focus {
  color: var(--aiskiau-text);
  background: var(--aiskiau-brand-soft);
}

/* =========================================================
   4. FOCUS
   ========================================================= */

.btn-primary:focus-visible, .btn-outline-primary:focus-visible, .btn-finance:focus-visible, .site-header .nav-link:focus-visible, .site-footer a:focus-visible {
  outline: 3px solid rgba(96, 117, 122, 0.34);
  outline-offset: 2px;
}

/* =========================================================
   5. HOMEPAGE HERO
   ========================================================= */

.hero {
  padding: 4.75rem 0 5.25rem;
  background: linear-gradient( 180deg, #fafaf7 0%, #f6f7f4 100% );
}

.hero .row {
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero h1 {
  max-width: 900px;
  margin: 0;
  color: var(--aiskiau-text);
  font-size: clamp(2.35rem, 3.8vw, 3.75rem);
  line-height: 1.05;
  font-weight: 600;
}

.hero .lead {
  max-width: 850px;
  color: var(--aiskiau-muted);
  font-size: clamp(1.08rem, 1.8vw, 1.32rem);
  line-height: 1.65;
}

/* Hero auditorijos tekstas */

.hero-note {
  display: block;
  min-height: 0;
  margin: 0 0 1.875rem 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--aiskiau-brand);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* =========================================================
   6. HERO PROGRAMĖLĖS PREVIEW
   ========================================================= */

.hero-visual {
  position: relative;
  max-width: 470px;
  margin-left: auto;
  padding: 1.5rem 0 1.25rem 1rem;
}

.hero-visual::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 10% 2% 0 10%;
  border: 1px solid #d4dedf;
  border-radius: 1.35rem;
  background: linear-gradient( 145deg, #f2f6f6 0%, #e8efef 100% );
  transform: rotate(-2deg);
}

.hero-preview-label {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  margin: 0 0 0.7rem 1rem;
  padding: 0.32rem 0.62rem;
  border: 1px solid #cbd7d8;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #52666b;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.035em;
}

.hero-visual .screen-frame {
  position: relative;
  z-index: 1;
  border-color: #cbd6d8;
  box-shadow: 0 24px 55px rgba(37, 49, 57, 0.15);
  transform: rotate(1deg);
}

.hero-visual .screen-toolbar {
  background: #f3f6f6;
}

.hero-visual .mini-nav strong {
  color: #40565b;
}

.hero-visual .mini-chart i {
  background: #718a90;
}

.hero-visual .mini-kpi span {
  background: #d8e2e4;
}

/* =========================================================
   7. PRODUKTO HERO
   ========================================================= */

.product-hero {
  padding: clamp(4.5rem, 7vw, 6.5rem) 0;
  background: linear-gradient( 180deg, #faf9f6 0%, #f5f7fa 100% );
}

.product-hero h1 {
  max-width: 850px;
  margin: 0;
  color: var(--aiskiau-text);
  font-size: clamp(2.25rem, 3.5vw, 3.5rem);
  line-height: 1.06;
  font-weight: 600;
}

.product-hero .lead {
  max-width: 850px;
  color: var(--aiskiau-muted);
  font-size: clamp(1.08rem, 1.8vw, 1.32rem);
  line-height: 1.65;
}

/* Produkto žyma */

.product-name-line {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin-bottom: 1.25rem;
  padding: 0.35rem 0.72rem;
  border: 1px solid #cdd8e5;
  border-radius: 999px;
  background: var(--aiskiau-finance-soft);
  color: var(--aiskiau-finance);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* =========================================================
   8. BENDROS SEKCIJOS
   ========================================================= */

.section-pad {
  padding: clamp(3.75rem, 5.5vw, 5.5rem) 0;
}

.bg-surface {
  background: var(--aiskiau-surface);
}

.finance-soft {
  background: var(--aiskiau-finance-soft);
}

/* Homepage sekcijų ritmas */

#klausimai {
  background: #ffffff;
}

#veiklos {
  background: #f5f6f2;
}

#produktai {
  background: #ffffff;
}

#demo {
  background: #f6f7f3;
}

#demo + .section-pad {
  background: #ffffff;
}

#demo + .section-pad + .section-pad {
  background: #f7f9f8;
}

/* =========================================================
   9. SEKCIJŲ ANTRAŠTĖS
   ========================================================= */

.section-head {
  max-width: 790px;
  margin-bottom: 2.4rem;
}

.section-head h2, .cta-panel h2 {
  color: var(--aiskiau-text);
  font-size: clamp(1.8rem, 3vw, 2.55rem);
  font-weight: 650;
  letter-spacing: -0.025em;
}

.section-head p, .text-muted-custom, .legal-note {
  color: var(--aiskiau-muted);
}

.section-head p {
  font-size: 1.05rem;
  line-height: 1.7;
}

.legal-note {
  font-size: 0.86rem;
  line-height: 1.55;
}

/* =========================================================
   10. MYGTUKAI
   ========================================================= */

.site-header .btn, main .btn {
  min-height: 44px;
  padding: 0.64rem 1rem;
  border-radius: 0.5rem;
  font-weight: 700;
}

/* Finansų produkto CTA */

.btn-finance {
  color: #ffffff;
  background: var(--aiskiau-finance);
  border-color: var(--aiskiau-finance);
}

.btn-finance:hover, .btn-finance:focus {
  color: #ffffff;
  background: var(--aiskiau-finance-dark);
  border-color: var(--aiskiau-finance-dark);
}

/* =========================================================
   11. „NUO KO PRADĖTI?“
   ========================================================= */

.question-list {
  border-top: 1px solid #d5dfde;
}

.question-row {
  display: grid;
  grid-template-columns: 55px minmax(220px, 0.8fr) minmax(260px, 1.2fr) 28px;
  gap: 1.4rem;
  align-items: center;
  padding: 1.35rem 0;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #d5dfde;
}

.question-row:hover {
  background: #f4f7f6;
}

.question-no {
  color: #52686d;
  font-size: 0.82rem;
  font-weight: 700;
}

.question-title {
  color: var(--aiskiau-text);
  font-size: 1.03rem;
  font-weight: 700;
}

.question-answer {
  color: var(--aiskiau-muted);
  line-height: 1.55;
}

.question-arrow {
  color: var(--aiskiau-brand);
  font-size: 1.35rem;
  text-align: right;
}

/* =========================================================
   12. „PAGAL VEIKLĄ“
   ========================================================= */

.path-panel {
  height: 100%;
  padding: 1.55rem;
  border: 1px solid #d4dedd;
  border-radius: 0.875rem;
  background: #fcfdfd;
  box-shadow: 0 1px 0 rgba(37, 49, 57, 0.025);
}

.path-panel h3 {
  margin-bottom: 1rem;
  color: var(--aiskiau-text);
  font-size: 1.12rem;
  font-weight: 700;
}

.path-panel ul {
  margin: 0;
  padding-left: 1.15rem;
  color: #5f6f74;
}

.path-panel li + li {
  margin-top: 0.55rem;
}

/* =========================================================
   13. HOMEPAGE PRODUKTŲ GRUPĖS
   ========================================================= */

.product-group {
  overflow: hidden;
  height: auto;
  border: 1px solid #d2dddc;
  border-radius: 0.875rem;
  background: #ffffff;
  box-shadow: 0 1px 0 rgba(37, 49, 57, 0.025);
}

.product-group-head {
  padding: 1.35rem 1.45rem;
  border-bottom: 1px solid #d5dfde;
  background: #eff4f3;
}

.product-group-head strong {
  display: block;
  margin-bottom: 0.3rem;
  color: var(--aiskiau-text);
  font-size: 1.02rem;
}

.product-group-head p {
  margin: 0;
  color: #627277;
  font-size: 0.92rem;
}

.product-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.05rem 1.45rem;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #e4eae9;
}

.product-link:last-child {
  border-bottom: 0;
}

.product-link:hover {
  background: #f3f7f6;
}

.product-link strong {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--aiskiau-text);
}

.product-link .product-price-note {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--aiskiau-text);
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.35;
  opacity: 0.72;
}

.product-link span:not(.arrow) {
  display: block;
  color: var(--aiskiau-muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.product-price-legal-note {
  color: var(--aiskiau-muted);
  font-size: 0.84rem;
  line-height: 1.55;
}

.product-link .arrow {
  flex-shrink: 0;
  color: var(--aiskiau-brand);
  font-size: 1.25rem;
}

/* Kol kas neaktyvūs produktai */

.product-link.is-placeholder {
  cursor: default;
}

.product-link.is-placeholder:hover {
  background: #ffffff;
}

.product-link.is-placeholder .arrow {
  opacity: 0.42;
}

@media (max-width: 575.98px) {
  .product-link {
    align-items: flex-start;
  }
}

@media (max-width: 575.98px) {
  .product-link .product-price-note {
    margin-bottom: 0.35rem;
  }
}

@media (max-width: 575.98px) {
  .product-link .arrow {
    margin-top: 0.1rem;
  }
}

/* =========================================================
   14. DEMO BLOKAS
   ========================================================= */

.demo-band {
  padding: clamp(2rem, 5vw, 4rem);
  border-radius: 1rem;
  background: #2e4145;
  color: #ffffff;
  box-shadow: 0 18px 44px rgba(37, 49, 57, 0.10);
}

.demo-band p {
  color: #d6e0e2;
}

.display-title {
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

/* =========================================================
   15. PROGRAMĖLĖS MINI MOCKUP
   ========================================================= */

.screen-frame {
  overflow: hidden;
  border: 1px solid #d7dce2;
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: 0 18px 55px rgba(37, 49, 57, 0.12);
}

.demo-band .screen-frame {
  border-color: #c7d3d5;
}

.screen-toolbar {
  display: flex;
  gap: 0.42rem;
  padding: 0.72rem 0.85rem;
  border-bottom: 1px solid #e5e8eb;
  background: #f5f6f7;
}

.screen-toolbar .dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #b8c0c5;
}

.screen-body {
  padding: 1.05rem;
}

.mini-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.85rem;
  padding-bottom: 0.85rem;
  color: #77838a;
  font-size: 0.72rem;
  border-bottom: 1px solid #edf0f2;
}

.mini-nav strong {
  color: #344963;
}

.mini-kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.7rem;
  margin-top: 1rem;
}

.mini-kpi {
  min-height: 74px;
  padding: 0.65rem;
  border: 1px solid #e3e7ea;
  border-radius: 0.55rem;
}

.mini-kpi b {
  display: block;
  color: #40505a;
  font-size: 0.67rem;
}

.mini-kpi span {
  display: block;
  width: 66%;
  height: 9px;
  margin-top: 1rem;
  border-radius: 10px;
  background: #dce5ec;
}

.demo-band .mini-kpi span {
  background: #d8e2e4;
}

.mini-chart {
  display: flex;
  align-items: flex-end;
  gap: 0.55rem;
  height: 110px;
  margin-top: 1rem;
  padding: 0.8rem;
  border-radius: 0.55rem;
  background: #f5f7f9;
}

.mini-chart i {
  flex: 1;
  min-width: 12px;
  border-radius: 3px 3px 0 0;
  background: #8ca3c0;
}

.demo-band .mini-chart i {
  background: #718a90;
}

.mini-chart i:nth-child(1) {
  height: 35%;
}

.mini-chart i:nth-child(2) {
  height: 52%;
}

.mini-chart i:nth-child(3) {
  height: 44%;
}

.mini-chart i:nth-child(4) {
  height: 70%;
}

.mini-chart i:nth-child(5) {
  height: 63%;
}

.mini-chart i:nth-child(6) {
  height: 86%;
}

/* =========================================================
   16. „NE VISKAS VIENAME“
   ========================================================= */

.principle-row {
  padding: 1.2rem 0;
  border-bottom: 1px solid #d8e1e0;
}

.principle-row:first-child {
  padding-top: 0;
}

.principle-row strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--aiskiau-text);
}

.principle-row p {
  margin: 0;
  color: #5f6f74;
  line-height: 1.6;
}

/* =========================================================
   17. FINANSŲ WORKFLOW
   ========================================================= */

.workflow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  overflow: hidden;
  border: 1px solid #d3dce7;
  border-radius: 0.875rem;
  background: #ffffff;
}

.workflow-step {
  position: relative;
  padding: 1.35rem;
  border-right: 1px solid #dfe5ec;
}

.workflow-step:last-child {
  border-right: 0;
}

.workflow-step strong {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--aiskiau-finance);
}

.workflow-step p {
  margin: 0;
  color: var(--aiskiau-muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

/* =========================================================
   18. TAIP / NE SĄRAŠAI
   ========================================================= */

.check-list, .no-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li, .no-list li {
  position: relative;
  padding: 0.72rem 0 0.72rem 1.75rem;
  color: #4f5d65;
  border-bottom: 1px solid #ecebe7;
}

.check-list li::before, .no-list li::before {
  position: absolute;
  left: 0;
  top: 0.73rem;
  width: 1.15rem;
  font-weight: 800;
}

.check-list li::before {
  content: "✓";
  color: #34724f;
}

.no-list li::before {
  content: "—";
  color: #8a7466;
}

/* =========================================================
   19. KAINOS PLACEHOLDER
   ========================================================= */

.price-placeholder {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 0.55rem;
  padding: 1.5rem;
  border: 1px solid var(--aiskiau-line);
  border-radius: 0.875rem;
  background: #ffffff;
}

.price-placeholder strong {
  color: var(--aiskiau-text);
}

.purchase-note-stack {
  display: grid;
  gap: 0.85rem;
}

.purchase-note-item {
  margin: 0;
  color: var(--aiskiau-muted);
  font-size: 0.92rem;
  line-height: 1.6;
}

.price-amount {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.2rem;
  color: var(--aiskiau-text);
  line-height: 1.1;
}

.price-amount strong {
  font-size: clamp(2rem, 4vw, 2.6rem);
  font-weight: 650;
  letter-spacing: -0.03em;
}

.price-amount span {
  color: var(--aiskiau-muted);
  font-size: 0.98rem;
  font-weight: 600;
}

.purchase-action {
  justify-content: center;
  width: 100%;
  pointer-events: none;
}

.purchase-action[aria-disabled="true"] {
  opacity: 0.65;
}

/* =========================================================
   20. PASKUTINIS CTA
   ========================================================= */

.cta-panel {
  padding: clamp(1.8rem, 4vw, 3rem);
  border: 1px solid #d2dddc;
  border-radius: 1rem;
  background: #fcfdfd;
  box-shadow: 0 8px 24px rgba(37, 49, 57, 0.045);
}

/* =========================================================
   21. FOOTER
   ========================================================= */

.site-footer {
  padding: 4rem 0 1.5rem;
  border-top: 1px solid #cbd7d6;
  background: #ecefeb;
}

.site-footer a {
  color: #4e6166;
  text-decoration: none;
}

.site-footer a:hover, .site-footer a:focus {
  color: var(--aiskiau-text);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.footer-title {
  margin-bottom: 0.85rem;
  color: var(--aiskiau-text);
  font-weight: 700;
}

.footer-bottom {
  margin-top: 3rem;
  padding-top: 1.2rem;
  color: #52686d;
  font-size: 0.86rem;
  border-top: 1px solid #ccd7d6;
}

/* =========================================================
   22. COLLAPSED NAVBAR – iki Bootstrap lg ribos
   navbar-expand-lg suskleidžiamas iki 991.98 px
   ========================================================= */

/* Meniu atsidaro virš puslapio turinio,
       jo žemyn nestumia. */

@media (max-width: 991.98px) {
  .site-header .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    max-height: calc(100vh - 64px);
    padding: 0.4rem 0.75rem 0.65rem;
    overflow-y: auto;
    border-top: 1px solid #e1e6e5;
    border-bottom: 1px solid #d5dedd;
    background: #fafbfa;
    box-shadow: 0 10px 24px rgba(37, 49, 57, 0.10);
  }
}

@media (max-width: 991.98px) {
  .site-header .navbar-nav {
    gap: 0;
  }
}

@media (max-width: 991.98px) {
  .site-header .nav-link {
    padding: 0.55rem 0.75rem;
  }
}

/* BSS HTML dabar turi mt-3.
       Čia sąmoningai perrašome Bootstrap !important tarpą. */

@media (max-width: 991.98px) {
  .site-header .navbar-collapse .btn-outline-primary {
    width: 100%;
    margin-top: 0.35rem !important;
  }
}

@media (max-width: 991.98px) {
  .site-header .navbar-toggler {
    padding: 0.3rem 0.45rem;
    border: 1px solid #b8c3c4;
    border-radius: 0.55rem;
    box-shadow: none;
  }
}

@media (max-width: 991.98px) {
  .site-header .navbar-toggler:hover, .site-header .navbar-toggler:focus {
    border-color: #8fa0a2;
    background: #edf2f2;
    box-shadow: none;
  }
}

/* Hero preview po tekstu */

@media (max-width: 991.98px) {
  .hero-visual {
    max-width: 620px;
    margin: 2.25rem 0 0;
    padding-left: 0;
  }
}

/* Klausimų sąrašas */

@media (max-width: 991.98px) {
  .question-row {
    grid-template-columns: 44px 1fr 26px;
    gap: 0.8rem 1rem;
  }
}

@media (max-width: 991.98px) {
  .question-answer {
    grid-column: 2 / 3;
    margin-top: -0.4rem;
  }
}

@media (max-width: 991.98px) {
  .question-arrow {
    grid-column: 3 / 4;
    grid-row: 1 / 3;
  }
}

/* Finansų workflow */

@media (max-width: 991.98px) {
  .workflow {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991.98px) {
  .workflow-step {
    border-right: 0;
    border-bottom: 1px solid #dfe5ec;
  }
}

@media (max-width: 991.98px) {
  .workflow-step:last-child {
    border-bottom: 0;
  }
}

/* =========================================================
   23. TELEFONAS – iki 650 px
   ========================================================= */

@media (max-width: 650px) {
  .site-header .navbar {
    min-height: 58px;
  }
}

@media (max-width: 650px) {
  .brand-word {
    font-size: 1.35rem;
  }
}

@media (max-width: 650px) {
  .site-header .navbar-collapse {
    max-height: calc(100vh - 58px);
  }
}

/* =========================================================
   24. MAŽAS TELEFONAS
   ========================================================= */

@media (max-width: 575.98px) {
  .hero {
    padding: 3.75rem 0 4rem;
  }
}

@media (max-width: 575.98px) {
  .product-hero {
    padding: 3.75rem 0 4rem;
  }
}

@media (max-width: 575.98px) {
  .section-pad {
    padding: 3.7rem 0;
  }
}

@media (max-width: 575.98px) {
  .hero h1 {
    font-size: 2.35rem;
  }
}

@media (max-width: 575.98px) {
  .product-hero h1 {
    font-size: 2.25rem;
  }
}

@media (max-width: 575.98px) {
  .hero-note {
    margin-bottom: 1.5rem;
  }
}

/* Telefone hero programėlės preview nerodomas.
       Pirmas ekranas paliekamas trumpas. */

@media (max-width: 575.98px) {
  .hero-visual {
    display: none;
  }
}

/* Klausimų sąrašas */

@media (max-width: 575.98px) {
  .question-row {
    grid-template-columns: 34px 1fr 22px;
    padding: 1.05rem 0;
  }
}

@media (max-width: 575.98px) {
  .question-answer {
    font-size: 0.92rem;
  }
}

/* Demo */

@media (max-width: 575.98px) {
  .mini-kpis {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .mini-chart {
    height: 90px;
  }
}

@media (max-width: 575.98px) {
  .demo-band {
    padding: 1.4rem;
  }
}

@media (max-width: 575.98px) {
  .price-placeholder {
    padding: 1.35rem;
  }
}

@media (max-width: 575.98px) {
  .price-amount strong {
    font-size: 2rem;
  }
}

/* Kainininko produkto puslapis. Pridėti vieną kartą į esamo site.css pabaigą. */

#kainininkas-turinys {
  --kainininkas-soft: #f3efe2;
  --kainininkas-dark: #7b6d49;
  --kainininkas-line: #e1dbc9;
}

#kainininkas-turinys section[id] {
  scroll-margin-top: 82px;
}

#kainininkas-turinys .product-hero {
  background: #faf9f6;
}

#kainininkas-turinys .product-name-line {
  color: #6f6243;
  background: var(--kainininkas-soft);
  border-color: var(--kainininkas-line);
}

#kainininkas-turinys .kainininkas-soft {
  background: var(--kainininkas-soft);
}

#kainininkas-turinys .btn-kainininkas {
  --bs-btn-color: #454b50;
  --bs-btn-bg: #eae5d6;
  --bs-btn-border-color: #eae5d6;
  --bs-btn-hover-color: #454b50;
  --bs-btn-hover-bg: #ded7c4;
  --bs-btn-hover-border-color: #ded7c4;
  --bs-btn-active-color: #454b50;
  --bs-btn-active-bg: #ded7c4;
  --bs-btn-active-border-color: #ded7c4;
  --bs-btn-focus-shadow-rgb: 123, 109, 73;
}

#kainininkas-turinys .btn-kainininkas:focus-visible, #kainininkas-turinys .table-responsive:focus-visible {
  outline: 3px solid var(--kainininkas-dark);
  outline-offset: 3px;
}

#kainininkas-turinys .workflow, #kainininkas-turinys .workflow-step, #kainininkas-turinys .screen-frame {
  border-color: var(--kainininkas-line);
}

#kainininkas-turinys .workflow-step strong, #kainininkas-turinys .mini-nav strong {
  color: var(--kainininkas-dark);
}

#kainininkas-turinys .screen-toolbar {
  background: #faf9f6;
}

#kainininkas-turinys .table {
  font-variant-numeric: tabular-nums;
}

#kainininkas-turinys .kainininkas-negative {
  color: #b8493c;
}

/* Gaminio savikainos produkto puslapis. Pridėti vieną kartą į esamo site.css pabaigą. */

#gaminio-savikaina-turinys {
  --savikaina-soft: #f5f6ef;
  --savikaina-accent: #71783f;
  --savikaina-dark: #5a5f32;
  --savikaina-line: #dee0cc;
}

#gaminio-savikaina-turinys section[id] {
  scroll-margin-top: 82px;
}

#gaminio-savikaina-turinys .product-hero, #gaminio-savikaina-turinys .savikaina-soft, #gaminio-savikaina-turinys .screen-toolbar {
  background: var(--savikaina-soft);
}

#gaminio-savikaina-turinys .product-name-line {
  color: var(--savikaina-dark);
  background: #eef0e3;
  border-color: var(--savikaina-line);
}

#gaminio-savikaina-turinys .btn-savikaina {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: var(--savikaina-accent);
  --bs-btn-border-color: var(--savikaina-accent);
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: var(--savikaina-dark);
  --bs-btn-hover-border-color: var(--savikaina-dark);
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: var(--savikaina-dark);
  --bs-btn-active-border-color: var(--savikaina-dark);
  --bs-btn-focus-shadow-rgb: 90, 95, 50;
}

#gaminio-savikaina-turinys .btn-savikaina:focus-visible, #gaminio-savikaina-turinys .table-responsive:focus-visible {
  outline: 3px solid var(--savikaina-dark);
  outline-offset: 3px;
}

#gaminio-savikaina-turinys .workflow, #gaminio-savikaina-turinys .workflow-step, #gaminio-savikaina-turinys .screen-frame {
  border-color: var(--savikaina-line);
}

#gaminio-savikaina-turinys .workflow-step strong {
  color: var(--savikaina-dark);
}

#gaminio-savikaina-turinys .table {
  font-variant-numeric: tabular-nums;
}

/* „Ar šitas darbas apsimokėjo?“ produkto puslapis.   Pridėti vieną kartą į esamo site.css pabaigą. */

#darbo-apsimokejimas-turinys {
  --darbas-soft: #f7f6f1;
  --darbas-accent: #8b846d;
  --darbas-dark: #6f6956;
  --darbas-line: #ddd9cb;
}

#darbo-apsimokejimas-turinys section[id] {
  scroll-margin-top: 82px;
}

#darbo-apsimokejimas-turinys .product-hero, #darbo-apsimokejimas-turinys .darbas-soft, #darbo-apsimokejimas-turinys .screen-toolbar {
  background: var(--darbas-soft);
}

#darbo-apsimokejimas-turinys .product-name-line {
  color: var(--darbas-dark);
  background: #f0eee5;
  border-color: var(--darbas-line);
}

#darbo-apsimokejimas-turinys .btn-darbas {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: var(--darbas-dark);
  --bs-btn-border-color: var(--darbas-dark);
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #5f5d53;
  --bs-btn-hover-border-color: #5f5d53;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #5f5d53;
  --bs-btn-active-border-color: #5f5d53;
  --bs-btn-focus-shadow-rgb: 111, 105, 86;
}

#darbo-apsimokejimas-turinys .btn-darbas:focus-visible, #darbo-apsimokejimas-turinys .table-responsive:focus-visible {
  outline: 3px solid var(--darbas-dark);
  outline-offset: 3px;
}

#darbo-apsimokejimas-turinys .workflow, #darbo-apsimokejimas-turinys .workflow-step, #darbo-apsimokejimas-turinys .screen-frame {
  border-color: var(--darbas-line);
}

#darbo-apsimokejimas-turinys .workflow-step strong {
  color: var(--darbas-dark);
}

#darbo-apsimokejimas-turinys .table {
  font-variant-numeric: tabular-nums;
}

/* Paslaugų verslo kontrolės produkto puslapis.   Pridėti vieną kartą į esamo site.css pabaigą. */

#paslaugu-verslo-kontrole-turinys {
  --paslaugos-surface: #f5f5f2;
  --paslaugos-soft: #e7f1f1;
  --paslaugos-accent: #3f7c82;
  --paslaugos-dark: #2f666c;
  --paslaugos-line: #d6e3e3;
}

#paslaugu-verslo-kontrole-turinys section[id] {
  scroll-margin-top: 82px;
}

#paslaugu-verslo-kontrole-turinys .product-hero, #paslaugu-verslo-kontrole-turinys .screen-toolbar {
  background: var(--paslaugos-surface);
}

#paslaugu-verslo-kontrole-turinys .paslaugos-soft {
  background: var(--paslaugos-soft);
}

#paslaugu-verslo-kontrole-turinys .product-name-line {
  color: var(--paslaugos-dark);
  background: var(--paslaugos-soft);
  border-color: var(--paslaugos-line);
}

#paslaugu-verslo-kontrole-turinys .btn-paslaugos {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: var(--paslaugos-accent);
  --bs-btn-border-color: var(--paslaugos-accent);
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: var(--paslaugos-dark);
  --bs-btn-hover-border-color: var(--paslaugos-dark);
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: var(--paslaugos-dark);
  --bs-btn-active-border-color: var(--paslaugos-dark);
  --bs-btn-focus-shadow-rgb: 47, 102, 108;
}

#paslaugu-verslo-kontrole-turinys .btn-paslaugos:focus-visible, #paslaugu-verslo-kontrole-turinys .table-responsive:focus-visible {
  outline: 3px solid var(--paslaugos-dark);
  outline-offset: 3px;
}

#paslaugu-verslo-kontrole-turinys .workflow, #paslaugu-verslo-kontrole-turinys .workflow-step, #paslaugu-verslo-kontrole-turinys .screen-frame {
  border-color: var(--paslaugos-line);
}

#paslaugu-verslo-kontrole-turinys .workflow-step strong {
  color: var(--paslaugos-dark);
}

#paslaugu-verslo-kontrole-turinys .table {
  font-variant-numeric: tabular-nums;
}

/* „Kam dar perskambinti dėl pasiūlymo?“ produkto puslapis.   Pridėti vieną kartą į esamo site.css pabaigą. */

#kam-dar-perskambinti-turinys {
  --pasiulymai-surface: #f5f5f2;
  --pasiulymai-soft: #eaf0f2;
  --pasiulymai-accent: #526f7a;
  --pasiulymai-dark: #405c66;
  --pasiulymai-line: #d6dfe2;
}

#kam-dar-perskambinti-turinys section[id] {
  scroll-margin-top: 82px;
}

#kam-dar-perskambinti-turinys .product-hero, #kam-dar-perskambinti-turinys .screen-toolbar {
  background: var(--pasiulymai-surface);
}

#kam-dar-perskambinti-turinys .pasiulymai-soft {
  background: var(--pasiulymai-soft);
}

#kam-dar-perskambinti-turinys .product-name-line {
  color: var(--pasiulymai-dark);
  background: var(--pasiulymai-soft);
  border-color: var(--pasiulymai-line);
}

#kam-dar-perskambinti-turinys .btn-pasiulymai {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: var(--pasiulymai-accent);
  --bs-btn-border-color: var(--pasiulymai-accent);
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: var(--pasiulymai-dark);
  --bs-btn-hover-border-color: var(--pasiulymai-dark);
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: var(--pasiulymai-dark);
  --bs-btn-active-border-color: var(--pasiulymai-dark);
  --bs-btn-focus-shadow-rgb: 64, 92, 102;
}

#kam-dar-perskambinti-turinys .btn-pasiulymai:focus-visible, #kam-dar-perskambinti-turinys .table-responsive:focus-visible {
  outline: 3px solid var(--pasiulymai-dark);
  outline-offset: 3px;
}

#kam-dar-perskambinti-turinys .workflow, #kam-dar-perskambinti-turinys .workflow-step, #kam-dar-perskambinti-turinys .screen-frame {
  border-color: var(--pasiulymai-line);
}

#kam-dar-perskambinti-turinys .workflow-step strong {
  color: var(--pasiulymai-dark);
}

#kam-dar-perskambinti-turinys .table {
  font-variant-numeric: tabular-nums;
}

/* „Gautinų sumų kontrolė“ produkto puslapis.   Pridėti vieną kartą į esamo site.css pabaigą. */

#gautinu-sumu-kontrole-turinys {
  --gautinos-surface: #f5f5f2;
  --gautinos-soft: #f1eeeb;
  --gautinos-accent: #746a61;
  --gautinos-dark: #5c534b;
  --gautinos-line: #ddd6cf;
}

#gautinu-sumu-kontrole-turinys section[id] {
  scroll-margin-top: 82px;
}

#gautinu-sumu-kontrole-turinys .product-hero, #gautinu-sumu-kontrole-turinys .screen-toolbar {
  background: var(--gautinos-surface);
}

#gautinu-sumu-kontrole-turinys .gautinos-soft {
  background: var(--gautinos-soft);
}

#gautinu-sumu-kontrole-turinys .product-name-line {
  color: var(--gautinos-dark);
  background: var(--gautinos-soft);
  border-color: var(--gautinos-line);
}

#gautinu-sumu-kontrole-turinys .btn-gautinos {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: var(--gautinos-accent);
  --bs-btn-border-color: var(--gautinos-accent);
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: var(--gautinos-dark);
  --bs-btn-hover-border-color: var(--gautinos-dark);
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: var(--gautinos-dark);
  --bs-btn-active-border-color: var(--gautinos-dark);
  --bs-btn-focus-shadow-rgb: 92, 83, 75;
}

#gautinu-sumu-kontrole-turinys .btn-gautinos:focus-visible, #gautinu-sumu-kontrole-turinys .table-responsive:focus-visible {
  outline: 3px solid var(--gautinos-dark);
  outline-offset: 3px;
}

#gautinu-sumu-kontrole-turinys .workflow, #gautinu-sumu-kontrole-turinys .workflow-step, #gautinu-sumu-kontrole-turinys .screen-frame {
  border-color: var(--gautinos-line);
}

#gautinu-sumu-kontrole-turinys .workflow-step strong {
  color: var(--gautinos-dark);
}

#gautinu-sumu-kontrole-turinys .table {
  font-variant-numeric: tabular-nums;
}

#gautinu-sumu-kontrole-turinys .gautinos-overdue {
  color: #b8493c;
}

/* „Prekės paprastai“ produkto puslapis.   Pridėti vieną kartą į esamo site.css pabaigą. */

#prekes-paprastai-turinys {
  --prekes-surface: #f3f7f6;
  --prekes-soft: #e8f1ef;
  --prekes-accent: #4f7d77;
  --prekes-dark: #3a625d;
  --prekes-line: #d6e2df;
}

#prekes-paprastai-turinys section[id] {
  scroll-margin-top: 82px;
}

#prekes-paprastai-turinys .product-hero, #prekes-paprastai-turinys .screen-toolbar {
  background: var(--prekes-surface);
}

#prekes-paprastai-turinys .prekes-soft {
  background: var(--prekes-soft);
}

#prekes-paprastai-turinys .product-name-line {
  color: var(--prekes-dark);
  background: var(--prekes-soft);
  border-color: var(--prekes-line);
}

#prekes-paprastai-turinys .btn-prekes {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: var(--prekes-accent);
  --bs-btn-border-color: var(--prekes-accent);
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: var(--prekes-dark);
  --bs-btn-hover-border-color: var(--prekes-dark);
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: var(--prekes-dark);
  --bs-btn-active-border-color: var(--prekes-dark);
  --bs-btn-focus-shadow-rgb: 58, 98, 93;
}

#prekes-paprastai-turinys .btn-prekes:focus-visible, #prekes-paprastai-turinys .table-responsive:focus-visible {
  outline: 3px solid var(--prekes-dark);
  outline-offset: 3px;
}

#prekes-paprastai-turinys .workflow, #prekes-paprastai-turinys .workflow-step, #prekes-paprastai-turinys .screen-frame {
  border-color: var(--prekes-line);
}

#prekes-paprastai-turinys .workflow-step strong {
  color: var(--prekes-dark);
}

#prekes-paprastai-turinys .table {
  font-variant-numeric: tabular-nums;
}

/* =========================================================
   APIE AIŠKIAU
   ========================================================= */

.about-hero-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 260px;
  max-width: 470px;
  margin-left: auto;
  padding: 2.25rem;
  border: 1px solid rgba(96, 117, 122, 0.16);
  border-radius: 1rem;
  background: rgba(245, 246, 242, 0.72);
  box-shadow: 0 18px 44px rgba(37, 49, 57, 0.06);
}

.about-provider {
  padding: 2.75rem 0;
  background: var(--aiskiau-surface-soft);
}

.about-provider-inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 991.98px) {
  .about-hero-panel {
    max-width: none;
    margin-left: 0;
  }
}

@media (max-width: 575.98px) {
  .about-hero-panel {
    min-height: 0;
    padding: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .about-provider {
    padding: 2.25rem 0;
  }
}

/* =========================================================
   30. HOMEPAGE MICRO-MOTION (eksperimentinis BSS sluoksnis)
   Aktyvuojamas tik site-motion.js atpažintame homepage.
   ========================================================= */

.motion-home .site-header {
  transition: background-color 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.motion-home .site-header.is-scrolled {
  background: rgba(250, 251, 250, 0.985);
  border-bottom-color: #cbd6d5;
  box-shadow: 0 8px 24px rgba(37, 49, 57, 0.09);
}

.motion-home.motion-ready .hero-copy {
  opacity: 0;
  transform: translate3d(0, 16px, 0);
}

.motion-home.motion-ready .hero-copy {
  transition: opacity 500ms ease-out, transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
}

.motion-home.motion-ready.motion-entered .hero-copy {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.motion-home.motion-ready .hero-visual::before {
  opacity: 0;
  transform: translate3d(45px, -28px, 0) rotate(3.5deg);
}

.motion-home.motion-ready.motion-assembly-entered .hero-visual::before {
  opacity: 1;
  transform: translate3d(0, 0, 0) rotate(-2deg);
  transition: opacity 720ms ease-out, transform 780ms cubic-bezier(0.22, 1, 0.36, 1);
}

.motion-home.motion-ready .hero-preview-label {
  opacity: 0;
  transform: translate3d(15px, -28px, 0);
}

.motion-home.motion-ready.motion-assembly-entered .hero-preview-label {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 470ms ease-out 300ms, transform 520ms cubic-bezier(0.22, 1, 0.36, 1) 300ms;
}

.motion-home .hero-visual .screen-frame {
  --motion-tilt-x: 0deg;
  --motion-tilt-y: 0deg;
  --motion-parallax-y: 0px;
  --motion-entry-x: 0px;
  --motion-entry-y: 0px;
  --motion-entry-scale: 1;
  box-shadow: 0 9px 20px rgba(37, 49, 57, 0.08), 0 28px 62px rgba(37, 49, 57, 0.16);
  transform: perspective(1000px) translate3d(var(--motion-entry-x), calc(var(--motion-parallax-y) + var(--motion-entry-y)), 0) scale(var(--motion-entry-scale)) rotateX(var(--motion-tilt-x)) rotateY(var(--motion-tilt-y)) rotateZ(1deg);
  transform-style: preserve-3d;
  will-change: transform;
}

.motion-home.motion-ready .hero-visual .screen-frame {
  --motion-entry-x: -44px;
  --motion-entry-y: 34px;
  --motion-entry-scale: 0.965;
  opacity: 0;
}

.motion-home.motion-ready.motion-assembly-entered .hero-visual .screen-frame {
  --motion-entry-x: 0px;
  --motion-entry-y: 0px;
  --motion-entry-scale: 1;
  opacity: 1;
  transition: opacity 720ms ease-out 140ms, transform 780ms cubic-bezier(0.22, 1, 0.36, 1) 140ms, box-shadow 220ms ease;
}

.motion-home.motion-assembled .hero-visual .screen-frame {
  transition: opacity 220ms ease, transform 80ms linear, box-shadow 220ms ease;
}

.motion-home.motion-ready .hero-visual .mini-chart i {
  opacity: 0.45;
  transform: scaleY(0.2);
  transform-origin: center bottom;
}

.motion-home.motion-assembled .hero-visual .mini-chart i {
  opacity: 1;
  transform: scaleY(1);
  transition: opacity 260ms ease-out, transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.motion-home.motion-assembled .hero-visual .mini-chart i:nth-child(2) {
  transition-delay: 35ms;
}

.motion-home.motion-assembled .hero-visual .mini-chart i:nth-child(3) {
  transition-delay: 70ms;
}

.motion-home.motion-assembled .hero-visual .mini-chart i:nth-child(4) {
  transition-delay: 105ms;
}

.motion-home.motion-assembled .hero-visual .mini-chart i:nth-child(5) {
  transition-delay: 140ms;
}

.motion-home.motion-assembled .hero-visual .mini-chart i:nth-child(6) {
  transition-delay: 175ms;
}

.motion-home.motion-ready .motion-reveal {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition: opacity 480ms ease-out var(--motion-delay, 0ms), transform 480ms cubic-bezier(0.22, 1, 0.36, 1) var(--motion-delay, 0ms);
}

.motion-home.motion-ready .motion-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.motion-home.motion-ready .demo-band.motion-demo.motion-reveal {
  opacity: 1;
  transform: none;
}

.motion-home .demo-band.motion-demo > .row > .col-lg-6:last-child img {
  border: 1px solid rgba(214, 224, 226, 0.92);
  box-shadow: 0 10px 22px rgba(18, 30, 33, 0.12), 0 28px 58px rgba(18, 30, 33, 0.2);
}

.motion-home.motion-ready .demo-band.motion-demo > .row > .col-lg-6:first-child {
  opacity: 0;
  transform: translate3d(-16px, 10px, 0);
  transition: opacity 500ms ease-out, transform 540ms cubic-bezier(0.22, 1, 0.36, 1);
}

.motion-home.motion-ready .demo-band.motion-demo > .row > .col-lg-6:last-child {
  opacity: 0;
  transform: translate3d(26px, 12px, 0) scale(0.985);
  transition: opacity 560ms ease-out 85ms, transform 620ms cubic-bezier(0.22, 1, 0.36, 1) 85ms;
}

.motion-home.motion-ready .demo-band.motion-demo > .row > .col-lg-6:last-child > p {
  opacity: 0;
  transform: translate3d(0, 7px, 0);
  transition: opacity 420ms ease-out 190ms, transform 460ms cubic-bezier(0.22, 1, 0.36, 1) 190ms;
}

.motion-home.motion-ready .demo-band.motion-demo.is-visible > .row > .col-lg-6, .motion-home.motion-ready .demo-band.motion-demo.is-visible > .row > .col-lg-6:last-child > p {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

@media (hover: hover) and (pointer: fine) {
  .motion-home .question-row, .motion-home .path-panel, .motion-home .product-group, .motion-home main .btn-primary, .motion-home main .btn-outline-primary {
    transition: transform 210ms ease, border-color 210ms ease, background-color 210ms ease, box-shadow 210ms ease;
  }
}

@media (hover: hover) and (pointer: fine) {
  .motion-home .question-row:hover, .motion-home .question-row:focus-visible, .motion-home .question-row:focus-within {
    position: relative;
    z-index: 1;
    border-bottom-color: #c5d2d1;
    background: #f7f9f8;
    box-shadow: 0 9px 22px rgba(37, 49, 57, 0.065);
    transform: translate3d(0, -2px, 0);
  }
}

@media (hover: hover) and (pointer: fine) {
  .motion-home.motion-ready .question-row.motion-reveal.is-visible:hover, .motion-home.motion-ready .question-row.motion-reveal.is-visible:focus-visible, .motion-home.motion-ready .question-row.motion-reveal.is-visible:focus-within {
    transform: translate3d(0, -2px, 0);
  }
}

@media (hover: hover) and (pointer: fine) {
  .motion-home .question-row:focus-visible {
    outline: 3px solid rgba(96, 117, 122, 0.34);
    outline-offset: 3px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .motion-home .question-arrow {
    transition: transform 210ms ease;
  }
}

@media (hover: hover) and (pointer: fine) {
  .motion-home .question-row:hover .question-arrow, .motion-home .question-row:focus-visible .question-arrow, .motion-home .question-row:focus-within .question-arrow {
    transform: translate3d(5px, 0, 0);
  }
}

@media (hover: hover) and (pointer: fine) {
  .motion-home .path-panel:hover, .motion-home .path-panel:focus-within, .motion-home .product-group:hover, .motion-home .product-group:focus-within {
    border-color: #c5d2d1;
    box-shadow: 0 12px 28px rgba(37, 49, 57, 0.075);
    transform: translate3d(0, -3px, 0);
  }
}

@media (hover: hover) and (pointer: fine) {
  .motion-home.motion-ready .path-panel.motion-reveal.is-visible:hover, .motion-home.motion-ready .path-panel.motion-reveal.is-visible:focus-within, .motion-home.motion-ready .product-group.motion-reveal.is-visible:hover, .motion-home.motion-ready .product-group.motion-reveal.is-visible:focus-within {
    transform: translate3d(0, -3px, 0);
  }
}

@media (hover: hover) and (pointer: fine) {
  .motion-home .product-link .arrow {
    transition: transform 210ms ease;
  }
}

@media (hover: hover) and (pointer: fine) {
  .motion-home .product-link:hover .arrow, .motion-home .product-link:focus-visible .arrow {
    transform: translate3d(4px, 0, 0);
  }
}

@media (hover: hover) and (pointer: fine) {
  .motion-home .product-link:focus-visible, .motion-home .path-panel a:focus-visible {
    outline: 3px solid rgba(96, 117, 122, 0.34);
    outline-offset: -3px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .motion-home main .btn-primary:hover, .motion-home main .btn-primary:focus-visible, .motion-home main .btn-outline-primary:hover, .motion-home main .btn-outline-primary:focus-visible {
    box-shadow: 0 7px 16px rgba(37, 49, 57, 0.12);
    transform: translate3d(0, -1px, 0);
  }
}

@media (hover: hover) and (pointer: fine) {
  .motion-home .demo-band.motion-demo > .row > .col-lg-6:last-child img {
    transition: transform 220ms ease, box-shadow 220ms ease;
  }
}

@media (hover: hover) and (pointer: fine) {
  .motion-home .demo-band.motion-demo > .row > .col-lg-6:last-child img:hover {
    box-shadow: 0 13px 26px rgba(18, 30, 33, 0.14), 0 34px 66px rgba(18, 30, 33, 0.23);
    transform: translate3d(0, -2px, 0);
  }
}

@media (max-width: 991.98px) {
  .motion-home.motion-ready .demo-band.motion-demo > .row > .col-lg-6:first-child {
    transform: translate3d(-10px, 8px, 0);
  }
}

@media (max-width: 991.98px) {
  .motion-home.motion-ready .demo-band.motion-demo > .row > .col-lg-6:last-child {
    transform: translate3d(12px, 8px, 0) scale(0.99);
  }
}

@media (max-width: 991.98px) {
  .motion-home.motion-ready .demo-band.motion-demo.is-visible > .row > .col-lg-6 {
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  html.motion-home {
    scroll-behavior: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .motion-home .site-header, .motion-home .hero-copy, .motion-home .hero-visual, .motion-home .hero-visual::before, .motion-home .hero-preview-label, .motion-home .hero-visual .screen-frame, .motion-home .hero-visual .mini-chart i, .motion-home .demo-band.motion-demo > .row > .col-lg-6, .motion-home .demo-band.motion-demo > .row > .col-lg-6:last-child > p, .motion-home .demo-band.motion-demo > .row > .col-lg-6:last-child img, .motion-home .motion-reveal, .motion-home .question-row, .motion-home .question-arrow, .motion-home .path-panel, .motion-home .product-group, .motion-home .product-link .arrow, .motion-home main .btn-primary, .motion-home main .btn-outline-primary {
    scroll-behavior: auto;
    transition: none !important;
    animation: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .motion-home .question-row, .motion-home .question-arrow, .motion-home .path-panel, .motion-home .product-group, .motion-home .product-link .arrow, .motion-home main .btn-primary, .motion-home main .btn-outline-primary {
    transform: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .motion-home.motion-ready .hero-copy, .motion-home.motion-ready .hero-visual, .motion-home.motion-ready .motion-reveal, .motion-home.motion-ready .motion-reveal.is-visible {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .motion-home.motion-ready .hero-visual::before {
    opacity: 1;
    transform: rotate(-2deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .motion-home.motion-ready .hero-preview-label, .motion-home.motion-ready .hero-visual .mini-chart i, .motion-home.motion-ready .demo-band.motion-demo > .row > .col-lg-6, .motion-home.motion-ready .demo-band.motion-demo > .row > .col-lg-6:last-child > p {
    opacity: 1;
    transform: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .motion-home .hero-visual .screen-frame {
    transform: rotate(1deg);
    will-change: auto;
  }
}

/* =========================================================
   31. SHARED PUBLIC-SITE MOTION PRIMITIVES
   Aktyvuojami tik puslapiuose su motion-standard / motion-subtle.
   ========================================================= */

main.motion-standard {
  --motion-distance: 22px;
  --motion-side-left: -30px;
  --motion-side-right: 30px;
  --motion-duration: 540ms;
  --motion-stagger-step: 60ms;
  --motion-preview-distance: 18px;
  --motion-preview-scale: 0.985;
  --motion-lift-distance: -3px;
}

main.motion-subtle {
  --motion-distance: 14px;
  --motion-side-left: -20px;
  --motion-side-right: 20px;
  --motion-duration: 460ms;
  --motion-stagger-step: 45ms;
  --motion-preview-distance: 12px;
  --motion-preview-scale: 0.99;
  --motion-lift-distance: -2px;
}

main.motion-standard .motion-reveal, main.motion-subtle .motion-reveal {
  --motion-start-x: 0px;
  --motion-start-y: var(--motion-distance);
}

main.motion-standard .motion-reveal-left, main.motion-subtle .motion-reveal-left {
  --motion-start-x: var(--motion-side-left);
  --motion-start-y: 0px;
}

main.motion-standard .motion-reveal-right, main.motion-subtle .motion-reveal-right {
  --motion-start-x: var(--motion-side-right);
  --motion-start-y: 0px;
}

html.motion-site-ready main.motion-standard .motion-reveal, html.motion-site-ready main.motion-standard .motion-reveal-left, html.motion-site-ready main.motion-standard .motion-reveal-right, html.motion-site-ready main.motion-subtle .motion-reveal, html.motion-site-ready main.motion-subtle .motion-reveal-left, html.motion-site-ready main.motion-subtle .motion-reveal-right {
  opacity: 0;
  transform: translate3d(var(--motion-start-x), var(--motion-start-y), 0);
}

html.motion-site-ready main.motion-standard .motion-reveal.is-visible, html.motion-site-ready main.motion-standard .motion-reveal-left.is-visible, html.motion-site-ready main.motion-standard .motion-reveal-right.is-visible, html.motion-site-ready main.motion-subtle .motion-reveal.is-visible, html.motion-site-ready main.motion-subtle .motion-reveal-left.is-visible, html.motion-site-ready main.motion-subtle .motion-reveal-right.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity var(--motion-duration) ease-out, transform var(--motion-duration) cubic-bezier(0.22, 1, 0.36, 1);
}

html.motion-site-ready main.motion-standard .motion-preview, html.motion-site-ready main.motion-subtle .motion-preview {
  opacity: 0;
  transform: translate3d(0, var(--motion-preview-distance), 0) scale(var(--motion-preview-scale));
}

html.motion-site-ready main.motion-standard .motion-preview.is-visible, html.motion-site-ready main.motion-subtle .motion-preview.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  transition: opacity var(--motion-duration) ease-out 60ms, transform var(--motion-duration) cubic-bezier(0.22, 1, 0.36, 1) 60ms;
}

html.motion-site-ready main.motion-standard .motion-stagger > *, html.motion-site-ready main.motion-subtle .motion-stagger > * {
  opacity: 0;
  transform: translate3d(0, var(--motion-distance), 0);
}

html.motion-site-ready main.motion-standard .motion-stagger.is-visible > *, html.motion-site-ready main.motion-subtle .motion-stagger.is-visible > * {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity var(--motion-duration) ease-out calc(var(--motion-index, 0) * var(--motion-stagger-step)), transform var(--motion-duration) cubic-bezier(0.22, 1, 0.36, 1) calc(var(--motion-index, 0) * var(--motion-stagger-step));
}

@media (hover: hover) and (pointer: fine) {
  main.motion-standard .motion-lift, main.motion-subtle .motion-lift {
    transition: transform 210ms ease, border-color 210ms ease, box-shadow 210ms ease;
  }
}

@media (hover: hover) and (pointer: fine) {
  main.motion-standard .motion-lift:hover, main.motion-standard .motion-lift:focus-visible, main.motion-standard .motion-lift:focus-within, main.motion-subtle .motion-lift:hover, main.motion-subtle .motion-lift:focus-visible, main.motion-subtle .motion-lift:focus-within {
    transform: translate3d(0, var(--motion-lift-distance), 0);
  }
}

@media (hover: hover) and (pointer: fine) {
  html.motion-site-ready main.motion-standard .motion-reveal.is-visible.motion-lift:hover, html.motion-site-ready main.motion-standard .motion-reveal.is-visible.motion-lift:focus-visible, html.motion-site-ready main.motion-standard .motion-reveal.is-visible.motion-lift:focus-within, html.motion-site-ready main.motion-subtle .motion-reveal.is-visible.motion-lift:hover, html.motion-site-ready main.motion-subtle .motion-reveal.is-visible.motion-lift:focus-visible, html.motion-site-ready main.motion-subtle .motion-reveal.is-visible.motion-lift:focus-within {
    transform: translate3d(0, var(--motion-lift-distance), 0);
  }
}

@media (max-width: 991.98px) {
  main.motion-standard {
    --motion-distance: 15px;
    --motion-side-left: -18px;
    --motion-side-right: 18px;
    --motion-preview-distance: 12px;
  }
}

@media (max-width: 991.98px) {
  main.motion-subtle {
    --motion-distance: 10px;
    --motion-side-left: -12px;
    --motion-side-right: 12px;
    --motion-preview-distance: 8px;
  }
}

@media (max-width: 991.98px) {
  main.motion-standard .motion-reveal-left, main.motion-standard .motion-reveal-right, main.motion-subtle .motion-reveal-left, main.motion-subtle .motion-reveal-right {
    --motion-start-x: 0px;
    --motion-start-y: var(--motion-distance);
  }
}

@media (prefers-reduced-motion: reduce) {
  main.motion-standard .motion-lift, main.motion-subtle .motion-lift, html.motion-site-ready main.motion-standard .motion-reveal, html.motion-site-ready main.motion-standard .motion-reveal-left, html.motion-site-ready main.motion-standard .motion-reveal-right, html.motion-site-ready main.motion-standard .motion-preview, html.motion-site-ready main.motion-standard .motion-stagger > *, html.motion-site-ready main.motion-subtle .motion-reveal, html.motion-site-ready main.motion-subtle .motion-reveal-left, html.motion-site-ready main.motion-subtle .motion-reveal-right, html.motion-site-ready main.motion-subtle .motion-preview, html.motion-site-ready main.motion-subtle .motion-stagger > * {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
  }
}

