/* AthensWay — YOOtheme Pro custom layer */

:root {
  --aw-navy: #05284a;
  --aw-midnight: #021a31;
  --aw-navy-soft: #0b3d6b;
  --aw-blue: #0878f9;
  --aw-green: #12b76a;
  --aw-aqua: #20c7b5;
  --aw-violet: #7545d8;
  --aw-orange: #ff8a34;
  --aw-red: #ef4154;
  --aw-ink: #0c2340;
  --aw-slate: #617085;
  --aw-mist: #f2f7f9;
  --aw-white: #ffffff;
  --aw-border: rgba(5, 40, 74, 0.11);
  --aw-radius-sm: 12px;
  --aw-radius: 22px;
  --aw-radius-lg: 32px;
  --aw-shadow: 0 22px 65px rgba(4, 36, 66, 0.12);
  --aw-shadow-hover: 0 30px 80px rgba(4, 36, 66, 0.17);
  --aw-ease: cubic-bezier(.2, .75, .2, 1);
}

html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow-x: hidden;
  color: var(--aw-slate);
  background: #f7fafb;
  font-family: Inter, Manrope, "Noto Sans Greek", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

::selection { color: #fff; background: var(--aw-blue); }

h1, h2, h3, h4, h5, h6,
.uk-heading-small, .uk-heading-medium, .uk-heading-large,
.uk-heading-xlarge, .uk-heading-2xlarge {
  color: var(--aw-ink);
  font-weight: 750;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.uk-navbar-container:not(.uk-navbar-transparent),
.aw-header {
  color: #fff;
  background: rgba(2, 26, 49, .88) !important;
  border-bottom: 1px solid rgba(255, 255, 255, .11);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

/* AthensWay homepage header: overlay at the top, compact navy bar on scroll. */
body.home .tm-header,
body.home .tm-header-mobile {
  position: absolute !important;
  z-index: 980;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  background: transparent !important;
}
body.admin-bar.home .tm-header,
body.admin-bar.home .tm-header-mobile { top: 32px; }

/* The Builder can render the homepage without WordPress' .home body class. */
html.aw-has-hero .tm-header,
html.aw-has-hero .tm-header-mobile {
  position: absolute !important;
  z-index: 980;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  background: transparent !important;
}
html.aw-has-hero body.admin-bar .tm-header,
html.aw-has-hero body.admin-bar .tm-header-mobile { top: 32px; }
html.aw-has-hero .tm-header .uk-navbar-container,
html.aw-has-hero .tm-header-mobile .uk-navbar-container,
html.aw-has-hero .tm-headerbar-top,
html.aw-has-hero .tm-headerbar-bottom {
  background: transparent !important;
  border: 0;
  box-shadow: none;
}
html.aw-has-hero .tm-header .uk-logo img,
html.aw-has-hero .tm-header-mobile .uk-logo img { filter: brightness(0) invert(1); }
html.aw-has-hero.aw-page-scrolled .tm-header .uk-navbar-container,
html.aw-has-hero.aw-page-scrolled .tm-header-mobile .uk-navbar-container {
  background: rgba(2, 26, 49, .94) !important;
  border-bottom: 1px solid rgba(255, 255, 255, .11);
  box-shadow: 0 12px 38px rgba(2, 18, 34, .16);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
body.home .tm-header .uk-navbar-container,
body.home .tm-header-mobile .uk-navbar-container,
body.home .tm-headerbar-top,
body.home .tm-headerbar-bottom {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: transparent !important;
  border: 0;
  box-shadow: none;
}
body.home .tm-header .uk-navbar,
body.home .tm-header-mobile .uk-navbar {
  min-height: 84px !important;
}
body.home .tm-header .uk-navbar-nav > li > a,
body.home .tm-header-mobile .uk-navbar-nav > li > a {
  min-height: 84px !important;
  color: rgba(255, 255, 255, .84) !important;
}
body.home .tm-header .uk-logo,
body.home .tm-header-mobile .uk-logo {
  min-height: 0 !important;
  line-height: 1;
}
body.home .tm-header .uk-logo img,
body.home .tm-header-mobile .uk-logo img {
  width: auto !important;
  max-width: min(245px, 48vw) !important;
  max-height: 54px !important;
  object-fit: contain;
  filter: brightness(0) invert(1);
  transition: max-height .3s var(--aw-ease), filter .3s ease;
}
html.aw-page-scrolled body.home .tm-header .uk-navbar-container,
html.aw-page-scrolled body.home .tm-header-mobile .uk-navbar-container,
body.home .tm-header .uk-sticky-fixed .uk-navbar-container,
body.home .tm-header .uk-sticky-below .uk-navbar-container,
body.home .tm-header .uk-sticky.uk-active .uk-navbar-container {
  background: rgba(2, 26, 49, .94) !important;
  border-bottom: 1px solid rgba(255, 255, 255, .11);
  box-shadow: 0 12px 38px rgba(2, 18, 34, .16);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
html.aw-page-scrolled body.home .tm-header .uk-navbar,
html.aw-page-scrolled body.home .tm-header-mobile .uk-navbar { min-height: 72px !important; }
html.aw-page-scrolled body.home .tm-header .uk-navbar-nav > li > a,
html.aw-page-scrolled body.home .tm-header-mobile .uk-navbar-nav > li > a { min-height: 72px !important; }
html.aw-page-scrolled body.home .tm-header .uk-logo img,
html.aw-page-scrolled body.home .tm-header-mobile .uk-logo img { max-height: 44px !important; }

.uk-navbar-nav > li > a {
  position: relative;
  min-height: 76px;
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  font-weight: 650;
  text-transform: none;
  transition: color .25s ease;
}

.uk-navbar-nav > li > a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 18px;
  left: 0;
  height: 2px;
  border-radius: 2px;
  background: var(--aw-aqua);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .3s var(--aw-ease);
}

.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li.uk-active > a { color: #fff; }
.uk-navbar-nav > li:hover > a::after,
.uk-navbar-nav > li.uk-active > a::after { transform: scaleX(1); transform-origin: left; }

.uk-navbar-dropdown {
  margin-top: 0;
  padding: 24px;
  background: rgba(255, 255, 255, .97);
  border: 1px solid var(--aw-border);
  border-radius: 16px;
  box-shadow: var(--aw-shadow);
  backdrop-filter: blur(18px);
}

.uk-button {
  border-radius: var(--aw-radius-sm);
  font-weight: 750;
  letter-spacing: -.01em;
  text-transform: none;
  transition: transform .25s var(--aw-ease), box-shadow .25s ease, background-color .25s ease;
}
.uk-button:hover { transform: translateY(-2px); }
.uk-button-primary { background: var(--aw-blue); box-shadow: 0 10px 25px rgba(8, 120, 249, .22); }
.uk-button-primary:hover { background: #0566d8; box-shadow: 0 16px 35px rgba(8, 120, 249, .30); }
.uk-button-secondary { background: var(--aw-navy); }
.uk-button-secondary:hover { background: var(--aw-midnight); }
.uk-button-default { color: var(--aw-navy); background: #fff; border-color: var(--aw-border); }

.uk-card,
.aw-card {
  border: 1px solid var(--aw-border);
  border-radius: var(--aw-radius);
  box-shadow: var(--aw-shadow);
}
.uk-card-default { background: rgba(255, 255, 255, .98); }
.uk-card-hover:hover,
.aw-hover-lift:hover { transform: translateY(-7px); box-shadow: var(--aw-shadow-hover); }
.uk-card-hover,
.aw-hover-lift { transition: transform .35s var(--aw-ease), box-shadow .35s var(--aw-ease), border-color .35s ease; }

.uk-section-muted { background: var(--aw-mist); }
.uk-section-primary { background: var(--aw-blue); }
.uk-section-secondary { background: var(--aw-midnight); }

.uk-input, .uk-select, .uk-textarea {
  color: var(--aw-ink);
  background: #fff;
  border: 1px solid rgba(5, 40, 74, .16);
  border-radius: 11px;
  transition: border-color .25s ease, box-shadow .25s ease;
}
.uk-input:focus, .uk-select:focus, .uk-textarea:focus {
  border-color: var(--aw-blue);
  box-shadow: 0 0 0 4px rgba(8, 120, 249, .10);
}

.uk-accordion-title {
  color: var(--aw-ink);
  font-size: 17px;
  font-weight: 720;
  letter-spacing: -.02em;
}
.uk-accordion > li { padding: 21px 0; border-bottom: 1px solid var(--aw-border); }
.uk-accordion-content { color: var(--aw-slate); line-height: 1.75; }

.uk-tab::before { border-color: var(--aw-border); }
.uk-tab > * > a { color: var(--aw-slate); font-weight: 700; text-transform: none; }
.uk-tab > .uk-active > a { color: var(--aw-blue); border-color: var(--aw-blue); }

.aw-section { padding-top: clamp(76px, 8vw, 120px); padding-bottom: clamp(76px, 8vw, 120px); }
.aw-section-tight { padding-top: clamp(46px, 5vw, 74px); padding-bottom: clamp(46px, 5vw, 74px); }

.aw-kicker {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
  color: var(--aw-green);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.aw-live-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: var(--aw-green);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(18, 183, 106, .65);
  animation: aw-pulse 2s infinite;
}

.aw-hero {
  --aw-mx: 38%;
  --aw-my: 35%;
  position: relative;
  isolation: isolate;
  min-height: min(860px, 92vh);
  overflow: hidden;
  color: #fff;
  background-color: var(--aw-midnight);
}
.aw-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(circle at var(--aw-mx) var(--aw-my), rgba(32, 199, 181, .16), transparent 31%),
    linear-gradient(90deg, rgba(2, 22, 42, .98) 0%, rgba(2, 27, 52, .85) 38%, rgba(2, 29, 53, .26) 74%, rgba(2, 22, 42, .16) 100%),
    linear-gradient(0deg, rgba(2, 22, 42, .78), transparent 48%);
  pointer-events: none;
}
.aw-hero h1, .aw-hero h2, .aw-hero h3 { color: #fff; }
.aw-hero .uk-text-lead { color: rgba(255, 255, 255, .72); }

.aw-grid-overlay {
  position: absolute;
  z-index: 0;
  inset: 0;
  opacity: .13;
  background-image: linear-gradient(rgba(255,255,255,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.13) 1px, transparent 1px);
  background-size: 72px 72px;
  -webkit-mask-image: linear-gradient(90deg, #000, transparent 62%);
  mask-image: linear-gradient(90deg, #000, transparent 62%);
  pointer-events: none;
}

.aw-quick-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 15px;
  min-height: 104px;
  padding: 18px;
  color: var(--aw-ink);
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(255, 255, 255, .75);
  border-radius: 20px;
  box-shadow: 0 18px 40px rgba(1, 16, 30, .18);
  backdrop-filter: blur(16px);
  transition: transform .35s var(--aw-ease), background .35s ease;
}
.aw-quick-card:hover { color: var(--aw-ink); background: #fff; transform: translateY(-8px); }
.aw-quick-card .uk-text-meta { color: var(--aw-slate); }

.aw-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--aw-blue);
  border-radius: 16px;
}
.aw-icon--green { background: var(--aw-green); }
.aw-icon--aqua { background: var(--aw-aqua); }
.aw-icon--violet { background: var(--aw-violet); }
.aw-icon--orange { background: var(--aw-orange); }

.aw-glass {
  background: rgba(255, 255, 255, .88);
  border: 1px solid rgba(255, 255, 255, .65);
  box-shadow: var(--aw-shadow);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.aw-dashboard {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--aw-border);
  border-radius: var(--aw-radius-lg);
  box-shadow: var(--aw-shadow);
}

.aw-big-number {
  color: var(--aw-green);
  font-size: clamp(58px, 7vw, 88px);
  font-weight: 800;
  line-height: .9;
  letter-spacing: -.07em;
}

.aw-map {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: 0 var(--aw-radius-lg) var(--aw-radius-lg) 0;
  background-color: #edf4f6;
  background-position: center;
  background-size: cover;
}
.aw-map::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(242, 248, 250, .54);
  pointer-events: none;
}

.aw-map-marker {
  position: absolute;
  z-index: 2;
  translate: -50% -50%;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--aw-green);
  border: 5px solid rgba(255, 255, 255, .94);
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(4, 36, 66, .25);
  font-size: 11px;
  font-weight: 850;
  animation: aw-marker-float 3.6s ease-in-out infinite;
}
.aw-map-marker--medium { color: #4a3400; background: #f0bd36; }
.aw-map-marker--low { background: var(--aw-orange); }
.aw-map-marker--full { background: var(--aw-red); }
.aw-map-marker::after {
  content: "";
  position: absolute;
  inset: -8px;
  border: 1px solid currentColor;
  border-radius: inherit;
  opacity: .25;
  animation: aw-ripple 2.4s infinite;
}

.aw-service-card {
  position: relative;
  min-height: 270px;
  padding: clamp(26px, 3vw, 38px);
  overflow: hidden;
  color: var(--aw-ink);
  background: #fff;
  border: 1px solid var(--aw-border);
  border-radius: 0;
  transition: color .35s ease, transform .35s var(--aw-ease);
}
.aw-service-card::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 0;
  background: var(--aw-navy);
  transition: height .4s var(--aw-ease);
}
.aw-service-card > * { position: relative; z-index: 1; }
.aw-service-card:hover { color: #fff; transform: translateY(-5px); }
.aw-service-card:hover::before { height: 100%; }
.aw-service-card:hover h3 { color: #fff; }
.aw-service-card:hover .uk-text-muted { color: rgba(255, 255, 255, .62) !important; }

.aw-payment-card {
  min-height: 380px;
  padding: clamp(28px, 3vw, 42px);
  color: #fff;
  background: rgba(255, 255, 255, .055);
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: var(--aw-radius);
}
.aw-payment-card h3 { color: #fff; }
.aw-payment-card p { color: rgba(255, 255, 255, .62); }
.aw-payment-card--featured { background: linear-gradient(135deg, rgba(8, 120, 249, .20), rgba(32, 199, 181, .08)); }

.aw-mobility-panel {
  position: relative;
  min-height: 590px;
  padding: clamp(34px, 5vw, 66px);
  overflow: hidden;
  border-radius: var(--aw-radius-lg);
}
.aw-mobility-panel--transit { color: #fff; background: linear-gradient(145deg, #092f57, #041d36); }
.aw-mobility-panel--ev { background: linear-gradient(145deg, #e9fbf3, #d9f4e8); }
.aw-mobility-panel--transit h2, .aw-mobility-panel--transit h3 { color: #fff; }

.aw-route-line {
  height: 64px;
  border: 2px solid rgba(32, 199, 181, .5);
  border-color: transparent transparent rgba(32, 199, 181, .5);
  border-radius: 50%;
  transform: rotate(-3deg);
  animation: aw-route-breathe 4s ease-in-out infinite;
}

.aw-support-card {
  position: relative;
  min-height: 330px;
  padding: 38px;
  overflow: hidden;
  color: #fff;
  background: var(--aw-navy);
  border-radius: var(--aw-radius);
}
.aw-support-card h3 { color: #fff; }
.aw-support-card::after {
  content: "";
  position: absolute;
  width: 230px;
  height: 230px;
  right: -100px;
  top: -90px;
  border: 1px solid rgba(32, 199, 181, .35);
  border-radius: 50%;
  box-shadow: 0 0 0 28px rgba(32, 199, 181, .05), 0 0 0 58px rgba(32, 199, 181, .04);
}

.aw-app-section {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(135deg, #062b4f 0%, #084f72 62%, #0e8b7b 100%);
  border-radius: var(--aw-radius-lg);
}
.aw-app-section h2, .aw-app-section h3 { color: #fff; }
.aw-app-section::after {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;
  right: -240px;
  top: -260px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(255, 255, 255, .03), 0 0 0 150px rgba(255, 255, 255, .025);
  pointer-events: none;
}

.aw-status-good { color: var(--aw-green); }
.aw-status-medium { color: #d8a213; }
.aw-status-low { color: var(--aw-orange); }
.aw-status-full { color: var(--aw-red); }

/*
 * Reveal motion is progressive enhancement: content is always visible.
 * This prevents blank sections when an optimizer delays custom.js or when
 * IntersectionObserver does not run inside the YOOtheme Builder preview.
 */
.aw-reveal,
.aw-stagger > * {
  opacity: 1;
  transform: none;
}
.aw-js .aw-reveal,
.aw-js .aw-stagger > * {
  opacity: 1;
  transform: none;
}
.aw-js .aw-reveal.aw-visible,
.aw-js .aw-stagger > *.aw-visible {
  animation: aw-reveal-in .82s var(--aw-ease) both;
}

@keyframes aw-pulse {
  70% { box-shadow: 0 0 0 9px rgba(18, 183, 106, 0); }
  100% { box-shadow: 0 0 0 0 rgba(18, 183, 106, 0); }
}
@keyframes aw-reveal-in {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes aw-marker-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
@keyframes aw-ripple { from { transform: scale(.85); opacity: .4; } to { transform: scale(1.4); opacity: 0; } }
@keyframes aw-route-breathe { 0%,100% { opacity: .45; transform: rotate(-3deg) scaleX(.98); } 50% { opacity: 1; transform: rotate(-3deg) scaleX(1.02); } }

@media (max-width: 959px) {
  .uk-navbar-nav > li > a { min-height: 68px; }
  .aw-hero { min-height: 820px; }
  .aw-map { min-height: 480px; border-radius: 0 0 var(--aw-radius-lg) var(--aw-radius-lg); }
  .aw-service-card { min-height: 235px; }
}

@media (max-width: 639px) {
  .aw-section { padding-top: 76px; padding-bottom: 76px; }
  .aw-hero { min-height: 900px; }
  .aw-hero::before { background: linear-gradient(90deg, rgba(2,22,42,.96), rgba(2,22,42,.48)), linear-gradient(0deg,rgba(2,22,42,.86),transparent); }
  .aw-quick-card { min-height: 88px; }
  .aw-map { min-height: 410px; }
  .aw-map-marker { width: 44px; height: 44px; border-width: 4px; font-size: 9px; }
  .aw-mobility-panel { min-height: 540px; }
}

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

/* Importable AthensWay Builder layout */
.tm-page,
#tm-main,
.tm-main,
.tm-main > main {
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.tm-page { box-shadow: none !important; }
.aw-builder-section,
.aw-complete-page {
  position: relative;
  left: 50%;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-right: -50vw !important;
  margin-left: -50vw !important;
}
.aw-builder-section > .uk-section,
.aw-complete-page > .uk-section {
  width: 100%;
  max-width: none;
  padding: 0 !important;
}
.aw-builder-section > .uk-section > .uk-container,
.aw-complete-page > .uk-section > .uk-container {
  width: 100%;
  max-width: none !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.aw-builder-section .uk-container { box-sizing: border-box; }
.aw-complete-page .uk-container-large,
.aw-builder-section .uk-container-large {
  width: 100%;
  max-width: 1680px;
  padding-right: clamp(24px, 4vw, 72px);
  padding-left: clamp(24px, 4vw, 72px);
}
.aw-layout-hero {
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  background-position: center;
  background-size: cover;
}
.aw-hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 100vh;
  min-height: 100svh;
  flex-direction: column;
  justify-content: center;
  padding-top: 150px;
  padding-bottom: 145px;
}
.aw-hero-copy { max-width: 880px; }
.aw-hero-copy h1 {
  max-width: 870px;
  margin: 16px 0 24px;
  color: #fff;
  font-size: clamp(56px, 7.2vw, 112px);
  line-height: .92;
}
.aw-hero-copy h1 span { color: var(--aw-aqua); }
.aw-hero-copy p { max-width: 640px; }
.aw-quick-grid { margin-top: clamp(48px, 7vw, 86px); }
.aw-quick-card { text-decoration: none; }
.aw-quick-card strong,
.aw-quick-card small { display: block; }
.aw-quick-card small { margin-top: 5px; font-size: 12px; }
.aw-live-strip {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  gap: 34px;
  justify-content: center;
  padding: 17px 24px;
  color: rgba(255,255,255,.72);
  background: rgba(2,26,49,.82);
  border-top: 1px solid rgba(255,255,255,.11);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .02em;
  backdrop-filter: blur(18px);
}
.aw-live-strip span { display: inline-flex; align-items: center; gap: 8px; }
.aw-section-heading { max-width: 1040px; margin-bottom: 54px; }
.aw-section-heading h2 { margin: 8px 0 16px; }
.aw-section-heading p { max-width: 700px; }
.aw-availability-panel { padding: clamp(34px, 4vw, 62px); }
.aw-availability-panel > * { display: block; }
.aw-panel-label { margin-bottom: 28px; color: var(--aw-slate); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.aw-availability-panel h3 { margin: 14px 0 4px; }
.aw-availability-panel .uk-button { margin-top: 32px; }
.aw-availability-panel small { margin-top: 14px; color: var(--aw-slate); }
.aw-bars { display: grid; gap: 8px; margin-top: 28px; }
.aw-bars i { display: block; height: 5px; background: linear-gradient(90deg,var(--aw-green),var(--aw-aqua)); border-radius: 10px; }
.aw-map-legend {
  position: absolute;
  z-index: 4;
  top: 24px;
  left: 24px;
  display: grid;
  gap: 8px;
  padding: 18px;
  color: var(--aw-slate);
  background: rgba(255,255,255,.94);
  border-radius: 14px;
  box-shadow: 0 16px 45px rgba(4,36,66,.12);
  font-size: 11px;
}
.aw-map-legend strong { color: var(--aw-ink); }
.aw-map-legend span { display: flex; align-items: center; gap: 7px; }
.aw-map-legend i { width: 7px; height: 7px; background: var(--aw-green); border-radius: 50%; }
.aw-map-legend i.medium { background: #f0bd36; }
.aw-map-legend i.low { background: var(--aw-orange); }
.aw-map-legend i.full { background: var(--aw-red); }
.aw-map-marker { cursor: pointer; }
.aw-service-card { display: block; box-sizing: border-box; text-decoration: none; }
.aw-service-number { position: absolute; top: 28px; right: 30px; color: rgba(5,40,74,.22); font-size: 12px; font-weight: 800; }
.aw-service-card h3 { margin-top: 34px; }
.aw-service-card b { display: inline-block; margin-top: 26px; font-size: 13px; }
.aw-payments-wrap { color: #fff; background: var(--aw-midnight); }
.aw-section-heading--inverse h2 { color: #fff; }
.aw-section-heading--inverse p { color: rgba(255,255,255,.66); }
.aw-payment-card { position: relative; box-sizing: border-box; }
.aw-payment-card a { color: var(--aw-aqua); font-weight: 750; }
.aw-payment-index { float: right; color: rgba(255,255,255,.34); font-size: 12px; font-weight: 800; }
.aw-payment-symbol { display: block; margin: 60px 0 36px; color: var(--aw-aqua); font-size: 55px; font-weight: 850; }
.aw-payment-logo { width: 70px; height: 70px; margin: 45px 0 30px; object-fit: contain; }
.aw-route-visual,
.aw-ev-visual { position: absolute; right: 8%; bottom: 8%; left: 8%; min-height: 165px; }
.aw-route-visual b { position: absolute; right: 12%; bottom: 30px; display: grid; width: 88px; height: 88px; place-items: center; color: #fff; background: var(--aw-violet); border-radius: 28px; font-size: 34px; }
.aw-route-visual i { position: relative; z-index: 2; display: inline-block; width: 12px; height: 12px; margin: 80px 13% 0 0; background: var(--aw-aqua); border: 4px solid rgba(255,255,255,.65); border-radius: 50%; }
.aw-ev-visual span { position: absolute; right: 18%; bottom: 15px; display: grid; width: 112px; height: 112px; place-items: center; color: #fff; background: var(--aw-green); border-radius: 32px; font-size: 54px; }
.aw-ev-visual i { position: absolute; right: 8%; bottom: 0; width: 170px; height: 170px; border: 1px solid rgba(18,183,106,.28); border-radius: 50%; animation: aw-ripple 3s infinite; }
.aw-ev-visual i:last-child { right: 2%; bottom: -38px; width: 250px; height: 250px; animation-delay: .8s; }
.aw-support-card small { display: block; margin-top: 18px; color: rgba(255,255,255,.58); }
.aw-app-section { padding: clamp(45px, 7vw, 94px); }
.aw-app-copy { position: relative; z-index: 2; }
.aw-store-buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.aw-store-buttons a { display: grid; padding: 10px 18px; color: #fff; background: #07111c; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; font-size: 9px; text-decoration: none; }
.aw-store-buttons strong { font-size: 15px; }
.aw-phone-mock { position: relative; z-index: 2; max-width: 270px; margin: auto; padding: 34px 24px; color: var(--aw-slate); background: #fff; border: 9px solid #06192d; border-radius: 38px; box-shadow: 0 35px 70px rgba(0,0,0,.22); transform: rotate(4deg); }
.aw-phone-mock img { width: 54px; }
.aw-phone-mock h4 { color: var(--aw-ink); }
.aw-phone-mock div { margin: 20px 0; padding: 14px; background: var(--aw-mist); border-radius: 12px; }
.aw-phone-mock strong { color: var(--aw-green); }
.aw-footer { padding: 78px 0 30px; color: rgba(255,255,255,.62); background: var(--aw-midnight); }
.aw-footer h3,.aw-footer h4 { color: #fff; }
.aw-footer h3 span { color: var(--aw-aqua); }
.aw-footer a { display: block; margin: 9px 0; color: rgba(255,255,255,.68); text-decoration: none; }
.aw-footer a:hover { color: var(--aw-aqua); }
.aw-footer-mark { width: 56px; }
.aw-city-logo { width: 120px; margin-top: 18px; }
.aw-app-badges { max-width: 240px; }
.aw-footer-bottom { display: flex; gap: 24px; justify-content: space-between; margin-top: 55px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.09); font-size: 11px; }
.aw-footer-bottom span:last-child { display: flex; gap: 18px; }
.aw-footer-bottom a { margin: 0; }

/* True full-bleed mode: neutralize every YOOtheme wrapper around the imports. */
html.aw-full-bleed-site,
html.aw-full-bleed-site body,
html.aw-full-bleed-site .tm-page,
html.aw-full-bleed-site #tm-main,
html.aw-full-bleed-site .tm-main,
html.aw-full-bleed-site main {
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.aw-fullbleed-parent {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.aw-fullbleed-parent.uk-grid { margin-left: 0 !important; }
.aw-fullbleed-parent.uk-grid > * { padding-left: 0 !important; }
.aw-complete-page,
.aw-complete-page.uk-section,
.aw-complete-page.uk-section > .uk-container {
  left: auto !important;
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.aw-complete-page.uk-section > .uk-container > .uk-grid {
  width: 100% !important;
  margin: 0 !important;
}
.aw-complete-page.uk-section > .uk-container > .uk-grid > * {
  width: 100% !important;
  padding: 0 !important;
}
.aw-layout-hero,
.aw-payments-wrap {
  position: relative !important;
  left: 50% !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-right: -50vw !important;
  margin-left: -50vw !important;
}
.aw-complete-page .uk-container-large,
.aw-builder-section .uk-container-large,
.aw-footer .uk-container-large {
  width: 100% !important;
  max-width: none !important;
  padding-right: clamp(20px, 3vw, 56px) !important;
  padding-left: clamp(20px, 3vw, 56px) !important;
}
.aw-complete-page .aw-section {
  padding-top: clamp(52px, 5vw, 82px);
  padding-bottom: clamp(52px, 5vw, 82px);
}
.aw-complete-page .aw-section-heading { margin-bottom: clamp(32px, 3.5vw, 48px); }
.aw-complete-page #app.aw-section { padding-top: clamp(44px, 4vw, 70px); padding-bottom: clamp(44px, 4vw, 70px); }

/* Independent mobile navigation for YOOtheme configurations without a toggle. */
.aw-mobile-shell,
.aw-mobile-drawer { display: none; }

@media (max-width: 959px) {
  html.aw-has-hero .tm-header,
  html.aw-has-hero .tm-header-mobile { display: none !important; }
  html.aw-menu-open,
  html.aw-menu-open body { overflow: hidden !important; }
  .aw-mobile-shell {
    position: absolute;
    z-index: 1101;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    box-sizing: border-box;
    min-height: 78px;
    align-items: center;
    justify-content: space-between;
    padding: 12px clamp(20px, 5vw, 36px);
    transition: background-color .25s ease, box-shadow .25s ease;
  }
  html.aw-page-scrolled .aw-mobile-shell {
    position: fixed;
    background: rgba(2,26,49,.95);
    border-bottom: 1px solid rgba(255,255,255,.11);
    box-shadow: 0 12px 34px rgba(2,18,34,.2);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }
  body.admin-bar .aw-mobile-shell { top: 32px; }
  .aw-mobile-brand {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: #fff !important;
    font-size: 23px;
    font-weight: 800;
    letter-spacing: -.045em;
    line-height: 1;
    text-decoration: none !important;
  }
  .aw-mobile-brand img { width: 43px; height: 43px; object-fit: contain; }
  .aw-mobile-brand span span { color: var(--aw-aqua); }
  .aw-mobile-toggle {
    position: relative;
    z-index: 2;
    display: grid;
    width: 48px;
    height: 48px;
    padding: 13px;
    place-content: center;
    gap: 5px;
    color: #fff;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 14px;
    cursor: pointer;
  }
  .aw-mobile-toggle i {
    display: block;
    width: 21px;
    height: 2px;
    background: currentColor;
    border-radius: 3px;
    transition: transform .25s var(--aw-ease), opacity .2s ease;
  }
  html.aw-menu-open .aw-mobile-toggle i:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  html.aw-menu-open .aw-mobile-toggle i:nth-child(2) { opacity: 0; }
  html.aw-menu-open .aw-mobile-toggle i:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .aw-mobile-drawer {
    position: fixed;
    z-index: 1100;
    inset: 0;
    display: flex;
    box-sizing: border-box;
    min-height: 100svh;
    flex-direction: column;
    justify-content: center;
    padding: 108px clamp(28px, 8vw, 64px) 42px;
    visibility: hidden;
    opacity: 0;
    background:
      radial-gradient(circle at 88% 12%, rgba(32,199,181,.18), transparent 34%),
      var(--aw-midnight);
    transform: translateY(-14px);
    pointer-events: none;
    transition: opacity .25s ease, transform .3s var(--aw-ease), visibility .3s;
  }
  html.aw-menu-open .aw-mobile-drawer {
    visibility: visible;
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
  .aw-mobile-drawer nav { display: grid; }
  .aw-mobile-drawer nav a {
    padding: 10px 0;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,.11);
    font-size: clamp(24px, 6vw, 38px);
    font-weight: 750;
    letter-spacing: -.035em;
    line-height: 1.2;
    text-decoration: none;
  }
  .aw-mobile-drawer nav a:hover,
  .aw-mobile-drawer nav a:focus { color: var(--aw-aqua); }
  .aw-mobile-drawer p { margin: 24px 0 0; color: rgba(255,255,255,.56); }
  .aw-layout-hero,
  .aw-hero-content { min-height: 100svh; }
  .aw-layout-hero { min-height: 100svh; }
  .aw-hero-content { justify-content: flex-start; padding-top: 126px; padding-bottom: 38px; }
  .aw-hero-copy h1 { font-size: clamp(48px, 8.8vw, 72px); line-height: .96; }
  .aw-hero-copy p { font-size: 21px; line-height: 1.48; }
  .aw-quick-grid { margin-top: 42px; }
  .aw-quick-card { min-height: 92px; padding: 15px 16px; }
  .aw-live-strip {
    position: relative;
    overflow-x: auto;
    justify-content: flex-start;
    padding: 14px 20px;
    white-space: nowrap;
    scrollbar-width: none;
  }
  .aw-live-strip::-webkit-scrollbar { display: none; }
  .aw-map { border-radius: 0 0 var(--aw-radius-lg) var(--aw-radius-lg); }
  .aw-footer-bottom { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 639px) {
  .aw-complete-page .uk-container-large,
  .aw-builder-section .uk-container-large {
    padding-right: 20px;
    padding-left: 20px;
  }
  .aw-layout-hero,
  .aw-hero-content { min-height: 100svh; }
  .aw-hero-content { padding-top: 112px; padding-bottom: 30px; }
  .aw-kicker { gap: 7px; margin-bottom: 12px; font-size: 10px; line-height: 1.65; }
  .aw-hero-copy h1 { margin: 10px 0 18px; font-size: clamp(39px, 11vw, 51px); line-height: .98; }
  .aw-hero-copy p { margin: 0; font-size: 18px; line-height: 1.45; }
  .aw-quick-grid { margin-top: 30px; }
  .aw-quick-grid.uk-grid-small { margin-left: -10px; }
  .aw-quick-grid.uk-grid-small > * { padding-left: 10px; }
  .aw-quick-grid.uk-grid { margin-top: 20px; }
  .aw-quick-card {
    min-height: 86px;
    gap: 12px;
    padding: 13px 14px;
    border-radius: 18px;
  }
  .aw-quick-card .aw-icon { width: 52px; height: 52px; border-radius: 15px; }
  .aw-quick-card strong { font-size: 17px; line-height: 1.25; }
  .aw-quick-card small { margin-top: 3px; font-size: 12px; line-height: 1.35; }
  .aw-live-strip { gap: 24px; font-size: 11px; }
  .aw-map-legend { top: 14px; left: 14px; }
  .aw-app-section { border-radius: 22px; }
  .aw-footer { padding: 48px 0 24px; }
  .aw-footer .uk-grid-large { margin-top: -34px; }
  .aw-footer .uk-grid-large > * { padding-top: 34px; }
  .aw-footer-mark { width: 48px; }
  .aw-footer h3 { margin: 18px 0 12px; }
  .aw-footer h4 { margin-bottom: 12px; }
  .aw-footer-bottom { margin-top: 38px; }
  .aw-footer-bottom span:last-child { flex-direction: column; gap: 4px; }
}

@media (min-width: 640px) {
  .aw-layout-hero { border-radius: 0 !important; }
  .aw-payments-wrap { border-radius: 0 !important; }
}

@media (max-width: 782px) {
  body.admin-bar.home .tm-header,
  body.admin-bar.home .tm-header-mobile { top: 46px; }
  body.admin-bar .aw-mobile-shell { top: 46px; }
}
