/*
Theme Name: ViaToll
Theme URI: https://viatoll.lt
Description: Modern atomic Elementor child theme for the Via Lietuva / ViaToll electronic road tolling platform.
Author: Linas Jusys
Author URI: https://github.com/juslintek
Template: hello-elementor
Version: 1.0.0
Text Domain: viatoll
*/
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap');

:root {
  /* Figma Design Tokens */
  --font-main: 'Figtree', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --calm-purple: #405491;
  --light-purple: #ADB9EA;
  --black-turquoise: #041D23;
  --translucent-gray: #F4F4F4;
  --translucent-gray-purple: #E4E6F0;
  --translucent-purple: #D1D7F0;
  --white: #FFFFFF;
  --black: #000000;
  --cloudy-turquoise: #596466;
  --light-cloudy-turquoise: #879497;
  --hero-bg: #006A82;
  --accessibility: #6785FF;
  
  --radius-xs: 4px;
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 24px;
  --radius-pill: 9999px;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font-main);
  color: var(--black);
  background-color: var(--white);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  position: relative;
  overflow-x: hidden;
}

body.no-scroll {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: var(--hero-bg);
}

input[type="submit"],
.btn,
.elementor-button,
.hero-btn-primary,
.cta-btn-primary {
  font-family: var(--font-main);
  background-color: var(--black-turquoise);
  color: var(--white);
  border: none;
  outline: none;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

input[type="submit"]:hover,
input[type="submit"]:focus,
.btn:hover,
.elementor-button:hover,
.elementor-button:focus,
.hero-btn-primary:hover,
.cta-btn-primary:hover {
  background-color: #062b34;
  color: var(--white);
  border: none;
  outline: none;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container,
.vl-container,
.elementor-section.elementor-section-boxed > .elementor-container,
.e-con.e-con-boxed {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 72px;
  box-sizing: border-box;
}

.e-con.e-con-full,
.e-con:has(.hero-section),
.e-con:has(.news-section),
.e-con:has(.app-section),
.e-con:has(.how-it-works-section),
.e-con:has(.site-footer) {
  --padding-left: 0px !important;
  --padding-right: 0px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}

.e-con-full {
  --padding-left: 0px !important;
  --padding-right: 0px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.elementor-widget-vialietuva_hero_slider,
.elementor-widget-vialietuva_news_grid {
  width: 100% !important;
  max-width: 100% !important;
}

.elementor-widget-vialietuva_hero_slider > .elementor-widget-container,
.elementor-widget-vialietuva_news_grid > .elementor-widget-container {
  width: 100% !important;
  max-width: 100% !important;
}

.hero-section {
  width: 100%;
  max-width: 100%;
}

.news-section {
  width: 100%;
  max-width: 100%;
}

.site-footer {
  width: 100%;
  max-width: 100%;
  margin: 0;
  box-sizing: border-box;
}

/* ==========================================================================
   HEADER & NAVIGATION
   ========================================================================== */
.site-header {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--white);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 89px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.header-logo {
  display: flex;
  align-items: center;
  height: 49px;
}

.header-logo img {
  height: 44px;
  width: auto;
}

.desktop-nav {
  display: block;
  margin-left: auto;
  margin-right: 32px;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
}

.header-nav li {
  position: relative;
  display: flex;
  align-items: center;
}

.header-nav .nav-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #E7E9F2;
  margin-right: 8px;
  opacity: 0;
  transform: scale(0.4);
  transition: opacity 0.2s cubic-bezier(0.16, 1, 0.3, 1), transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.2s ease;
  flex-shrink: 0;
}

.header-nav li.active .nav-dot,
.header-nav li.dot-active .nav-dot,
.header-nav > li.current-menu-item .nav-dot,
.header-nav > li.current-menu-parent .nav-dot,
.header-nav > li.current-menu-ancestor .nav-dot {
  opacity: 1;
  transform: scale(1);
}

.header-nav > li:hover > a .nav-dot,
.header-nav > li:hover > .nav-menu-toggle .nav-dot,
.header-nav > li:focus-within > a .nav-dot,
.header-nav > li:focus-within > .nav-menu-toggle .nav-dot {
  opacity: 1;
  transform: scale(1);
}

.header-nav a {
  font-size: 18px;
  font-weight: 600;
  color: var(--black);
  transition: color 0.2s ease;
  position: relative;
  padding: 4px 0;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.header-nav a:hover,
.header-nav a.active {
  color: var(--black);
  text-decoration: none;
}

.header-nav > li > .nav-menu-toggle,
.header-nav > li > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
}

.header-nav .nav-menu-label { position: relative; }
.header-nav > li > .nav-menu-toggle[aria-expanded="true"] .nav-menu-label::after,
.header-nav > li > a.active .nav-menu-label::after,
.header-nav > li.current-menu-item > .nav-menu-toggle .nav-menu-label::after,
.header-nav > li.current-menu-parent > .nav-menu-toggle .nav-menu-label::after,
.header-nav > li.current-menu-ancestor > .nav-menu-toggle .nav-menu-label::after,
.header-nav > li.current-menu-item > a .nav-menu-label::after,
.header-nav > li.current-menu-parent > a .nav-menu-label::after,
.header-nav > li.current-menu-ancestor > a .nav-menu-label::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 2px;
  background: currentColor;
}

.header-nav > li > .nav-submenu {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  display: none;
  align-items: center;
  gap: 32px;
  min-height: 58px;
  padding: 0 72px;
  background: rgba(228, 230, 240, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-top: 1px solid rgba(4, 29, 35, .08);
  border-bottom: 1px solid rgba(4, 29, 35, .08);
  box-shadow: 0 6px 12px rgba(4, 29, 35, .08);
}

.desktop-nav { position: relative; }
.header-nav > li { position: static; }
@media (min-width: 1025px) {
  .header-nav > li > .nav-submenu {
    position: fixed;
    top: 89px;
    left: 0;
    right: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .header-nav > li > .nav-submenu { padding-left: 40px; padding-right: 40px; }
}
@media (min-width: 1441px) {
  .header-nav > li > .nav-submenu {
    padding-left: calc((100vw - 1296px) / 2);
    padding-right: calc((100vw - 1296px) / 2);
  }
}

.header-nav > li.expanded > .nav-submenu { display: flex; }
.header-nav .nav-submenu li { list-style: none; }
.header-nav .nav-submenu a { font-size: 16px; color: var(--black-turquoise); }

.header-nav a.active::after,
.header-nav a::after {
  display: none !important;
}

.header-utils {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-divider {
  width: 1px;
  height: 24px;
  background-color: var(--translucent-purple);
}

.lang-switch {
  font-size: 18px;
  font-weight: 600;
  color: var(--black);
  padding: 4px;
}

.search-btn {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  color: var(--black);
  transition: transform 0.2s ease;
}

.search-btn:hover {
  transform: scale(1.08);
}

/* Hamburger Toggle Button */
.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}

.mobile-menu-toggle span {
  display: block;
  width: 26px;
  height: 2.5px;
  background-color: var(--black-turquoise);
  border-radius: 2px;
  transition: transform 0.2s, opacity 0.2s;
}

/* ==========================================================================
   FIGMA 1:1 MOBILE MENU DRAWER
   ========================================================================== */
.mobile-menu-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(180deg, #E4E6F0 0%, #F4F4F4 100%);
  z-index: 2000;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  overflow-y: auto;
}

.mobile-menu-drawer.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mobile-menu-inner {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 24px 24px 40px;
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
}

.mobile-menu-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}

.mobile-menu-topbar-right {
  display: flex;
  align-items: center;
  gap: 18px;
}

.mobile-lang-switch {
  font-size: 18px;
  font-weight: 700;
  color: var(--black-turquoise);
}

.mobile-menu-close {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 6px;
}

.mobile-nav-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 36px;
  flex: 1;
}

.mobile-nav-menu {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
}
.mobile-nav-menu > li {
  list-style: none;
  border-bottom: 1px solid rgba(4, 29, 35, 0.08);
  padding-bottom: 12px;
}
.mobile-nav-menu .nav-menu-toggle,
.mobile-nav-menu > li > a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0;
  border: 0;
  background: none;
  color: var(--black-turquoise);
  font: inherit;
  text-align: left;
  cursor: pointer;
}
.mobile-nav-menu .nav-menu-toggle .nav-dot,
.mobile-nav-menu > li > a .nav-dot { display: none; }
.mobile-nav-menu .nav-menu-toggle::after { content: '+'; font-size: 24px; }
.mobile-nav-menu .nav-menu-toggle[aria-expanded="true"]::after { content: '−'; }
.mobile-nav-menu .nav-menu-label { font-size: 24px; font-weight: 600; }
.mobile-nav-menu .nav-submenu {
  display: none;
  flex-direction: column;
  gap: 12px;
  background: rgba(209, 213, 228, 0.5);
  border-radius: 6px;
  padding: 14px 18px;
  margin-top: 10px;
}
.mobile-nav-menu > li.expanded > .nav-submenu { display: flex; }
.mobile-nav-menu .nav-submenu li { list-style: none; }
.mobile-nav-menu .nav-submenu a { font-size: 15px; color: var(--black-turquoise); }


/* ==========================================================================
   MOBILE DRAWER BOTTOM TOOLBAR (3 STATES)
   ========================================================================== */
.mobile-drawer-bottom-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 24px;
  position: relative;
}

.mobile-drawer-lang-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.mobile-drawer-lang-btn {
  background: none;
  border: none;
  font-family: inherit;
  font-size: 18px;
  font-weight: 700;
  color: var(--black-turquoise);
  cursor: pointer;
  padding: 8px 12px;
  border-radius: 8px;
  transition: background-color 0.2s, color 0.2s;
}

.mobile-drawer-lang-btn:hover {
  background: rgba(255, 255, 255, 0.4);
}

.mobile-drawer-lang-pill {
  background: var(--white);
  border-radius: 22px;
  height: 44px;
  display: none;
  align-items: center;
  padding: 0 16px;
  gap: 8px;
  box-shadow: 0 4px 16px rgba(4, 29, 35, 0.08);
  font-size: 14px;
  font-weight: 600;
  color: var(--black-turquoise);
  white-space: nowrap;
}

.mobile-drawer-lang-pill .lang-tag {
  background: none;
  border: none;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  color: var(--cloudy-turquoise);
  cursor: pointer;
  padding: 2px 4px;
  transition: color 0.15s;
}

.mobile-drawer-lang-pill .lang-tag:hover,
.mobile-drawer-lang-pill .lang-tag.active {
  color: var(--hero-bg);
  font-weight: 700;
}

.mobile-drawer-lang-pill .lang-tag-divider {
  color: var(--translucent-purple);
  user-select: none;
}

.mobile-drawer-search-wrap {
  position: relative;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.mobile-drawer-search-btn {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: var(--black-turquoise);
  transition: background-color 0.2s, transform 0.2s;
}

.mobile-drawer-search-btn:hover {
  background: rgba(255, 255, 255, 0.5);
  transform: scale(1.05);
}

.mobile-drawer-search-pill {
  background: var(--white);
  border-radius: 22px;
  height: 44px;
  display: none;
  align-items: center;
  padding: 0 16px;
  gap: 10px;
  width: 100%;
  box-shadow: 0 4px 16px rgba(4, 29, 35, 0.08);
}

.mobile-drawer-search-pill .search-pill-divider {
  color: var(--translucent-purple);
  font-weight: 300;
  user-select: none;
}

.mobile-drawer-search-input {
  border: none;
  outline: none;
  background: none;
  font-family: inherit;
  font-size: 15px;
  width: 100%;
  color: var(--black-turquoise);
}

.search-pill-clear {
  background: none;
  border: none;
  font-size: 14px;
  color: var(--cloudy-turquoise);
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* State 1: Default */
.mobile-drawer-bottom-bar[data-state="default"] .mobile-drawer-lang-btn,
.mobile-drawer-bottom-bar:not([data-state]) .mobile-drawer-lang-btn {
  display: block;
}
.mobile-drawer-bottom-bar[data-state="default"] .mobile-drawer-lang-pill,
.mobile-drawer-bottom-bar:not([data-state]) .mobile-drawer-lang-pill {
  display: none;
}
.mobile-drawer-bottom-bar[data-state="default"] .mobile-drawer-search-btn,
.mobile-drawer-bottom-bar:not([data-state]) .mobile-drawer-search-btn {
  display: flex;
}
.mobile-drawer-bottom-bar[data-state="default"] .mobile-drawer-search-pill,
.mobile-drawer-bottom-bar:not([data-state]) .mobile-drawer-search-pill {
  display: none;
}

/* State 2: Search clicked */
.mobile-drawer-bottom-bar[data-state="search"] .mobile-drawer-lang-btn {
  display: block;
}
.mobile-drawer-bottom-bar[data-state="search"] .mobile-drawer-lang-pill {
  display: none;
}
.mobile-drawer-bottom-bar[data-state="search"] .mobile-drawer-search-wrap {
  flex: 1;
  margin-left: 8px;
}
.mobile-drawer-bottom-bar[data-state="search"] .mobile-drawer-search-btn {
  display: none;
}
.mobile-drawer-bottom-bar[data-state="search"] .mobile-drawer-search-pill {
  display: flex;
}

/* State 3: Language clicked */
.mobile-drawer-bottom-bar[data-state="lang"] .mobile-drawer-lang-btn {
  display: none;
}
.mobile-drawer-bottom-bar[data-state="lang"] .mobile-drawer-lang-pill {
  display: flex;
}
.mobile-drawer-bottom-bar[data-state="lang"] .mobile-drawer-search-btn {
  display: flex;
}
.mobile-drawer-bottom-bar[data-state="lang"] .mobile-drawer-search-pill {
  display: none;
}

/* Mobile Search Suggestions Typeahead */
.mobile-search-suggestions {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 0;
  right: 0;
  background: var(--white);
  border-radius: 16px;
  box-shadow: 0 12px 36px rgba(4, 29, 35, 0.15);
  border: 1px solid rgba(4, 29, 35, 0.08);
  max-height: 280px;
  overflow-y: auto;
  display: none;
  flex-direction: column;
  z-index: 100;
}

.mobile-search-suggestions.open {
  display: flex;
}

/* ==========================================================================
   HERO SECTION
   ========================================================================== */
.hero-section {
  background-color: var(--hero-bg);
  position: relative;
  min-height: 560px;
  color: var(--white);
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-bg-map {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: 
    linear-gradient(90deg, var(--hero-bg) 0%, var(--hero-bg) 54%, rgba(0, 106, 130, 0.96) 62%, transparent 74%),
    url('./assets/hero-map.png') no-repeat right 20px center / contain;
  opacity: 1;
  transition: background-image 0.6s ease;
}

/* Slide-specific background images */
.hero-section.slide-1 .hero-bg-map {
  background: 
    linear-gradient(90deg, var(--hero-bg) 0%, var(--hero-bg) 40%, rgba(0, 106, 130, 0.7) 60%, transparent 80%),
    url('./assets/slide-hero-app.png') no-repeat right center / cover;
}

.hero-section.slide-2 .hero-bg-map {
  background: 
    linear-gradient(90deg, var(--hero-bg) 0%, var(--hero-bg) 40%, rgba(0, 106, 130, 0.7) 60%, transparent 80%),
    url('./assets/slide-hero-roads.png') no-repeat right center / cover;
}

.hero-section.slide-3 .hero-bg-map {
  background: 
    linear-gradient(90deg, var(--hero-bg) 0%, var(--hero-bg) 40%, rgba(0, 106, 130, 0.7) 60%, transparent 80%),
    url('./assets/slide-hero-exemptions.png') no-repeat right center / cover;
}

.hero-content-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  position: relative;
  z-index: 2;
  padding-top: 64px;
  padding-bottom: 42px;
}

.hero-text-col {
  max-width: 580px;
}

.hero-title {
  font-size: 58px;
  font-weight: 600;
  line-height: 70px;
  margin-bottom: 24px;
}

.hero-subtitle {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  color: #FFFFFF;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  margin-bottom: 0;
}

#heroSection .hero-subtitle {
  color: #FFFFFF;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}



/* Hero Slider: text col has stacked panels, only .active is visible */
.hero-slide-text {
  display: none;
}
.hero-slide-text.active {
  display: block;
  animation: heroFadeIn 0.6s ease;
}

/* Card col: stacked absolutely, only .active is visible */
.hero-card-slider {
  position: relative;
  width: 416px;
  flex-shrink: 0;
}
.hero-slide-card {
  display: none;
}
.hero-slide-card.active {
  display: block;
  animation: heroFadeIn 0.6s ease;
}

@keyframes heroFadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Nav dots sit inside hero-text-col, below the subtitle */
.hero-slider-nav {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
}

.hero-slider-nav [data-target].active-dash {
  width: 48px;
  height: 4px;
  background: var(--white);
  border-radius: 2px;
}

.hero-slider-nav [data-target]:not(.active-dash) {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255,255,255,0.4);
}

.hero-card {
  background: var(--white);
  color: var(--black-turquoise);
  border-radius: var(--radius-lg);
  padding: 38px 34px;
  width: 416px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
}

.hero-card-title {
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 14px;
  color: var(--black-turquoise);
}

.hero-card-desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  color: var(--black);
  margin-bottom: 28px;
}

.hero-card-actions {
  display: flex;
  gap: 14px;
}

.btn-card-dark {
  flex: 1;
  height: 46px;
  background: var(--black-turquoise);
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: transform 0.15s, opacity 0.15s;
}

.btn-card-light {
  flex: 1;
  height: 46px;
  background: var(--translucent-purple);
  color: var(--black-turquoise);
  font-size: 20px;
  font-weight: 700;
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: transform 0.15s, opacity 0.15s;
}

.btn-card-dark:hover,
.btn-card-dark:focus,
a.btn-card-dark:hover,
a.btn-card-dark:focus {
  color: var(--white);
  opacity: 0.92;
  transform: translateY(-1px);
  text-decoration: none;
}

.btn-card-light:hover,
.btn-card-light:focus,
a.btn-card-light:hover,
a.btn-card-light:focus {
  color: var(--black-turquoise);
  opacity: 0.92;
  transform: translateY(-1px);
  text-decoration: none;
}

/* ==========================================================================
   "KAIP NAUDOTIS SISTEMA?" SECTION
   ========================================================================== */
.how-it-works-section {
  padding: 90px 0 80px;
  background: var(--white);
}

.how-it-works-grid {
  display: grid;
  grid-template-columns: 320px 1fr 1fr 1fr;
  align-items: center;
  gap: 0;
}

.how-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  color: var(--black-turquoise);
}

.how-col {
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}

.how-col:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 10%;
  height: 80%;
  width: 1px;
  background: var(--translucent-gray-purple);
}

.how-icon-img {
  width: 110px;
  height: 110px;
  object-fit: contain;
  margin-bottom: 16px;
  transition: transform 0.2s ease;
}

.how-col:hover .how-icon-img {
  transform: scale(1.05);
}

.how-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  font-weight: 600;
  color: var(--black);
  transition: color 0.2s;
}

.how-link:hover {
  color: var(--hero-bg);
}

/* ==========================================================================
   APP DOWNLOAD BANNER
   ========================================================================== */
.app-section {
  padding: 40px 0 90px;
}

.app-banner-card {
  background: radial-gradient(circle at 75% 50%, var(--translucent-purple) 0%, var(--translucent-gray) 100%);
  border-radius: var(--radius-lg);
  padding: 56px 72px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: flex-end;
  min-height: 350px;
  position: relative;
  overflow: hidden;
}

.app-banner-title {
  font-size: 46px;
  font-weight: 600;
  line-height: 54px;
  color: var(--black-turquoise);
  margin-bottom: 22px;
}

.app-banner-desc {
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  color: #2B3B3F;
  margin-bottom: 34px;
}

.app-badges-row {
  display: flex;
  gap: 16px;
  margin-bottom: 56px;
}

.store-badge {
  background: var(--black, #000000);
  border-radius: 6px;
  width: 124px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  gap: 8px;
  text-decoration: none;
  color: var(--white);
  transition: transform 0.15s ease, opacity 0.15s ease;
  box-sizing: border-box;
  flex-shrink: 0;
}

.store-badge:hover {
  transform: translateY(-2px);
  opacity: 0.92;
}

.store-badge-icon {
  width: 20px;
  height: 24px;
  object-fit: contain;
  flex-shrink: 0;
}

.store-badge-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
}

.store-badge-subtext {
  font-size: 8px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: var(--font-main);
  line-height: 9px;
  margin-bottom: 2px;
  white-space: nowrap;
  font-weight: 500;
}

.store-badge-name {
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
  font-family: var(--font-main);
  line-height: 14px;
  letter-spacing: -0.3px;
  white-space: nowrap;
}

.store-badge-svg-name {
  width: 74px;
  height: 15px;
  object-fit: contain;
  display: block;
}

.app-phone-preview {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.phone-mockup {
  width: 275px;
  height: 295px;
  background: var(--white);
  border: 7px solid #1C252E;
  border-bottom: none;
  border-radius: 36px 36px 0 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.08);
}

.phone-notch {
  width: 90px;
  height: 18px;
  background: #1C252E;
  border-radius: 10px;
  position: absolute;
  top: 10px;
}

.phone-radar-outer {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: rgba(164, 176, 224, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.phone-radar-mid {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: rgba(164, 176, 224, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
}

.phone-radar-core {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #A4B0E0;
}

.phone-text {
  font-size: 16px;
  font-weight: 600;
  color: #3E4663;
  text-align: center;
  line-height: 20px;
}

/* ==========================================================================
   NEWS SECTION
   ========================================================================== */
.news-section {
  background-color: var(--translucent-gray);
  padding: 80px 0 100px;
}

.news-section-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  color: var(--black-turquoise);
  margin-bottom: 40px;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.news-card {
  display: flex;
  flex-direction: column;
}

.news-card-img-wrap {
  width: 100%;
  height: 243px;
  border-radius: var(--radius-sm);
  overflow: hidden;
  margin-bottom: 18px;
  background-color: #E2E5E8;
}

.news-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.news-card:hover .news-card-img {
  transform: scale(1.04);
}

.news-date {
  font-size: 16px;
  font-weight: 400;
  color: var(--cloudy-turquoise);
  margin-bottom: 10px;
}

.news-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  color: var(--black);
  margin-bottom: 16px;
  flex-grow: 1;
}

.news-read-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 18px;
  font-weight: 600;
  color: var(--black);
  transition: color 0.2s;
}

.news-read-link:hover {
  color: var(--hero-bg);
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer {
  background-color: var(--black-turquoise);
  color: var(--white);
  padding: 70px 0 40px;
  position: relative;
}

.footer-top-grid {
  display: grid;
  grid-template-columns: 280px 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 60px;
}

.footer-logo img {
  height: 42px;
  width: auto;
  margin-bottom: 24px;
}

.footer-col-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 18px;
}

.footer-links-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links-list a {
  font-size: 14px;
  font-weight: 400;
  color: var(--light-cloudy-turquoise);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s;
}

.footer-links-list a:hover {
  color: var(--white);
}

.footer-bottom-row {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: var(--light-cloudy-turquoise);
}

/* Floating Chat & Search Modal Widgets */
.floating-chat-btn {
  position: fixed;
  bottom: 30px;
  right: 40px;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 999;
  cursor: pointer;
}

.chat-bubble-white {
  width: 50px;
  height: 50px;
  background: var(--white);
  border-radius: 50%;
  box-shadow: 0 4px 16px rgba(0,0,0,0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}

.chat-bubble-blue {
  width: 52px;
  height: 52px;
  background: var(--accessibility);
  border-radius: 50%;
  box-shadow: 0 4px 16px rgba(0,0,0,0.25);
  transition: transform 0.2s ease;
}

.floating-chat-btn:hover .chat-bubble-white,
.floating-chat-btn:hover .chat-bubble-blue {
  transform: scale(1.08);
}

/* Interactive Chat Window */
.chat-modal-popup {
  position: fixed;
  bottom: 95px;
  right: 40px;
  width: 340px;
  background: var(--white);
  border-radius: var(--radius-md);
  box-shadow: 0 10px 40px rgba(0,0,0,0.2);
  display: none;
  flex-direction: column;
  overflow: hidden;
  z-index: 1001;
  border: 1px solid rgba(0,0,0,0.08);
}

.chat-modal-popup.open {
  display: flex;
}

.chat-modal-header {
  background: var(--black-turquoise);
  color: var(--white);
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
}

.chat-modal-body {
  padding: 20px;
  font-size: 14px;
  color: #333;
  line-height: 1.4;
  height: 200px;
  overflow-y: auto;
}

.chat-modal-input-row {
  display: flex;
  border-top: 1px solid #eee;
  padding: 10px;
}

.chat-modal-input-row input {
  flex: 1;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 12px;
  font-family: inherit;
  font-size: 14px;
}

.chat-modal-input-row button {
  background: var(--black-turquoise);
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 8px 14px;
  margin-left: 8px;
  cursor: pointer;
}

/* ==========================================================================
   SUBPAGE SPECIFIC STYLES
   ========================================================================== */
.page-hero-gradient {
  background: radial-gradient(circle at 75% 50%, var(--translucent-gray-purple) 0%, var(--translucent-gray) 100%);
  padding: 60px 0 0;
  min-height: 520px;
}

.parsisiusk-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: flex-end;
}

.page-hero-gradient .subpage-title {
  margin-bottom: 22px;
}

.subpage-title {
  font-size: 52px;
  font-weight: 600;
  line-height: 62px;
  color: var(--black-turquoise);
  margin-bottom: 0;
  max-width: 900px;
}

.news-article-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  color: var(--black-turquoise);
  margin-bottom: 0;
  max-width: 900px;
}

.subpage-desc {
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  color: var(--black);
  max-width: 520px;
  margin-bottom: 36px;
}

.subpage-features-bar {
  background: var(--white);
  padding: 60px 0;
  border-top: 1px solid #ECEEF3;
}

.subpage-features-grid {
  display: grid;
  grid-template-columns: 280px 1fr 1fr 1fr;
  gap: 0;
  align-items: center;
}

.subpage-feat-col {
  padding: 0 32px;
  position: relative;
  font-size: 16px;
  line-height: 22px;
}

.subpage-feat-col:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: var(--translucent-gray-purple);
}

/* Breadcrumbs Styles (Figma 1:1) */
.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #4B6368;
  padding: 24px 0;
  flex-wrap: wrap;
}

.breadcrumbs a {
  color: #4B6368;
  display: inline-flex;
  align-items: center;
  transition: color 0.15s ease;
}

.breadcrumbs span {
  color: #4B6368;
}

.breadcrumbs a:hover {
  color: var(--black);
}

.breadcrumbs > span:last-child {
  color: var(--black);
}

.duk-header-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
}

.duk-utils {
  display: flex;
  align-items: center;
  gap: 16px;
}

.btn-share-action,
.btn-print-action,
.duk-utils a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 400;
  color: var(--black-turquoise, #041D23);
  text-decoration: none;
  transition: opacity 0.15s ease;
}

.btn-share-action:hover,
.btn-print-action:hover,
.duk-utils a:hover {
  opacity: 0.75;
}

.action-icon {
  width: 22px;
  height: 22px;
  display: block;
  flex-shrink: 0;
}

.action-divider {
  display: inline-block;
  width: 1px;
  height: 23px;
  background: var(--translucent-gray-purple, #E4E6F0);
  color: transparent;
}

.duk-list {
  max-width: 860px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 80px;
}

.duk-item-btn,
.duk-item-btn:hover,
.duk-item-btn:focus,
.duk-item-btn:active {
  width: 100%;
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  text-align: left;
  font-family: inherit;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  color: var(--black-turquoise) !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 12px 0;
}

.duk-toggle-badge {
  width: 32px;
  height: 32px;
  background: var(--translucent-gray);
  color: var(--black);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  flex-shrink: 0;
  transition: background 0.2s, color 0.2s;
}

.duk-item-btn:hover .duk-toggle-badge,
.duk-item-btn:focus .duk-toggle-badge {
  background: var(--translucent-gray);
  color: var(--black);
}

.duk-item.active .duk-toggle-badge,
.duk-item.active .duk-item-btn:hover .duk-toggle-badge,
.duk-item.active .duk-item-btn:focus .duk-toggle-badge {
  background: var(--black);
  color: var(--white);
}

.duk-answer-box {
  background: var(--translucent-gray-purple);
  border-radius: 6px;
  padding: 24px 28px;
  font-size: 18px;
  line-height: 25px;
  color: var(--black);
  margin-top: 10px;
  display: none;
}

.duk-item.active .duk-answer-box {
  display: block;
}

/* Article Layout - Customer Requirement: Sidebar always below main content on all screen widths */
.article-layout {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}

.article-content {
  width: 100%;
  max-width: 100%;
  color: var(--black, #000000);
}

.article-lead,
.article-content > p:first-of-type,
.article-content p,
.article-p {
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  color: var(--black, #000000);
  margin-bottom: 27px;
}

.article-content p:last-child {
  margin-bottom: 0;
}

.article-subtitle-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  color: var(--black, #000000);
  margin-bottom: 32px;
}

.article-content h2,
.article-h2 {
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  color: var(--black-turquoise, #041D23);
  margin-top: 48px;
  margin-bottom: 16px;
}

/* Institutions List (Figma Straipsnis 14 / Kontrolė) */
.institutions-list {
  display: flex;
  flex-direction: column;
  gap: 39px;
  margin: 36px 0 48px;
}

.institution-item {
  display: flex;
  align-items: center;
  gap: 24px;
}

.institution-logo-box {
  width: 95px;
  height: 85px;
  border: 1px solid var(--translucent-gray-purple, #E4E6F0);
  border-radius: var(--radius-sm, 6px);
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  color: var(--translucent-gray-purple, #E4E6F0);
  flex-shrink: 0;
  box-sizing: border-box;
}

.institution-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.institution-name {
  font-size: 18px;
  font-weight: 600;
  color: var(--black, #000000);
  line-height: 22px;
}

.institution-pill-btn {
  width: 171px;
  height: 44px;
  background: var(--translucent-purple, #D1D7F0);
  border-radius: var(--radius-sm, 6px);
  font-size: 18px;
  font-weight: 700;
  color: var(--black-turquoise, #041D23);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background 0.15s ease, transform 0.1s ease;
}

.institution-pill-btn:hover {
  background: var(--light-purple, #ADB9EA);
  transform: translateY(-1px);
}

.article-alt-banner {
  background: var(--translucent-gray, #F4F4F4);
  border-radius: 12px;
  padding: 18px 22px;
  margin-top: 36px;
  border-left: 4px solid var(--hero-bg, #006A82);
}

.article-alt-banner p {
  font-size: 15px;
  line-height: 22px;
  color: var(--black-turquoise, #041D23);
  margin: 0;
}

.article-alt-banner a {
  font-weight: 600;
  color: var(--hero-bg, #006A82);
  text-decoration: underline;
}

/* Sidebar (Below content - exactly 2 cards, large spacing after main content) */
.article-sidebar {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 60px;
}

.sidebar-card {
  background: var(--translucent-gray, #F4F4F4);
  border-radius: 22px;
  padding: 22px 24px;
  width: 100%;
  box-sizing: border-box;
  box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
  transition: transform 0.15s ease;
}

.sidebar-card:hover {
  transform: translateY(-2px);
}

.sidebar-card-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: var(--black-turquoise, #041D23);
  margin-bottom: 6px;
}

.sidebar-card-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: var(--cloudy-turquoise, #596466);
  margin-bottom: 14px;
}

.sidebar-read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: var(--black, #000000);
  margin-top: auto;
  text-decoration: none;
  transition: color 0.15s ease;
}

.sidebar-read-more:hover {
  color: var(--hero-bg, #006A82);
}

.sidebar-read-more-arrow {
  width: 20px;
  height: 20px;
  display: block;
  flex-shrink: 0;
}

.sidebar-card-img-wrap {
  width: 100%;
  height: 140px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 16px;
  background: var(--translucent-purple, #D1D7F0);
}

.sidebar-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Pagination */
.pagination-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  padding-bottom: 40px;
}

.pagination-pages {
  display: flex;
  align-items: center;
  gap: 8px;
}

.page-box {
  width: 32px;
  height: 32px;
  background: var(--translucent-gray);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}

.page-box:hover {
  background: #E5E7EB;
}

.page-box.active {
  background: var(--black);
  color: var(--white);
}

/* ==========================================================================
   DESKTOP SEARCH MODAL OVERLAY & TYPEAHEAD
   ========================================================================== */
.desktop-search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(4, 29, 35, 0.45);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 2500;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 120px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.desktop-search-overlay.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.desktop-search-modal {
  width: 100%;
  max-width: 680px;
  background: var(--white);
  border-radius: 20px;
  box-shadow: 0 24px 64px rgba(4, 29, 35, 0.24);
  padding: 12px;
  transform: translateY(-20px) scale(0.98);
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
  margin: 0 20px;
}

.desktop-search-overlay.open .desktop-search-modal {
  transform: translateY(0) scale(1);
}

.desktop-search-bar {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 20px;
  background: var(--translucent-gray);
  border-radius: 14px;
}

.desktop-search-bar input {
  flex: 1;
  border: none;
  background: none;
  outline: none;
  font-family: inherit;
  font-size: 17px;
  font-weight: 500;
  color: var(--black-turquoise);
}

.desktop-search-close {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: var(--cloudy-turquoise);
  transition: background 0.15s, color 0.15s;
}

.desktop-search-close:hover {
  background: var(--translucent-purple);
  color: var(--black);
}

/* Shared Typeahead Suggestions Styles */
.desktop-search-suggestions {
  margin-top: 8px;
  max-height: 380px;
  overflow-y: auto;
  display: none;
  flex-direction: column;
}

.desktop-search-suggestions.open {
  display: flex;
}

.suggestion-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 18px;
  border-radius: 10px;
  text-decoration: none;
  color: var(--black-turquoise);
  transition: background 0.15s ease;
  cursor: pointer;
}

.suggestion-item:hover,
.suggestion-item.selected {
  background: var(--translucent-gray-purple);
}

.suggestion-left {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.suggestion-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--black-turquoise);
}

.suggestion-title mark,
.suggestion-snippet mark,
.search-highlight {
  background: rgba(103, 133, 255, 0.2);
  color: var(--hero-bg);
  font-weight: 700;
  border-radius: 3px;
  padding: 0 2px;
}

.suggestion-category {
  font-size: 12px;
  font-weight: 600;
  color: var(--light-cloudy-turquoise);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.suggestion-arrow {
  font-size: 18px;
  font-weight: 600;
  color: var(--cloudy-turquoise);
  transition: transform 0.15s ease;
}

.suggestion-item:hover .suggestion-arrow {
  transform: translateX(3px);
  color: var(--hero-bg);
}

.suggestion-footer {
  padding: 12px 18px;
  border-top: 1px solid var(--translucent-gray-purple);
  font-size: 14px;
  font-weight: 600;
  color: var(--hero-bg);
  text-align: right;
  display: block;
}

.suggestion-empty {
  padding: 24px;
  text-align: center;
  font-size: 15px;
  color: var(--cloudy-turquoise);
}

/* ==========================================================================
   BENEFIT CHECKLIST & VIDEO & PARTNER COMPONENTS
   ========================================================================== */
.benefit-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 24px 0 32px;
  list-style: none;
}

.benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 17px;
  line-height: 24px;
  color: var(--black-turquoise);
}

.benefit-check-icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  border-radius: 50%;
  background: #EAF7EE;
  color: #107C41;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}

.article-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--black-turquoise, #041D23);
  color: var(--white, #FFFFFF);
  font-weight: 700;
  font-size: 18px;
  height: 48px;
  padding: 0 28px;
  border-radius: var(--radius-sm, 6px);
  text-decoration: none;
  transition: background-color 0.15s ease, transform 0.15s ease;
  margin-bottom: 36px;
  border: none;
}

.article-cta-btn:hover,
a.article-cta-btn:hover {
  background: var(--calm-purple, #405491) !important;
  color: #FFFFFF !important;
  transform: translateY(-1px);
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--black-turquoise, #041D23);
  color: var(--white, #FFFFFF);
  font-weight: 700;
  font-size: 18px;
  height: 48px;
  padding: 0 28px;
  border-radius: var(--radius-sm, 6px);
  text-decoration: none;
  transition: background-color 0.15s ease, transform 0.15s ease;
  border: none;
  cursor: pointer;
}

.btn-primary:hover {
  background: var(--calm-purple, #405491);
  transform: translateY(-1px);
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--translucent-purple, #D1D7F0);
  color: var(--black-turquoise, #041D23);
  font-weight: 700;
  font-size: 18px;
  height: 48px;
  padding: 0 28px;
  border-radius: var(--radius-sm, 6px);
  text-decoration: none;
  transition: background-color 0.15s ease, transform 0.15s ease;
  border: none;
  cursor: pointer;
}

.btn-secondary:hover {
  background: var(--light-purple, #ADB9EA);
  transform: translateY(-1px);
}

/* Video Placeholder */
.video-placeholder-wrap {
  margin: 28px 0 36px;
}

.video-placeholder-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--black-turquoise);
  margin-bottom: 12px;
}

.video-placeholder {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  max-width: 760px;
  background: linear-gradient(135deg, #041D23 0%, #08333D 50%, #006A82 100%);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(4, 29, 35, 0.12);
  transition: transform 0.2s, box-shadow 0.2s;
}

.video-placeholder:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(4, 29, 35, 0.18);
}

.video-play-btn {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--hero-bg);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), background 0.2s;
}

.video-placeholder:hover .video-play-btn {
  transform: scale(1.12);
  background: var(--white);
}

.video-duration-badge {
  position: absolute;
  bottom: 16px;
  right: 16px;
  background: rgba(0, 0, 0, 0.65);
  color: var(--white);
  font-size: 12px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 4px;
  backdrop-filter: blur(4px);
}

/* Institutional Partners Grid */
.partner-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin: 24px 0 32px;
}

.partner-card {
  background: var(--translucent-gray);
  border-radius: 12px;
  padding: 20px;
  text-decoration: none;
  color: var(--black-turquoise);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid transparent;
  transition: border-color 0.2s, background 0.2s, transform 0.2s;
}

.partner-card:hover {
  background: var(--white);
  border-color: var(--translucent-purple);
  box-shadow: 0 4px 16px rgba(4, 29, 35, 0.06);
  transform: translateY(-2px);
}

.partner-card-name {
  font-size: 16px;
  font-weight: 700;
  color: var(--black-turquoise);
  margin-bottom: 12px;
  line-height: 22px;
}

.partner-card-domain {
  font-size: 14px;
  font-weight: 600;
  color: var(--hero-bg);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* Penalty Callout Box */
.penalty-callout-box {
  background: #FFF8F0;
  border-left: 4px solid #F59E0B;
  border-radius: 0 12px 12px 0;
  padding: 24px 28px;
  margin: 28px 0;
}

.penalty-callout-title {
  font-size: 20px;
  font-weight: 700;
  color: #B45309;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.penalty-callout-text {
  font-size: 16px;
  line-height: 24px;
  color: #78350F;
}

.penalty-callout-highlight {
  font-weight: 700;
  color: #92400E;
}

/* ==========================================================================
   SEARCH RESULTS PAGE STYLES (paieska.html)
   ========================================================================== */
.search-page-header {
  margin-bottom: 36px;
}

.search-page-bar {
  display: flex;
  align-items: center;
  background: var(--white);
  border: 2px solid var(--translucent-purple);
  border-radius: 9999px;
  padding: 6px 8px 6px 20px;
  max-width: 720px;
  margin-bottom: 28px;
  box-shadow: 0 4px 16px rgba(4, 29, 35, 0.04);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.search-page-bar:focus-within {
  border-color: var(--hero-bg);
  box-shadow: 0 6px 20px rgba(0, 106, 130, 0.12);
}

.search-page-input {
  flex: 1;
  border: none;
  outline: none;
  background: none;
  font-family: inherit;
  font-size: 17px;
  color: var(--black-turquoise);
}

.search-page-btn {
  background: var(--hero-bg);
  color: var(--white);
  border: none;
  border-radius: 9999px;
  padding: 10px 24px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s;
}

.search-page-btn:hover {
  background: #00566A;
}

.search-results-info {
  font-size: 15px;
  color: var(--cloudy-turquoise);
  margin-bottom: 24px;
}

.search-results-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
}

.search-result-card {
  background: var(--white);
  border: 1px solid rgba(4, 29, 35, 0.08);
  border-radius: 16px;
  padding: 24px 28px;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.search-result-card:hover {
  border-color: var(--hero-bg);
  box-shadow: 0 8px 24px rgba(4, 29, 35, 0.06);
  transform: translateY(-2px);
}

.search-result-category {
  font-size: 13px;
  font-weight: 600;
  color: var(--hero-bg);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.search-result-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--black-turquoise);
  line-height: 26px;
}

.search-result-snippet {
  font-size: 15px;
  line-height: 22px;
  color: var(--cloudy-turquoise);
}

.search-result-link-text {
  font-size: 15px;
  font-weight: 600;
  color: var(--hero-bg);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
}

/* ==========================================================================
   RESPONSIVE MEDIA QUERIES
   ========================================================================== */

/* 1. Large Laptops / Screens (<= 1200px) */
@media (max-width: 1200px) {
  .header-nav {
    gap: 24px;
  }
  
  .header-nav a {
    font-size: 16px;
  }

  .hero-title {
    font-size: 48px;
    line-height: 58px;
  }

  .how-it-works-grid {
    grid-template-columns: 240px 1fr 1fr 1fr;
  }
  
  .how-col {
    padding: 0 20px;
  }

  .app-banner-card {
    padding: 44px 44px 0;
  }
  
  .app-banner-title {
    font-size: 38px;
    line-height: 46px;
  }
}

/* 2. Tablets (768px to 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
  .container,
  .vl-container,
  .elementor-section.elementor-section-boxed > .elementor-container,
  .e-con.e-con-boxed {
    padding: 0 62px;
  }
  
  .site-header {
    height: auto;
  }

  .header-inner {
    height: 76px;
  }

  .desktop-nav {
    display: none !important;
  }
  
  .header-divider {
    display: none;
  }

  .mobile-menu-toggle {
    display: flex;
  }

  /* Hero Section */
  .hero-section {
    min-height: auto;
    padding: 30px 0 40px;
  }

  .hero-content-wrap {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 32px;
    align-items: end;
    padding-top: 36px;
    padding-bottom: 44px;
  }

  .hero-text-col {
    max-width: 100%;
  }

  .hero-card-slider {
    width: 100%;
  }

  .hero-card {
    width: 100%;
    max-width: 100%;
    padding: 30px 24px;
  }

  .hero-title {
    font-size: 46px;
    line-height: 54px;
    margin-bottom: 16px;
  }

  .hero-subtitle {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 28px;
  }

  .hero-card-title {
    font-size: 24px;
    line-height: 30px;
  }

  .hero-bg-map {
    background-size: 55%;
    background-position: right center;
    opacity: 0.20;
  }

  .hero-card-desc {
    font-size: 16px;
    line-height: 19px;
  }

  .btn-card-dark, .btn-card-light {
    height: 44px;
    font-size: 18px;
  }

  /* How It Works Section */
  .how-it-works-section {
    padding: 60px 0;
  }

  .how-it-works-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .how-title {
    grid-column: 1 / -1;
    text-align: left;
    margin-bottom: 16px;
  }

  .how-col {
    padding: 0 16px;
  }

  .how-col::after {
    display: none;
  }

  /* App Banner */
  .app-banner-card {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 24px;
    padding: 40px 32px 0;
  }

  .app-banner-title {
    font-size: 34px;
    line-height: 42px;
  }

  /* Subpage Hero & Feature Grid */
  .parsisiusk-hero-grid {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 24px;
    align-items: flex-end;
  }

  .subpage-features-grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .subpage-feat-col {
    padding: 0;
  }

  .subpage-feat-col::after {
    display: none;
  }

  /* Subpage Header & Action Buttons (Figma Tablet Straipsnis 7 - 21496:2398) */
  .duk-header-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 60px;
  }

  .duk-utils {
    display: flex;
    align-items: center;
    gap: 18px;
  }

  .btn-share-action,
  .btn-print-action,
  .duk-utils a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    color: var(--black, #000000);
  }

  .btn-share-action span,
  .btn-print-action span,
  .duk-utils a span {
    font-size: 14px;
    line-height: 18px;
  }

  .action-icon {
    width: 22px;
    height: 22px;
  }

  .action-divider {
    display: inline-block;
    height: 23px;
    width: 1px;
    background: var(--translucent-gray-purple, #E4E6F0);
    color: transparent;
  }

  /* News Grid */
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  /* Footer */
  .footer-top-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
  }

  .footer-logo {
    grid-column: span 2;
  }
}

/* 3. Mobile Viewports (< 768px) */
@media (max-width: 767px) {
  .container,
  .vl-container,
  .elementor-section.elementor-section-boxed > .elementor-container,
  .e-con.e-con-boxed {
    padding: 0 24px;
  }

  .site-header {
    height: auto;
  }

  .header-inner {
    height: 68px;
  }

  .desktop-nav {
    display: none !important;
  }

  .header-divider {
    display: none;
  }

  .header-utils {
    display: flex;
    align-items: center;
    gap: 14px;
  }

  .lang-switch {
    font-size: 16px;
    font-weight: 600;
    color: var(--black-turquoise);
    padding: 2px 4px;
  }

  .search-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    color: var(--black-turquoise);
  }

  .mobile-menu-toggle {
    display: flex;
    width: 32px;
    height: 32px;
    padding: 4px;
    gap: 5px;
  }

  .mobile-menu-toggle span {
    width: 22px;
    height: 2.5px;
  }

  .header-logo img {
    height: 38px;
  }

  /* Hero Section */
  .hero-section {
    min-height: auto;
    padding: 0;
    overflow: visible;
  }

  .hero-content-wrap {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 24px;
    padding-bottom: 0;
    gap: 0;
  }

  .hero-text-col {
    max-width: 100%;
    padding-bottom: 0;
  }

  .hero-slide-text {
    width: 100%;
  }

  .hero-card-slider {
    width: calc(100% - 20px);
    margin: 0 10px 24px;
  }

  .hero-slide-card.active {
    display: block;
  }

  .hero-title {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 14px;
  }

  .hero-subtitle {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 0;
  }

  .hero-slider-nav {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .hero-card {
    width: 100%;
    padding: 24px 20px;
    border-radius: 22px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
  }

  .hero-card-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .hero-card-desc {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 20px;
  }

  .hero-card-actions {
    flex-direction: row;
    gap: 10px;
  }

  .btn-card-dark, .btn-card-light {
    flex: 1;
    height: 44px;
    font-size: 18px;
  }

  .hero-bg-map {
    background-size: 160%;
    background-position: center top;
    opacity: 0.25;
  }

  /* How It Works Section */
  .how-it-works-section {
    padding: 44px 0;
  }

  .how-it-works-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    align-items: flex-start;
  }

  .how-title {
    grid-column: 1 / -1;
    font-size: 26px;
    line-height: 32px;
    text-align: left;
    margin-bottom: 20px;
  }

  .how-col {
    padding: 0 4px;
  }

  .how-col:not(:last-child)::after {
    display: block;
    content: '';
    position: absolute;
    right: -4px;
    top: 10%;
    height: 80%;
    width: 1px;
    background: var(--translucent-gray-purple);
  }

  .how-icon-img {
    width: 68px;
    height: 68px;
    margin-bottom: 8px;
  }

  .how-link {
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    flex-direction: column;
    gap: 2px;
  }

  /* App Banner */
  .app-section {
    padding: 20px 0 50px;
  }

  .app-banner-card {
    grid-template-columns: 1fr;
    padding: 32px 20px 0;
    gap: 28px;
    border-radius: var(--radius-md);
  }

  .app-banner-title {
    font-size: 28px;
    line-height: 34px;
  }

  .app-banner-desc {
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 24px;
  }

  .app-badges-row {
    flex-wrap: nowrap;
    gap: 12px;
    margin-bottom: 32px;
  }

  .store-badge {
    width: 120px;
    height: 40px;
    padding: 0 8px;
    gap: 6px;
    flex-shrink: 0;
  }

  .store-badge-icon {
    width: 18px;
    height: 21px;
  }

  .store-badge-svg-name {
    width: 66px;
    height: 13px;
  }

  .store-badge-name {
    font-size: 14px;
    letter-spacing: -0.3px;
  }

  .store-badge-subtext {
    font-size: 8px;
  }

  .phone-mockup {
    width: 240px;
    height: 260px;
    border-width: 6px;
  }

  .phone-radar-outer {
    width: 100px;
    height: 100px;
    margin-bottom: 12px;
  }

  .phone-radar-mid {
    width: 64px;
    height: 64px;
  }

  .phone-radar-core {
    width: 28px;
    height: 28px;
  }

  .phone-text {
    font-size: 14px;
  }

  /* News Section */
  .news-section {
    padding: 48px 0 60px;
  }

  .news-section-title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 24px;
  }

  .news-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .news-card-img-wrap {
    height: 190px;
  }

  .news-title {
    font-size: 18px;
    line-height: 23px;
  }

  /* Subpages */
  .page-hero-gradient {
    padding: 36px 0 0;
    min-height: auto;
  }

  .parsisiusk-hero-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    align-items: center;
  }

  .subpage-title {
    font-size: 32px;
    line-height: 38px;
  }

  .subpage-desc {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 24px;
  }

  .subpage-features-bar {
    padding: 40px 0;
  }

  .subpage-features-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .subpage-feat-col {
    padding: 0;
  }

  .subpage-feat-col::after {
    display: none;
  }

  /* Subpage Header & Action Buttons (Figma Mobile Straipsnis 10 - 21506:6299) */
  .duk-header-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 60px;
  }

  .duk-header-row .subpage-title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 0;
  }

  .news-article-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0;
  }

  .duk-utils {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    width: 100%;
  }

  .btn-share-action,
  .btn-print-action,
  .duk-utils a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: var(--black, #000000);
  }

  .btn-share-action span,
  .btn-print-action span,
  .duk-utils a span {
    font-size: 14px;
    line-height: 18px;
  }

  .action-icon {
    width: 22.5px;
    height: 22.5px;
  }

  .action-divider {
    display: inline-block;
    height: 19px;
    width: 1px;
    background: var(--translucent-gray-purple, #E4E6F0);
    color: transparent;
  }

  .article-lead,
  .article-content > p:first-of-type,
  .article-content p,
  .article-p {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 19px;
  }

  .article-sidebar {
    margin-top: 56px;
    gap: 13px;
    margin-bottom: 48px;
  }

  .sidebar-card {
    padding: 22px 22px;
    border-radius: 22px;
  }

  .sidebar-card-title {
    font-size: 18px;
    line-height: 22px;
  }

  .duk-list {
    margin-bottom: 48px;
  }

  .duk-item-btn {
    font-size: 18px;
    line-height: 23px;
  }

  .duk-answer-box {
    padding: 16px 18px;
    font-size: 15px;
    line-height: 22px;
  }

  .pagination-row {
    flex-direction: column;
    gap: 20px;
    margin-top: 36px;
  }

  /* Footer */
  .site-footer {
    padding: 48px 0 28px;
  }

  .footer-top-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 40px;
  }

  .footer-logo {
    grid-column: span 1;
  }

  .footer-bottom-row {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }

  /* Chat popup on mobile */
  .floating-chat-btn {
    bottom: 20px;
    right: 20px;
    gap: 8px;
  }

  .chat-bubble-white {
    width: 44px;
    height: 44px;
  }

  .chat-bubble-blue {
    width: 46px;
    height: 46px;
  }

  .chat-modal-popup {
    bottom: 80px;
    right: 16px;
    left: 16px;
    width: auto;
  }
}

/* ==========================================================================
   KONTAKTAI PAGE STYLES (Modeled after Toll Collect & Figma System)
   ========================================================================== */
.contact-hero-intro {
  background: linear-gradient(135deg, #F4F4F4 0%, #E7EAF5 100%);
  border-radius: 20px;
  padding: 40px 48px;
  margin-bottom: 48px;
  border: 1px solid #D1D7F0;
}

.contact-hero-intro-p {
  font-size: 18px;
  line-height: 28px;
  color: var(--black-turquoise);
  max-width: 960px;
  margin: 0;
}

.contact-channels-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-bottom: 56px;
}

.contact-card {
  background: var(--translucent-gray);
  border-radius: 20px;
  padding: 36px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(4, 29, 35, 0.06);
}

.contact-card-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #E4E6F0;
  color: var(--black-turquoise);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 6px 14px;
  border-radius: 9999px;
  margin-bottom: 16px;
  width: fit-content;
}

.contact-card-badge.badge-primary {
  background: #D1D7F0;
  color: var(--calm-purple);
}

.contact-card-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--black-turquoise);
  margin-bottom: 16px;
  line-height: 30px;
}

.contact-card-phone-wrap {
  margin: 16px 0;
}

.contact-card-phone {
  font-size: 28px;
  font-weight: 800;
  color: var(--hero-bg);
  text-decoration: none;
  display: inline-block;
  letter-spacing: -0.5px;
  transition: color 0.15s ease;
}

.contact-card-phone:hover {
  color: var(--black-turquoise);
  text-decoration: underline;
}

.contact-card-info-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 15px;
  color: var(--black-turquoise);
  margin: 16px 0;
}

.contact-card-info-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 22px;
}

.contact-card-note {
  font-size: 13px;
  color: var(--cloudy-turquoise);
  font-style: italic;
  margin-top: 8px;
}

.contact-card-email {
  font-size: 16px;
  font-weight: 600;
  color: var(--hero-bg);
  text-decoration: none;
}

.contact-card-email:hover {
  text-decoration: underline;
}

.contact-card-action {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.contact-card-btn-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 700;
  color: var(--black-turquoise);
  text-decoration: none;
  transition: color 0.15s ease, transform 0.15s ease;
}

.contact-card-btn-link:hover {
  color: var(--hero-bg);
  transform: translateX(4px);
}

/* Big Contact CTA */
.contact-cta-wrapper {
  text-align: center;
  padding: 48px 32px;
  background: linear-gradient(180deg, #FFFFFF 0%, #F4F4F4 100%);
  border: 1px solid #E4E6F0;
  border-radius: 24px;
  margin: 56px 0;
}

.contact-cta-heading {
  font-size: 26px;
  font-weight: 700;
  color: var(--black-turquoise);
  margin-bottom: 12px;
}

.contact-cta-desc {
  font-size: 16px;
  color: var(--cloudy-turquoise);
  max-width: 600px;
  margin: 0 auto 28px;
}

.btn-contact-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--black-turquoise, #041D23);
  color: var(--white, #FFFFFF);
  height: 48px;
  padding: 0 36px;
  border-radius: var(--radius-sm, 6px);
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.15s ease, transform 0.15s ease;
  border: none;
  cursor: pointer;
}

.btn-contact-cta:hover {
  background: var(--calm-purple, #405491);
  color: var(--white, #FFFFFF);
  transform: translateY(-1px);
}

/* Extra Grid (FAQ & Map) */
.contact-extra-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  margin-bottom: 80px;
}

.contact-faq-box {
  background: var(--translucent-gray);
  border-radius: 20px;
  padding: 36px;
}

.contact-faq-box h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--black-turquoise);
  margin-bottom: 20px;
}

.contact-faq-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.contact-faq-links a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  color: var(--black-turquoise);
  transition: color 0.15s ease;
}

.contact-faq-links a:hover {
  color: var(--hero-bg);
  text-decoration: underline;
}

.contact-map-box {
  background: var(--translucent-gray);
  border-radius: 20px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contact-map-box h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--black-turquoise);
  margin-bottom: 12px;
}

.contact-address-info {
  font-size: 15px;
  line-height: 24px;
  color: var(--black-turquoise);
  margin-bottom: 20px;
}

.contact-map-preview {
  height: 180px;
  border-radius: 12px;
  background: #E4E6F0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.contact-map-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-map-pin-btn {
  position: absolute;
  background: var(--white);
  color: var(--black-turquoise);
  padding: 8px 16px;
  border-radius: 9999px;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  gap: 6px;
}

/* ==========================================================================
   KONTAKTŲ FORMA WIZARD (Modeled after Toll Collect Multi-Step Form)
   ========================================================================== */
.wizard-wrapper {
  max-width: 880px;
  margin: 0 auto 80px;
}

.wizard-stepper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 48px;
  padding: 0 16px;
}

.wizard-stepper::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 40px;
  right: 40px;
  height: 3px;
  background: #E4E6F0;
  z-index: 1;
}

.wizard-stepper-progress {
  position: absolute;
  top: 20px;
  left: 40px;
  height: 3px;
  background: var(--hero-bg);
  z-index: 2;
  transition: width 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  width: 0%;
}

.wizard-step-node {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.wizard-step-circle {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--white);
  border: 3px solid #D1D7F0;
  color: var(--cloudy-turquoise);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 15px;
  transition: all 0.25s ease;
}

.wizard-step-node.active .wizard-step-circle {
  border-color: var(--hero-bg);
  background: var(--hero-bg);
  color: var(--white);
  box-shadow: 0 0 0 5px rgba(0, 106, 130, 0.15);
}

.wizard-step-node.completed .wizard-step-circle {
  border-color: var(--hero-bg);
  background: var(--hero-bg);
  color: var(--white);
}

.wizard-step-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--cloudy-turquoise);
  white-space: nowrap;
  transition: color 0.2s ease;
}

.wizard-step-node.active .wizard-step-label,
.wizard-step-node.completed .wizard-step-label {
  color: var(--black-turquoise);
}

.wizard-step-pane {
  display: none;
  background: var(--white);
  border: 1px solid #E4E6F0;
  border-radius: 24px;
  padding: 44px;
  box-shadow: 0 8px 32px rgba(4, 29, 35, 0.04);
  animation: fadeInStep 0.3s ease;
}

.wizard-step-pane.active {
  display: block;
}

@keyframes fadeInStep {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.wizard-pane-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--black-turquoise);
  margin-bottom: 8px;
}

.wizard-pane-subtitle {
  font-size: 15px;
  color: var(--cloudy-turquoise);
  margin-bottom: 32px;
}

/* Topic Selection Radio Cards */
.topic-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 32px;
}

.topic-card {
  position: relative;
  border: 2px solid #E4E6F0;
  border-radius: 16px;
  padding: 20px;
  background: var(--white);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.15s ease;
}

.topic-card:hover {
  border-color: var(--light-purple);
  background: #FAFBFD;
  transform: translateY(-2px);
}

.topic-card.selected {
  border-color: var(--hero-bg);
  background: rgba(0, 106, 130, 0.04);
}

.topic-card input[type="radio"] {
  width: 20px;
  height: 20px;
  accent-color: var(--hero-bg);
  cursor: pointer;
}

.topic-card-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.topic-card-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--black-turquoise);
}

.topic-card-desc {
  font-size: 13px;
  color: var(--cloudy-turquoise);
}

/* Form inputs & controls */
.form-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.form-group {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
}

.form-label {
  font-size: 14px;
  font-weight: 600;
  color: var(--black-turquoise);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form-label .required-star {
  color: #D32F2F;
  margin-left: 4px;
}

.form-input,
.form-select,
.form-textarea {
  width: 100%;
  padding: 13px 16px;
  border: 1.5px solid #D1D7F0;
  border-radius: 10px;
  font-family: var(--font-main);
  font-size: 15px;
  color: var(--black-turquoise);
  background: var(--white);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  border-color: var(--hero-bg);
  box-shadow: 0 0 0 3px rgba(0, 106, 130, 0.12);
}

.form-input.is-invalid,
.form-textarea.is-invalid {
  border-color: #D32F2F;
  background-color: #FFF8F8;
}

.form-error-msg {
  font-size: 12px;
  color: #D32F2F;
  margin-top: 6px;
  display: none;
}

.form-error-msg.visible {
  display: block;
}

.form-textarea {
  min-height: 140px;
  resize: vertical;
  line-height: 22px;
}

/* Drag & Drop File Upload */
.dropzone-box {
  border: 2px dashed #ADB9EA;
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
  background: #FAFBFD;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
}

.dropzone-box:hover,
.dropzone-box.dragover {
  border-color: var(--hero-bg);
  background: rgba(0, 106, 130, 0.05);
}

.dropzone-icon {
  margin-bottom: 12px;
  color: var(--hero-bg);
}

.dropzone-text-main {
  font-size: 15px;
  font-weight: 600;
  color: var(--black-turquoise);
  margin-bottom: 4px;
}

.dropzone-text-sub {
  font-size: 13px;
  color: var(--cloudy-turquoise);
}

.file-preview-list {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.file-preview-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #E4E6F0;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--black-turquoise);
}

.file-preview-remove {
  background: none;
  border: none;
  color: #D32F2F;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  padding: 0 4px;
}

/* Person Type Segmented Toggle */
.person-type-switch {
  display: inline-flex;
  background: #E4E6F0;
  border-radius: 9999px;
  padding: 4px;
  margin-bottom: 28px;
  gap: 4px;
}

.person-type-btn {
  padding: 8px 24px;
  border-radius: 9999px;
  border: none;
  background: transparent;
  font-family: var(--font-main);
  font-size: 14px;
  font-weight: 600;
  color: var(--black-turquoise);
  cursor: pointer;
  transition: all 0.2s ease;
}

.person-type-btn.active {
  background: var(--white);
  color: var(--black-turquoise);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

/* Step 4 Review & Consent */
.review-summary-card {
  background: var(--translucent-gray);
  border-radius: 16px;
  padding: 24px 28px;
  margin-bottom: 28px;
}

.review-summary-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #E4E6F0;
  font-size: 15px;
}

.review-summary-row:last-child {
  border-bottom: none;
}

.review-summary-label {
  color: var(--cloudy-turquoise);
  font-weight: 500;
}

.review-summary-val {
  color: var(--black-turquoise);
  font-weight: 700;
  text-align: right;
  max-width: 60%;
}

.consent-checkbox-wrap {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 28px 0;
  cursor: pointer;
}

.consent-checkbox-wrap input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: var(--hero-bg);
  margin-top: 2px;
  flex-shrink: 0;
}

.consent-checkbox-text {
  font-size: 14px;
  line-height: 22px;
  color: var(--black-turquoise);
}

/* Wizard Navigation Actions */
.wizard-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid #E4E6F0;
}

.btn-wizard-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--translucent-purple, #D1D7F0);
  border: none;
  color: var(--black-turquoise, #041D23);
  height: 48px;
  padding: 0 28px;
  border-radius: var(--radius-sm, 6px);
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.15s ease, transform 0.1s ease;
}

.btn-wizard-back:hover {
  background: var(--light-purple, #ADB9EA);
  transform: translateY(-1px);
}

.btn-wizard-next,
.btn-wizard-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--black-turquoise, #041D23);
  color: var(--white, #FFFFFF);
  border: none;
  height: 48px;
  padding: 0 36px;
  border-radius: var(--radius-sm, 6px);
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.15s ease, transform 0.1s ease;
}

.btn-wizard-next:hover,
.btn-wizard-submit:hover {
  background: var(--calm-purple, #405491);
  transform: translateY(-1px);
}

/* Success Modal / Toast */
.form-success-card {
  text-align: center;
  padding: 48px 24px;
}

.form-success-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #E8F5E9;
  color: #2E7D32;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.form-success-ref {
  display: inline-block;
  background: #E4E6F0;
  padding: 8px 18px;
  border-radius: 9999px;
  font-weight: 700;
  font-size: 16px;
  color: var(--hero-bg);
  margin: 16px 0 24px;
}

/* ==========================================================================
   ARTICLE & NEWS 1:1 ENHANCEMENTS
   ========================================================================== */
.article-hero-wrap {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 40px;
}

.article-hero-img {
  width: 100%;
  max-height: 540px;
  object-fit: cover;
  display: block;
}

.article-lead-p {
  font-size: 19px;
  line-height: 29px;
  font-weight: 500;
  color: var(--black-turquoise);
  margin-bottom: 24px;
}

.article-inline-img {
  width: 100%;
  border-radius: 14px;
  margin: 36px 0;
}

.article-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 36px 0;
}

.article-gallery-thumb {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 16/10;
}

.article-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(4, 29, 35, 0.6);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease;
}

.article-gallery-overlay:hover {
  background: rgba(4, 29, 35, 0.75);
}

.article-subheading {
  font-size: 24px;
  font-weight: 700;
  color: var(--black-turquoise);
  line-height: 30px;
  margin: 36px 0 12px;
}

.article-italic-desc {
  font-style: italic;
  font-size: 16px;
  line-height: 24px;
  color: var(--cloudy-turquoise);
  margin-bottom: 20px;
}

.btn-download-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ADB9EA;
  color: var(--black-turquoise);
  padding: 10px 22px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s ease;
  margin-bottom: 32px;
}

.btn-download-tag:hover {
  background: var(--light-purple);
}

.article-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin: 32px 0;
  border-radius: 12px;
  border: 1px solid #E4E6F0;
}

.article-zebra-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  text-align: left;
}

.article-zebra-table th {
  background: #F4F4F4;
  padding: 14px 18px;
  font-weight: 700;
  color: var(--black-turquoise);
  border-bottom: 1px solid #E4E6F0;
}

.article-zebra-table td {
  padding: 14px 18px;
  border-bottom: 1px solid #F0F0F0;
  color: var(--black-turquoise);
}

.article-zebra-table tr:nth-child(even) {
  background: #FAFBFD;
}

.article-zebra-table tr:hover {
  background: #F0F4FA;
}

.article-updated-note {
  font-size: 14px;
  color: var(--light-cloudy-turquoise);
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #E4E6F0;
}

/* Sidebar Recent News Cards */
.sidebar-news-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sidebar-news-card {
  background: var(--translucent-gray, #F4F4F4);
  border-radius: 22px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.15s ease;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.02);
}

.sidebar-news-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.sidebar-news-img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  display: block;
}

.sidebar-news-content {
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sidebar-news-date {
  font-size: 13px;
  color: var(--cloudy-turquoise);
}

.sidebar-news-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--black-turquoise);
  line-height: 20px;
}

.sidebar-news-link {
  font-size: 14px;
  font-weight: 600;
  color: var(--black-turquoise);
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 4px;
  text-decoration: none;
}

.sidebar-news-link:hover {
  color: var(--hero-bg);
}

/* Q&A Myth Blocks */
.myth-qa-block {
  background: var(--translucent-gray);
  border-radius: 16px;
  padding: 24px 28px;
  margin-bottom: 24px;
  border-left: 4px solid var(--hero-bg);
}

.myth-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.myth-badge-red {
  background: #FFEBEE;
  color: #C62828;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 6px;
  text-transform: uppercase;
}

.fact-badge-green {
  background: #E8F5E9;
  color: #2E7D32;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 6px;
  text-transform: uppercase;
}

.myth-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--black-turquoise);
}

.fact-content {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  font-size: 16px;
  line-height: 24px;
  color: var(--black-turquoise);
}

.myth-desc {
  font-size: 15px;
  color: var(--cloudy-turquoise);
  line-height: 20px;
  margin: 6px 0 10px;
}

/* Operator Page Cards */
.operator-box-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
}

.operator-box-card {
  background: var(--white);
  border-radius: var(--radius-sm, 6px);
  padding: 20px;
  box-shadow: 0 2px 8px rgba(4, 29, 35, 0.04);
  border: 1px solid var(--translucent-gray-purple, #E4E6F0);
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.operator-card-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--black-turquoise, #041D23);
  margin-bottom: 2px;
}

.operator-card-desc {
  font-size: 14px;
  color: var(--cloudy-turquoise, #596466);
  line-height: 18px;
}

/* Responsive Overrides */
@media (max-width: 900px) {
  .contact-channels-grid {
    grid-template-columns: 1fr;
  }

  .contact-extra-grid {
    grid-template-columns: 1fr;
  }

  .topic-grid {
    grid-template-columns: 1fr;
  }

  .form-grid-2 {
    grid-template-columns: 1fr;
  }

  .wizard-stepper {
    overflow-x: auto;
    padding-bottom: 12px;
  }

  .wizard-step-label {
    font-size: 11px;
  }

  .article-gallery-grid {
    grid-template-columns: 1fr;
  }
}



/* ==========================================================================
   VEHICLE CATEGORIES CARDS (N1, N2, N3, M2, M3)
   ========================================================================== */
.vehicle-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin: 32px 0 40px;
}

.vehicle-card {
  background: var(--translucent-gray);
  border-radius: 16px;
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.vehicle-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(4, 29, 35, 0.08);
}

.vehicle-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--hero-bg);
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 12px;
}

.vehicle-img-wrap {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.vehicle-img-wrap img {
  max-height: 90px;
  max-width: 100%;
  object-fit: contain;
}

.vehicle-name {
  font-size: 16px;
  font-weight: 700;
  color: var(--black-turquoise);
  margin-bottom: 6px;
}

.vehicle-mass {
  font-size: 13px;
  font-weight: 600;
  color: var(--hero-bg);
  margin-bottom: 8px;
}

.vehicle-desc {
  font-size: 13px;
  color: var(--cloudy-turquoise);
  line-height: 18px;
}

/* ==========================================================================
   RATES TABLE STYLING
   ========================================================================== */
.rates-table-wrap {
  width: 100%;
  overflow-x: auto;
  border-radius: 16px;
  border: 1px solid var(--translucent-gray-purple);
  margin: 28px 0 40px;
  background: var(--white);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
}

.rates-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 15px;
  min-width: 680px;
}

.rates-table th {
  background: var(--black-turquoise);
  color: var(--white);
  padding: 16px 18px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.2px;
  white-space: nowrap;
}

.rates-table th:first-child {
  border-top-left-radius: 14px;
}

.rates-table th:last-child {
  border-top-right-radius: 14px;
}

.rates-table td {
  padding: 14px 18px;
  border-bottom: 1px solid var(--translucent-gray-purple);
  color: var(--black-turquoise);
}

.rates-table tbody tr:nth-child(even) {
  background: var(--translucent-gray);
}

.rates-table tbody tr:hover {
  background: #EAEFF6;
}

.rates-table td strong {
  color: var(--hero-bg);
  font-weight: 700;
}

.rates-category-col {
  font-weight: 700;
  color: var(--black-turquoise);
}

/* ==========================================================================
   INTERACTIVE TOLL CALCULATOR WIDGET
   ========================================================================== */
.calculator-widget {
  background: linear-gradient(135deg, #F4F6F8 0%, #E9EEF2 100%);
  border: 1px solid var(--translucent-purple);
  border-radius: 20px;
  padding: 32px;
  margin: 40px 0;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
}

.calculator-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--black-turquoise);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.calculator-subtitle {
  font-size: 15px;
  color: var(--cloudy-turquoise);
  margin-bottom: 28px;
}

.calculator-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 32px;
  align-items: start;
}

.calc-form-group {
  margin-bottom: 20px;
}

.calc-label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--black-turquoise);
  margin-bottom: 8px;
}

.calc-select,
.calc-input {
  width: 100%;
  padding: 12px 16px;
  background: var(--white);
  border: 1px solid #CFD5DF;
  border-radius: 10px;
  font-family: inherit;
  font-size: 16px;
  color: var(--black-turquoise);
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.calc-select:focus,
.calc-input:focus {
  border-color: var(--hero-bg);
  box-shadow: 0 0 0 3px rgba(0, 106, 130, 0.15);
}

.calc-result-card {
  background: var(--white);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 6px 20px rgba(4, 29, 35, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.calc-result-header {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--cloudy-turquoise);
  margin-bottom: 12px;
}

.calc-total-amount {
  font-size: 38px;
  font-weight: 800;
  color: var(--hero-bg);
  line-height: 1;
  margin-bottom: 16px;
}

.calc-total-currency {
  font-size: 22px;
  font-weight: 600;
  color: var(--black-turquoise);
}

.calc-breakdown-list {
  list-style: none;
  border-top: 1px solid var(--translucent-gray);
  padding-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
  color: var(--black-turquoise);
}

.calc-breakdown-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.calc-breakdown-item.discount-applied {
  color: #15803d;
  font-weight: 600;
}

/* ==========================================================================
   LENGVATOS (DISCOUNTS) & NOTICES
   ========================================================================== */
.discount-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin: 32px 0;
}

.discount-card {
  background: var(--translucent-gray);
  border-radius: 18px;
  padding: 28px 24px;
  border-left: 6px solid var(--hero-bg);
  position: relative;
  transition: transform 0.2s ease;
}

.discount-card:hover {
  transform: translateY(-2px);
}

.discount-badge {
  display: inline-block;
  background: var(--hero-bg);
  color: var(--white);
  font-size: 22px;
  font-weight: 800;
  padding: 6px 16px;
  border-radius: 30px;
  margin-bottom: 16px;
}

.discount-badge.green {
  background: #15803d;
}

.discount-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--black-turquoise);
  margin-bottom: 12px;
}

.discount-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 16px;
  color: var(--black-turquoise);
  line-height: 22px;
}

.discount-list li {
  position: relative;
  padding-left: 22px;
}

.discount-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--hero-bg);
  font-weight: 800;
}

.notice-box {
  background: #FFF9E6;
  border: 1px solid #F3E3A6;
  border-left: 6px solid #D97706;
  border-radius: 14px;
  padding: 20px 24px;
  margin: 32px 0;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.notice-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  color: #D97706;
}

.notice-text {
  font-size: 15px;
  line-height: 22px;
  color: #78350F;
}

/* ==========================================================================
   EXEMPTIONS (IŠIMTYS)
   ========================================================================== */
.exemptions-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 32px 0 40px;
}

.exemption-card {
  background: var(--translucent-gray);
  border-radius: 14px;
  padding: 20px 24px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  transition: transform 0.15s ease, background-color 0.15s;
}

.exemption-card:hover {
  background: #ECEFF4;
  transform: translateX(4px);
}

.exemption-num {
  width: 36px;
  height: 36px;
  background: var(--black-turquoise);
  color: var(--white);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 800;
  flex-shrink: 0;
}

.exemption-content {
  font-size: 16px;
  line-height: 24px;
  color: var(--black-turquoise);
}

/* ==========================================================================
   COOKIE SETTINGS MANAGER (SLAPUKAI)
   ========================================================================== */
.cookie-manager-card {
  background: var(--translucent-gray);
  border-radius: 18px;
  padding: 28px;
  margin: 32px 0 40px;
  border: 1px solid var(--translucent-gray-purple);
}

.cookie-manager-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--black-turquoise);
  margin-bottom: 20px;
}

.cookie-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  gap: 20px;
}

.cookie-row:last-of-type {
  border-bottom: none;
}

.cookie-info h4 {
  font-size: 17px;
  font-weight: 600;
  color: var(--black-turquoise);
  margin-bottom: 4px;
}

.cookie-info p {
  font-size: 14px;
  color: var(--cloudy-turquoise);
  line-height: 20px;
}

.cookie-switch {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 28px;
  flex-shrink: 0;
}

.cookie-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider-switch {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #CBD5E1;
  transition: .3s;
  border-radius: 28px;
}

.slider-switch:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: .3s;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.cookie-switch input:checked + .slider-switch {
  background-color: var(--hero-bg);
}

.cookie-switch input:checked + .slider-switch:before {
  transform: translateX(24px);
}

.cookie-switch input:disabled + .slider-switch {
  opacity: 0.6;
  cursor: not-allowed;
}

.cookie-actions {
  margin-top: 24px;
  display: flex;
  gap: 16px;
  align-items: center;
}

.cookie-save-btn {
  background: var(--hero-bg);
  color: var(--white);
  border: none;
  border-radius: 10px;
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, transform 0.1s;
}

.cookie-save-btn:hover {
  background: #00566B;
  transform: translateY(-1px);
}

.cookie-toast {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  background: var(--black-turquoise);
  color: var(--white);
  padding: 14px 28px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  opacity: 0;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s;
  z-index: 3000;
  pointer-events: none;
}

.cookie-toast.show {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}

/* ==========================================================================
   TOLL ROADS TABLE & MAP (MOKAMI KELIAI)
   ========================================================================== */
.toll-map-section {
  margin: 32px 0 48px;
}

.toll-map-container {
  width: 100%;
  height: 480px;
  background: #E5E9EC;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  border: 1px solid var(--translucent-gray-purple);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.toll-table-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 24px 0 16px;
  flex-wrap: wrap;
  gap: 16px;
}

.toll-search-input-wrap {
  position: relative;
  max-width: 400px;
  width: 100%;
}

.toll-search-input-wrap svg {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--cloudy-turquoise);
}

.toll-search-input {
  width: 100%;
  padding: 12px 14px 12px 42px;
  background: var(--translucent-gray);
  border: 1px solid #D5DAE1;
  border-radius: 12px;
  font-family: inherit;
  font-size: 15px;
  color: var(--black-turquoise);
  outline: none;
  transition: border-color 0.2s, background-color 0.2s;
}

.toll-search-input:focus {
  border-color: var(--hero-bg);
  background: var(--white);
}

.toll-table-count {
  font-size: 14px;
  font-weight: 600;
  color: var(--cloudy-turquoise);
}

.toll-roads-table-wrap {
  width: 100%;
  overflow-x: auto;
  border-radius: 16px;
  border: 1px solid var(--translucent-gray-purple);
  background: var(--white);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
  margin-bottom: 60px;
}

.toll-roads-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 15px;
  min-width: 640px;
}

.toll-roads-table th {
  background: var(--black-turquoise);
  color: var(--white);
  padding: 16px 20px;
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
}

.toll-roads-table td {
  padding: 14px 20px;
  border-bottom: 1px solid var(--translucent-gray-purple);
  color: var(--black-turquoise);
  vertical-align: middle;
}

.toll-roads-table tbody tr:nth-child(even) {
  background: var(--translucent-gray);
}

.toll-roads-table tbody tr:hover {
  background: #E8EEF5;
}

.road-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  padding: 4px 10px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  color: var(--white);
}

.road-badge-magistrale {
  background: #C92A2A;
}

.road-badge-krasto {
  background: #006A82;
}

.road-name {
  font-weight: 600;
  color: var(--black-turquoise);
}

.road-km {
  color: var(--cloudy-turquoise);
  font-family: monospace, inherit;
  font-size: 14px;
}

/* Responsive Overrides for New Components */
@media (max-width: 1024px) {
  .vehicle-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .calculator-grid {
    grid-template-columns: 1fr;
  }

  .discount-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .vehicle-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .calculator-widget {
    padding: 20px 16px;
  }

  .cookie-manager-card {
    padding: 20px 16px;
  }

  .cookie-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .cookie-switch {
    align-self: flex-end;
  }

  .toll-map-container {
    height: 320px;
  }
}

/* ==========================================================================
   ARTICLE GALLERY LIGHTBOX MODAL & FULLSCREEN SLIDER
   ========================================================================== */
.article-gallery-thumb {
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.article-gallery-thumb:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(4, 29, 35, 0.18);
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  background: rgba(4, 29, 35, 0.95);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.gallery-lightbox.open {
  opacity: 1;
  visibility: visible;
}

.lightbox-container {
  width: 100%;
  height: 100%;
  max-width: 1600px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px 32px;
  box-sizing: border-box;
  position: relative;
  user-select: none;
}

/* Lightbox Header / Toolbar */
.lightbox-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  z-index: 10;
  gap: 16px;
}

.lightbox-counter {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
  padding: 6px 14px;
  border-radius: 20px;
  letter-spacing: 0.5px;
  flex-shrink: 0;
}

.lightbox-caption {
  font-size: 15px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 16px;
}

.lightbox-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.lightbox-btn-icon {
  background: rgba(255, 255, 255, 0.15);
  border: none;
  color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
}

.lightbox-btn-icon:hover {
  background: rgba(255, 255, 255, 0.28);
  transform: scale(1.06);
}

/* Main Stage */
.lightbox-stage {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin: 12px 0;
  overflow: hidden;
  height: calc(100vh - 200px);
}

.lightbox-image-wrapper {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.lightbox-main-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.6);
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.24s ease;
  opacity: 1;
}

.lightbox-main-img.anim-slide-left {
  animation: slideFromRight 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}

.lightbox-main-img.anim-slide-right {
  animation: slideFromLeft 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes slideFromRight {
  from {
    opacity: 0.2;
    transform: translateX(40px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@keyframes slideFromLeft {
  from {
    opacity: 0.2;
    transform: translateX(-40px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

.lightbox-nav-btn {
  background: rgba(255, 255, 255, 0.15);
  border: none;
  color: #fff;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  z-index: 10;
  flex-shrink: 0;
  margin: 0 16px;
}

.lightbox-nav-btn:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}

/* Bottom Thumbnails Strip */
.lightbox-thumbs {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
  overflow-x: auto;
  padding: 10px 8px;
  max-width: 100%;
  scrollbar-width: thin;
  scrollbar-color: rgba(255,255,255,0.3) transparent;
}

.lightbox-thumb-item {
  width: 68px;
  height: 48px;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.45;
  border: 2px solid transparent;
  transition: all 0.2s;
  flex-shrink: 0;
}

.lightbox-thumb-item:hover {
  opacity: 0.8;
}

.lightbox-thumb-item.active {
  opacity: 1;
  border-color: var(--hero-bg, #006A82);
  transform: scale(1.08);
  box-shadow: 0 0 12px rgba(0, 106, 130, 0.6);
}

.lightbox-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 768px) {
  .lightbox-container {
    padding: 16px 12px;
  }

  .lightbox-caption {
    font-size: 13px;
  }

  .lightbox-nav-btn {
    width: 42px;
    height: 42px;
    margin: 0 4px;
  }

  .lightbox-thumb-item {
    width: 52px;
    height: 36px;
  }
}

/* Operator Plain List (Figma 1:1) */
.operator-plain-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 16px;
  margin-bottom: 40px;
}

.operator-plain-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.operator-plain-name {
  font-family: var(--body-and-subtitles-body-3-font-family, "Figtree-Regular", sans-serif);
  font-size: var(--body-and-subtitles-body-3-font-size, 20px);
  line-height: var(--body-and-subtitles-body-3-line-height, 27px);
  font-weight: var(--body-and-subtitles-body-3-font-weight, 400);
  color: var(--black, #000000);
}

.operator-plain-desc {
  font-family: var(--body-and-subtitles-body-3-font-family, "Figtree-Regular", sans-serif);
  font-size: var(--body-and-subtitles-body-3-font-size, 20px);
  line-height: var(--body-and-subtitles-body-3-line-height, 27px);
  font-weight: var(--body-and-subtitles-body-3-font-weight, 400);
  color: var(--black, #000000);
}

.btn-cta-purple {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--translucent-purple, #d1d7f0);
  color: var(--black, #000000);
  font-family: var(--button-button-2-font-family, "Figtree-Bold", sans-serif);
  font-size: var(--button-button-2-font-size, 18px);
  line-height: var(--button-button-2-line-height, 22px);
  font-weight: var(--button-button-2-font-weight, 700);
  border-radius: 6px;
  padding: 11px 24px;
  min-width: 196px;
  text-decoration: none;
  transition: opacity 0.15s ease, transform 0.1s ease;
}

.btn-cta-purple:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

.article-divider {
  border: none;
  border-top: 1px solid var(--translucent-gray-purple, #E0E2EC);
  margin: 32px 0;
  width: 100%;
}

/* Accessibility Floating Trigger & Widget */
.floating-widgets-wrap {
  position: fixed;
  bottom: 30px;
  right: 40px;
  display: flex;
  align-items: center;
  gap: 14px;
  z-index: 1000;
}

.floating-chat-trigger,
.floating-a11y-trigger {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  outline: none;
}

.chat-bubble-white {
  width: 52px;
  height: 52px;
  background: var(--white, #ffffff);
  border-radius: 50%;
  box-shadow: 0 4px 18px rgba(4, 29, 35, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: 1px solid rgba(4, 29, 35, 0.06);
}

.chat-bubble-blue {
  width: 52px;
  height: 52px;
  background: var(--accessibility, #6785FF);
  border-radius: 50%;
  box-shadow: 0 4px 18px rgba(103, 133, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  color: #ffffff;
}

.floating-chat-trigger:hover .chat-bubble-white,
.floating-a11y-trigger:hover .chat-bubble-blue {
  transform: scale(1.08);
}

/* Accessibility Modal Panel */
.a11y-modal-popup {
  position: fixed;
  bottom: 95px;
  right: 40px;
  width: 340px;
  max-height: calc(100vh - 120px);
  background: var(--white, #ffffff);
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(4, 29, 35, 0.22);
  display: none;
  flex-direction: column;
  overflow: hidden;
  z-index: 1002;
  border: 1px solid rgba(4, 29, 35, 0.1);
  font-family: var(--font-main, "Figtree", sans-serif);
}

.a11y-modal-popup.open {
  display: flex;
}

.a11y-modal-header {
  background: var(--black-turquoise, #041D23);
  color: var(--white, #ffffff);
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.a11y-modal-header h4 {
  font-size: 17px;
  font-weight: 700;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.a11y-close-btn {
  background: none;
  border: none;
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
  padding: 0 4px;
  line-height: 1;
}

.a11y-modal-body {
  padding: 20px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.a11y-option-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.a11y-group-title {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--cloudy-turquoise, #4B6368);
}

.a11y-btn-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.a11y-btn-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.a11y-btn {
  background: var(--translucent-gray, #F4F4F4);
  border: 1px solid rgba(4, 29, 35, 0.08);
  border-radius: 8px;
  padding: 10px 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--black-turquoise, #041D23);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  transition: all 0.15s ease;
}

.a11y-btn:hover {
  background: var(--translucent-purple, #D1D7F0);
}

.a11y-btn.active {
  background: var(--hero-bg, #006A82);
  color: #ffffff;
  border-color: var(--hero-bg, #006A82);
}

.a11y-reset-btn {
  background: none;
  border: 1px dashed var(--cloudy-turquoise, #879497);
  border-radius: 8px;
  padding: 10px;
  font-size: 13px;
  font-weight: 600;
  color: var(--cloudy-turquoise, #4B6368);
  cursor: pointer;
  margin-top: 4px;
  transition: all 0.15s ease;
}

.a11y-reset-btn:hover {
  background: #ffeeee;
  border-color: #cc3333;
  color: #cc3333;
}

/* Accessibility Global Body Modes */
body.a11y-font-lg,
body.a11y-font-lg p,
body.a11y-font-lg span,
body.a11y-font-lg a,
body.a11y-font-lg li,
body.a11y-font-lg button,
body.a11y-font-lg input,
body.a11y-font-lg div:not(.floating-widgets-wrap):not(.a11y-modal-popup):not(.chat-modal-popup):not(.mobile-drawer-bottom-bar) {
  font-size: 115% !important;
  line-height: 1.5 !important;
}

body.a11y-font-lg h1, body.a11y-font-lg .hero-title, body.a11y-font-lg .subpage-title {
  font-size: 120% !important;
}

body.a11y-font-xl,
body.a11y-font-xl p,
body.a11y-font-xl span,
body.a11y-font-xl a,
body.a11y-font-xl li,
body.a11y-font-xl button,
body.a11y-font-xl input,
body.a11y-font-xl div:not(.floating-widgets-wrap):not(.a11y-modal-popup):not(.chat-modal-popup):not(.mobile-drawer-bottom-bar) {
  font-size: 130% !important;
  line-height: 1.6 !important;
}

body.a11y-font-xl h1, body.a11y-font-xl .hero-title, body.a11y-font-xl .subpage-title {
  font-size: 135% !important;
}

body.a11y-contrast-high {
  filter: contrast(140%) !important;
}

body.a11y-contrast-inverted {
  filter: invert(100%) hue-rotate(180deg) !important;
  background-color: #000 !important;
}

body.a11y-contrast-grayscale {
  filter: grayscale(100%) !important;
}

body.a11y-spacing-wide {
  letter-spacing: 0.12em !important;
  word-spacing: 0.16em !important;
  line-height: 1.8 !important;
}

body.a11y-dyslexic * {
  font-family: "OpenDyslexic", "Comic Sans MS", Arial, sans-serif !important;
}

body.a11y-highlight-links a {
  text-decoration: underline 3px #ffcc00 !important;
  background-color: rgba(255, 204, 0, 0.15) !important;
  color: #000000 !important;
}

body.a11y-large-cursor,
body.a11y-large-cursor * {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 24 24' fill='%23000' stroke='%23fff' stroke-width='1.5'%3E%3Cpath d='M4.5 3l14 11-6.5.5-4 8.5-3-1.5 4-8.5-4.5-1z'/%3E%3C/svg%3E"), auto !important;
}


/* ==========================================================================
   SELF-HOSTED GDPR COOKIE CONSENT BANNER & MODAL
   ========================================================================== */
.gdpr-banner-overlay {
  position: fixed;
  bottom: 24px;
  left: 24px;
  right: 24px;
  max-width: 860px;
  margin: 0 auto;
  background: var(--white, #ffffff);
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(4, 29, 35, 0.18);
  border: 1px solid rgba(4, 29, 35, 0.1);
  padding: 24px 28px;
  z-index: 9999;
  display: none;
  font-family: var(--font-main, "Figtree", sans-serif);
  animation: gdprFadeUp 0.3s ease-out;
}

.gdpr-banner-overlay.show {
  display: block;
}

@keyframes gdprFadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.gdpr-banner-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.gdpr-banner-text h4 {
  font-size: 19px;
  font-weight: 700;
  color: var(--black-turquoise, #041D23);
  margin-bottom: 8px;
}

.gdpr-banner-text p,
#gdprBannerOverlay .gdpr-banner-text p {
  font-size: 15px;
  line-height: 22px;
  color: #1F2D30;
  margin: 0;
}

.gdpr-banner-text a {
  color: var(--hero-bg, #006A82);
  font-weight: 600;
  text-decoration: underline;
}

.gdpr-banner-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
  padding-top: 6px;
}

.btn-gdpr-accept {
  background: var(--hero-bg, #006A82);
  color: var(--white, #ffffff);
  border: none;
  border-radius: 8px;
  padding: 12px 24px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.15s ease;
}

.btn-gdpr-accept:hover {
  opacity: 0.9;
}

.btn-gdpr-necessary {
  background: var(--translucent-gray, #F4F4F4);
  color: var(--black-turquoise, #041D23);
  border: 1px solid rgba(4, 29, 35, 0.1);
  border-radius: 8px;
  padding: 12px 20px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s ease;
}

.btn-gdpr-necessary:hover {
  background: var(--translucent-purple, #D1D7F0);
}

.btn-gdpr-settings {
  background: none;
  border: none;
  color: var(--cloudy-turquoise, #4B6368);
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: underline;
  padding: 12px 8px;
}

.btn-gdpr-settings:hover {
  color: var(--black-turquoise, #041D23);
}

@media (max-width: 767px) {
  .gdpr-banner-overlay {
    bottom: 12px;
    left: 12px;
    right: 12px;
    padding: 20px;
  }
  .gdpr-banner-actions {
    flex-direction: column;
    width: 100%;
  }
  .btn-gdpr-accept, .btn-gdpr-necessary, .btn-gdpr-settings {
    width: 100%;
    text-align: center;
  }
}


/* ==========================================================================
   SELF-HOSTED GDPR COOKIE CONSENT BANNER & SETTINGS POPUP MODAL
   ========================================================================== */
.gdpr-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(4, 29, 35, 0.45);
  backdrop-filter: blur(4px);
  z-index: 10005;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  animation: gdprFadeIn 0.2s ease-out;
}

.gdpr-modal-backdrop.open {
  display: flex;
}

@keyframes gdprFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.gdpr-settings-popup {
  background: var(--white, #ffffff);
  border-radius: 20px;
  max-width: 680px;
  width: 100%;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  box-shadow: 0 24px 64px rgba(4, 29, 35, 0.24);
  border: 1px solid rgba(4, 29, 35, 0.08);
  overflow: hidden;
  animation: gdprPopUp 0.25s ease-out;
}

@keyframes gdprPopUp {
  from { opacity: 0; transform: scale(0.95) translateY(10px); }
  to { opacity: 1; transform: scale(1) translateY(0); }
}

.gdpr-settings-header {
  background: var(--black-turquoise, #041D23);
  color: var(--white, #ffffff);
  padding: 20px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gdpr-settings-header h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.gdpr-close-btn {
  background: none;
  border: none;
  color: #ffffff;
  font-size: 22px;
  cursor: pointer;
  padding: 0 4px;
  line-height: 1;
}

.gdpr-settings-body {
  padding: 24px 28px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.gdpr-settings-intro {
  font-size: 15px;
  line-height: 22px;
  color: var(--black-turquoise, #041D23);
  margin-bottom: 4px;
}

.gdpr-cookie-category {
  background: var(--translucent-gray, #F4F4F4);
  border-radius: 12px;
  padding: 16px 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.gdpr-cookie-category-info h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--black-turquoise, #041D23);
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.gdpr-badge-required {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  background: var(--hero-bg, #006A82);
  color: #ffffff;
  padding: 2px 6px;
  border-radius: 4px;
}

.gdpr-cookie-category-info p {
  font-size: 13.5px;
  line-height: 19px;
  color: var(--cloudy-turquoise, #4B6368);
  margin: 0;
}

.gdpr-settings-footer {
  padding: 18px 28px;
  background: var(--white, #ffffff);
  border-top: 1px solid rgba(4, 29, 35, 0.08);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
}

.btn-gdpr-save {
  background: var(--hero-bg, #006A82);
  color: var(--white, #ffffff);
  border: none;
  border-radius: 8px;
  padding: 12px 24px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.15s ease;
}

.btn-gdpr-save:hover {
  opacity: 0.9;
}


/* Floating Left GDPR Cookie Trigger Bubble */
.floating-gdpr-wrap {
  position: fixed;
  bottom: 30px;
  left: 40px;
  z-index: 1000;
  display: flex;
  align-items: center;
}

.floating-gdpr-trigger {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  outline: none;
}

.cookie-bubble-btn {
  width: 52px;
  height: 52px;
  background: var(--white, #ffffff);
  border-radius: 50%;
  box-shadow: 0 4px 18px rgba(4, 29, 35, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  border: 1px solid rgba(4, 29, 35, 0.08);
  color: var(--black-turquoise, #041D23);
}

.floating-gdpr-trigger:hover .cookie-bubble-btn {
  transform: scale(1.08);
  background: var(--translucent-purple, #D1D7F0);
}

@media (max-width: 767px) {
  .floating-gdpr-wrap {
    bottom: 20px;
    left: 20px;
  }
  .cookie-bubble-btn {
    width: 44px;
    height: 44px;
  }
}


/* Static Toll Map Container */
.toll-map-static-container {
  width: 100%;
  max-width: 1296px;
  height: 589px;
  background-color: var(--hero-bg, #006A82);
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 4px 20px rgba(4, 29, 35, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}

.toll-map-static-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 991px) {
  .toll-map-static-container {
    height: 380px;
  }
}

@media (max-width: 767px) {
  .toll-map-static-container {
    height: 260px;
  }
}


/* ==========================================================================
   MOKAMI KELIAI (FIGMA 1:1 EXACT SPECIFICATION)
   ========================================================================== */
.page-mokami-keliai .subpage-title {
  font-family: var(--font-main);
  font-size: 52px;
  line-height: 62px;
  font-weight: 600;
  color: var(--black-turquoise, #041d23);
}

.page-mokami-keliai .duk-header-row {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-mokami-keliai .mokami-keliai-intro {
  font-family: var(--font-main);
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  color: #000000;
  max-width: 575px;
  margin-bottom: 48px;
}

.page-mokami-keliai .mokami-keliai-section-title {
  font-family: var(--font-main);
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
  color: var(--black-turquoise, #041d23);
  margin-bottom: 24px;
}

.page-mokami-keliai .toll-map-static-container {
  width: 100%;
  max-width: 1296px;
  height: 589px;
  background-color: #d9d9d9;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  margin-bottom: 60px;
}

.page-mokami-keliai .toll-map-static-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* 1:1 Figma Styled Table (rectangle-103) */
.page-mokami-keliai .toll-roads-table-wrap {
  width: 100%;
  max-width: 1296px;
  background: #F4F4F4;
  border-radius: 6px;
  padding: 0;
  overflow-x: auto;
  border: none;
  box-shadow: none;
  margin-bottom: 80px;
}

.page-mokami-keliai .toll-roads-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.page-mokami-keliai .toll-roads-table thead tr {
  background: transparent;
  height: 55px;
}

.page-mokami-keliai .toll-roads-table th {
  font-family: var(--font-main);
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #000000;
  background: transparent;
  padding: 16px 28px;
  border: none;
  white-space: nowrap;
}

.page-mokami-keliai .toll-roads-table th.th-col-nr {
  width: 160px;
  padding-left: 28px;
}

.page-mokami-keliai .toll-roads-table th.th-col-name {
  width: 460px;
}

.page-mokami-keliai .toll-roads-table th.th-col-km {
  padding-right: 28px;
}

.page-mokami-keliai .toll-roads-table tbody tr {
  height: 50px;
  border: none;
}

.page-mokami-keliai .toll-roads-table tbody tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.5);
}

.page-mokami-keliai .toll-roads-table tbody tr:nth-child(odd) {
  background: transparent;
}

.page-mokami-keliai .toll-roads-table td {
  padding: 12px 28px;
  border: none;
  vertical-align: middle;
  font-family: var(--font-main);
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.75);
}

.page-mokami-keliai .toll-roads-table td.td-col-nr {
  padding-left: 28px;
}

.page-mokami-keliai .toll-roads-table td.td-col-name {
  color: rgba(0, 0, 0, 0.75);
}

.page-mokami-keliai .toll-roads-table td.td-col-km {
  color: rgba(0, 0, 0, 0.75);
  font-family: var(--font-main);
  padding-right: 28px;
}


/* ==========================================================================
   MOKAMI KELIAI MOBILE SPECIFICATION (Figma 1:1)
   ========================================================================== */
@media (max-width: 767px) {
  .page-mokami-keliai .subpage-title {
    font-size: 32px;
    line-height: 38px;
    font-weight: 600;
  }

  .page-mokami-keliai .duk-header-row {
    margin-bottom: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .page-mokami-keliai .duk-utils {
    align-self: flex-start;
  }

  .page-mokami-keliai .mokami-keliai-intro {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 32px;
    max-width: 100%;
  }

  .page-mokami-keliai .mokami-keliai-section-title {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 16px;
  }

  .page-mokami-keliai .toll-map-static-container {
    width: 100%;
    height: 390px;
    border-radius: 6px;
    margin-bottom: 40px;
  }

  .page-mokami-keliai .toll-roads-table-wrap {
    background: #F4F4F4;
    border-radius: 6px;
    padding: 0;
    margin-bottom: 48px;
    overflow: hidden;
  }

  .page-mokami-keliai .toll-roads-table thead {
    display: none;
  }

  .page-mokami-keliai .toll-roads-table,
  .page-mokami-keliai .toll-roads-table tbody,
  .page-mokami-keliai .toll-roads-table tr,
  .page-mokami-keliai .toll-roads-table td {
    display: block;
    width: 100%;
  }

  .page-mokami-keliai .toll-roads-table tbody tr {
    min-height: 72px;
    height: auto;
    padding: 12px 16px;
    border-bottom: none;
    position: relative;
  }

  .page-mokami-keliai .toll-roads-table tbody tr:nth-child(even) {
    background: rgba(255, 255, 255, 0.5);
  }

  .page-mokami-keliai .toll-roads-table tbody tr:nth-child(odd) {
    background: transparent;
  }

  .page-mokami-keliai .toll-roads-table td {
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: rgba(0, 0, 0, 0.75);
  }

  .page-mokami-keliai .toll-roads-table td.td-col-nr {
    font-weight: 600;
    color: rgba(0, 0, 0, 0.75);
    margin-bottom: 2px;
  }

  .page-mokami-keliai .toll-roads-table td.td-col-name {
    font-weight: 400;
    color: rgba(0, 0, 0, 0.75);
    margin-bottom: 2px;
  }

  .page-mokami-keliai .toll-roads-table td.td-col-km {
    font-weight: 400;
    color: rgba(0, 0, 0, 0.75);
  }
}

/* ==========================================================================
   ELEMENTOR THEME BUILDER HEADER & NAV-MENU (ATOMIC WIDGET PARITY)
   ========================================================================== */
header.elementor-location-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}

.elementor-location-header .elementor-element-vl_hdr_root .e-con-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 89px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 72px;
  box-sizing: border-box;
  position: relative;
}

.elementor-location-header .elementor-element-vl_hdr_col_logo,
.elementor-location-header .elementor-element-vl_hdr_logo {
  order: 1;
  display: flex;
  align-items: center;
  flex: 0 0 auto !important;
  width: auto !important;
  --width: auto !important;
  --container-widget-width: auto !important;
}

.elementor-location-header .elementor-element-vl_hdr_logo img {
  height: 44px;
  width: auto;
}

/* Desktop Navigation */
@media (min-width: 1025px) {
  .elementor-location-header .elementor-element-vl_hdr_col_nav {
    order: 2;
    flex: 1 1 auto !important;
    width: auto !important;
    --width: auto !important;
    min-width: 0 !important;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
    margin-right: 32px;
  }

  .elementor-location-header .elementor-element-vl_hdr_nav {
    width: auto !important;
    --width: auto !important;
  }

  .elementor-location-header .elementor-element-vl_hdr_nav .elementor-nav-menu--main {
    display: flex !important;
    justify-content: flex-end;
  }

  .elementor-location-header .elementor-element-vl_hdr_nav .elementor-nav-menu {
    display: flex;
    align-items: center;
    gap: 32px;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .elementor-location-header .elementor-element-vl_hdr_nav .elementor-menu-toggle,
  .elementor-location-header .elementor-element-vl_hdr_nav .elementor-nav-menu--dropdown {
    display: none !important;
  }

  .elementor-location-header .elementor-element-vl_hdr_col_utils,
  .elementor-location-header .elementor-element-vl_hdr_utils {
    order: 3;
    flex: 0 0 auto !important;
    width: auto !important;
    --width: auto !important;
    display: flex;
    align-items: center;
    margin-left: 0;
  }
}

/* Nav Menu Link Styles (Desktop) */
.elementor-location-header .elementor-nav-menu--main .elementor-item {
  font-family: 'Figtree', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #041D23;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 4px 0;
  transition: color 0.2s ease;
}

.elementor-location-header .elementor-nav-menu--main .elementor-item:hover,
.elementor-location-header .elementor-nav-menu--main .elementor-item.elementor-item-active,
.elementor-location-header .elementor-nav-menu--main li.current-menu-item .elementor-item,
.elementor-location-header .elementor-nav-menu--main li.current-menu-parent .elementor-item,
.elementor-location-header .elementor-nav-menu--main li.current-menu-ancestor .elementor-item {
  color: #006A82;
  text-decoration: none;
}

.elementor-location-header .elementor-nav-menu--main .elementor-item::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #E7E9F2;
  margin-right: 8px;
  opacity: 0;
  transform: scale(0.4);
  transition: opacity 0.2s cubic-bezier(0.16, 1, 0.3, 1), transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.2s ease;
  flex-shrink: 0;
}

.elementor-location-header .elementor-nav-menu--main .elementor-item:hover::before,
.elementor-location-header .elementor-nav-menu--main .elementor-item.elementor-item-active::before,
.elementor-location-header .elementor-nav-menu--main li.current-menu-item .elementor-item::before,
.elementor-location-header .elementor-nav-menu--main li.current-menu-parent .elementor-item::before,
.elementor-location-header .elementor-nav-menu--main li.current-menu-ancestor .elementor-item::before {
  opacity: 1;
  transform: scale(1);
}

.elementor-location-header .elementor-nav-menu--main .elementor-item::after {
  content: '';
  position: absolute;
  left: 16px;
  right: 0;
  bottom: -4px;
  height: 2px;
  background: currentColor;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.elementor-location-header .elementor-nav-menu--main .elementor-item:hover::after,
.elementor-location-header .elementor-nav-menu--main .elementor-item.elementor-item-active::after,
.elementor-location-header .elementor-nav-menu--main li.current-menu-item .elementor-item::after,
.elementor-location-header .elementor-nav-menu--main li.current-menu-parent .elementor-item::after,
.elementor-location-header .elementor-nav-menu--main li.current-menu-ancestor .elementor-item::after {
  opacity: 1;
}

/* Header Utils */
.elementor-location-header .header-utils {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}

.elementor-location-header .header-divider {
  width: 1px;
  height: 24px;
  background-color: #D1D7F0;
}

.elementor-location-header .lang-switch {
  font-size: 18px;
  font-weight: 600;
  color: #041D23;
  padding: 4px;
  text-decoration: none;
}

.elementor-location-header .search-btn {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  color: #041D23;
  transition: transform 0.2s ease;
}

.elementor-location-header .search-btn:hover {
  transform: scale(1.08);
}

/* Tablet & Mobile Styles */
@media (max-width: 1024px) {
  .elementor-location-header .elementor-element-vl_hdr_root .e-con-inner {
    height: 76px;
    padding: 0 32px;
  }

  .elementor-location-header .elementor-element-vl_hdr_col_logo,
  .elementor-location-header .elementor-element-vl_hdr_logo {
    order: 1;
    margin-right: auto;
    flex: 0 0 auto !important;
    width: auto !important;
    --width: auto !important;
  }

  .elementor-location-header .elementor-element-vl_hdr_col_utils,
  .elementor-location-header .elementor-element-vl_hdr_utils {
    order: 2;
    margin-left: 0;
    margin-right: 12px;
    flex: 0 0 auto !important;
    width: auto !important;
    --width: auto !important;
  }

  .elementor-location-header .elementor-element-vl_hdr_col_nav,
  .elementor-location-header .elementor-element-vl_hdr_nav {
    order: 3;
    margin: 0;
    display: flex;
    align-items: center;
    position: static;
    flex: 0 0 auto !important;
    width: auto !important;
    --width: auto !important;
  }

  .elementor-location-header .elementor-element-vl_hdr_nav .elementor-nav-menu--main {
    display: none !important;
  }

  .elementor-location-header .elementor-menu-toggle {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }

  .elementor-location-header .elementor-menu-toggle svg {
    width: 24px;
    height: 24px;
    fill: #041D23;
  }

  .elementor-location-header .elementor-nav-menu--dropdown {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-height: none !important;
    height: auto !important;
    overflow: visible !important;
    background: #FFFFFF !important;
    box-shadow: 0 12px 32px rgba(4, 29, 35, 0.12) !important;
    padding: 20px 32px !important;
    box-sizing: border-box !important;
    border-top: 1px solid rgba(4, 29, 35, 0.08) !important;
    border-radius: 0 0 16px 16px !important;
    display: none;
    transform: scaleY(0);
    transform-origin: top center;
    transition: transform 0.25s ease, opacity 0.2s ease;
    z-index: 1001 !important;
  }

  .elementor-location-header .elementor-menu-toggle.elementor-active + .elementor-nav-menu--dropdown,
  .elementor-location-header .elementor-menu-toggle[aria-expanded="true"] + .elementor-nav-menu--dropdown,
  .elementor-location-header .elementor-nav-menu--dropdown.elementor-active {
    display: block !important;
    transform: scaleY(1) !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .elementor-location-header .elementor-nav-menu--dropdown ul.elementor-nav-menu {
    display: block !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .elementor-location-header .elementor-nav-menu--dropdown li {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
  }

  .elementor-location-header .elementor-nav-menu--dropdown .elementor-item {
    font-family: 'Figtree', sans-serif !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #041D23 !important;
    padding: 14px 0 !important;
    display: block !important;
    width: 100% !important;
    text-decoration: none !important;
    border-bottom: 1px solid rgba(4, 29, 35, 0.06) !important;
  }

  .elementor-location-header .elementor-nav-menu--dropdown li:last-child .elementor-item {
    border-bottom: none !important;
  }

  .elementor-location-header .elementor-nav-menu--dropdown .elementor-item:hover,
  .elementor-location-header .elementor-nav-menu--dropdown .elementor-item.elementor-item-active {
    color: #006A82 !important;
  }
}

@media (max-width: 767px) {
  .elementor-location-header .elementor-element-vl_hdr_root .e-con-inner {
    height: 68px;
    padding: 0 24px;
  }

  .elementor-location-header .elementor-nav-menu--dropdown {
    padding: 16px 24px !important;
  }
}

