﻿/*! ragd-core.css v1.0 â€” Foundation 5 grid replacement (drop-in)
 *  Breakpoints: small 0, medium 40.063em (~641px), large 64.063em (~1025px)
 *  Max-width: 85rem, Column padding: 0.9375rem, 12 columns
 */

/* ================================================================
   1. RESET & BASE
   ================================================================ */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
html {
  height: 100%;
  font-size: 100%;
}

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: Poppins, Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

#map_canvas img,
.map_canvas img,
#map_canvas embed,
.map_canvas embed,
#map_canvas object,
.map_canvas object {
  max-width: none !important;
}

textarea {
  min-height: 50px;
  max-width: 100%;
}

/* ================================================================
   2. FLOAT HELPERS & CLEARFIX
   ================================================================ */
.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ================================================================
   3. GRID â€” ROW
   ================================================================ */
.row {
  width: 100%;
  max-width: 85rem;
  margin: 0 auto;
}

.row::before,
.row::after {
  content: " ";
  display: table;
}

.row::after {
  clear: both;
}

.row.collapse>.column,
.row.collapse>.columns {
  padding-left: 0;
  padding-right: 0;
}

.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.row .row {
  width: auto;
  max-width: none;
}

.row .row::before,
.row .row::after {
  content: " ";
  display: table;
}

.row .row::after {
  clear: both;
}

.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}

.bg-white {
  background-color: #fff;
}

/* ================================================================
   4. GRID â€” COLUMNS (base)
   ================================================================ */
.column,
.columns {
  padding-left: .9375rem;
  padding-right: .9375rem;
  width: 100%;
  float: left;
  position: relative;
}

[class*=column]+[class*=column]:last-child {
  float: right;
}

[class*=column]+[class*=column].end {
  float: left;
}

/* ================================================================
   5. GRID â€” SMALL (mobile-first, always applies)
   ================================================================ */
.small-1 {
  width: 8.33333%;
}

.small-2 {
  width: 16.66667%;
}

.small-3 {
  width: 25%;
}

.small-4 {
  width: 33.33333%;
}

.small-5 {
  width: 41.66667%;
}

.small-6 {
  width: 50%;
}

.small-7 {
  width: 58.33333%;
}

.small-8 {
  width: 66.66667%;
}

.small-9 {
  width: 75%;
}

.small-10 {
  width: 83.33333%;
}

.small-11 {
  width: 91.66667%;
}

.small-12 {
  width: 100%;
}

.small-offset-0 {
  margin-left: 0 !important;
}

.small-offset-1 {
  margin-left: 8.33333% !important;
}

.small-offset-2 {
  margin-left: 16.66667% !important;
}

.small-offset-3 {
  margin-left: 25% !important;
}

.small-offset-4 {
  margin-left: 33.33333% !important;
}

.small-offset-5 {
  margin-left: 41.66667% !important;
}

.small-offset-6 {
  margin-left: 50% !important;
}

.small-offset-7 {
  margin-left: 58.33333% !important;
}

.small-offset-8 {
  margin-left: 66.66667% !important;
}

.small-offset-9 {
  margin-left: 75% !important;
}

.small-offset-10 {
  margin-left: 83.33333% !important;
}

.small-offset-11 {
  margin-left: 91.66667% !important;
}

.column.small-centered,
.columns.small-centered {
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.column.small-centered:last-child,
.columns.small-centered:last-child {
  float: none;
}

/* ================================================================
   6. GRID â€” MEDIUM (min-width: 40.063em)
   ================================================================ */
@media only screen and (min-width: 40.063em) {
  .medium-1 {
    width: 8.33333%;
  }

  .medium-2 {
    width: 16.66667%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-4 {
    width: 33.33333%;
  }

  .medium-5 {
    width: 41.66667%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-7 {
    width: 58.33333%;
  }

  .medium-8 {
    width: 66.66667%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-10 {
    width: 83.33333%;
  }

  .medium-11 {
    width: 91.66667%;
  }

  .medium-12 {
    width: 100%;
  }

  .medium-offset-0 {
    margin-left: 0 !important;
  }

  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }

  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }

  .medium-offset-3 {
    margin-left: 25% !important;
  }

  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }

  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }

  .medium-offset-6 {
    margin-left: 50% !important;
  }

  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .medium-push-0 {
    left: 0;
    right: auto;
  }

  .medium-push-1 {
    left: 8.33333%;
    right: auto;
  }

  .medium-push-2 {
    left: 16.66667%;
    right: auto;
  }

  .medium-push-3 {
    left: 25%;
    right: auto;
  }

  .medium-push-4 {
    left: 33.33333%;
    right: auto;
  }

  .medium-push-5 {
    left: 41.66667%;
    right: auto;
  }

  .medium-push-6 {
    left: 50%;
    right: auto;
  }

  .medium-pull-0 {
    right: 0;
    left: auto;
  }

  .medium-pull-1 {
    right: 8.33333%;
    left: auto;
  }

  .medium-pull-2 {
    right: 16.66667%;
    left: auto;
  }

  .medium-pull-3 {
    right: 25%;
    left: auto;
  }

  .medium-block-grid-2>li {
    width: 50%;
    list-style: none;
  }

  .medium-block-grid-3>li {
    width: 33.33333%;
    list-style: none;
  }

  .medium-block-grid-4>li {
    width: 25%;
    list-style: none;
  }
}

/* ================================================================
   7. GRID â€” LARGE (min-width: 64.063em)
   ================================================================ */
@media only screen and (min-width: 64.063em) {
  .large-1 {
    width: 8.33333%;
  }

  .large-2 {
    width: 16.66667%;
  }

  .large-3 {
    width: 25%;
  }

  .large-4 {
    width: 33.33333%;
  }

  .large-5 {
    width: 41.66667%;
  }

  .large-6 {
    width: 50%;
  }

  .large-7 {
    width: 58.33333%;
  }

  .large-8 {
    width: 66.66667%;
  }

  .large-9 {
    width: 75%;
  }

  .large-10 {
    width: 83.33333%;
  }

  .large-11 {
    width: 91.66667%;
  }

  .large-12 {
    width: 100%;
  }

  .large-offset-0 {
    margin-left: 0 !important;
  }

  .large-offset-1 {
    margin-left: 8.33333% !important;
  }

  .large-offset-2 {
    margin-left: 16.66667% !important;
  }

  .large-offset-3 {
    margin-left: 25% !important;
  }

  .large-offset-4 {
    margin-left: 33.33333% !important;
  }

  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .large-push-0 {
    left: 0;
    right: auto;
  }

  .large-push-1 {
    left: 8.33333%;
    right: auto;
  }

  .large-push-2 {
    left: 16.66667%;
    right: auto;
  }

  .large-pull-0 {
    right: 0;
    left: auto;
  }

  .large-block-grid-3>li {
    width: 33.33333%;
    list-style: none;
  }

  .large-block-grid-4>li {
    width: 25%;
    list-style: none;
  }
}

/* ================================================================
   8. BLOCK GRID â€” general
   ================================================================ */
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}

[class*="block-grid-"]::before,
[class*="block-grid-"]::after {
  content: " ";
  display: table;
}

[class*="block-grid-"]::after {
  clear: both;
}

[class*="block-grid-"]>li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.625rem 1.25rem;
}

.small-block-grid-1>li {
  width: 100%;
}

.small-block-grid-2>li {
  width: 50%;
}

.small-block-grid-3>li {
  width: 33.33333%;
}

.small-block-grid-4>li {
  width: 25%;
}

/* ================================================================
   9. VISIBILITY CLASSES (Foundation 5 naming)
   ================================================================ */

/* ----- hide-for-small = hidden on small, visible on medium+ ----- */
.hide-for-small,
.hide-for-small-only {
  display: none !important;
}

@media only screen and (min-width: 40.063em) {

  .hide-for-small,
  .hide-for-small-only {
    display: inherit !important;
  }

  .hide-for-medium-up {
    display: none !important;
  }
}

/* ----- visible-for-medium-up = hidden on small, block on medium+ ----- */
.visible-for-medium-up {
  display: none !important;
}

@media only screen and (min-width: 40.063em) {
  .visible-for-medium-up {
    display: block !important;
  }

  .visible-for-small-only {
    display: none !important;
  }
}

/* ----- show-for-small = visible only on small ----- */
.show-for-small {
  display: none !important;
}

@media only screen and (max-width: 40em) {
  .show-for-small {
    display: block !important;
  }

  .hide-for-small,
  .hide-for-small-only {
    display: none !important;
  }
}

/* ----- show-for-medium-up / hide-for-large-up ----- */
@media only screen and (min-width: 64.063em) {
  .hide-for-large-up {
    display: none !important;
  }

  .show-for-large-up {
    display: block !important;
  }
}

/* ================================================================
   10. TEXT ALIGNMENT UTILITIES
   ================================================================ */
.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

/* Small-only */
.small-text-left {
  text-align: left !important;
}

.small-text-right {
  text-align: right !important;
}

.small-text-center {
  text-align: center !important;
}

.small-only-text-center {
  text-align: center !important;
}

@media only screen and (min-width: 40.063em) {
  .small-only-text-center {
    text-align: inherit !important;
  }

  .medium-text-left {
    text-align: left !important;
  }

  .medium-text-right {
    text-align: right !important;
  }

  .medium-text-center {
    text-align: center !important;
  }

  .medium-only-text-center {
    text-align: center !important;
  }
}

@media only screen and (min-width: 64.063em) {
  .medium-only-text-center {
    text-align: inherit !important;
  }

  .large-text-left {
    text-align: left !important;
  }

  .large-text-right {
    text-align: right !important;
  }

  .large-text-center {
    text-align: center !important;
  }
}

/* text-center-for-small: only on small */
.text-center-for-small {
  text-align: center;
}

@media only screen and (min-width: 40.063em) {
  .text-center-for-small {
    text-align: inherit;
  }
}

/* ================================================================
   11. PADDING / MARGIN HELPERS (from app.css custom section)
   ================================================================ */
.p-right-100 {
  padding-right: 100px;
}

.p-left-15 {
  padding-left: 15px;
}

.p-right-15 {
  padding-right: 15px;
}

.p-top-0 {
  padding-top: 0 !important;
}

.p-top-10 {
  padding-top: 10px;
}

.p-top-15 {
  padding-top: 15px;
}

.p-top-80 {
  padding-top: 80px;
}

.p-bot-15 {
  padding-bottom: 15px;
}

.p-bot-80 {
  padding-bottom: 80px;
}

/* ================================================================
   12. TYPOGRAPHY (Foundation 5 defaults)
   ================================================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Poppins, Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #222;
  text-rendering: optimizeLegibility;
  margin-top: .2rem;
  margin-bottom: .5rem;
  line-height: 1.4;
}

h1 {
  font-size: 2.125rem;
}

h2 {
  font-size: 1.6875rem;
}

h3 {
  font-size: 1.375rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: 400;
  margin-top: .2rem;
  margin-bottom: .5rem;
}

p {
  font-family: inherit;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}

a {
  color: #1A365D;
  text-decoration: none;
  line-height: inherit;
}

a:focus,
a:hover {
  color: #132B4D;
}

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: 700;
  line-height: inherit;
}

small {
  font-size: 60%;
  line-height: inherit;
}

ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit;
}

ul {
  margin-left: 1.1rem;
}

ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

ol {
  margin-left: 1.4rem;
}

/* ================================================================
   13. FORMS (Foundation 5 base forms)
   ================================================================ */
form {
  margin: 0 0 1rem;
}

label {
  font-size: .875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}

input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  color: rgba(0, 0, 0, .75);
  display: block;
  font-size: .875rem;
  margin: 0 0 1rem;
  padding: .5rem;
  height: 2.3125rem;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow .45s, border-color .45s ease-in-out;
}

input[type=color]:focus,
input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
textarea:focus {
  background: #fafafa;
  border-color: #999;
  outline: none;
}

/* ================================================================
   14. BUTTONS (Foundation 5 base)
   ================================================================ */
button,
.button {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: Poppins, Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  display: inline-block;
  padding: .85em 2em;
  font-size: 1rem;
  background-color: #E8740C;
  color: #fff;
  transition: background-color .3s ease-out;
}

button:hover,
.button:hover {
  background-color: #C86000;
}

/* ================================================================
   15. OFF-CANVAS WRAPPER (keep for header.php compatibility)
   ================================================================ */
.off-canvas-wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.inner-wrap {
  position: relative;
  width: 100%;
}

/* ================================================================
   16. ALERT BOX (used 1x in library/foundation.php)
   ================================================================ */
.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: .8125rem;
  font-weight: 400;
  margin-bottom: 1.25rem;
  padding: .875rem 1.5rem .875rem .875rem;
  position: relative;
  transition: opacity .3s ease-out;
}

.alert-box.secondary {
  background-color: #e7e7e7;
  border-color: #c3c3c3;
  color: #4d4d4d;
}

/* ================================================================
   17. TABLE
   ================================================================ */
table {
  background: #fff;
  margin-bottom: 1.25rem;
  border: solid 1px #ddd;
  table-layout: auto;
}

table thead,
table tfoot {
  background: #f5f5f5;
}

table thead tr th,
table thead tr td,
table tfoot tr th,
table tfoot tr td {
  padding: .5rem .625rem .625rem;
  font-size: .875rem;
  color: #222;
  text-align: left;
}

table tr th,
table tr td {
  padding: .5625rem .625rem;
  font-size: .875rem;
  color: #222;
}

table tr.even,
table tr.alt,
table tr:nth-of-type(even) {
  background: #f9f9f9;
}

table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
  display: table-cell;
  line-height: 1.125rem;
}

/* ================================================================
   18. INLINE-LIST & BREADCRUMBS
   ================================================================ */
.inline-list {
  margin: 0 auto 1.0625rem;
  margin-left: -.875rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.inline-list>li {
  list-style: none;
  float: left;
  margin-left: 1.375rem;
  display: block;
}

/* ================================================================
   19. PRINT STYLES
   ================================================================ */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: .5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

.subpage aside .offer li p,
.subpage aside .why ul li,
.subpage aside .news-list ul li p {
  margin: 15px 0 0
}

.top-bar-section ul li>a,
body {
  font-family: Poppins, sans-serif, Tahoma, Verdena
}

.header,
.mobileTopLogo,
.phone,
.subpage aside .why ul li,
.tabs.vertical,
footer,
footer.footer .footer-bg {
  position: relative
}

.city-list .title .t2,
[title='NajczÄ™stsze pytania'],
[title='Nasza Oferta'],
[title='O Firmie'],
[title='Poradnik'],
[title='Serwis AGD'],
[title='Poradnik'],
[title='Kontakt'],
[title='Poradnik'],
[title='Regulamin'],
footer.footer .phone {
  text-transform: uppercase
}

.subpage article input,
.subpage article textarea {
  padding-left: 15px;
  border-radius: 25px;
  border: 1px solid #e5e5e5;
  font-size: 13px
}

.tabs .tab-title>a,
.tabs dd>a {
  padding: 1rem 1.2rem;
  margin-bottom: -1px;
  font-size: 13px;
  background: #f6f6f6;
  border: 1px solid #e5e5e5
}

.subpage article a,
.subpage article p {
  font-size: 17px;
  /* na zyczenie klienta */
}

.tabs .tab-title.active a,
.tabs dd.active a {
  box-shadow: 0 0 15px #e5e5e5;
  z-index: 999;
  background-color: #fff;
  color: #222
}

.black,
.subpage article a,
.subpage article a:hover {
  color: #000
}

.single article a {
  color: #1A365D;
}

.single article a:hover {
  text-decoration: underline;
  color: #1A365D;
}

body::-webkit-scrollbar {
  width: 6px;
  height: 40px
}

body::-webkit-scrollbar-thumb {
  background-color: #1A365D
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #fff
}

.subpage {
  padding-bottom: 70px
}

.subpage article {
  font-size: 1rem;
  background: #fff;
  padding: 2.6rem 3rem 2.5rem
}

/* @media (min-width: 992px) {
  .subpage article.article-postv2 {
    background: #fff;
    padding: 2.6rem 7rem 2.5rem
  }
} */
/* .subpage article.arcticle-postv2 {
  padding-left: 0 !important;
  padding-right: 0 !important;
} */
.subpage article textarea {
  border-radius: 25px;
  min-height: 150px
}

.subpage article ul,
.subpage article ul li,
.subpage article ul ol,
footer p {
  font-size: 16px
}

.subpage article input[type=submit] {
  float: right;
  padding: 1rem 2rem;
  margin-top: 1rem;
  color: #fff;
  width: 100%;
  font-size: 17px;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  border: 0;
  background: #1A365D;
  cursor: pointer
}

.subpage article input[type=checkbox] {
  margin: 5px 10px 31px 0;
  float: left
}

.subpage article h1 {
  font-size: 1.7rem !important;
  color: #1A365D
}

@media (max-width: 576px) {
  body.single-post article header:nth-child(1) h1 {
    font-size: 1.5rem !important;
  }
}


header time {
  color: #bbb;
}

.subpage article h2 {
  font-size: 1.5rem;
  color: #1A365D
}

.subpage article h3 {
  color: #1A365D;
  font-size: 1.1rem
}

.subpage aside,
.subpage aside p {
  font-size: 13px
}

.subpage article h4,
.subpage article h5,
.subpage article h6 {
  color: #1A365D
}

.subpage .wpcf7-list-item {
  margin: 5px 0;
  height: 22px;
  line-height: 1
}

input.wpcf7-not-valid {
  border: 2px solid #1A365D !important
}

.wpcf7-not-valid-tip {
  display: none !important
}

.subpage aside {
  border-right: 1px solid #e5e5e5
}

.subpage aside .columns {
  border-right: 0;
  background-color: #fff;
  padding: 2.5rem 2rem 2rem 3rem
}

.subpage aside .title {
  display: block;
  line-height: 1.4 !important;
  padding-bottom: 30px;
  font-size: 1.75rem;
  font-family: Poppins, sans-serif;
  color: #5f5f5f;
  margin-top: 4px
}

.subpage .archive time,
.subpage aside .news-list ul li time {
  color: #95a2aa
}

.subpage aside .offer {
  list-style: none;
  margin: 0
}

.subpage aside .offer li {
  padding: 15px 0;
  margin: 0;
  border-bottom: 1px solid #e5e5e5
}

.subpage aside .offer li.active {
  background: #fbfbfb
}

.subpage aside .offer li:last-child {
  border: 0;
  padding: 15px 0
}

.subpage aside .offer li a {
  display: block;
  color: #000
}

.subpage aside .offer li.divider {
  display: none
}

.subpage aside .why {
  padding-top: 2rem !important;
  height: 657px;
  margin-bottom: 18px
}

.subpage aside .why ul {
  list-style: none;
  margin: 0
}

.subpage aside .why ul li {
  padding: 15px 0;
  font-size: 16px
}

.subpage aside .why ul li:last-child::after {
  border: 0
}

.subpage aside .why ul li::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 200px;
  border-bottom: 1px solid #e5e5e5
}

.subpage aside .offerSide {
  margin-top: 8px
}

.subpage aside .news-list ul {
  list-style: none;
  margin: 0
}

.subpage aside .news-list ul li {
  margin: 15px 0 0;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px
}

.subpage aside .news-list ul li:last-child {
  border: 0;
  padding: 15px
}

.subpage aside .news-list ul li a {
  display: block;
  text-decoration: none;
  font-size: 14px
}

.subpage aside::after {
  content: '';
  border-bottom: 1px solid transparent;
  height: 20px;
  width: 100%
}

.subpage .archive a {
  display: block;
  font-size: 17px;
  font-family: Poppins, sans-serif
}

.subpage .contact header {
  padding-bottom: 30px
}

.subpage .contact .entry-title h1 {
  line-height: 24px;
  font-family: Poppins, sans-serif;
  color: #1A365D
}

.subpage .contact .entry-title h1 span {
  padding-top: 18px;
  display: block;
  font-family: Poppins, sans-serif;
  color: #5f5f5f
}

.tabs.vertical {
  margin-top: 15px;
  z-index: 2;
  max-width: 100%;
  width: 100%
}

iframe,
iframe div {
  filter: grayscale(100%)
}

/* OLD MENU â€” replaced by menu.css */
/* .top-navigation {
  background-color: #fff;
  box-shadow: 0 10px 80px #b1b8cfb3
} */

/* OLD MENU â€” replaced by menu.css */
/* .logo,
.logoFooter,
.mobileTopLogo {
  background-color: #1A365D
} */

.logoFooter {
  background-color: #1A365D
}

.rotate180deg {
  transform: rotate(180deg)
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center
}

.mainColor {
  color: #1A365D
}

/* OLD MENU â€” replaced by menu.css
.mobileTopLogo {
  min-height: 60px
}

.mobileTopLogo .mobileLogo {
  color: #fff;
  font-weight: 900;
  font-size: 14px;
  margin: 0 -50% 0 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.mobileTopLogo .mobileLogo a {
  color: #fff
}

.mobileTopLogo .mobileLogo a::hover {
  color: #fff
}
*/

/* OLD MENU â€” replaced by menu.css
.logo {
  font-size: 14px;
  left: 0;
  padding: 28px 30px;
  box-sizing: border-box;
  color: #fff
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
  .logo {
    padding: 30px
  }
}
*/

.logoFooter {
  border: 2px solid #00f;
  width: 300px;
  font-size: 14px;
  color: #fff
}

.mainBg {
  background: url(../img/map.jpg) 15% 68%
}

.grayBg {
  background-color: #f0f1f5
}

body>div.off-canvas-wrap>div>section>div>div.header>div.row>div>a {
  width: 200px
}

body>div.off-canvas-wrap>div>section>div>div.header>div.row>div>h2 {
  padding: 0 15px;
  font-size: 2.3rem;
  line-height: 1.3
}

body>div.off-canvas-wrap>div>section>div>div.header>div.row>div>div>p {
  text-shadow: 0 0 2px #fff;
  padding: 0 15px;
  font-size: 19px
}

/* OLD MENU â€” replaced by menu.css
body>div.off-canvas-wrap>div>div>div>nav>section {
  display: flex;
  flex-direction: row-reverse;
  align-content: end;
  height: inherit
}

body .left-small a img {
  width: 55px;
  display: block;
  top: 12px;
  left: 15px;
  position: absolute
}
*/

.block-homepage .none,
.header .picture-header-outside,
footer ul li.divider,
footer ul li:last-child a:after {
  display: none
}

footer.footer .copyright,
footer.footer ul li {
  font-weight: 400;
  font-family: Poppins, sans-serif
}

/* OLD MENU â€” replaced by menu.css
.top-bar-section .right li .dropdown li {
  margin: 0;
  width: 24%
}

.top-bar-section .right li .dropdown li a {
  width: 100vw;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid rgba(53, 53, 53, .2)
}
*/

h1,
h2,
h3,
h4 {
  font-family: Poppins, sans-serif
}

h4.accordingTitle {
  user-select: none;
  font-size: 1.7rem;
  line-height: 34px;
  font-weight: 400;
  display: block;
  margin: 0;
  color: #606f85 !important;
  cursor: pointer
}

.header h2,
.header h2 span {
  font-size: 35px;
  font-family: Poppins, sans-serif
}

h5,
h6 {
  font-family: Poppins, sans-serif
}

hr {
  margin: 1.2rem 0 2rem
}

/* OLD MENU â€” replaced by menu.css
.contain-to-grid {
  background: 0 0
}

.tab-bar {
  height: 80px;
  margin-bottom: 0
}

.tab-bar .center {
  left: 40px;
  width: 80%;
  margin-top: 20px
}

.hi.medium,
.phone.medium {
  margin-top: 30px;
  line-height: 18px
}

.tab-bar .center span img {
  width: 40px
}

.tab-bar .letter {
  left: 45px;
  padding-top: 20px
}
*/

.bg-container {
  width: 100vw;
  margin: 0 auto;
  background: #f2f4f6
}

.hi {
  font-size: 13px;
  color: #a8a8a8
}

.phone {
  font-weight: 900;
  font-family: Poppins, sans-serif
}

.phone .tooltiptext {
  font-family: Poppins, sans-serif;
  font-size: 12px;
  box-shadow: 0 0 5px #1A365D;
  visibility: hidden;
  width: 130px;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 1px 0;
  position: absolute;
  z-index: 1;
  bottom: -110%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity .3s
}

.phone .tooltiptext::after {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #ca0e0e
}

.four-box .columns,
.test {
  border-top: 1px solid #e5e5e5
}

#pytania li,
.four-box .columns,
.news-list-big,
.scroll .columns a,
.test,
footer.footer .footer-bg {
  border-bottom: 1px solid #e5e5e5
}

.phone span {
  font-family: Poppins, sans-serif
}

.phone a {
  font-family: Poppins, sans-serif;
  color: #31383e
}

.header h2,
.icon .columns:active .title,
.icon .columns:focus .title,
.icon .columns:hover .title,
footer.footer ul li a:hover {
  color: #1A365D
}

.phone.medium {
  padding-right: .9375rem
}

.phone.medium .mail {
  font-weight: 400;
  font-family: Poppins, sans-serif;
  text-decoration: underline;
  color: #95a2aa
}

.phone:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
  z-index: 999;
}

.header {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  background: url(../img/bg-header.jpg) 100% 50%/auto 130% no-repeat #e7eaf0
}

.header h2 {
  line-height: 38px;
  font-weight: 700;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, .5)
}

.header h2 span {
  display: block;
  font-weight: 100;
  color: #5f5f5f
}

.header .description {
  padding: 0 0 25px;
  font-size: 15px;
  color: #747474
}

.header .description p {
  margin: 0
}

.header .button {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  background: #1A365D
}

.header .picture-header {
  position: absolute !important;
  bottom: 0;
  right: -130px;
  height: 103%
}

.header.header-subpage .picture-header {
  height: 110%
}

.block-homepage {
  width: 100%;
  margin: 0 auto
}

.block-homepage .large-4 {
  padding-left: 10px;
  padding-right: 10px
}

.block-homepage .medium-6 {
  padding-left: 0;
  padding-right: 0
}

.block-homepage img {
  width: 100%
}

.block-homepage .description {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  text-align: center;
  color: #fff
}

.four-box .title-four-box,
.icon .title {
  color: #606f85;
  font-family: Poppins, sans-serif;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, .5)
}

.block-homepage .description .title {
  padding: 1rem;
  background-color: #6d86a0d1;
  width: 70%;
  margin: 0 auto
}

.block-homepage .style-1 {
  top: 50%;
  transform: translateY(-50%)
}

.block-homepage .style-1 .title {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  font-family: Poppins, sans-serif
}

.block-homepage .style-1 .subtitle {
  font-size: 13px;
  color: #edaca9;
  font-family: Poppins, sans-serif
}

.block-homepage .style-2 {
  top: 50%;
  transform: translateY(-50%)
}

.block-homepage .style-2 .title {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 22px
}

.block-homepage .block:last-child {
  display: block
}

.icon {
  padding-top: 80px;
  padding-bottom: 10px;
  text-align: center;
  min-width: 90%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

#pytania li i:after,
#pytania li i:before,
#pytania p,
.transition {
  transition: .25s ease-in-out
}

.icon .columns {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  padding-bottom: 20px
}

.icon .columns:active,
.icon .columns:focus,
.icon .columns:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3)
}

.icon .title {
  padding-top: 10px;
  font-size: 14px;
  line-height: 18px
}

.four-box {
  margin-top: 90px
}

.four-box img {
  position: absolute;
  left: 45px;
  top: 50%;
  margin-top: -22px
}

.four-box .columns {
  min-height: 160px;
  max-height: 300px;
  margin-bottom: -1px;
  border-left: 1px solid #e5e5e5;
  background: #fff;
  padding: 30px 30px 30px 120px
}

.four-box .columns:nth-child(3),
.four-box .columns:nth-child(5) {
  border-right: 1px solid #e5e5e5
}

.four-box .columns:hover {
  box-shadow: 0 0 15px rgba(177, 184, 207, .7);
  z-index: 10
}

.four-box .columns .title {
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 14px
}

.four-box .columns .description {
  font-size: 14px
}

.four-box .title-four-box {
  padding: 30px 40px;
  text-align: center;
  font-size: 22px;
  line-height: 27px
}

.scroll {
  max-height: 350px;
  overflow-y: auto;
  margin-left: 30px;
  margin-bottom: 50px
}

.scroll .columns {
  padding-left: 0
}

.scroll .columns a {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  font-size: 14px;
  color: #000;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, .7);
  background: url(../img/point.png) 10px center no-repeat
}

#sidebar,
footer.footer .outside-content {
  padding-right: 0;
  padding-left: 0
}

.scroll .columns a:hover {
  font-weight: 700;
  color: #1A365D;
  font-family: Poppins, sans-serif;
  background: url(../img/point.png) 10px center no-repeat #e7eaf0
}

.scroll::-webkit-scrollbar {
  width: 8px
}

.scroll::-webkit-scrollbar-track {
  background: #d4dde3
}

.scroll::-webkit-scrollbar-thumb {
  background: #1A365D
}

#live-search {
  margin-left: 10px;
  height: 70px;
  padding-left: 30px
}

#live-search .text-input {
  height: 50px;
  margin-bottom: 10px;
  font-size: 14px;
  background: url(../img/search.png) right center no-repeat #fff;
  border: none;
  box-shadow: 0 10px 20px rgba(177, 184, 207, .3)
}

#live-search #filter-count {
  display: block;
  padding-left: 30px;
  font-size: 12px
}

footer {
  padding: 0 15px;
  background-image: linear-gradient(-90deg, #fff, #f0f1f5);
  font-size: 18px;
  text-align: right;
  display: block
}

footer .row {
  background: #fff
}

footer a {
  font-weight: 800;
  color: inherit
}

footer p {
  margin-top: 15px;
  margin-bottom: 5px
}

footer ul {
  list-style: none
}

footer ul li {
  margin: 0;
  display: inline
}

footer ul li a {
  font-size: 12px;
  font-weight: 400;
  font-family: Poppins, sans-serif
}

footer ul li a:after {
  content: '';
  color: #d4dde3;
  font-size: 16px
}

footer.row {
  margin-top: 1.85rem;
  margin-bottom: 1.75rem
}

footer .icon {
  float: right;
  position: absolute;
  right: 30px;
  top: 45%
}

footer .icon svg {
  width: 20px;
  height: 20px
}

footer.footer {
  padding-bottom: 3rem
}

footer.footer .outside-content {
  box-shadow: 0 10px 20px rgba(177, 184, 207, .2);
  margin-top: 0 !important
}

footer.footer .footer-bg {
  min-height: 100px;
  padding-right: 1rem;
  padding-left: 1rem;
  background: #fff
}

footer.footer .footer-bg_low {
  height: 110px;
  position: relative;
  padding-right: 2.5rem;
  padding-left: 2.5rem
}

footer.footer .copyright {
  padding-top: 1.1rem;
  font-size: .875rem;
  color: rgba(134, 143, 161, 0.8);
}

footer.footer .h6 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  border: 0
}

footer.footer ul {
  float: right;
  width: 100%;
  margin-top: 2.2rem
}

footer.footer ul li {
  width: 100%;
  font-size: .875rem
}

footer.footer ul li a {
  font-size: 14px;
  padding-left: 10px;
  color: #000
}

footer.footer ul li a:last-child {
  padding-right: 0
}

footer.footer .go-up {
  right: -30px;
  display: block;
  width: 30px;
  height: 100px;
  background: #1A365D;
  position: absolute;
  top: 0;
  text-align: center;
  color: #fff
}

#poradnik,
#pytania,
#pytania p,
.SubBaner .contact-city a,
.SubBaner .contact-city p,
.tab-bar-section.middle a,
footer.footer .phone a {
  color: #000
}

footer.footer .footer-box-menu {
  padding-top: 1rem;
  padding-bottom: 1rem
}

footer.footer .phone {
  font-size: .875rem;
  font-weight: 900;
  padding-top: 20px
}

#sidebar .news-list .title,
footer.footer .phone span {
  color: #1A365D
}

footer.footer .phone a:hover {
  text-decoration: none
}

footer.footer .phone img {
  height: 20px;
  width: 45px
}

footer .copyright img {
  margin-right: 25px
}

footer .author img {
  margin-left: 25px
}

.article-nav .social-news {
  border: 1px solid #e5e5e5;
  border-bottom: 0;
  padding: 1.2rem 1.5rem
}

.article-nav .social-news p {
  margin: 0 15px 0 0
}

.article-nav .article-nav-bg {
  border: 1px solid #e5e5e5;
  background: #f2f2f2
}

#sidebar,
.slider,
.slider .siema,
.test>img {
  background-color: #fff
}

.article-nav .article-nav-prev {
  padding: 1.2rem 0 1.2rem 1.5rem
}

.article-nav .article-nav-prev .left {
  margin: .6rem 1rem .5rem 0
}

.article-nav .article-nav-prev i {
  padding: 0 1rem 0 0;
  border-right: 1px solid #e5e5e5;
  color: #1A365D;
}

.article-nav a {
  color: #222
}

.article-nav .article-nav-next {
  border-left: 1px solid #e5e5e5;
  padding: 1.2rem 1.5rem 1.2rem 0;
  text-align: right
}

.article-nav .article-nav-next .right {
  margin: .6rem 0 .5rem 1rem;
  color: #1A365D;
}

.margi-city {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important
}

.slider .trustBanner {
  padding-top: 80px
}

.slider .trustBanner h4 {
  line-height: 1.5;
  font-size: 1.7rem
}

.slider .trustBanner p {
  font-size: .875rem;
  font-weight: 400
}

.slider .siema {
  margin: 50px 0 0;
  padding: 40px 0 0;
  border: 10px solid #fff
}

.slider .siema div.innerSiema {
  border-right: 1px solid #e5e5e5;
  padding-left: 3rem;
  margin-left: 5px;
  margin-right: 5px;
  padding-right: 3rem;
  background-color: #fff
}

.slider .siema div.innerSiema h6 {
  padding: 20px 2rem 0 0;
  font-weight: 900;
  font-size: 1rem
}

.slider .siema div.innerSiema .rating {
  height: 30px;
  padding-right: 30px
}

.slider .siema div.innerSiema .rating .icon-star {
  padding: 0 10px 10px;
  height: 20px;
  width: 20px;
  background: url(../img/icon-star.svg) no-repeat;
  border-bottom: 1px solid #e5e5e5
}

.slider .siema div.innerSiema p {
  padding: 20px 2rem 0 0
}

.SubBaner {
  z-index: 10
}

.SubBaner span.medium-5 {
  position: relative
}

.SubBaner span.medium-5 span>img {
  position: absolute;
  right: -400px;
  top: -65px
}

.SubBaner span.text-right .svgBox div {
  padding-bottom: 50px
}

.SubBaner span.text-right .svgBox div img {
  height: 60px;
  filter: contrast(50%), hue-rotate(90deg)
}

.SubBaner span.p-right-15 .row div {
  margin: 0;
  padding-bottom: 10px;
  box-sizing: border-box
}

.SubBaner span.p-right-15 .row div img {
  height: 40px;
  width: 30px
}

.SubBaner span.p-right-15 .row div img p {
  margin-bottom: 0
}

.SubBaner .contact-city {
  list-style: none;
  margin: 0;
  position: relative
}

.SubBaner .contact-city li {
  margin: 15px 0 0;
  padding: 0 0 15px;
  font-size: 15px
}

.SubBaner .contact-city li:last-child {
  padding: 0;
  border-bottom: 0
}

.SubBaner .contact-city li p {
  margin: 0
}

.SubBaner .contact-city li .phone-city {
  font-size: 17px;
  display: block;
  color: #222
}

.SubBaner .contact-city li span {
  color: #9b9b9b
}

.SubBaner .contact-city li:first-child a {
  font-size: 1.5rem
}

.SubBaner .contact-city span.phoneIcon {
  right: -100px;
  top: 20px;
  position: absolute
}

@media only screen and (max-width:901px) {
  .subpage {
    padding-bottom: 0
  }

  .subpage article {
    padding: 0 3rem 2.5rem;
  }

  .SubBaner span.medium-5 {
    position: relative
  }

  .SubBaner span.medium-5 span>img {
    position: absolute;
    right: -350px;
    top: 325px
  }
}

@media only screen and (max-width:900px) {
  .why {
    padding-top: 2rem !important;
    height: 730px !important
  }

  .SubBaner {
    padding-bottom: 0
  }

  .SubBaner .small-12.small-text-center {
    margin-top: 90px
  }

  .SubBaner .small-12.small-text-center .contact-city span.phoneIcon {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: -140px
  }
}

#sidebar .news-list ul>li>a {
  font-size: 14px
}

.news-list-big {
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  float: left
}

/* .news-list-big img {
  height: auto;
  width: 200px !important
} */

.sidebar-banner img,
.test {
  width: 100%
}

.news-list-big:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0
}

.news-list-big header h1.entry-title span a {
  font-size: 24px
}

.sidebar-banner .columns {
  padding: 0 !important;
  border: 0 !important
}

.sidebar-banner .description {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 23px;
  line-height: 23px;
  font-family: Poppins, sans-serif;
  color: #fff
}

.partners {
  padding: 15px 0;
  float: left !important;
  margin-bottom: -1px;
  border: 1px solid #e5e5e5;
  border-right: 0;
  text-align: center;
  z-index: 0
}

.test {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  background-color: #e5e5e5;
  grid-gap: 1px
}

@media only screen and (min-width:40.063em) {

  /* OLD MENU â€” replaced by menu.css
  .tab-bar,
  .top-bar-container {
    margin-bottom: 0
  }

  .top-bar-section .has-dropdown>a:after,
  .top-bar-section>ul>.divider,
  .top-bar-section>ul>[role=separator] {
    display: none
  }

  .top-bar {
    height: auto;
    background: 0 0;
    overflow: visible
  }

  .top-bar .name h1 a {
    padding-left: 0
  }

  .tab-bar a {
    font-size: 14px
  }

  .top-bar-section {
    float: right;
    width: auto;
    padding-top: 25px
  }

  .top-bar-section li.active:not(.has-form) a:not(.button) {
    line-height: 30px;
    background: 0 0;
    color: #000;
    padding: 5px 10px 5px 10px
  }

  .top-bar-section li:not(.has-form) a:not(.button) {
    line-height: 30px;
    background: 0 0;
    padding: 5px 10px 5px 10px
  }

  .top-bar-section li:not(.has-form) a:not(.button):hover {
    background: #1A365D
  }

  .top-bar-section li.hover>a:not(.button) {
    color: #000
  }

  .top-bar-section ul li>a {
    font-size: 16px;
    color: #31383e
  }

  .top-bar-section .has-dropdown>a {
    padding-right: 15px !important
  }

  .top-bar-section .dropdown li:not(.has-form):not(.active)>a:not(.button) {
    color: #000;
    padding: 10px 15px;
    font-size: 14px
  }

  .top-bar-section .dropdown li:not(.has-form):not(.active):hover>a:not(.button) {
    background: 0 0;
    color: #1A365D
  }

  .top-bar-menu {
    float: left !important;
    background: #fff
  }
  */

  .social {
    margin-top: -10px;
    margin-left: 100px
  }

  .header {
    padding-top: 85px;
    padding-bottom: 85px
  }

  .header .slogan {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
  }

  .header .slogan h1 {
    color: #1A365D;
    font-weight: 600
  }

  .picture-header-outside {
    display: block
  }
}

@media only screen and (min-width:64.063em) {
  body {
    background: url(../img/border.gif) center 55px no-repeat
  }

  /* OLD MENU â€” replaced by menu.css
  .top-bar-section {
    display: flex !important;
    margin: 0 auto;
    padding-top: 0
  }

  .top-bar-menu {
    float: right !important;
    background: #fff
  }

  .top-navigation {
    padding: 10px 0 14px 0;
    z-index: 10;
    width: 100%
  }
  */

  .header {
    height: auto;
    padding-bottom: 50px
  }

  .header.header-subpage {
    height: 310px
  }

  .header.header-subpage .picture-header {
    right: 60px
  }

  .header .slogan {
    padding-left: 0
  }

  .block-homepage {
    padding-top: 40px;
    margin-top: -120px
  }

  .block-homepage .block {
    margin: 0 auto
  }

  .block-homepage .block:first-child {
    width: 100%
  }

  .block-homepage .block:last-child {
    display: block
  }

  /* OLD MENU â€” replaced by menu.css
  .phone {
    margin-right: 50px;
    margin-left: 25px
  }

  .phone a {
    font-family: Poppins, sans-serif;
    font-size: 15px
  }

  .phone img {
    height: 20px;
    width: 45px;
    margin: 0 5px 7px 0;
    padding-left: 12px
  }

  .hi {
    margin-bottom: 15px;
    margin-top: 10px
  }

  .top-bar .title-area {
    line-height: 2.8
  }
  */
}

@media only screen and (max-width:1295px) {
  .SubBaner span.medium-5 {
    position: relative
  }

  .SubBaner span.medium-5 span>img {
    position: absolute;
    right: -350px;
    top: -70px
  }
}

@media only screen and (max-width:1254px) {
  .SubBaner span.medium-5 {
    position: relative
  }

  .SubBaner span.medium-5 span>img {
    position: absolute;
    right: -380px;
    top: -60px
  }
}

@media only screen and (max-width:1004px) {
  .SubBaner span.medium-5 {
    position: relative
  }

  .SubBaner span.medium-5 span>img {
    position: absolute;
    right: -380px;
    top: 55px
  }
}

@media only screen and (max-width:754px) {
  .SubBaner span.medium-5 span>img {
    position: absolute;
    right: -280px;
    top: 170px
  }
}

@media only screen and (max-width:65.063em) {

  .contactBg,
  .container {
    background-image: linear-gradient(to bottom, rgba(226, 226, 235, .702), rgba(255, 255, 255, .702), rgba(255, 255, 255, .702), rgba(255, 255, 255, .702))
  }

  .header {
    background: #f6f6f6
  }

  /* OLD MENU â€” replaced by menu.css
  .top-bar-section ul {
    width: 100%;
    background: #fff;
    display: inline-flex;
    flex-flow: nowrap
  }

  .top-bar-section ul li a {
    text-align: center;
    padding: 15px !important;
    color: #000
  }

  .top-bar-section .divider {
    display: none
  }

  .top-bar-section li:not(.has-form) a:not(.button) {
    background: #fff
  }
  */

  .city-list-padding {
    padding-left: 1rem;
    padding-right: 1rem
  }

  .SubBaner span.medium-5 {
    position: relative
  }

  .SubBaner span.medium-5 span>img {
    position: absolute
  }

  /* OLD MENU â€” replaced by menu.css
  .tab-bar-section.middle a {
    font-size: 18px
  }
  */
}

.city-list-padding {
  background-size: fill;
  height: auto
}

@media only screen and (max-width:600px) {
  .test {
    grid-template-columns: repeat(3, 1fr)
  }

  .four-box {
    margin-top: 0
  }

  footer {
    padding: 0;
    position: relative
  }

  footer.footer {
    padding-bottom: 0;
    display: flex;
    justify-content: center
  }

  footer.footer .phone {
    margin-top: 40px;
    line-height: 2
  }

  footer.footer ul {
    display: flex;
    flex-direction: column
  }

  footer.footer ul li {
    padding: 7px 0
  }

  footer.footer .go-up {
    display: block !important;
    position: absolute;
    border-radius: 100px;
    height: 50px;
    width: 50px;
    top: 0;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
  }

  .header {
    background: 0 0
  }

  .city-list-padding {
    padding-bottom: 40px;
    padding-top: 40px;
    background: #eceef3
  }

  body>div.off-canvas-wrap>div>section>div>div.header>div.row>div>h2 {
    font-size: 2.5rem;
    line-height: 1.3;
    padding: 0 15px
  }

  body>div.off-canvas-wrap>div>section>div>div.header>div.row>div>div>p {
    padding: 0 15px;
    font-size: 20px
  }
}

@media only screen and (min-width:1020px) {
  .four-box {
    margin-bottom: 170px
  }

  .city-list {
    padding-top: 50px
  }

  body>div.off-canvas-wrap>div>section>div>div.header>div.row>div>div>p {
    padding: 0 15px;
    font-size: 16px
  }
}

.Phone,
.phone-bg {
  position: relative;
  display: inline-block;
  margin: 0;
  width: .7em;
  height: .7em;
  font-size: 100px;
  background-color: #1A365D;
  border-radius: .5em;
  box-shadow: 0 0 0 0 rgba(192, 64, 52, 0), 0 .05em .1em rgba(0, 0, 0, .2);
  transform: translate3d(0, 0, 0) scale(1)
}

/* OLD MENU â€” replaced by menu.css
#menu-nawigacja-1 {
  align-self: center
}

#menu-nawigacja {
  position: fixed;
  overflow-y: auto;
  max-width: 15.625rem;
  height: 100vh;
  top: 0
}
*/

/* OLD MENU â€” replaced by menu.css
@media only screen and (max-width:359px) {
  body .tab-bar {
    height: 50px
  }

  body .tab-bar .middle.tab-bar-section span.center {
    left: 20px;
    margin-top: 0
  }

  body .tab-bar .middle.tab-bar-section span.center span {
    left: 20px;
    margin: 0 auto
  }

  body .tab-bar .middle.tab-bar-section span.center span img {
    width: 26px;
    margin-top: 0
  }

  body .tab-bar .middle.tab-bar-section span.letter {
    padding-top: 0;
    padding-left: 0;
    margin: 0 auto
  }

  body .left-small {
    height: 50px;
    width: auto
  }

  body .left-small a img {
    width: 25px;
    display: block;
    left: 10px;
    transform: translateY(-50%);
    top: 50%;
    position: absolute
  }

  .tab-bar.letter {
    left: 0
  }

  .tab-bar-section.middle a {
    font-size: 11px
  }
}

@media only screen and (min-width:360px) and (max-width:530px) {
  body .tab-bar {
    height: 45px
  }

  body .tab-bar .middle.tab-bar-section span.center {
    left: 20px;
    margin-top: 0
  }

  body .tab-bar .middle.tab-bar-section span.center span {
    left: 20px;
    margin: 0 auto
  }

  body .tab-bar .middle.tab-bar-section span.center span img {
    width: 26px;
    margin-top: 0
  }

  body .tab-bar .middle.tab-bar-section span.letter {
    padding-top: 0;
    padding-left: 0;
    margin: 0 auto
  }

  body .left-small {
    height: 45px;
    width: auto
  }

  body .left-small a img {
    width: 25px;
    display: block;
    left: 10px;
    transform: translateY(-50%);
    top: 50%;
    position: absolute
  }

  .tab-bar.letter {
    left: 0
  }

  .tab-bar-section.middle a {
    font-size: 11px
  }
}
*/

/* OLD MENU â€” replaced by menu.css
@media only screen and (min-width:360px) and (max-width:530px) {
  body .tab-bar {
    height: 45px
  }

  body .tab-bar .middle.tab-bar-section span.center {
    left: 20px;
    margin-top: 0
  }

  body .tab-bar .middle.tab-bar-section span.center span {
    left: 20px;
    margin: 0 auto
  }

  body .tab-bar .middle.tab-bar-section span.center span img {
    width: 26px;
    margin-top: 0
  }

  body .tab-bar .middle.tab-bar-section span.letter {
    padding-top: 0;
    padding-left: 0;
    margin: 0 auto
  }

  body .left-small {
    height: 45px;
    width: auto
  }

  body .left-small a img {
    width: 25px;
    display: block;
    left: 10px;
    transform: translateY(-50%);
    top: 50%;
    position: absolute
  }

  .tab-bar.letter {
    left: 0
  }

  .tab-bar-section.middle a {
    font-size: 15px
  }
}
*/

.Phone.is-animating {
  animation: 4s infinite phone-outer
}

.Phone.is-animating::before {
  animation: 7s infinite phone-inner
}

.Phone.is-animating::after {
  animation: 4s infinite phone-icon
}

.Phone::after {
  position: absolute;
  content: '';
  top: .2em;
  left: .2em;
  width: .3em;
  height: .3em;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTYuNiAxMC44YzEuNCAyLjggMy44IDUuMSA2LjYgNi42bDIuMi0yLjJjLjMtLjMuNy0uNCAxLS4yIDEuMS40IDIuMy42IDMuNi42LjUgMCAxIC40IDEgMVYyMGMwIC41LS41IDEtMSAxLTkuNCAwLTE3LTcuNi0xNy0xNyAwLS42LjQtMSAxLTFoMy41Yy41IDAgMSAuNCAxIDEgMCAxLjIuMiAyLjUuNiAzLjYuMS40IDAgLjctLjIgMWwtMi4zIDIuMnoiIGZpbGw9IiNmZmZmZmYiLz48L3N2Zz4=) 50% 50%/cover no-repeat;
  transform: translate3d(0, 0, 0)
}

.Clock::before,
.Phone::before {
  top: 0;
  left: 0;
  border-radius: 100%;
  opacity: 1;
  content: '';
  position: absolute
}

.Clock,
.Clock::before,
.Phone::before {
  width: .7em;
  height: .7em
}

.Phone::before {
  background-color: rgba(255, 255, 255, .1);
  transform: translate3d(0, 0, 0) scale(0)
}

@-webkit-keyframes phone-outer {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(192, 64, 52, 0), 0 .05em .1em rgba(0, 0, 0, .3);
    box-shadow: 0 0 0 0 rgba(192, 64, 52, 0), 0 .05em .1em rgba(0, 0, 0, .3)
  }

  33.3333% {
    -webkit-transform: translate3d(0, 0, 0) scale(1.1);
    transform: translate3d(0, 0, 0) scale(1.1);
    -webkit-box-shadow: 0 0 0 0 rgba(192, 64, 52, .1), 0 .05em .1em rgba(0, 0, 0, .6);
    box-shadow: 0 0 0 0 rgba(192, 64, 52, .1), 0 .05em .1em rgba(0, 0, 0, .6)
  }

  66.6666% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-box-shadow: 0 0 0 .5em rgba(192, 64, 52, 0), 0 .05em .1em rgba(0, 0, 0, .3);
    box-shadow: 0 0 0 .5em rgba(192, 64, 52, 0), 0 .05em .1em rgba(0, 0, 0, .3)
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(192, 64, 52, 0), 0 .05em .1em rgba(0, 0, 0, .3);
    box-shadow: 0 0 0 0 rgba(192, 64, 52, 0), 0 .05em .1em rgba(0, 0, 0, .3)
  }
}

@keyframes phone-outer {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(192, 64, 52, 0), 0 .05em .1em rgba(0, 0, 0, .3);
    box-shadow: 0 0 0 0 rgba(192, 64, 52, 0), 0 .05em .1em rgba(0, 0, 0, .3)
  }

  33.3333% {
    -webkit-transform: translate3d(0, 0, 0) scale(1.1);
    transform: translate3d(0, 0, 0) scale(1.1);
    -webkit-box-shadow: 0 0 0 0 rgba(192, 64, 52, .1), 0 .05em .1em rgba(0, 0, 0, .6);
    box-shadow: 0 0 0 0 rgba(192, 64, 52, .1), 0 .05em .1em rgba(0, 0, 0, .6)
  }

  66.6666% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-box-shadow: 0 0 0 .5em rgba(192, 64, 52, 0), 0 .05em .1em rgba(0, 0, 0, .3);
    box-shadow: 0 0 0 .5em rgba(192, 64, 52, 0), 0 .05em .1em rgba(0, 0, 0, .3)
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(192, 64, 52, 0), 0 .05em .1em rgba(0, 0, 0, .3);
    box-shadow: 0 0 0 0 rgba(192, 64, 52, 0), 0 .05em .1em rgba(0, 0, 0, .3)
  }
}

.Clock,
.Mail {
  position: relative;
  display: inline-block;
  font-size: 100px;
  border-radius: .5em;
  box-shadow: 0 0 0 0 rgba(192, 64, 52, 0), 0 .05em .1em rgba(0, 0, 0, .2);
  margin: 0;
  background-color: #1A365D
}

@-webkit-keyframes phone-inner {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0)
  }

  33.3333% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(.9);
    transform: translate3d(0, 0, 0) scale(.9)
  }

  100%,
  66.6666% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0)
  }
}

@keyframes phone-inner {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0)
  }

  33.3333% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(.9);
    transform: translate3d(0, 0, 0) scale(.9)
  }

  100%,
  66.6666% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0)
  }
}

@-webkit-keyframes phone-icon {

  0%,
  46% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  10%,
  14%,
  18%,
  2%,
  22%,
  26%,
  30%,
  34%,
  38%,
  42%,
  6% {
    -webkit-transform: translate3d(.01em, 0, 0);
    transform: translate3d(.01em, 0, 0)
  }

  12%,
  16%,
  20%,
  24%,
  28%,
  32%,
  36%,
  4%,
  40%,
  44%,
  8% {
    -webkit-transform: translate3d(-.01em, 0, 0);
    transform: translate3d(-.01em, 0, 0)
  }
}

@keyframes phone-icon {

  0%,
  46% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  10%,
  14%,
  18%,
  2%,
  22%,
  26%,
  30%,
  34%,
  38%,
  42%,
  6% {
    -webkit-transform: translate3d(.01em, 0, 0);
    transform: translate3d(.01em, 0, 0)
  }

  12%,
  16%,
  20%,
  24%,
  28%,
  32%,
  36%,
  4%,
  40%,
  44%,
  8% {
    -webkit-transform: translate3d(-.01em, 0, 0);
    transform: translate3d(-.01em, 0, 0)
  }
}

.bounce-bottom {
  animation: 3s infinite both bounce-bottom
}

#pytania li,
.flipIn {
  animation: .5s both flipdown
}

@-webkit-keyframes bounce-bottom {
  0% {
    transform: translateY(45px);
    animation-timing-function: ease-in;
    opacity: 1
  }

  24% {
    opacity: 1
  }

  40% {
    transform: translateY(24px);
    animation-timing-function: ease-in
  }

  65% {
    transform: translateY(12px);
    animation-timing-function: ease-in
  }

  82% {
    transform: translateY(6px);
    animation-timing-function: ease-in
  }

  93% {
    transform: translateY(4px);
    animation-timing-function: ease-in
  }

  25%,
  55%,
  75%,
  87% {
    transform: translateY(0);
    animation-timing-function: ease-out
  }

  100% {
    transform: translateY(0);
    animation-timing-function: ease-out;
    opacity: 1
  }
}

@keyframes bounce-bottom {
  0% {
    transform: translateY(45px);
    animation-timing-function: ease-in;
    opacity: 1
  }

  24% {
    opacity: 1
  }

  40% {
    transform: translateY(24px);
    animation-timing-function: ease-in
  }

  65% {
    transform: translateY(12px);
    animation-timing-function: ease-in
  }

  82% {
    transform: translateY(6px);
    animation-timing-function: ease-in
  }

  93% {
    transform: translateY(4px);
    animation-timing-function: ease-in
  }

  25%,
  55%,
  75%,
  87% {
    transform: translateY(0);
    animation-timing-function: ease-out
  }

  100% {
    transform: translateY(0);
    animation-timing-function: ease-out;
    opacity: 1
  }
}

.Clock {
  transform: translate3d(0, 0, 0) scale(1)
}

.Clock::after {
  position: absolute;
  content: '';
  top: .2em;
  left: .2em;
  width: .3em;
  height: .3em;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJ5ZXMiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSI1MTJweCIgdmlld0JveD0iMCAwIDUxMS42MjYgNTExLjYyNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTExLjYyNiA1MTEuNjI2O3pvb206IDE7IiB4bWw6c3BhY2U9InByZXNlcnZlIiBkYXRhLWx0LWluc3RhbGxlZD0idHJ1ZSIgY2xhc3M9IiI+PGc+PGc+PGc+PHBhdGggZD0iTTQ5LjEwNiwxNzguNzI5IGM2LjQ3Miw0LjU2NyAyNS45ODEsMTguMTMxIDU4LjUyOCw0MC42ODUgYzMyLjU0OCwyMi41NTQgNTcuNDgyLDM5LjkyIDc0LjgwMyw1Mi4wOTkgYzEuOTAzLDEuMzM1IDUuOTQ2LDQuMjM3IDEyLjEzMSw4LjcxIGM2LjE4Niw0LjQ3NiAxMS4zMjYsOC4wOTMgMTUuNDE2LDEwLjg1MiBjNC4wOTMsMi43NTggOS4wNDEsNS44NTIgMTQuODQ5LDkuMjc3IGM1LjgwNiwzLjQyMiAxMS4yNzksNS45OTYgMTYuNDE4LDcuNyBjNS4xNCwxLjcxOCA5Ljg5OCwyLjU2OSAxNC4yNzUsMi41NjkgaDAuMjg3IGgwLjI4OCBjNC4zNzcsMCA5LjEzNywtMC44NTIgMTQuMjc3LC0yLjU2OSBjNS4xMzcsLTEuNzA0IDEwLjYxNSwtNC4yODEgMTYuNDE2LC03LjcgYzUuODA0LC0zLjQyOSAxMC43NTIsLTYuNTIgMTQuODQ1LC05LjI3NyBjNC4wOTMsLTIuNzU5IDkuMjI5LC02LjM3NiAxNS40MTcsLTEwLjg1MiBjNi4xODQsLTQuNDc3IDEwLjIzMiwtNy4zNzUgMTIuMTM1LC04LjcxIGMxNy41MDgsLTEyLjE3OSA2Mi4wNTEsLTQzLjExIDEzMy42MTUsLTkyLjc5IGMxMy44OTQsLTkuNzAzIDI1LjUwMiwtMjEuNDExIDM0LjgyNywtMzUuMTE2IGM5LjMzMiwtMTMuNjk5IDEzLjk5MywtMjguMDcgMTMuOTkzLC00My4xMDUgYzAsLTEyLjU2NCAtNC41MjMsLTIzLjMxOSAtMTMuNTY1LC0zMi4yNjQgYy05LjA0MSwtOC45NDcgLTE5Ljc0OSwtMTMuNDE4IC0zMi4xMTcsLTEzLjQxOCBINDUuNjc5IGMtMTQuNjU1LDAgLTI1LjkzMyw0Ljk0OCAtMzMuODMyLDE0Ljg0NCBDMy45NDksNzkuNTYyIDAsOTEuOTM0IDAsMTA2Ljc3OSBjMCwxMS45OTEgNS4yMzYsMjQuOTg1IDE1LjcwMywzOC45NzQgQzI2LjE2OSwxNTkuNzQzIDM3LjMwNywxNzAuNzM2IDQ5LjEwNiwxNzguNzI5ICB6ICIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iI0ZGRkZGRiIgZmlsbD0iI0ZGRkZGRiI+PC9wYXRoPjxwYXRoIGQ9Ik00ODMuMDcxOTkxLDIwOS4yNzQ5OTQgYy02Mi40MjQsNDIuMjUxIC0xMDkuODI0LDc1LjA4NyAtMTQyLjE3Nyw5OC41MDEgYy0xMC44NDksNy45OTEgLTE5LjY1LDE0LjIyOSAtMjYuNDA5LDE4LjY5OSBjLTYuNzU5LDQuNDczIC0xNS43NDgsOS4wNDEgLTI2Ljk4LDEzLjcwMiBjLTExLjIyOCw0LjY2OCAtMjEuNjkyLDYuOTk1IC0zMS40MDEsNi45OTUgaC0wLjI5MSBoLTAuMjg3IGMtOS43MDcsMCAtMjAuMTc3LC0yLjMyNyAtMzEuNDA1LC02Ljk5NSBjLTExLjIyOCwtNC42NjEgLTIwLjIyMywtOS4yMjkgLTI2Ljk4LC0xMy43MDIgYy02Ljc1NSwtNC40NyAtMTUuNTU5LC0xMC43MDggLTI2LjQwNywtMTguNjk5IGMtMjUuNjk3LC0xOC44NDIgLTcyLjk5NSwtNTEuNjggLTE0MS44OTYsLTk4LjUwMSBDMTcuOTg3LDIwMi4wNDY5OTcgOC4zNzUsMTkzLjc2MTk5MyAwLDE4NC40MzY5OTYgdjIyNi42ODUgYzAsMTIuNTcgNC40NzEsMjMuMzE5IDEzLjQxOCwzMi4yNjUgYzguOTQ1LDguOTQ5IDE5LjcwMSwxMy40MjIgMzIuMjY0LDEzLjQyMiBoNDIwLjI2NiBjMTIuNTYsMCAyMy4zMTUsLTQuNDczIDMyLjI2MSwtMTMuNDIyIGM4Ljk0OSwtOC45NDkgMTMuNDE4LC0xOS42OTQgMTMuNDE4LC0zMi4yNjUgVjE4NC40MzY5OTYgQzUwMy40NDEwMSwxOTMuNTY5IDQ5My45MjcwMDIsMjAxLjg1NDAwNCA0ODMuMDcxOTkxLDIwOS4yNzQ5OTQgIHogIiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjQ0FDOUM5IiBmaWxsPSIjRkZGRkZGIj48L3BhdGg+PC9nPjwvZz48L2c+PC9zdmc+) 50% 50%/cover no-repeat
}

.Mail,
.Mail::before {
  width: .7em;
  height: .7em
}

.Mail::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  border-radius: 100%
}

.Mail::after {
  position: absolute;
  content: '';
  top: .2em;
  left: .2em;
  width: .3em;
  height: .3em;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNjAgNjAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDYwIDYwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgZGF0YS1sdC1pbnN0YWxsZWQ9InRydWUiIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSI1MTJweCIgY2xhc3M9IiI+PGc+PHBhdGggZD0iTTMwLDAuMDYxYy0xNi41NDIsMC0zMCwxMy40NTgtMzAsMzBzMTMuNDU4LDI5Ljg3OSwzMCwyOS44NzlzMzAtMTMuMzM3LDMwLTI5Ljg3OVM0Ni41NDIsMC4wNjEsMzAsMC4wNjF6IE0zMiwzMC45MzkgIGMwLDEuMTA0LTAuODk2LDItMiwySDE0Yy0xLjEwNCwwLTItMC44OTYtMi0yczAuODk2LTIsMi0yaDE0di0yMmMwLTEuMTA0LDAuODk2LTIsMi0yczIsMC44OTYsMiwyVjMwLjkzOXoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgZGF0YS1vbGRfY29sb3I9IiNGREZBRkEiIGZpbGw9IiNGRkZERkQiLz48L2c+IDwvc3ZnPg==) 50% 50%/cover no-repeat
}

.emptySpace {
  opacity: 0;
  height: 10px
}

.footer {
  clear: both
}

#pytania {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0
}

#pytania p {
  overflow: hidden;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 10px;
  z-index: 2
}

#pytania li {
  color: #000;
  position: relative;
  padding: 0 0 4px;
  margin: 0 0 10px
}

#pytania li:last-child {
  border-bottom: 0
}

#pytania li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 16px;
  right: 0
}

#pytania li i:before {
  content: '';
  position: absolute;
  background-color: #1A365D;
  width: 3px;
  height: 9px;
  transform: translate(-2px, 0) rotate(45deg)
}

#pytania li i:after {
  content: '';
  position: absolute;
  background-color: #1A365D;
  width: 3px;
  height: 9px;
  transform: translate(2px, 0) rotate(-45deg)
}

#pytania li:nth-of-type(1) {
  animation-delay: .5s
}

#pytania li:nth-of-type(2) {
  animation-delay: .75s
}

#pytania li:nth-of-type(3) {
  animation-delay: 1s
}

#pytania li:nth-of-type(4) {
  animation-delay: 1.25s
}

#pytania li:nth-of-type(5) {
  animation-delay: 1.5s
}

#pytania li:nth-of-type(6) {
  animation-delay: 1.75s
}

#pytania li:nth-of-type(7) {
  animation-delay: 2s
}

#pytania li:nth-of-type(8) {
  animation-delay: 2.25s
}

#pytania li:nth-of-type(9) {
  animation-delay: 2.5s
}

#pytania li:nth-of-type(10) {
  animation-delay: 2.55s
}

#pytania li:nth-of-type(11) {
  animation-delay: 3s
}

#pytania li:nth-of-type(12) {
  animation-delay: 5.25s
}

#pytania li:nth-of-type(13) {
  animation-delay: 3.5s
}

#pytania li:nth-of-type(14) {
  animation-delay: 3.75s
}

#pytania li:nth-of-type(15) {
  animation-delay: 4s
}

#pytania li:nth-of-type(16) {
  animation-delay: 4.25s
}

#pytania li:nth-of-type(17) {
  animation-delay: 4.5s
}

#pytania li:nth-of-type(18) {
  animation-delay: 4.75s
}

#pytania li:nth-of-type(19) {
  animation-delay: 5s
}

#pytania li:last-of-type {
  padding-bottom: 0
}

#pytania li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 50%;
  z-index: 1;
  opacity: 0
}

#pytania li input[type=checkbox]:checked~p {
  margin-bottom: 5px;
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%)
}

#pytania li input[type=checkbox]:checked~i:before {
  transform: translate(2px, 0) rotate(45deg)
}

#pytania li input[type=checkbox]:checked~i:after {
  transform: translate(-2px, 0) rotate(-45deg)
}

.no-select {
  user-select: none
}

@-webkit-keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg)
  }

  5% {
    opacity: 1
  }

  80% {
    transform: rotateX(8deg)
  }

  83% {
    transform: rotateX(6deg)
  }

  92% {
    transform: rotateX(-3deg)
  }

  100% {
    transform-origin: top center;
    transform: rotateX(0)
  }
}

@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg)
  }

  5% {
    opacity: 1
  }

  80% {
    transform: rotateX(8deg)
  }

  83% {
    transform: rotateX(6deg)
  }

  92% {
    transform: rotateX(-3deg)
  }

  100% {
    transform-origin: top center;
    transform: rotateX(0)
  }
}

/* Reserve space for Google Maps to prevent CLS during delayed load */
.google_maps {
  min-height: 450px;
  background-color: #f0f0f0;
}

.google_maps iframe {
  width: 100% !important;
  min-height: 450px;
}

.city-list .title {
  padding: 30px 30px 30px 40px;
  font-family: Poppins, sans-serif;
  line-height: 27px;
  font-size: 22px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, .5);
  color: #606f85
}

.city-list .title .t2 {
  color: #1A365D;
  font-size: 20px
}

.tabs-content.vertical {
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: -1px;
  position: relative;
  z-index: 1;
  border: 1px solid #e5e5e5;
  max-width: 100%;
  width: 100%
}

.tab-bar-section.middle h1 {
  font-size: .8rem
}

.city-place ul {
  padding-left: 0;
  margin-left: -10px;
  list-style: none;
  column-count: 2;
  column-gap: 0
}

.city-place ul li {
  padding: 7px;
  margin: 0 0 10px 10px;
  background: #eee;
  text-align: center
}

.navbar-fixed {
  top: 0;
  z-index: 9999;
  position: fixed;
  width: 100%
}

@media only screen and (max-width:530px) {
  .before-navbar-fixed {
    margin-bottom: 60px
  }
}

@media only screen and (min-width:531px) and (max-width:2000px) {
  .before-navbar-fixed {
    margin-bottom: 80px
  }

  .margin-top-fixer {
    margin-top: 75px
  }
}

.left0 {
  left: 0
}

.max30px {
  height: 30px !important
}

.subHeader1 {
  font-size: 22px;
  font-weight: 600;
}

.moveBreadCrumbs {
  padding-bottom: 0;
  margin-top: -50px;
  padding-top: 0;
  float: left;
  font-size: .875rem;
}

.moveBreadCrumbs a {
  color: #1A365D
}

.accessDiagnosis {
  padding: 0 !important
}

.accessDiagnosis h2 {
  padding: 2.6rem 3rem 2.5rem
}

.accessDiagnosis .innerAccessDiagnosis .columns {
  border-bottom: 1px solid #e5e5e5;
  font-size: 15px;
  padding: 2rem;
  margin-bottom: 1rem;
  display: flex;
  justify-content: flex-start
}

@media only screen and (max-width:900px) {
  .accessDiagnosis .innerAccessDiagnosis .columns {
    display: flex;
    padding-left: 1rem;
    justify-content: center
  }
}

.accessDiagnosis .innerAccessDiagnosis .columns img {
  float: left;
  padding-bottom: 20px;
  padding-right: .8rem
}

.napkin {
  height: 10px;
  width: 100%;
  background-color: #fff;
  margin-top: -25px;
  position: absolute
}

body.category-poradnik div div.inner-wrap section div div.row.p-bot-80.p-top-80.SubBaner,
body.single-post div div.inner-wrap section div div.row.p-bot-80.p-top-80.SubBaner,
body.page-template-category-all div div.inner-wrap section div div.row.p-bot-80.p-top-80.SubBaner {
  display: none !important;
}

body.category-poradnik .moveBreadCrumbs,
body.single-post .moveBreadCrumbs {
  margin-top: 80px;
}

@media (max-width: 900px) {

  body.category-poradnik .moveBreadCrumbs,
  body.single-post .moveBreadCrumbs {
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0 .55rem;
  }

  /* body.category-poradnik > div > div.inner-wrap > section > div > div:nth-child(2) > div,
  body.single-post > div > div.inner-wrap > section > div > div:nth-child(2) > div
   {background-color: #ffffff;} */
}

/* ===== Dropdown: max-height + scroll (for hover mode) ===== */
.top-bar-section .has-dropdown:hover>.dropdown,
.top-bar-section .has-dropdown.not-click:hover>.dropdown {
  max-height: 70vh;
  overflow-y: auto;
}

/* ==========================================================================
   RestartAGD â€” New Menu System (Unified Single-Nav)
   One menu, CSS handles desktop vs mobile layout
   ========================================================================== */

/* ---------- FOUNDATION 5 OVERRIDES ---------- */
.site-header,
.site-header * {
  box-sizing: border-box;
}

/* Hide old Foundation elements */
.left-off-canvas-menu {
  display: none !important;
}

.mobileTopLogo {
  display: none !important;
}

#stickynav {
  display: none !important;
}

body {
  padding-top: 0 !important;
}

/* CRITICAL: Foundation wrappers clip dropdowns with overflow:hidden
   AND .inner-wrap has backface-visibility/transform that breaks position:fixed */
.off-canvas-wrap,
.off-canvas-wrap .inner-wrap,
.inner-wrap {
  overflow: visible !important;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  transform: none !important;
  -webkit-transform: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}

.off-canvas-wrap .left-off-canvas-menu,
.off-canvas-wrap.move-right .left-off-canvas-menu,
.off-canvas-wrap.move-left .left-off-canvas-menu {
  display: none !important;
  visibility: hidden !important;
}

/* ---------- CSS Custom Properties ---------- */
:root {
  --menu-brand: #1A365D;
  --menu-brand-dark: #132B4D;
  --menu-text: #31383e;
  --menu-text-light: #6b7280;
  --menu-bg: #ffffff;
  --menu-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
  --menu-font: 'Poppins', sans-serif;
  --menu-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  --menu-header-h: 70px;
  --menu-z: 9999;
}

/* ---------- Site Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: var(--menu-z);
  background: var(--menu-bg);
  box-shadow: var(--menu-shadow);
  font-family: var(--menu-font);
}

/* --- Mobile elements (hidden on desktop) --- */
.mobile-top-bar,
.mobile-phone-bar {
  display: none;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* Push items to edges */
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 0 0;
  /* Remove left padding for logo alignment, keep right padding */
  height: var(--menu-header-h);
  gap: 16px;
}

/* Desktop: header-inner holds logo, nav sits between logo and phone */
@media (min-width: 1024px) {
  .site-header {
    position: sticky;
    top: 0;
  }

  .header-inner {
    position: relative;
  }

  /* Nav is absolutely positioned to overlay the header-inner, but restricted by padding */
  .site-nav {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1200px;
    /* Match header-inner width */
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    /* Let clicks pass through to Logo/Phone */
    z-index: 10;
    padding: 0 240px;
    /* IMPORTANT: Safe zone for Logo (left) and Phone (right) */
  }

  .site-nav .site-menu {
    pointer-events: auto;
    /* Re-enable clicks for menu items */
    justify-content: center;
    width: 100%;
  }
}

/* ---------- Logo ---------- */
.site-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--menu-brand);
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 6px;
  line-height: 1.2;
  flex-shrink: 0;
  transition: background var(--menu-transition);
  min-height: 50px;
}

.site-logo:hover,
.site-logo:focus-visible {
  background: var(--menu-brand-dark);
  color: #fff;
  text-decoration: none;
}

.site-logo .logo-prefix {
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  opacity: 0.85;
}

.site-logo .logo-brand {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ==========================================================================
   UNIFIED NAVIGATION â€” .site-nav / .site-menu
   Desktop: inline flex in header
   Mobile: slides down as overlay
   ========================================================================== */

/* --- Desktop default --- */
.site-nav {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.site-nav .site-menu {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2px;
}

/* Hide Foundation dividers */
.site-nav .site-menu>li.divider {
  display: none;
}

.site-nav .site-menu>li {
  position: relative;
}

/* No padding hack needed â€” JS handles dropdown open/close */

.site-nav .site-menu>li>a {
  display: block;
  padding: 8px 14px;
  font-size: 15px;
  font-weight: 500;
  color: var(--menu-text);
  text-decoration: none;
  border-radius: 6px;
  transition: color var(--menu-transition), background var(--menu-transition);
  white-space: nowrap;
  font-family: var(--menu-font);
  background: none;
  line-height: 1.5;
}

.site-nav .site-menu>li>a:hover,
.site-nav .site-menu>li>a:focus-visible {
  color: #fff;
  background: var(--menu-brand);
}

@media (min-width: 1200px) {
  .site-nav .site-menu>li>a {
    padding: 5px 18px;
    font-size: 18px;
  }
}

.site-nav .site-menu>li.active>a {
  color: var(--menu-brand);
  background: none;
  font-weight: 600;
}

/* ---------- Dropdown Submenu (desktop) ---------- */
.site-nav .site-menu>li>.sub-menu,
.site-nav .site-menu>li>.dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 220px;
  background: var(--menu-bg);
  border-radius: 10px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
  padding: 8px 0;
  list-style: none;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--menu-transition), visibility var(--menu-transition);
  z-index: calc(var(--menu-z) + 1);
  pointer-events: none;
}

/* Opened via JS .dropdown-open class */
.site-nav .site-menu>li.dropdown-open>.sub-menu,
.site-nav .site-menu>li.dropdown-open>.dropdown,
.site-nav .site-menu>li:focus-within>.sub-menu,
.site-nav .site-menu>li:focus-within>.dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.site-nav .site-menu>li>.sub-menu>li.divider,
.site-nav .site-menu>li>.dropdown>li.divider {
  display: none;
}

.site-nav .site-menu>li>.sub-menu>li>a,
.site-nav .site-menu>li>.dropdown>li>a {
  display: block;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  color: var(--menu-text);
  text-decoration: none;
  transition: color var(--menu-transition), background var(--menu-transition), padding-left var(--menu-transition);
  font-family: var(--menu-font);
  background: none;
  line-height: 1.4;
  border: none;
  text-align: left;
  width: auto;
}

.site-nav .site-menu>li>.sub-menu>li>a:hover,
.site-nav .site-menu>li>.dropdown>li>a:hover {
  color: var(--menu-brand);
  background: #F0F4F8;
  padding-left: 24px;
}

/* ---------- Mega Dropdown (many cities) ---------- */
.site-nav .site-menu>li>.sub-menu:has(li:nth-child(10)),
.site-nav .site-menu>li>.dropdown:has(li:nth-child(10)) {
  min-width: 500px;
  max-width: 700px;
  max-height: 70vh;
  overflow-y: auto;
  columns: 2;
  column-gap: 0;
  padding: 12px 0;
  left: auto;
  right: 0;
  transform: none;
}

.site-nav .site-menu>li:hover>.sub-menu:has(li:nth-child(10)),
.site-nav .site-menu>li:hover>.dropdown:has(li:nth-child(10)) {
  /* hover state â€” no transform change needed */
}

.site-nav .site-menu>li>.sub-menu>li,
.site-nav .site-menu>li>.dropdown>li {
  break-inside: avoid;
}

/* Scrollbar */
.site-nav .site-menu>li>.sub-menu::-webkit-scrollbar,
.site-nav .site-menu>li>.dropdown::-webkit-scrollbar {
  width: 4px;
}

.site-nav .site-menu>li>.sub-menu::-webkit-scrollbar-thumb,
.site-nav .site-menu>li>.dropdown::-webkit-scrollbar-thumb {
  background: var(--menu-brand);
  border-radius: 4px;
}

/* ---------- Header Phone (desktop) ---------- */
.header-phone {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  position: relative;
  margin-left: auto;
  /* Force push to right */
}

.phone-cta {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 18px;
  font-weight: 900;
  color: var(--menu-text);
  text-decoration: none;
  font-family: var(--menu-font);
  transition: color var(--menu-transition);
  white-space: nowrap;
}

.phone-cta:hover,
.phone-cta:focus-visible {
  color: var(--menu-brand);
  text-decoration: none;
}

.phone-cta .phone-icon {
  color: var(--menu-brand);
  flex-shrink: 0;
}

/* ---------- Mobile Phone Link (text, hidden on desktop) ---------- */
.mobile-phone-link {
  display: none;
  font-size: 16px;
  font-weight: 700;
  color: var(--menu-brand);
  text-decoration: none;
  font-family: var(--menu-font);
  white-space: nowrap;
  flex-shrink: 0;
}

.mobile-phone-link:hover,
.mobile-phone-link:focus-visible {
  color: var(--menu-brand-dark);
  text-decoration: none;
}

/* ---------- Hamburger Button (hidden on desktop) ---------- */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: center;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  cursor: pointer;
  gap: 5px;
  flex-shrink: 0;
  z-index: calc(var(--menu-z) + 10);
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

.hamburger-line {
  display: block;
  width: 24px;
  height: 2.5px;
  background: var(--menu-text);
  border-radius: 2px;
  transition: transform var(--menu-transition), opacity var(--menu-transition), background var(--menu-transition);
  transform-origin: center;
}

/* Hamburger â†’ X */
.hamburger.is-active .hamburger-line:nth-child(1) {
  transform: translateY(7.5px) rotate(45deg);
  background: var(--menu-brand);
}

.hamburger.is-active .hamburger-line:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.hamburger.is-active .hamburger-line:nth-child(3) {
  transform: translateY(-7.5px) rotate(-45deg);
  background: var(--menu-brand);
}

/* Body lock when mobile menu is open */
body.menu-open {
  overflow: hidden;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

/* ==========================================================================
   MOBILE â€” Premium UX (â‰¤ 1023px)
   ========================================================================== */
@media (max-width: 1023px) {

  /* Hide desktop header, show mobile two-row */
  .header-inner {
    display: none !important;
  }

  /* Row 1: Red banner + hamburger */
  .mobile-top-bar {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    background: var(--menu-brand);
    height: 52px;
  }

  .mobile-logo-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex: 1;
    color: #fff;
    text-decoration: none;
    font-family: var(--menu-font);
  }

  .mobile-logo-link:hover {
    color: #fff;
    text-decoration: none;
  }

  .mobile-logo-link .logo-prefix {
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.2px;
  }

  .mobile-logo-link .logo-brand {
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .hamburger {
    display: flex !important;
    align-self: center;
    flex-shrink: 0;
  }

  /* Hamburger lines white on red background */
  .mobile-top-bar .hamburger .hamburger-line {
    background: #fff;
  }

  .mobile-top-bar .hamburger.is-active .hamburger-line:nth-child(1),
  .mobile-top-bar .hamburger.is-active .hamburger-line:nth-child(3) {
    background: #fff;
  }

  /* Row 2: Centered phone number */
  .mobile-phone-bar {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    background: #fff;
    font-size: 20px;
    font-weight: 900;
    color: var(--menu-text);
    text-decoration: none;
    font-family: var(--menu-font);
    letter-spacing: 0.5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }

  .mobile-phone-bar:hover {
    color: var(--menu-brand);
    text-decoration: none;
  }

  /* --- Full-screen overlay with frosted glass --- */
  .site-nav {
    position: fixed !important;
    top: 96px;
    /* 52px top-bar + 44px phone-bar */
    /* 50px top-bar + 42px logo-banner */
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.97);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    z-index: calc(var(--menu-z) - 1);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition:
      opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1),
      visibility 0.3s,
      transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    flex: none;
    display: block !important;
  }

  .site-nav.is-open {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    z-index: 99999 !important;
    pointer-events: auto !important;
  }

  /* --- Menu list --- */
  .site-nav .site-menu {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 24px 24px 80px;
    max-width: 480px;
    margin: 0 auto;
    list-style: none;
  }

  .site-nav .site-menu>li.divider {
    display: none;
  }

  /* --- Staggered reveal animation --- */
  .site-nav .site-menu>li {
    opacity: 0;
    transform: translateX(20px);
    transition:
      opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1),
      transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .site-nav.is-open .site-menu>li {
    opacity: 1;
    transform: translateX(0);
  }

  /* Stagger: each item delayed by 50ms */
  .site-nav.is-open .site-menu>li:nth-child(1) {
    transition-delay: 0.05s;
  }

  .site-nav.is-open .site-menu>li:nth-child(2) {
    transition-delay: 0.10s;
  }

  .site-nav.is-open .site-menu>li:nth-child(3) {
    transition-delay: 0.15s;
  }

  .site-nav.is-open .site-menu>li:nth-child(4) {
    transition-delay: 0.20s;
  }

  .site-nav.is-open .site-menu>li:nth-child(5) {
    transition-delay: 0.25s;
  }

  .site-nav.is-open .site-menu>li:nth-child(6) {
    transition-delay: 0.30s;
  }

  .site-nav.is-open .site-menu>li:nth-child(7) {
    transition-delay: 0.35s;
  }

  .site-nav.is-open .site-menu>li:nth-child(8) {
    transition-delay: 0.40s;
  }

  .site-nav.is-open .site-menu>li:nth-child(9) {
    transition-delay: 0.45s;
  }

  .site-nav.is-open .site-menu>li:nth-child(10) {
    transition-delay: 0.50s;
  }

  /* --- Menu links â€” large, tappable, clean --- */
  .site-nav .site-menu>li>a {
    display: flex;
    align-items: center;
    padding: 16px 0;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: var(--menu-text);
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 0;
    white-space: normal;
    background: none;
    transition:
      color 0.2s ease,
      transform 0.2s ease;
    -webkit-tap-highlight-color: transparent;
  }

  .site-nav .site-menu>li:last-child>a {
    border-bottom: none;
  }

  .site-nav .site-menu>li>a:hover,
  .site-nav .site-menu>li>a:active {
    color: var(--menu-brand);
    background: none;
    transform: translateX(4px);
    padding-left: 0;
  }

  /* Active page â€” red left accent */
  .site-nav .site-menu>li.active>a {
    color: var(--menu-brand);
    background: none;
    font-weight: 700;
    padding-left: 14px;
    border-left: 3px solid var(--menu-brand);
  }

  /* --- Has-dropdown: chevron arrow --- */
  .site-nav .site-menu>li.has-dropdown>a {
    position: relative;
    padding-right: 40px;
  }

  .site-nav .site-menu>li.has-dropdown {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .site-nav .site-menu>li.has-dropdown>a::after {
    content: '';
    position: absolute;
    right: 4px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-right: 2.5px solid var(--menu-brand);
    border-bottom: 2.5px solid var(--menu-brand);
    transform: translateY(-65%) rotate(45deg);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0.6;
  }

  .site-nav .site-menu>li.has-dropdown.submenu-open>a::after {
    transform: translateY(-35%) rotate(-135deg);
    opacity: 1;
  }

  /* --- Submenus: smooth accordion --- */
  .site-nav .site-menu>li>.sub-menu,
  .site-nav .site-menu>li>.dropdown {
    position: static !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
    padding: 0;
    min-width: 0 !important;
    max-height: 0 !important;
    display: none !important;
    /* FORCE HIDE */
    overflow: hidden !important;
    transition: none !important;
    /* Disable transition for reliability */
    pointer-events: auto;
    columns: 1 !important;
    column-gap: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    list-style: none;
    margin: 0;
    border-bottom: none;
    left: auto !important;
    right: auto !important;
  }

  .site-nav .site-menu>li.has-dropdown.submenu-open>.sub-menu,
  .site-nav .site-menu>li.has-dropdown.submenu-open>.dropdown {
    max-height: none !important;
    display: block !important;
  }

  .site-nav .site-menu>li>.sub-menu>li.divider,
  .site-nav .site-menu>li>.dropdown>li.divider {
    display: none;
  }

  .site-nav .site-menu>li>.sub-menu>li>a,
  .site-nav .site-menu>li>.dropdown>li>a {
    display: block;
    padding: 12px 0 12px 20px;
    font-size: 15px;
    font-weight: 400;
    color: var(--menu-text-light);
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    background: none;
    transition:
      color 0.2s ease,
      padding-left 0.2s ease;
    font-family: var(--menu-font);
    -webkit-tap-highlight-color: transparent;
  }

  .site-nav .site-menu>li>.sub-menu>li:last-child>a,
  .site-nav .site-menu>li>.dropdown>li:last-child>a {
    border-bottom: none;
  }

  .site-nav .site-menu>li>.sub-menu>li>a:hover,
  .site-nav .site-menu>li>.sub-menu>li>a:active,
  .site-nav .site-menu>li>.dropdown>li>a:hover,
  .site-nav .site-menu>li>.dropdown>li>a:active {
    color: var(--menu-brand);
    padding-left: 28px;
    background: none;
  }
}

/* Small phones */
@media (max-width: 359px) {
  .mobile-top-bar {
    padding: 0 8px;
    height: 46px;
  }

  .mobile-logo-link .logo-prefix {
    font-size: 14px;
  }

  .mobile-logo-link .logo-brand {
    font-size: 14px;
  }

  .mobile-phone-bar {
    font-size: 14px;
    padding: 8px 12px;
  }

  .hamburger {
    width: 38px;
    height: 38px;
  }

  .site-nav {
    top: 82px;
  }
}

/* Large desktop */
@media (min-width: 1200px) {
  .site-nav .site-menu>li>a {
    padding: 8px 18px;
    font-size: 18px;
  }

  .site-nav .site-menu>li>.sub-menu:has(li:nth-child(10)),
  .site-nav .site-menu>li>.dropdown:has(li:nth-child(10)) {
    min-width: 600px;
    max-width: 800px;
    columns: 3;
  }
}

/* Print */
@media print {
  .site-header {
    position: static;
    box-shadow: none;
  }

  .hamburger,
  .mobile-phone-link {
    display: none !important;
  }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   RestartAGD â€” HERO v3 ULTIMATE 
   Conversion-optimized: 3-second trust & action
   Two-column: content left, contact card right
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

/* â”€â”€ Prevent horizontal overflow on mobile â”€â”€ */
html,
body {
  overflow-x: hidden;
}

/* â”€â”€ Hero Container â”€â”€ */
.ragd-hero {
  position: relative;
  background: linear-gradient(135deg, #0A1628 0%, #1A365D 50%, #2D5185 100%);
  background-size: cover;
  background-position: center;
  padding: 0;
  overflow: hidden;
  min-height: 420px;
}

/* Background image */
.ragd-hero--has-bg {
  background-image: url('../img/generated/hero-bg-hands.webp');
  background-size: cover;
  background-position: center 30%;
}

/* Dark overlay for text readability */
.ragd-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
      rgba(10, 22, 40, 0.92) 0%,
      rgba(26, 54, 93, 0.82) 40%,
      rgba(45, 81, 133, 0.68) 100%);
  z-index: 1;
}

/* Decorative accent glow */
.ragd-hero::after {
  content: '';
  position: absolute;
  top: -80px;
  right: -120px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(232, 116, 12, 0.06) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 1;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   LAYOUT â€” Two Column Flex
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.ragd-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 24px 20px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 36px;
}

/* â”€â”€ Left Column â€” Content â”€â”€ */
.ragd-hero-content {
  flex: 1;
  min-width: 0;
  animation: heroFadeIn 0.6s ease-out both;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   GOOGLE RATING â€” Instant social proof
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.ragd-hero-rating {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 16px;
  background: rgba(255, 193, 7, 0.12);
  border: 1px solid rgba(255, 193, 7, 0.25);
  border-radius: 50px;
  margin-bottom: 18px;
  animation: heroFadeIn 0.5s ease-out both;
}

.ragd-hero-stars {
  color: #FFC107;
  font-size: 0.9rem;
  letter-spacing: 2px;
  line-height: 1;
}

.ragd-hero-rating span {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.78rem;
  font-weight: 500;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   HEADLINE â€” Clear value proposition
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.ragd-hero-content h1 {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  font-size: clamp(1.6rem, 4vw, 2.5rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  margin: 0 0 14px;
  letter-spacing: -0.02em;
}

.ragd-hero-accent {
  display: block;
  background: linear-gradient(135deg, #E8740C, #F5A623);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: clamp(1.3rem, 3.5vw, 2.1rem);
}

.ragd-hero-subtitle {
  font-size: clamp(0.88rem, 1.8vw, 1.02rem);
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.6;
  margin: 0 0 20px;
  max-width: 580px;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   TRUST BADGES â€” Quick credibility signals
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.ragd-hero-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.ragd-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 40px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.88rem;
  font-weight: 600;
  transition: background 0.3s, transform 0.3s;
}

.ragd-hero-badge:hover {
  background: rgba(255, 255, 255, 0.13);
  transform: translateY(-2px);
}

.ragd-hero-badge svg {
  width: 18px;
  height: 18px;
  stroke: #E8740C;
  fill: none;
  flex-shrink: 0;
}

/* Free diagnosis badge â€” highlighted */
.ragd-hero-badge--free {
  background: rgba(232, 116, 12, 0.12);
  border-color: rgba(232, 116, 12, 0.3);
  color: #F5A623;
}

.ragd-hero-badge--free svg {
  stroke: #4CAF50;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   CTA BUTTONS â€” Primary action
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.ragd-hero-cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.ragd-hero-btn-call {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #E8740C 0%, #C86000 100%);
  color: #fff;
  font-weight: 700;
  font-size: clamp(0.95rem, 2.5vw, 1.1rem);
  padding: 16px 32px;
  border-radius: 12px;
  text-decoration: none;
  box-shadow: 0 8px 28px rgba(232, 116, 12, 0.4);
  transition: transform 0.25s, box-shadow 0.25s;
  animation: ctaPulse 3s ease-in-out infinite;
}

.ragd-hero-btn-call:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 14px 36px rgba(232, 116, 12, 0.5);
  color: #fff;
  text-decoration: none;
}

.ragd-hero-btn-call svg {
  width: 22px;
  height: 22px;
  fill: #fff;
  stroke: none;
  animation: phoneRing 2s ease-in-out infinite;
}

.ragd-hero-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 28px;
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-radius: 12px;
  color: #fff;
  font-weight: 600;
  font-size: clamp(0.9rem, 2vw, 1rem);
  text-decoration: none;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: all 0.3s;
}

.ragd-hero-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   TRUST STATS BAR â€” Hard numbers build trust
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.ragd-hero-stats {
  display: flex;
  gap: 0;
  align-items: center;
  padding: 16px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  animation: heroFadeIn 0.7s ease-out 0.3s both;
}

.ragd-hero-stat {
  display: flex;
  flex-direction: column;
  padding: 0 24px;
}

.ragd-hero-stat:first-child {
  padding-left: 0;
}

.ragd-hero-stat-number {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  color: #E8740C;
  line-height: 1.1;
}

.ragd-hero-stat-label {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 2px;
}

.ragd-hero-stat-divider {
  width: 1px;
  height: 36px;
  background: rgba(255, 255, 255, 0.12);
  flex-shrink: 0;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   RIGHT COLUMN â€” Contact Card
   Glassmorphism with availability indicator
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.ragd-hero-contact {
  flex-shrink: 0;
  width: 280px;
  padding: 0;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  overflow: hidden;
  animation: heroFadeIn 0.7s ease-out 0.15s both;
}

/* Green availability status */
.ragd-hero-contact-status {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  background: rgba(76, 175, 80, 0.15);
  border-bottom: 1px solid rgba(76, 175, 80, 0.2);
  color: #81C784;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.ragd-hero-status-dot {
  width: 12px;
  height: 12px;
  background: #4CAF50;
  border-radius: 50%;
  animation: statusPulse 2s ease-in-out infinite;
  box-shadow: 0 0 8px rgba(76, 175, 80, 0.6);
}

@keyframes statusPulse {

  0%,
  100% {
    opacity: 1;
    box-shadow: 0 0 6px rgba(76, 175, 80, 0.5);
  }

  50% {
    opacity: 0.6;
    box-shadow: 0 0 12px rgba(76, 175, 80, 0.8);
  }
}

/* Card inner padding */
.ragd-hero-contact-title {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.45);
  padding: 16px 20px 12px;
}

.ragd-hero-contact-phone {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #E8740C;
  font-weight: 800;
  font-size: 1.15rem;
  text-decoration: none;
  padding: 8px 20px;
  transition: all 0.2s;
  letter-spacing: 0.02em;
}

.ragd-hero-contact-phone:hover {
  color: #F5A623;
  background: rgba(232, 116, 12, 0.06);
  text-decoration: none;
}

.ragd-hero-contact-phone--city {
  font-size: 0.95rem;
  color: #F5A623;
  padding-bottom: 8px;
}

.ragd-hero-contact-phone svg {
  flex-shrink: 0;
}

.ragd-hero-contact-hours {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.85rem;
  line-height: 1.5;
  padding: 14px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ragd-hero-contact-hours svg {
  flex-shrink: 0;
  margin-top: 2px;
}

.ragd-hero-contact-hours strong {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.85);
}

/* Free visit guarantee badge */
.ragd-hero-contact-guarantee {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: rgba(76, 175, 80, 0.06);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  color: #81C784;
  font-size: 0.78rem;
  font-weight: 600;
}

.ragd-hero-contact-guarantee svg {
  flex-shrink: 0;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   BREADCRUMB
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.ragd-hero-breadcrumb {
  position: relative;
  z-index: 2;
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
  min-height: 45px;
  /* Prevent CLS */
}

.ragd-hero-breadcrumb a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

.ragd-hero-breadcrumb a:hover {
  color: #E8740C;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   ANIMATIONS
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
@keyframes heroFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes ctaPulse {

  0%,
  70%,
  100% {
    box-shadow: 0 8px 28px rgba(232, 116, 12, 0.4);
  }

  35% {
    box-shadow: 0 8px 36px rgba(232, 116, 12, 0.6), 0 0 0 8px rgba(232, 116, 12, 0.1);
  }
}

@keyframes phoneRing {

  0%,
  80%,
  100% {
    transform: rotate(0);
  }

  5% {
    transform: rotate(15deg);
  }

  10% {
    transform: rotate(-15deg);
  }

  15% {
    transform: rotate(12deg);
  }

  20% {
    transform: rotate(-8deg);
  }

  25% {
    transform: rotate(0);
  }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   FIX â€” Red sidebar overlap
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.ragd-hero~.diagnoza-sidebar,
.ragd-hero~[class*="diagnoz"] {
  z-index: 3;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   RESPONSIVE
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
@media (max-width: 900px) {
  .ragd-hero-inner {
    flex-direction: column;
    padding: 40px 16px 16px;
    gap: 20px;
  }

  .ragd-hero-contact {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-radius: 12px;
  }

  .ragd-hero-contact-status {
    width: 100%;
    border-radius: 12px 12px 0 0;
  }

  .ragd-hero-contact-title {
    display: none;
  }

  .ragd-hero-contact-phone {
    padding: 8px 16px;
  }

  .ragd-hero-contact-hours {
    border-top: none;
    padding: 8px 16px;
  }

  .ragd-hero-contact-guarantee {
    border-top: none;
    margin-left: auto;
    padding: 8px 16px;
  }

  .ragd-hero-stats {
    flex-wrap: wrap;
    gap: 12px;
  }

  .ragd-hero-stat {
    padding: 0 16px;
  }

  .ragd-hero-stat-divider {
    display: none;
  }
}

@media (max-width: 480px) {
  .ragd-hero {
    min-height: 340px;
  }

  .ragd-hero-inner {
    padding: 32px 12px 12px;
  }

  .ragd-hero-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .ragd-hero-btn-call,
  .ragd-hero-btn-secondary {
    justify-content: center;
    text-align: center;
  }

  .ragd-hero-badges {
    gap: 6px;
  }

  .ragd-hero-badge {
    padding: 6px 12px;
    font-size: 0.78rem;
  }

  .ragd-hero-stat-number {
    font-size: 1.3rem;
  }

  .ragd-hero-contact {
    flex-direction: column;
  }

  .ragd-hero-contact-guarantee {
    margin-left: 0;
  }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   HOMEPAGE HERO â€” Modifier & Icons Row
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

/* Homepage gets slightly taller hero to accommodate icons */
.ragd-hero--homepage {
  min-height: 520px;
  padding-bottom: 0;
}

/* Homepage hero inner alignment to match nav container */
.ragd-hero--homepage .ragd-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 40px 12px;
}

/* Hide old bg-container if it leaks through */
.bg-container:not(.ragd-hero) {
  display: none !important;
}

/* Icons row at bottom of homepage hero â€” full-width */
.ragd-hero-icons {
  position: relative;
  z-index: 2;
  padding: 0 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 16px;
  background: rgba(0, 0, 0, 0.15);
}

.ragd-hero-icons-inner {
  display: flex;
  justify-content: stretch;
  gap: 0;
  max-width: 100%;
  margin: 0;
  padding: 0;
  flex-wrap: nowrap;
}

.ragd-hero-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 28px 12px 24px;
  flex: 1;
  border-radius: 0;
  background: transparent;
  border: none;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  text-decoration: none;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  font-weight: 600;
  transition: all 0.3s ease;
  min-width: 0;
}

.ragd-hero-icon:last-child {
  border-right: none;
}

.ragd-hero-icon:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-decoration: none;
  box-shadow: inset 0 -3px 0 #E8740C;
}

.ragd-hero-icon img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.35));
  transition: filter 0.3s, transform 0.3s;
}

.ragd-hero-icon:hover img {
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.5));
  transform: scale(1.12);
}

.ragd-hero-icon span {
  white-space: nowrap;
  text-align: center;
  letter-spacing: 0.02em;
}

/* Responsive icons â€” tablet */
@media (max-width: 900px) {
  .ragd-hero-icons-inner {
    flex-wrap: wrap;
  }

  .ragd-hero-icon {
    flex: 1 1 30%;
    padding: 20px 10px 16px;
    font-size: 0.85rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }

  .ragd-hero-icon img {
    width: 60px;
    height: 60px;
  }
}

/* Responsive icons â€” mobile */
@media (max-width: 480px) {
  .ragd-hero--homepage {
    min-height: auto;
  }

  .ragd-hero-icons-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }

  .ragd-hero-icon {
    padding: 16px 8px 14px;
    font-size: 0.75rem;
    gap: 8px;
    border-right: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }

  .ragd-hero-icon:nth-child(3n) {
    border-right: none;
  }

  .ragd-hero-icon:nth-child(n+4) {
    border-bottom: none;
  }

  .ragd-hero-icon img {
    width: 48px;
    height: 48px;
  }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   BLOG HERO â€” Content-Focused Design
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

.ragd-hero--blog {
  min-height: 320px;
  text-align: center;
}

.ragd-hero--blog .ragd-hero-inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 48px 24px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ragd-hero-blog-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
}

/* "Baza wiedzy" label */
.ragd-hero-blog-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border-radius: 20px;
  background: rgba(232, 116, 12, 0.15);
  border: 1px solid rgba(232, 116, 12, 0.3);
  color: #E8740C;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ragd-hero-blog-label svg {
  flex-shrink: 0;
}

/* Blog H1 */
.ragd-hero--blog h1 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 800;
  line-height: 1.15;
  margin: 4px 0 0;
  text-align: center;
}

/* Blog subtitle override */
.ragd-hero--blog .ragd-hero-subtitle {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  font-size: clamp(0.9rem, 1.5vw, 1.05rem);
  opacity: 0.8;
}

/* Article count badge */
.ragd-hero-blog-meta {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.ragd-hero-blog-count {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.82rem;
  font-weight: 500;
}

.ragd-hero-blog-count svg {
  flex-shrink: 0;
  opacity: 0.7;
}

/* Category filter pills */
.ragd-hero-blog-cats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 4px;
}

.ragd-hero-blog-cat {
  display: inline-block;
  padding: 7px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
}

.ragd-hero-blog-cat:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.25);
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
}

.ragd-hero-blog-cat--active {
  background: rgba(232, 116, 12, 0.2);
  border-color: rgba(232, 116, 12, 0.5);
  color: #E8740C;
}

.ragd-hero-blog-cat--active:hover {
  background: rgba(232, 116, 12, 0.3);
  border-color: rgba(232, 116, 12, 0.6);
  color: #E8740C;
}

/* Search bar */
.ragd-hero-blog-search {
  display: flex;
  align-items: center;
  gap: 0;
  width: 100%;
  max-width: 520px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 4px 4px 4px 16px;
  transition: all 0.3s ease;
  margin-top: 4px;
}

.ragd-hero-blog-search:focus-within {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(232, 116, 12, 0.4);
  box-shadow: 0 0 0 3px rgba(232, 116, 12, 0.1);
}

.ragd-hero-blog-search svg {
  flex-shrink: 0;
  margin-right: 10px;
}

.ragd-hero-blog-search input[type="search"] {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-size: 0.95rem;
  padding: 10px 0;
  font-family: inherit;
}

.ragd-hero-blog-search input[type="search"]::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.ragd-hero-blog-search input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.ragd-hero-blog-search button {
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  background: #E8740C;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: inherit;
  white-space: nowrap;
}

.ragd-hero-blog-search button:hover {
  background: #d06a0b;
  box-shadow: 0 2px 8px rgba(232, 116, 12, 0.3);
}

/* Blog hero breadcrumb */
.ragd-hero--blog .ragd-hero-breadcrumb {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 12px 24px;
}

.ragd-hero--blog .ragd-hero-breadcrumb-inner {
  max-width: 800px;
  margin: 0 auto;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.5);
}

.ragd-hero--blog .ragd-hero-breadcrumb-inner a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}

.ragd-hero--blog .ragd-hero-breadcrumb-inner a:hover {
  color: #fff;
}

/* Blog hero responsive */
@media (max-width: 640px) {
  .ragd-hero--blog {
    min-height: 280px;
  }

  .ragd-hero--blog .ragd-hero-inner {
    padding: 32px 16px 16px;
  }
}


/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   BLOG LISTING â€” World-Class Card Grid
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

.ragd-blog-listing {
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 24px 64px;
}

.ragd-blog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

/* Card */
.ragd-blog-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 4px 12px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ragd-blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.06);
}

.ragd-blog-card {
  cursor: pointer;
  display: flex;
  flex-direction: column;
}

.ragd-blog-card-image a {
  display: block;
  width: 100%;
  height: 100%;
}

.ragd-blog-card-title a {
  text-decoration: none;
  color: inherit;
}

.ragd-blog-card-title a:hover {
  color: #E8740C;
}

.ragd-blog-card-readmore {
  text-decoration: none;
}

/* Card image */
.ragd-blog-card-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #f0f2f5;
}

.ragd-blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.ragd-blog-card:hover .ragd-blog-card-image img {
  transform: scale(1.05);
}

/* Placeholder for posts without images */
.ragd-blog-card-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f0f2f5, #e4e7eb);
  color: #bfc5cc;
}

/* Category badge on image */
.ragd-blog-card-category {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 12px;
  border-radius: 6px;
  background: rgba(232, 116, 12, 0.9);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  backdrop-filter: blur(8px);
}

/* Card body */
.ragd-blog-card-body {
  padding: 20px 24px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* Meta line */
.ragd-blog-card-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 10px;
}

.ragd-blog-card-meta time {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #8c939c;
  font-size: 0.78rem;
  font-weight: 500;
}

.ragd-blog-card-meta time svg {
  opacity: 0.6;
}

.ragd-blog-card-readtime {
  color: #8c939c;
  font-size: 0.78rem;
  font-weight: 500;
}

.ragd-blog-card-readtime::before {
  content: '\2022';
  margin-right: 8px;
  color: #d0d5dc;
}

/* Title */
.ragd-blog-card-title {
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.35;
  color: #1a1f2b;
  margin: 0 0 8px;
  transition: color 0.2s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ragd-blog-card:hover .ragd-blog-card-title {
  color: #E8740C;
}

/* Excerpt */
.ragd-blog-card-excerpt {
  font-size: 0.88rem;
  line-height: 1.6;
  color: #5a6270;
  margin: 0;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Read more CTA */
.ragd-blog-card-readmore {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  color: #E8740C;
  font-size: 0.85rem;
  font-weight: 700;
  transition: gap 0.2s ease;
}

.ragd-blog-card:hover .ragd-blog-card-readmore {
  gap: 10px;
}

.ragd-blog-card-readmore svg {
  transition: transform 0.2s ease;
}

.ragd-blog-card:hover .ragd-blog-card-readmore svg {
  transform: translateX(3px);
}

/* Featured first card â€” spans full width */
.ragd-blog-card:first-child {
  grid-column: 1 / -1;
  flex-direction: row;
}

.ragd-blog-card:first-child .ragd-blog-card-image {
  width: 50%;
  flex-shrink: 0;
  aspect-ratio: auto;
  min-height: 300px;
}

.ragd-blog-card:first-child .ragd-blog-card-body {
  padding: 28px 32px;
  justify-content: center;
}

.ragd-blog-card:first-child .ragd-blog-card-title {
  font-size: 1.5rem;
  -webkit-line-clamp: 3;
}

.ragd-blog-card:first-child .ragd-blog-card-excerpt {
  font-size: 0.95rem;
  -webkit-line-clamp: 4;
}

/* Pagination */
.ragd-blog-pagination {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}

.ragd-blog-pagination-inner {
  display: flex;
  gap: 16px;
}

.ragd-blog-pagination a,
.ragd-blog-pagination-prev a,
.ragd-blog-pagination-next a {
  display: inline-flex;
  align-items: center;
  padding: 10px 24px;
  border-radius: 10px;
  background: #f0f2f5;
  color: #1a1f2b;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 1px solid transparent;
}

.ragd-blog-pagination a:hover,
.ragd-blog-pagination-prev a:hover,
.ragd-blog-pagination-next a:hover {
  background: #E8740C;
  color: #fff;
  text-decoration: none;
}

.ragd-blog-pagination .current {
  background: #E8740C;
  color: #fff;
  padding: 10px 16px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.88rem;
}

/* Empty state */
.ragd-blog-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 64px 24px;
  color: #8c939c;
}

.ragd-blog-empty svg {
  margin-bottom: 16px;
  opacity: 0.3;
}

.ragd-blog-empty h2 {
  font-size: 1.4rem;
  color: #1a1f2b;
  margin: 0 0 8px;
}

.ragd-blog-empty p {
  font-size: 0.95rem;
  line-height: 1.6;
}

.ragd-blog-empty a {
  color: #E8740C;
  text-decoration: underline;
}

/* Blog listing responsive â€” tablet */
@media (max-width: 900px) {
  .ragd-blog-listing {
    padding: 32px 16px 48px;
  }

  .ragd-blog-grid {
    gap: 24px;
  }

  .ragd-blog-card:first-child .ragd-blog-card-link {
    flex-direction: column;
  }

  .ragd-blog-card:first-child .ragd-blog-card-image {
    width: 100%;
    min-height: 200px;
    aspect-ratio: 16 / 9;
  }

  .ragd-blog-card:first-child .ragd-blog-card-body {
    padding: 20px 24px;
  }

  .ragd-blog-card:first-child .ragd-blog-card-title {
    font-size: 1.25rem;
  }
}

/* Blog listing responsive â€” mobile */
@media (max-width: 640px) {
  .ragd-blog-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .ragd-blog-card-body {
    padding: 16px 18px 20px;
  }

  .ragd-blog-card-title {
    font-size: 1.05rem;
  }
}

/* FoundationPress pagination overrides inside blog listing */
.ragd-blog-pagination ul.pagination,
.ragd-blog-pagination .pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ragd-blog-pagination .pagination li {
  display: inline-flex;
}

.ragd-blog-pagination .pagination li a,
.ragd-blog-pagination .pagination li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border-radius: 10px;
  background: #f0f2f5;
  color: #1a1f2b;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 1px solid transparent;
}

.ragd-blog-pagination .pagination li a:hover {
  background: #E8740C;
  color: #fff;
  text-decoration: none;
}

.ragd-blog-pagination .pagination li.current a,
.ragd-blog-pagination .pagination li.current span,
.ragd-blog-pagination .pagination li .current {
  background: #E8740C;
  color: #fff;
  font-weight: 700;
}

.ragd-blog-pagination .pagination li.unavailable a,
.ragd-blog-pagination .pagination li.unavailable span,
.ragd-blog-pagination .pagination li.disabled a,
.ragd-blog-pagination .pagination li.disabled span {
  color: #c0c5cc;
  cursor: default;
  pointer-events: none;
}

.ragd-blog-pagination .pagination li.ellipsis::after,
.ragd-blog-pagination .pagination li.dots::after {
  content: '\2026';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  color: #8c939c;
  font-size: 0.88rem;
}

/* Also handle the arrow nav links */
.ragd-blog-pagination .pagination li:first-child a,
.ragd-blog-pagination .pagination li:last-child a {
  font-size: 1rem;
}


/* ==========================================================================
   CITY PAGE â€” Modern sections for city.php template
   ========================================================================== */

/* â”€â”€ Base Layout â”€â”€ */
.ragd-city {
  background: #fff;
}

.ragd-city *,
.ragd-city *::before,
.ragd-city *::after {
  box-sizing: border-box;
}

.ragd-city-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
}

.ragd-city-section {
  padding: 0;
  width: 100%;
  float: none;
  clear: both;
}

/* â”€â”€ Section Header (reusable) â”€â”€ */
.ragd-city-section-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 1.8rem;
}

.ragd-city-section-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(135deg, #1A365D 0%, #132B4D 100%);
  color: #fff;
  font-size: 18px;
  flex-shrink: 0;
}

.ragd-city-section-header h2 {
  font-family: Poppins, sans-serif;
  font-size: clamp(1.3rem, 4vw, 1.6rem);
  font-weight: 700;
  color: #1A365D;
  margin: 0;
  line-height: 1.3;
}

/* â”€â”€ 2. WHY CHOOSE US â€” icon cards â”€â”€ */
.ragd-city-why {
  padding: 3rem 0;
}

.ragd-city .ragd-city-why-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.ragd-city-why-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 20px;
  background: #f8f9fb;
  border-radius: 12px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ragd-city-why-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(26, 54, 93, 0.08);
}

.ragd-city-why-card-icon {
  font-size: 1.6rem;
  line-height: 1;
  flex-shrink: 0;
  margin-top: 2px;
}

.ragd-city-why-card-text {
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #31383e;
  margin: 0;
  line-height: 1.5;
}

/* â”€â”€ 4. CONTENT BLOCKS â€” alternating â”€â”€ */
.ragd-city-content {
  padding: 3rem 0;
}

.ragd-city-content--alt {
  background: #f8f9fb;
}

.ragd-city-content-inner {
  font-family: Poppins, sans-serif;
  line-height: 1.7;
  color: #31383e;
}

.ragd-city-content-inner h2 {
  font-size: clamp(1.5rem, 5vw, 1.75rem);
  font-weight: 700;
  color: #1A365D;
  margin: 0 0 1.2rem;
  line-height: 1.3;
}

.ragd-city-content-inner h3 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #1A365D;
  margin: 1.5rem 0 0.6rem;
}

.ragd-city-content-inner p {
  font-size: 1.125rem;
  margin: 0 0 1rem;
}

.ragd-city-content-inner ul,
.ragd-city-content-inner ol {
  padding-left: 1.5rem;
  margin: 0.5rem 0 1.2rem;
}

.ragd-city-content-inner li {
  font-size: 1.125rem;
  margin-bottom: 0.4rem;
  line-height: 1.6;
}

.ragd-city-content-inner a {
  color: #E8740C;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
}

.ragd-city-content-inner a:hover {
  color: #c45e05;
}

/* â”€â”€ 5. SERVICES GRID â”€â”€ */
.ragd-city-services {
  padding: 2.5rem 0;
}

.ragd-city .ragd-city-services-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 16px;
}

/* â”€â”€ Process Steps inside city page â€” container constraint â”€â”€ */
.ragd-city .ragd-process {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.ragd-city-service-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 20px;
  background: #fff;
  border: 1.5px solid #e8ecf1;
  border-radius: 12px;
  text-decoration: none;
  color: #31383e;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.ragd-city-service-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(26, 54, 93, 0.1);
  border-color: #1A365D;
  color: #1A365D;
}

.ragd-city-service-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
}

.ragd-city-service-name {
  font-family: Poppins, sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  flex: 1;
}

.ragd-city-service-arrow {
  flex-shrink: 0;
  opacity: 0.3;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.ragd-city-service-card:hover .ragd-city-service-arrow {
  opacity: 0.8;
  transform: translateX(3px);
}

/* â”€â”€ 6. MAP â”€â”€ */
.ragd-city-map-section {
  padding: 2.5rem 0;
}

.ragd-city-map-wrapper {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.ragd-city-map {
  width: 100%;
  height: 400px;
  background: #f0f2f5;
}

.ragd-city-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* â”€â”€ 7. BRANDS GRID â”€â”€ */
.ragd-city-brands {
  padding: 2.5rem 0;
}

.ragd-city-brands-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  gap: 12px;
}

.ragd-city-brand-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 12px;
  background: #f8f9fb;
  border-radius: 10px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ragd-city-brand-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.ragd-city-brand-item img {
  max-width: 100%;
  height: 40px;
  object-fit: contain;
  filter: grayscale(40%);
  transition: filter 0.3s ease;
}

.ragd-city-brand-item:hover img {
  filter: grayscale(0%);
}

/* â”€â”€ 10. CTA BANNER â”€â”€ */
.ragd-city-cta {
  padding: 3rem 0;
  margin-top: 1rem;
}

.ragd-city-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 2.5rem 3rem;
  background: linear-gradient(135deg, #1A365D 0%, #0f2440 100%);
  border-radius: 20px;
  color: #fff;
}

.ragd-city-cta-heading {
  font-family: Poppins, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0 0 4px;
}

.ragd-city-cta-sub {
  font-family: Poppins, sans-serif;
  font-size: 0.9rem;
  opacity: 0.8;
  margin: 0;
}

.ragd-city-cta-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}

.ragd-city-cta-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  background: #E8740C;
  color: #fff;
  border-radius: 12px;
  font-family: Poppins, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
  white-space: nowrap;
}

.ragd-city-cta-phone:hover {
  background: #d6690b;
  transform: translateY(-2px);
  color: #fff;
}

.ragd-city-cta-contact {
  color: rgba(255, 255, 255, 0.85);
  font-family: Poppins, sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
  white-space: nowrap;
}

.ragd-city-cta-contact:hover {
  color: #fff;
}

/* â”€â”€ Trust Badges inside city page â€” container constraint â”€â”€ */
.ragd-city .ragd-trust-bar {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* â”€â”€ FAQ inside city page â€” container constraint â”€â”€ */
.ragd-city .ragd-faq-section {
  max-width: 100%;
}

/* â”€â”€ Testimonials inside city page â€” container constraint â”€â”€ */
.ragd-city .ragd-testimonials {
  max-width: 100%;
}

/* â”€â”€ City Page â€” enforce min 18px on ALL text â”€â”€ */
.ragd-city .ragd-trust-text strong {
  font-size: 1.125rem !important;
}

.ragd-city .ragd-trust-text span {
  font-size: 0.95rem !important;
}

.ragd-city .ragd-process-title {
  font-size: 1.2rem !important;
}

.ragd-city .ragd-process-desc {
  font-size: 1.125rem !important;
}

.ragd-city .ragd-city-service-name {
  font-size: 1.125rem !important;
}

.ragd-city .ragd-faq-question h3 {
  font-size: 1.125rem !important;
}

.ragd-city .ragd-faq-answer-inner,
.ragd-city .ragd-faq-answer-inner p {
  font-size: 1.125rem !important;
}

.ragd-city .ragd-testimonial-text {
  font-size: 1.125rem !important;
}

.ragd-city .ragd-city-cta-sub {
  font-size: 1.125rem !important;
}

/* â”€â”€ RESPONSIVE: City Page â”€â”€ */
@media (max-width: 768px) {
  .ragd-city .ragd-city-why-grid {
    grid-template-columns: 1fr !important;
  }

  .ragd-city .ragd-city-services-grid {
    grid-template-columns: 1fr !important;
  }

  .ragd-city-map-section {
    display: none;
  }

  .ragd-city-brands-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .ragd-city-cta-inner {
    flex-direction: column;
    text-align: center;
    padding: 2rem 1.5rem;
  }

  .ragd-city-cta-actions {
    flex-direction: column;
    width: 100%;
  }

  .ragd-city-cta-phone {
    width: 100%;
    justify-content: center;
  }
}

/* ==========================================================================
   City Footer  Premium World-Class Design
   Dark navy theme: #0A1628, Orange accent: #E8740C, Poppins font
   ========================================================================== */

/*  Pre-Footer CTA Banner  */
.ragd-footer-cta {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #0A1628 0%, #1A365D 50%, #0D1B2A 100%);
  padding: 0;
}

.ragd-footer-cta-inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.ragd-footer-cta-glow {
  position: absolute;
  top: 50%;
  right: 15%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(232, 116, 12, 0.15) 0%, transparent 70%);
  border-radius: 50%;
  transform: translateY(-50%);
  animation: footer-glow-pulse 4s ease-in-out infinite;
  pointer-events: none;
}

@keyframes footer-glow-pulse {

  0%,
  100% {
    opacity: 0.6;
    transform: translateY(-50%) scale(1);
  }

  50% {
    opacity: 1;
    transform: translateY(-50%) scale(1.15);
  }
}

.ragd-footer-cta-heading {
  font-family: 'Inter', Poppins, sans-serif;
  font-size: clamp(1.3rem, 3vw, 1.7rem);
  font-weight: 800;
  color: #fff;
  margin: 0 0 6px;
  letter-spacing: -0.02em;
}

.ragd-footer-cta-sub {
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
}

.ragd-footer-cta-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}

.ragd-footer-cta-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  background: linear-gradient(135deg, #E8740C 0%, #F5A623 100%);
  color: #fff;
  border-radius: 14px;
  font-family: Poppins, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 32px rgba(232, 116, 12, 0.35);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  white-space: nowrap;
  animation: footer-phone-pulse 3s ease-in-out infinite;
}

@keyframes footer-phone-pulse {

  0%,
  100% {
    box-shadow: 0 8px 32px rgba(232, 116, 12, 0.35);
  }

  50% {
    box-shadow: 0 8px 48px rgba(232, 116, 12, 0.55);
  }
}

.ragd-footer-cta-phone:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 12px 40px rgba(232, 116, 12, 0.5);
  color: #fff;
}

.ragd-footer-cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.7);
  font-family: Poppins, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  padding: 12px 20px;
  border: 1.5px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.ragd-footer-cta-secondary:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(-2px);
}

.ragd-footer-cta-secondary svg {
  transition: transform 0.3s ease;
}

.ragd-footer-cta-secondary:hover svg {
  transform: translateX(4px);
}

/*  Main Footer  */
.ragd-footer {
  background: linear-gradient(180deg, #0D1B2A 0%, #0A1628 100%);
  color: #c5d0dc;
  font-family: Poppins, sans-serif;
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative;
}

.ragd-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 24px 3rem;
}

.ragd-footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 0.8fr 1.2fr;
  gap: 48px;
  text-align: left;
}

.ragd-footer-col {
  text-align: left;
}

/*  Column: Brand  */
.ragd-footer-brand {
  display: flex;
  flex-direction: column;
  gap: 18px;
  text-align: left;
}

.ragd-footer-logo {
  text-decoration: none;
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
}

.ragd-footer-logo-prefix {
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: #E8740C;
  opacity: 0.9;
}

.ragd-footer-logo-text {
  font-family: Poppins, sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  color: #fff;
  letter-spacing: 0.5px;
  opacity: 0.95;
  transition: opacity 0.3s ease;
}

.ragd-footer-logo-text strong {
  font-weight: 800;
  color: #E8740C;
}

.ragd-footer-logo:hover .ragd-footer-logo-text {
  opacity: 1;
}

.ragd-footer-desc {
  font-size: 0.92rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
  max-width: 300px;
}

/*  Trust Badges in Footer  */
.ragd-footer-trust {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 4px;
}

.ragd-footer-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.55);
  transition: color 0.2s ease;
}

.ragd-footer-trust-item:hover {
  color: rgba(255, 255, 255, 0.85);
}

.ragd-footer-trust-item svg {
  color: #E8740C;
  opacity: 0.7;
  flex-shrink: 0;
}

/*  Column: Links  */
.ragd-footer-heading {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.92);
  margin: 0 0 24px;
}

.ragd-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.ragd-footer-links li {
  margin: 0;
}

.ragd-footer-links a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  font-size: 0.92rem;
  transition: color 0.25s ease, padding-left 0.25s ease;
  display: inline-block;
  position: relative;
}

.ragd-footer-links a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 1.5px;
  background: linear-gradient(90deg, #E8740C, #F5A623);
  transition: width 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  border-radius: 1px;
}

.ragd-footer-links a:hover {
  color: #fff;
  padding-left: 6px;
}

.ragd-footer-links a:hover::before {
  width: 100%;
}

/*  Column: Contact  */
.ragd-footer-contact {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.ragd-footer-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  background: rgba(232, 116, 12, 0.12);
  border: 1.5px solid rgba(232, 116, 12, 0.25);
  border-radius: 12px;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  width: fit-content;
}

.ragd-footer-phone:hover {
  background: rgba(232, 116, 12, 0.2);
  border-color: #E8740C;
  box-shadow: 0 4px 24px rgba(232, 116, 12, 0.2);
  transform: translateY(-2px);
  color: #fff;
}

.ragd-footer-phone svg {
  color: #E8740C;
  opacity: 0.9;
}

.ragd-footer-contact-detail {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.5);
}

.ragd-footer-contact-detail svg {
  margin-top: 2px;
  opacity: 0.5;
  flex-shrink: 0;
}

.ragd-footer-contact-detail strong {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 2px;
}

.ragd-footer-contact-detail span {
  display: block;
  color: rgba(255, 255, 255, 0.55);
}

.ragd-footer-contact-detail a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  transition: color 0.2s ease;
}

.ragd-footer-contact-detail a:hover {
  color: #E8740C;
}

/*  Animated Gradient Divider  */
.ragd-footer-divider {
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(232, 116, 12, 0.4), rgba(245, 166, 35, 0.3), transparent);
  background-size: 200% 100%;
  animation: footer-divider-shimmer 6s ease-in-out infinite;
}

@keyframes footer-divider-shimmer {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

/*  Bottom Bar  */
.ragd-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(0, 0, 0, 0.2);
}

.ragd-footer-bottom-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ragd-footer-copyright {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.3);
  margin: 0;
}

.ragd-footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 14px;
}

.ragd-footer-bottom-sep {
  color: rgba(255, 255, 255, 0.15);
  font-size: 0.9rem;
}

.ragd-footer-bottom-links a {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.35);
  text-decoration: none;
  transition: color 0.2s ease;
}

.ragd-footer-bottom-links a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.ragd-footer-totop {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  margin-left: 8px;
}

.ragd-footer-totop:hover {
  background: rgba(232, 116, 12, 0.15);
  border-color: rgba(232, 116, 12, 0.3);
  color: #E8740C;
  transform: translateY(-3px);
}

/*  Responsive: Footer  */
@media (max-width: 1024px) {
  .ragd-footer-grid {
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 36px;
  }

  .ragd-footer-contact {
    grid-column: 1 / -1;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
  }

  .ragd-footer-contact .ragd-footer-heading {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .ragd-footer-cta-inner {
    flex-direction: column;
    text-align: center;
    padding: 2.5rem 20px;
    gap: 24px;
  }

  .ragd-footer-cta-actions {
    flex-direction: column;
    width: 100%;
    gap: 14px;
  }

  .ragd-footer-cta-phone {
    width: 100%;
    justify-content: center;
  }

  .ragd-footer-cta-secondary {
    width: 100%;
    justify-content: center;
  }

  .ragd-footer-cta-glow {
    right: 50%;
    transform: translate(50%, -50%);
    width: 200px;
    height: 200px;
  }

  .ragd-footer-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .ragd-footer-inner {
    padding: 3rem 20px 2rem;
  }

  .ragd-footer-desc {
    max-width: 100%;
  }

  .ragd-footer-phone {
    width: 100%;
    justify-content: center;
  }

  .ragd-footer-contact {
    flex-direction: column;
    border-top: none;
    padding-top: 0;
  }

  .ragd-footer-bottom-inner {
    flex-direction: column;
    gap: 14px;
    text-align: center;
  }

  .ragd-footer-bottom-links {
    flex-wrap: wrap;
    justify-content: center;
  }

  .ragd-footer-trust {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
  }
}

@media (max-width: 480px) {
  .ragd-footer-trust {
    flex-direction: column;
  }
}

/* ==========================================================================
   RestartAGD â€” Visual Modernization
   Google Font: Inter (replaces system fonts) + animations + CTA pulse
   ========================================================================== */

/* --- Mobile: center phone/hours and why sidebar --- */
@media only screen and (max-width: 40em) {

  .small-text-center.text-right,
  .small-text-center.medium-text-right {
    text-align: center !important;
  }

  .contact-city {
    text-align: center;
    padding-left: 0;
    list-style: none;
  }

  .why {
    padding-left: 0;
    padding-right: 0;
  }

  .why ul {
    padding-left: 0.5em;
    margin-left: 0;
  }

  aside#sidebar {
    padding-left: 0;
    padding-right: 0;
  }

  /* Global list indentation fix */
  article ul,
  article ol,
  .subpage ul,
  .subpage ol,
  .entry-content ul,
  .entry-content ol {
    margin-left: 0.8em;
    padding-left: 0;
  }
}

/* --- Typography: Inter overlay --- */
body,
.subpage,
.top-bar-section ul li>a,
.side-nav li a {
  font-family: 'Inter', Poppins, Helvetica, Roboto, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.title,
.subtitle {
  font-family: 'Inter', Poppins, Helvetica, Roboto, Arial, sans-serif;
  letter-spacing: -0.01em;
}

/* --- Smooth transitions on all interactive elements --- */
a,
button,
input[type="submit"],
.button,
.btn,
.tabs dd>a,
.accordion .accordion-navigation>a {
  transition: all 0.25s ease;
}

/* --- Button hover effects --- */
a:hover,
.button:hover,
input[type="submit"]:hover {
  transform: translateY(-1px);
}

/* --- FAQ Accordion smooth open/close --- */
.accordion .accordion-navigation>.content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease, opacity 0.3s ease;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
}

.accordion .accordion-navigation>.content.active {
  max-height: 1000px;
  padding-top: 15px;
  padding-bottom: 15px;
  opacity: 1;
}

/* --- Sidebar card hover --- */
.subpage aside .why li {
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.subpage aside .why li:hover {
  background-color: rgba(26, 54, 93, 0.03);
}

/* --- CTA Diagnosis Widget Button: Gradient + Pulse --- */
.ragd-btn-call {
  background: linear-gradient(135deg, #E8740C 0%, #F59E0B 100%);
  color: #fff !important;
  border-radius: 6px;
  padding: 8px 18px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(232, 116, 12, 0.25);
  transition: all 0.3s ease;
  animation: cta-pulse 2.5s ease-in-out infinite;
}

.ragd-btn-call:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(232, 116, 12, 0.35);
  background: linear-gradient(135deg, #C86000 0%, #E8740C 100%);
}

@keyframes cta-pulse {

  0%,
  100% {
    box-shadow: 0 2px 8px rgba(232, 116, 12, 0.25);
  }

  50% {
    box-shadow: 0 2px 20px rgba(232, 116, 12, 0.45);
  }
}

/* --- Subtle card/box lift on hover --- */
.description,
.cityAccessDiagnosis,
.results {
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.description:hover,
.cityAccessDiagnosis:hover,
.results:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

/* --- Smooth image loading fade-in --- */
img[loading="lazy"] {
  opacity: 0;
  transition: opacity 0.4s ease;
}

img[loading="lazy"].loaded,
img[loading="lazy"][src]:not([src="about:blank"]) {
  opacity: 1;
}

/* ==========================================================================
   Trust Section â€” "Dlaczego my?" (E-E-A-T)
   Matches .ragd-process section styling pattern
   Brand colors: #1A365D (navy), #31383e (text), Poppins font
   ========================================================================== */

/* --- Section Container --- */
.ragd-trust-section {
  padding: 0.8rem 1rem;
  margin: 0;
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  clear: both;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
}

/* --- Badges Grid --- */
.ragd-trust-badges {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding: 0 0.5rem;
}

.ragd-trust-badge {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #eaedf0;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.ragd-trust-badge:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(26, 54, 93, 0.1);
  border-color: rgba(26, 54, 93, 0.2);
}

.ragd-trust-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #E8EDF4 0%, #D6DEE9 100%);
  border-radius: 10px;
}

.ragd-trust-icon svg {
  transition: transform 0.3s ease;
}

.ragd-trust-badge:hover .ragd-trust-icon svg {
  transform: scale(1.1);
}

.ragd-trust-text {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.ragd-trust-text strong {
  font-family: Poppins, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #1A365D;
  line-height: 1.2;
}

.ragd-trust-text span {
  font-size: 0.8rem;
  color: #6b7c93;
  font-weight: 500;
  line-height: 1.3;
}

/* Mobile: 2Ă—2 grid â€” full width */
@media (max-width: 768px) {
  .ragd-trust-section {
    padding: 0.5rem 0;
    overflow: hidden;
  }

  .ragd-trust-badges {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    padding: 0 4px;
    max-width: 100%;
    overflow: hidden;
  }

  .ragd-trust-badge {
    padding: 14px 12px;
    gap: 10px;
    min-width: 0;
    overflow: hidden;
  }

  .ragd-trust-icon {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
  }

  .ragd-trust-icon svg {
    width: 22px;
    height: 22px;
  }

  .ragd-trust-text {
    min-width: 0;
    overflow: hidden;
  }

  .ragd-trust-text strong {
    font-size: 0.92rem;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ragd-trust-text span {
    font-size: 0.75rem;
  }
}

/* ============================================
   Social Proof Notification
   ============================================ */

.ragd-social-proof {
  position: fixed;
  bottom: 80px;
  left: 16px;
  z-index: 999998;
  background: rgba(255, 255, 255, 0.97);
  border-radius: 16px;
  padding: 18px 24px 18px 18px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(10, 38, 71, 0.08);
  max-width: 440px;
  transform: translateX(-120%);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: auto;
  backdrop-filter: blur(12px);
}

.ragd-social-proof.visible {
  transform: translateX(0);
}

.ragd-social-proof-icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  animation: ragd-proofPulse 2s ease-in-out infinite;
}

@keyframes ragd-proofPulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }
}

.ragd-social-proof-content {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.ragd-social-proof-text {
  font-size: 17px;
  font-weight: 600;
  color: #31383e;
  line-height: 1.3;
}

.ragd-social-proof-time {
  font-size: 14px;
  color: #7f8c8d;
  font-weight: 500;
}

.ragd-social-proof-close {
  position: absolute;
  top: 6px;
  right: 8px;
  width: 18px;
  height: 18px;
  border: none;
  background: none;
  font-size: 14px;
  color: #bbb;
  cursor: pointer;
  padding: 0;
  line-height: 1;
}

.ragd-social-proof-close:hover {
  color: #666;
}

/* Mobile: wider, lower */
@media (max-width: 768px) {
  .ragd-social-proof {
    left: 8px;
    right: 8px;
    bottom: 72px;
    max-width: calc(100vw - 16px);
    width: auto;
    padding: 14px 28px 14px 14px;
    gap: 12px;
    box-sizing: border-box;
  }

  .ragd-social-proof-icon {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .ragd-social-proof-text {
    font-size: 14px;
    word-break: break-word;
  }

  .ragd-social-proof-time {
    font-size: 12px;
  }
}

/* ==========================================================================
   RestartAGD â€” Process Steps + Scroll Reveal
   Visual timeline "Jak wyglÄ…da naprawa?" + scroll-triggered animations
   Brand colors: #1A365D (navy), #31383e (text), Poppins font
   ========================================================================== */

/* ================================================================
   PART 1: PROCESS STEPS â€” 4-step service timeline
   ================================================================ */

.ragd-process {
  padding: 2.5rem 1rem 2rem;
  margin: 0;
  /* Force full-width when JS moves it into Foundation grid context */
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  clear: both;
  box-sizing: border-box;
  /* Stack above any form elements to prevent click-through */
  position: relative;
  z-index: 5;
}

/* --- Section Header --- */
.ragd-process-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 2rem;
  padding: 0 0.5rem;
}

.ragd-process-header-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(135deg, #1A365D 0%, #132B4D 100%);
  color: #fff;
  font-size: 18px;
  flex-shrink: 0;
}

.ragd-process-header h2 {
  font-family: Poppins, sans-serif;
  font-size: clamp(1.1rem, 4vw, 1.35rem);
  font-weight: 700;
  color: #1A365D;
  margin: 0;
  line-height: 1.3;
}

/* --- Steps Grid --- */
.ragd-process-steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  position: relative;
}

/* --- Single Step (with interactive card behavior) --- */
.ragd-process-step {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 16px;
  position: relative;
  border-radius: 12px;
  cursor: default;
  transition: background 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
}

/* Interactive card â€” hover / touch */
.ragd-process-step:hover,
.ragd-process-step:active {
  background: rgba(26, 54, 93, 0.04);
  box-shadow: 0 4px 20px rgba(26, 54, 93, 0.10);
  transform: translateY(-2px);
}

/* Progress bar â€” fills on hover */
.ragd-process-step::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 16px;
  right: 16px;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, #1A365D, #3B5998);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  pointer-events: none;
}

.ragd-process-step:hover::before,
.ragd-process-step:active::before {
  transform: scaleX(1);
}

/* Vertical connecting line (mobile) */
.ragd-process-step::after {
  content: '';
  position: absolute;
  left: 36px;
  top: 68px;
  bottom: -10px;
  width: 2px;
  background: #e2e8f0;
  border-left: none;
  transition: background 0.3s ease;
  pointer-events: none;
}

/* Connecting line turns red on hover */
.ragd-process-step:hover::after {
  background: rgba(26, 54, 93, 0.3);
}

.ragd-process-step:last-child::after {
  display: none;
}

/* --- Step Number Circle --- */
.ragd-process-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #fff;
  border: 2.5px solid #1A365D;
  color: #1A365D;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  transition: background 0.35s ease, transform 0.35s ease, border-color 0.35s ease,
    box-shadow 0.35s ease;
  overflow: hidden;
}

.ragd-process-number img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  transition: filter 0.35s ease, transform 0.35s ease;
}

/* Hover: red bg, white icon, glow, pulse */
.ragd-process-step:hover .ragd-process-number,
.ragd-process-step:active .ragd-process-number {
  background: #1A365D;
  border-color: #1A365D;
  transform: scale(1.12);
  box-shadow: 0 0 0 6px rgba(26, 54, 93, 0.15), 0 4px 12px rgba(26, 54, 93, 0.25);
}

.ragd-process-step:hover .ragd-process-number img,
.ragd-process-step:active .ragd-process-number img {
  filter: brightness(0) invert(1);
  transform: scale(1.05);
}

/* --- Step Content --- */
.ragd-process-content {
  flex: 1;
  padding-top: 6px;
}

.ragd-process-title {
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #31383e;
  margin: 0 0 4px;
  line-height: 1.3;
  transition: color 0.3s ease;
}

/* Title turns red on hover */
.ragd-process-step:hover .ragd-process-title,
.ragd-process-step:active .ragd-process-title {
  color: #1A365D;
}

.ragd-process-desc {
  font-family: Poppins, sans-serif;
  font-size: 0.85rem;
  color: #6b7280;
  margin: 0;
  line-height: 1.5;
  transition: color 0.3s ease;
}

/* Description darkens subtly */
.ragd-process-step:hover .ragd-process-desc,
.ragd-process-step:active .ragd-process-desc {
  color: #4b5563;
}

/* --- Desktop: 4 columns with horizontal line --- */
@media (min-width: 769px) {
  .ragd-process {
    padding: 3rem 1.5rem 2.5rem;
  }

  .ragd-process-steps {
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
  }

  .ragd-process-step {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 16px 24px;
  }

  /* Progress bar at top on desktop */
  .ragd-process-step::before {
    top: 0;
    bottom: auto;
    left: 20%;
    right: 20%;
  }

  /* Horizontal connecting line (desktop) */
  .ragd-process-step::after {
    left: calc(50% + 34px);
    top: 26px;
    bottom: auto;
    width: calc(100% - 68px);
    height: 2px;
    background: #e2e8f0;
    border-left: none;
  }

  .ragd-process-step:last-child::after {
    display: none;
  }

  .ragd-process-number {
    width: 64px;
    height: 64px;
    margin-bottom: 14px;
  }

  .ragd-process-number img {
    width: 34px;
    height: 34px;
  }

  .ragd-process-title {
    font-size: 1.05rem;
    margin-bottom: 6px;
  }

  /* Desktop hover: stronger lift */
  .ragd-process-step:hover {
    transform: translateY(-4px);
  }
}


/* ================================================================
   PART 2: SCROLL REVEAL â€” IntersectionObserver animations
   ================================================================ */

/* Elements waiting to be revealed */
.ragd-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Revealed state */
.ragd-reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}

/* Stagger delays for child elements */
.ragd-reveal-delay-1 {
  transition-delay: 0.1s;
}

.ragd-reveal-delay-2 {
  transition-delay: 0.2s;
}

.ragd-reveal-delay-3 {
  transition-delay: 0.3s;
}

.ragd-reveal-delay-4 {
  transition-delay: 0.4s;
}

/* Alternative reveal directions */
.ragd-reveal-left {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ragd-reveal-right {
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ragd-reveal-left.revealed,
.ragd-reveal-right.revealed {
  opacity: 1;
  transform: translateX(0);
}

/* Scale-up reveal for special elements */
.ragd-reveal-scale {
  opacity: 0;
  transform: scale(0.92);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.ragd-reveal-scale.revealed {
  opacity: 1;
  transform: scale(1);
}

/* Reduced motion preference */
@media (prefers-reduced-motion: reduce) {

  .ragd-reveal,
  .ragd-reveal-left,
  .ragd-reveal-right,
  .ragd-reveal-scale {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .ragd-process-step,
  .ragd-process-step::before,
  .ragd-process-step::after,
  .ragd-process-number,
  .ragd-process-number img,
  .ragd-process-title,
  .ragd-process-desc {
    transition: none !important;
  }
}

/* ==========================================================================
   RestartAGD â€” Premium Testimonials
   Trustpilot/Google Reviews inspired testimonial cards with carousel
   ========================================================================== */

/* --- Section Container --- */
.ragd-testimonials {
  padding: 2.5rem 0.5rem 2rem;
  margin: 0;
  overflow: hidden;
}

/* --- Section Header --- */
.ragd-testimonials-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 1.5rem;
  padding: 0 0.5rem;
}

.ragd-testimonials-header-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(135deg, #1A365D 0%, #132B4D 100%);
  color: #fff;
  font-size: 18px;
  flex-shrink: 0;
}

.ragd-testimonials-header h2 {
  font-family: Poppins, sans-serif;
  font-size: clamp(1.1rem, 4vw, 1.35rem);
  font-weight: 700;
  color: #1A365D;
  margin: 0;
  line-height: 1.3;
}

/* --- Carousel Viewport --- */
.ragd-carousel {
  position: relative;
  overflow: hidden;
}

.ragd-carousel-track {
  display: flex;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}

.ragd-carousel-slide {
  flex: 0 0 100%;
  min-width: 0;
  padding: 0 6px;
  box-sizing: border-box;
}

/* --- Testimonial Card --- */
.ragd-testimonial-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 24px 22px 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.25s ease;
  min-height: 200px;
}

.ragd-testimonial-card:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

/* --- Large Quote Mark Background --- */
.ragd-testimonial-card::before {
  content: '\201C';
  position: absolute;
  top: -8px;
  right: 14px;
  font-size: 120px;
  font-family: Georgia, 'Times New Roman', serif;
  color: #f1f5f9;
  line-height: 1;
  pointer-events: none;
  z-index: 0;
}

/* --- Card Header (avatar + name + stars) --- */
.ragd-testimonial-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
}

/* --- Avatar with Initials --- */
.ragd-testimonial-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1A365D 0%, #132B4D 100%);
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  flex-shrink: 0;
}

/* --- Name and Stars --- */
.ragd-testimonial-info {
  flex: 1;
  min-width: 0;
}

.ragd-testimonial-name {
  font-family: Poppins, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 3px;
  line-height: 1.3;
}

/* --- Opinion Text --- */
.ragd-testimonial-text {
  font-family: Poppins, sans-serif;
  font-size: clamp(0.85rem, 3.2vw, 0.93rem);
  line-height: 1.65;
  color: #475569;
  margin: 0;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* --- Device Tag --- */
.ragd-testimonial-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 14px;
  padding: 4px 10px;
  background: #f1f5f9;
  border-radius: 6px;
  font-family: Poppins, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: #64748b;
  position: relative;
  z-index: 1;
}

.ragd-testimonial-tag::before {
  content: 'đź”§';
  font-size: 11px;
}

/* --- Carousel Navigation --- */
.ragd-carousel-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 1.2rem;
  padding: 0 0.5rem;
}

.ragd-carousel-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #e2e8f0;
  background: #fff;
  color: #64748b;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 16px;
  padding: 0;
  flex-shrink: 0;
}

.ragd-carousel-btn:hover {
  background: #f8fafc;
  border-color: #1A365D;
  color: #1A365D;
}

.ragd-carousel-btn:active {
  transform: scale(0.92);
}

/* --- Dots --- */
.ragd-carousel-dots {
  display: flex;
  align-items: center;
  gap: 6px;
}

.ragd-carousel-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e2e8f0;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.25s ease;
}

.ragd-carousel-dot.active {
  width: 24px;
  border-radius: 4px;
  background: #1A365D;
}



/* --- Desktop: 2 cards per view --- */
@media (min-width: 769px) {
  .ragd-testimonials {
    padding: 3rem 1rem 2.5rem;
  }

  .ragd-carousel-slide {
    flex: 0 0 50%;
    padding: 0 8px;
  }

  .ragd-testimonial-card {
    padding: 28px 26px 22px;
    border-radius: 16px;
    min-height: 220px;
  }

  .ragd-testimonial-avatar {
    width: 48px;
    height: 48px;
    font-size: 16px;
  }

  .ragd-testimonial-card::before {
    font-size: 140px;
    top: -12px;
    right: 18px;
  }

  .ragd-carousel-btn {
    width: 40px;
    height: 40px;
  }
}

/* --- Large Desktop: 3 cards --- */
@media (min-width: 1024px) {
  .ragd-carousel-slide {
    flex: 0 0 33.333%;
  }
}

/* --- Entrance Animation --- */
.ragd-testimonial-card {
  animation: ragdTestimonialIn 0.5s ease both;
}

@keyframes ragdTestimonialIn {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ==========================================================================
   RestartAGD â€” Premium FAQ Accordion
   Apple/Stripe-inspired card-based FAQ with smooth animations
   ========================================================================== */

/* --- Section Container --- */
.ragd-faq-section {
  padding: 2.5rem 1rem 2rem;
  margin: 0 -0.9375rem;
}

/* --- Section Header --- */
.ragd-faq-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 1.8rem;
  padding: 0 0.5rem;
}

.ragd-faq-header-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(135deg, #1A365D 0%, #a03028 100%);
  color: #fff;
  font-size: 20px;
  flex-shrink: 0;
}

.ragd-faq-header h2 {
  font-family: Poppins, sans-serif;
  font-size: clamp(1.1rem, 4vw, 1.35rem);
  font-weight: 700;
  color: #1A365D;
  margin: 0;
  line-height: 1.3;
}

/* --- FAQ List Reset --- */
.ragd-faq-list {
  list-style: none;
  padding: 0;
  margin: 0;
  perspective: none;
}

/* --- FAQ Item Card --- */
.ragd-faq-item {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  margin-bottom: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
  overflow: hidden;
  padding: 0;
}

.ragd-faq-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
  border-color: #cbd5e1;
}

.ragd-faq-item.active {
  border-color: #1A365D;
  border-left: 3px solid #1A365D;
  box-shadow: 0 4px 16px rgba(192, 64, 52, 0.1);
}

/* --- Question Row --- */
.ragd-faq-question {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  cursor: pointer;
  user-select: none;
  transition: background 0.2s ease;
}

.ragd-faq-question:hover {
  background: #f8fafc;
}

/* --- Number Badge --- */
.ragd-faq-number {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #f1f5f9;
  color: #31383e;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
  transition: background 0.25s ease, color 0.25s ease;
}

.ragd-faq-item.active .ragd-faq-number {
  background: #1A365D;
  color: #fff;
}

/* --- Question Text --- */
.ragd-faq-question h3 {
  font-family: Poppins, sans-serif;
  font-size: clamp(0.9rem, 3.5vw, 1rem);
  font-weight: 600;
  color: #1e293b;
  margin: 0;
  line-height: 1.45;
  flex: 1;
}

/* --- Toggle Icon (+/Ă—) --- */
.ragd-faq-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f1f5f9;
  flex-shrink: 0;
  transition: background 0.25s ease, transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.ragd-faq-toggle::before,
.ragd-faq-toggle::after {
  content: '';
  position: absolute;
  background: #64748b;
  border-radius: 1px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.25s ease;
}

/* Horizontal bar */
.ragd-faq-toggle::before {
  width: 12px;
  height: 2px;
}

/* Vertical bar (rotates to form +/Ă—) */
.ragd-faq-toggle::after {
  width: 2px;
  height: 12px;
}

.ragd-faq-item.active .ragd-faq-toggle {
  background: #fef2f2;
  transform: rotate(0deg);
}

.ragd-faq-item.active .ragd-faq-toggle::before {
  background: #1A365D;
}

.ragd-faq-item.active .ragd-faq-toggle::after {
  background: #1A365D;
  transform: rotate(90deg);
}

/* --- Answer Panel --- */
.ragd-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.3s ease;
  opacity: 0;
}

.ragd-faq-item.active .ragd-faq-answer {
  max-height: 500px;
  opacity: 1;
}

.ragd-faq-answer-inner {
  padding: 0 18px 18px 64px;
  border-top: 1px solid #f1f5f9;
  margin-top: 0;
}

.ragd-faq-answer-inner p,
.ragd-faq-answer-inner div[itemprop="text"] {
  font-family: Poppins, sans-serif;
  font-size: clamp(0.85rem, 3.2vw, 0.95rem);
  line-height: 1.7;
  color: #475569;
  margin: 12px 0 0;
}

/* --- Stagger entrance animation ---
   Use high-specificity selector to override old style.css '#pytania li' flipdown animation */
.ragd-faq-section .ragd-faq-list .ragd-faq-item {
  opacity: 1;
  transform: none;
  animation: ragdFaqFadeIn 0.5s ease both;
}

.ragd-faq-section .ragd-faq-list .ragd-faq-item:nth-child(1) {
  animation-delay: 0.05s;
}

.ragd-faq-section .ragd-faq-list .ragd-faq-item:nth-child(2) {
  animation-delay: 0.1s;
}

.ragd-faq-section .ragd-faq-list .ragd-faq-item:nth-child(3) {
  animation-delay: 0.15s;
}

.ragd-faq-section .ragd-faq-list .ragd-faq-item:nth-child(4) {
  animation-delay: 0.2s;
}

.ragd-faq-section .ragd-faq-list .ragd-faq-item:nth-child(5) {
  animation-delay: 0.25s;
}

.ragd-faq-section .ragd-faq-list .ragd-faq-item:nth-child(6) {
  animation-delay: 0.3s;
}

.ragd-faq-section .ragd-faq-list .ragd-faq-item:nth-child(7) {
  animation-delay: 0.35s;
}

.ragd-faq-section .ragd-faq-list .ragd-faq-item:nth-child(8) {
  animation-delay: 0.4s;
}

.ragd-faq-section .ragd-faq-list .ragd-faq-item:nth-child(9) {
  animation-delay: 0.45s;
}

.ragd-faq-section .ragd-faq-list .ragd-faq-item:nth-child(10) {
  animation-delay: 0.5s;
}

@keyframes ragdFaqFadeIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* --- Desktop enhancements --- */
@media (min-width: 769px) {
  .ragd-faq-section {
    padding: 3rem 1.5rem 2.5rem;
  }

  .ragd-faq-header-icon {
    width: 44px;
    height: 44px;
    font-size: 22px;
  }

  .ragd-faq-item {
    margin-bottom: 12px;
    border-radius: 12px;
  }

  .ragd-faq-question {
    padding: 18px 22px;
    gap: 16px;
  }

  .ragd-faq-number {
    min-width: 36px;
    height: 36px;
    font-size: 13px;
    border-radius: 9px;
  }

  .ragd-faq-toggle {
    width: 32px;
    height: 32px;
  }

  .ragd-faq-toggle::before {
    width: 14px;
  }

  .ragd-faq-toggle::after {
    height: 14px;
  }

  .ragd-faq-answer-inner {
    padding: 0 22px 22px 68px;
  }
}

/* --- Override old #pytania styles from style.css to avoid conflicts --- */
.ragd-faq-section #pytania {
  list-style: none;
  perspective: none;
  padding: 0;
  margin: 0;
}

.ragd-faq-section #pytania li {
  padding: 0;
  margin: 0;
  color: inherit;
  position: relative;
}

.ragd-faq-section #pytania li i {
  display: none;
}

.ragd-faq-section #pytania p {
  overflow: visible;
  transform: none;
  margin-top: 12px;
}