:root {
  --navy: #032c43;
  --navy-deep: #021f2e;
  --blue: #098bf3;
  --green: #10ad2e;
  --ink: #06243b;
  --pale: #eef8ff;
  --radius: 6px;
  --radius-sm: 4px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: #fff;
}
.wrap {
  width: min(1160px, calc(100% - 40px));
  margin: auto;
}
.site-header {
  background: #fff;
  position: relative;
  z-index: 20;
  box-shadow: 0 2px 10px #0001;
}
.nav-row {
  height: 88px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.brand {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  text-decoration: none;
  color: #06243b;
  font-size: 21px;
  line-height: 0.9;
  font-weight: 700;
  flex-shrink: 0;
  margin-right: 0;
}
.brand-mark {
  font-size: 42px;
  color: var(--blue);
}
.custom-logo {
  display: block;
  max-height: 70px;
  width: auto;
  height: auto;
  max-width: 260px;
  object-fit: contain;
}
.phone {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  white-space: nowrap;
  margin-left: auto;
}
.phone-icon {
  font-size: 27.2px;
  color: var(--blue);
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.phone-icon svg {
  width: 1em;
  height: 1em;
  display: block;
}
.main-nav {
  margin-left: auto;
}
.main-nav ul {
  display: flex;
  gap: 27px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-nav a {
  color: #071e32;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
}
.main-nav .current-page-ancestor > a,
.main-nav .current_page_item > a {
  color: #0674cc;
}
.book {
  background: var(--green);
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  padding: 18px 20px;
  white-space: nowrap;
  border-radius: var(--radius-sm);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.book-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 13px;
  height: 13px;
  line-height: 0;
}
.book-icon svg {
  width: 13px;
  height: 13px;
  display: block;
}
.book-label {
  display: block;
  line-height: 1;
}
.menu-toggle {
  display: none;
}
.page-banner {
  min-height: 246px;
  display: flex;
  align-items: center;
  color: #fff;
  background-color: #041f32;
  background-size: cover;
  background-position: center;
}
.page-banner-title {
  margin: 0;
  font-size: 52px;
  font-weight: 800;
  line-height: 1.2;
  font-family: 'Roboto Condensed', Arial, sans-serif;
  letter-spacing: 0.03em;
  text-align: center;
}
.page-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.01em;
}
.page-breadcrumb a {
  color: #fff;
  text-decoration: none;
}
.page-breadcrumb a:hover {
  color: #fff;
  text-decoration: underline;
}
.page-breadcrumb [aria-current='page'] {
  color: #fff;
}
.page-breadcrumb-sep {
  display: inline-flex;
  width: 8px;
  height: 12px;
  color: rgba(255, 255, 255, 0.72);
}
.page-breadcrumb-sep svg {
  display: block;
  width: 100%;
  height: 100%;
}
.hero {
  min-height: 565px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
}
.hero-content {
  padding-top: 105px;
}
.kicker {
  font-weight: 700;
  margin: 0 0 16px;
}
.hero h1 {
  font-size: 58px;
  line-height: 1;
  margin: 0;
  font-weight: 900;
}
.hero h2 {
  font-size: 36px;
  margin: 10px 0 30px;
  color: #9ddcff;
}
.hero-benefits {
  display: flex;
  justify-content: center;
  gap: 70px;
  text-align: left;
}
.hero-benefits > span {
  display: flex;
  gap: 12px;
  align-items: center;
}
.hero-benefit-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  color: #8edbff;
}
.hero-benefit-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.feature-wrap {
  position: relative;
  margin-top: -82px;
  z-index: 5;
}
.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}
.feature {
  height: 265px;
  padding: 35px 30px;
  color: #fff;
  border-radius: var(--radius);
  overflow: hidden;
}
.feature.dark {
  background: linear-gradient(135deg, #063c55 0%, #033047 100%);
}
.feature.dark.right {
  background: linear-gradient(135deg, #063c55 0%, #032d44 100%);
  border-radius: 0 var(--radius) var(--radius) 0;
  height: 291px;
  padding-top: 48px;
  padding-bottom: 48px;
}
.feature.dark.right small,
.feature.dark.right h3 {
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
}
.feature.dark.right h3 {
  margin: 10px 0;
}
.feature.dark.right p {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
}
.feature small {
  color: #1599ff;
  font-weight: 800;
  font-size: 18px;
}
.feature h3 {
  font-size: 27px;
  margin: 10px 0;
}
.feature p {
  line-height: 1.5;
}
.feature a {
  display: inline-block;
  background: #ffffff14;
  color: #fff;
  text-decoration: none;
  font-size: 30px;
  padding: 8px 18px;
  border-radius: var(--radius-sm);
}
.feature.hours {
  height: auto;
  min-height: 305px;
  background: linear-gradient(135deg, #1490ee 0%, #0582e4 100%);
  box-shadow: 0 8px 18px #004f8f40;
  padding: 0;
  position: relative;
  z-index: 2;
}
.hours-tabs {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.hours-tab-control {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.hours-tab-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.hours-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px 14px 16px;
  color: #b8d4ea;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  user-select: none;
  background: #063c5540;
  border-bottom: 1px solid #ffffff30;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.hours-tab + .hours-tab {
  border-left: 1px solid #ffffff14;
}
.hours-tab-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
.hours-tab-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.hours-panels {
  flex: 1;
}
.hours-panel {
  display: none;
  padding: 30px 38px;
}
#hours-location-petrzalka:checked ~ .hours-tab-list label[for="hours-location-petrzalka"],
#hours-location-palarikovo:checked ~ .hours-tab-list label[for="hours-location-palarikovo"] {
  color: #fff;
  background: transparent;
  box-shadow: inset 0 -3px 0 #ffffffcc;
}
#hours-location-petrzalka:checked ~ .hours-panels .hours-panel-petrzalka,
#hours-location-palarikovo:checked ~ .hours-panels .hours-panel-palarikovo {
  display: block;
}
.feature.hours h3 {
  border-bottom: 1px solid #ffffff45;
  padding-bottom: 14px;
  margin-top: 0;
}
.hours-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}
.hours-grid b {
  font-weight: 400;
}
.hours-row-spacer {
  visibility: hidden;
}
.services {
  padding: 36px 0 40px;
  background: transparent;
}
.section-kicker {
  text-align: center;
  color: #0b91ef;
  font-weight: 800;
  font-size: 13px;
}
.services > .wrap > h2 {
  text-align: center;
  font-size: 42px;
  margin: 10px 0;
}
.title-line {
  height: 4px;
  width: 64px;
  background: var(--blue);
  margin: 0 auto 22px;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.service-card {
  background: #fff;
  min-height: 110px;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 20px 28px;
  box-shadow: 0 1px 5px #004e7d12;
  border-radius: var(--radius);
}
.service-icon {
  font-size: 32px;
  min-width: 48px;
  text-align: center;
  color: #071e32;
  font-weight: 800;
  line-height: 1;
  font-family: 'Roboto Condensed', Arial, sans-serif;
}
.service-card h3 {
  font-size: 16px;
  margin: 0 0 6px;
  font-weight: 700;
}
.service-card p {
  margin: 0;
  color: #536b7b;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.45;
}
.benefit-strip {
  background: #f5fbff;
  padding: 27px 0;
}
.benefits {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto;
  align-items: center;
  gap: 40px;
}
.benefits > div {
  display: flex;
  align-items: center;
  gap: 16px;
}
.benefits b {
  font-size: 38px;
  color: #078cf0;
}
.benefits span {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.benefits small {
  color: #536b7b;
}
.benefits em {
  font-size: 22px;
  color: #087ecb;
  transform: rotate(-5deg);
}
.benefit-strip.dark {
  background: #032d44;
  color: #fff;
}
.benefit-strip.dark .benefits small,
.benefit-strip.dark .benefits em,
.benefit-strip.dark .benefits strong {
  color: #fff;
}
.site-footer {
  background: var(--navy-deep);
  color: #fff;
  padding: 0;
  text-align: left;
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
  box-sizing: border-box;
}
.site-footer .wrap {
  width: min(1160px, 100%);
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.footer-main {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.75fr) minmax(0, 1.05fr);
  align-items: start;
  padding: 56px 0 48px;
}
.footer-brand,
.footer-links,
.footer-contact {
  min-width: 0;
}
.footer-brand {
  padding-right: 42px;
}
.footer-links,
.footer-contact {
  padding-left: 42px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}
.footer-logo {
  display: block;
  width: 220px;
  max-width: 100%;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  font-size: 21px;
  line-height: 0;
  font-weight: 700;
  isolation: isolate;
  background: var(--navy-deep);
}
.footer-logo .custom-logo {
  display: block;
  width: 220px;
  max-width: 100%;
  height: 53px;
  object-fit: contain;
  filter: invert(1) hue-rotate(180deg);
  mix-blend-mode: screen;
}
.footer-brand p {
  margin: 18px 0 0;
  max-width: 300px;
  color: #b7c9d6;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 400;
  overflow-wrap: break-word;
}
.footer-links h2,
.footer-contact h2 {
  margin: 4px 0 22px;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  font-family: 'Roboto Condensed', Arial, sans-serif;
}
.footer-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-links a {
  color: #c9d9e6;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 500;
}
.footer-links a:hover {
  color: #fff;
}
.footer-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 14px;
}
.footer-contact-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
}
.footer-contact-icon svg {
  display: block;
  width: 18px;
  height: 18px;
}
.footer-contact-copy {
  min-width: 0;
}
.footer-contact-copy a {
  color: inherit;
  text-decoration: none;
}
.footer-contact-copy a:hover strong {
  color: #8edbff;
}
.footer-contact-copy strong {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
  font-family: 'Roboto Condensed', Arial, sans-serif;
}
.footer-contact-copy span {
  display: block;
  margin-top: 3px;
  color: #9eb6c6;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
}
.footer-copy {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding: 18px 0;
  text-align: center;
}
.footer-copy-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px 18px;
}
.footer-copy p {
  margin: 0;
  padding: 0 8px;
  color: #9eb6c6;
  font-size: 13px;
  line-height: 1.5;
  white-space: normal;
  overflow-wrap: break-word;
}
.oas-consent-reopen {
  appearance: none;
  background: none;
  border: 0;
  padding: 0 8px;
  color: #9eb6c6;
  font: inherit;
  font-size: 13px;
  line-height: 1.5;
  text-decoration: underline;
  cursor: pointer;
}
.oas-consent-reopen:hover,
.oas-consent-reopen:focus-visible {
  color: #fff;
}
.oas-consent-reopen:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}
@media (max-width: 1000px) {
  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 32px 0;
    padding: 44px 0 36px;
  }
  .footer-brand {
    grid-column: 1 / -1;
    padding-right: 0;
  }
  .footer-brand p {
    max-width: 100%;
  }
  .footer-links {
    padding-left: 0;
    padding-right: 24px;
    border-left: 0;
  }
  .footer-contact {
    padding-left: 24px;
  }
}
@media (max-width: 760px) {
  .footer-main {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 36px 0 28px;
  }
  .footer-links,
  .footer-contact {
    padding-left: 0;
    padding-right: 0;
    border-left: 0;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }
  .footer-links h2,
  .footer-contact h2 {
    margin-bottom: 16px;
  }
  .footer-brand p {
    max-width: 100%;
  }
}
.content {
  padding: 60px 0;
}
.content article > .wp-block-group.ext-section.alignfull {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: transparent !important;
}
.content article > .wp-block-group > .wp-block-group__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained,
.content article:not(:has(> .wp-block-group)) {
  background: #fff;
  border: 1px solid #d7ebfb;
  border-radius: 22px;
  box-shadow: 0 10px 28px #0b6db018;
  padding: 28px 32px 30px;
}
.content article > p:empty {
  display: none;
}
@media (max-width: 760px) {
  .content article > .wp-block-group > .wp-block-group__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained,
  .content article:not(:has(> .wp-block-group)) {
    padding: 20px 16px 22px;
    border-radius: 18px;
  }
}
.content article > h2 {
  margin: 0 0 28px;
  color: var(--navy);
  font-size: 36px;
  font-family: 'Roboto Condensed', Arial, sans-serif;
  letter-spacing: 0.02em;
}
h1.wp-block-heading {
  font-size: 2em;
}
.contact-page {
  padding: 40px 0 0;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: stretch;
}
.contact-card {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-height: 100%;
  padding: 28px 28px 22px;
  background: #fff;
  border: 1px solid #d7ebfb;
  border-radius: 22px;
  box-shadow: 0 10px 28px #0b6db018;
}
.contact-card-title {
  margin: 0 0 22px;
  color: #06243b;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.15;
  font-family: 'Roboto Condensed', Arial, sans-serif;
}
.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 0;
}
.contact-card-title + .contact-item {
  padding-top: 0;
}
.contact-item + .contact-item {
  border-top: 1px solid #e7f1f8;
}
.contact-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #e8f4ff;
  color: var(--blue);
}
.contact-icon svg {
  display: block;
  width: 22px;
  height: 22px;
}
.contact-label {
  display: block;
  margin-bottom: 4px;
  color: #7b93a6;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.contact-value {
  display: block;
  color: #06243b;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
  text-decoration: none;
  font-family: 'Roboto Condensed', Arial, sans-serif;
}
a.contact-value:hover {
  color: var(--blue);
}
.contact-note {
  display: block;
  margin-top: 4px;
  color: #7b93a6;
  font-size: 14px;
  font-weight: 500;
}
.contact-phone-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.contact-badges {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.contact-badge {
  display: inline-flex;
  width: 22px;
  height: 22px;
  border-radius: 4px;
  overflow: hidden;
  line-height: 0;
}
.contact-badge svg {
  width: 100%;
  height: 100%;
  display: block;
}
.contact-badge.is-wa {
  color: #25d366;
}
.contact-badge.is-viber {
  color: #7360f2;
}
.contact-ids {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: auto;
  padding: 16px 10px;
  background: #eef7ff;
  border-radius: 16px;
  text-align: center;
}
.contact-ids div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.contact-ids span {
  color: #7b93a6;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', Arial, sans-serif;
}
.contact-ids strong {
  color: #06243b;
  font-size: 15px;
  font-weight: 800;
  font-family: 'Roboto Condensed', Arial, sans-serif;
}
.contact-map {
  position: relative;
  width: 100%;
  height: 460px;
  margin-top: 40px;
  background: #e7f4ff;
}
.contact-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.contact-map-fallback {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  height: 100%;
  padding: 28px 24px;
  text-align: center;
}
.contact-map-fallback[hidden] {
  display: none;
}
.contact-map-fallback p {
  margin: 0;
  max-width: 420px;
  color: #3d5566;
  font-size: 16px;
  line-height: 1.5;
}
.contact-map-fallback-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.faq-page {
  padding: 40px 0 60px;
}
.faq-intro {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}
.faq-intro h2 {
  margin: 0 0 14px;
  color: #06243b;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2;
  font-family: 'Roboto Condensed', Arial, sans-serif;
}
.faq-intro p {
  margin: 0;
  color: #3d5566;
  font-size: 17px;
  line-height: 1.6;
}
.faq-list {
  max-width: 860px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #d7ebfb;
  border-radius: 22px;
  box-shadow: 0 10px 28px #0b6db018;
  overflow: hidden;
}
.faq-item {
  border-top: 1px solid #e7f1f8;
}
.faq-item:first-child {
  border-top: 0;
}
.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 24px;
  cursor: pointer;
  list-style: none;
  color: #06243b;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-item summary::marker {
  content: '';
}
.faq-q {
  flex: 1;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  font-family: 'Roboto Condensed', Arial, sans-serif;
}
.faq-toggle {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #e8f4ff;
  color: var(--blue);
}
.faq-toggle-icon {
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
}
.faq-toggle-icon::before,
.faq-toggle-icon::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 1px;
}
.faq-toggle-icon::before {
  top: 6px;
  left: 0;
  width: 14px;
  height: 2px;
}
.faq-toggle-icon::after {
  top: 0;
  left: 6px;
  width: 2px;
  height: 14px;
  transition: opacity 0.15s ease, transform 0.15s ease;
}
.faq-item[open] summary {
  color: var(--blue);
}
.faq-item[open] .faq-toggle {
  background: var(--blue);
  color: #fff;
}
.faq-item[open] .faq-toggle-icon::after {
  opacity: 0;
  transform: scaleY(0);
}
.faq-answer {
  padding: 0 24px 20px 24px;
  color: #3d5566;
  font-size: 16px;
  line-height: 1.65;
}
.faq-answer p {
  margin: 0 0 10px;
}
.faq-answer p:last-child {
  margin-bottom: 0;
}
.faq-answer ul {
  margin: 8px 0 0;
  padding-left: 20px;
}
.faq-answer li {
  margin: 0 0 6px;
}
.faq-cta {
  max-width: 860px;
  margin: 28px auto 0;
  padding: 28px 28px 26px;
  background: #eef7ff;
  border: 1px solid #d7ebfb;
  border-radius: 22px;
  text-align: center;
}
.faq-cta h3 {
  margin: 0 0 10px;
  color: #06243b;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.2;
  font-family: 'Roboto Condensed', Arial, sans-serif;
}
.faq-cta p {
  margin: 0 auto 20px;
  max-width: 620px;
  color: #3d5566;
  font-size: 16px;
  line-height: 1.55;
}
.faq-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: var(--radius-sm);
  background: linear-gradient(135deg, #2bd66f 0%, #18b957 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  font-family: 'Roboto Condensed', Arial, sans-serif;
}
.faq-cta-btn:hover {
  background: linear-gradient(135deg, #22c864 0%, #149e4c 100%);
}
.faq-cta-icon {
  display: flex;
  width: 20px;
  height: 20px;
}
.faq-cta-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 760px) {
  .page-banner {
    min-height: 201px;
  }
  .page-banner-title {
    font-size: 40px;
  }
  .page-breadcrumb {
    margin-top: 10px;
    font-size: 13px;
  }
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .contact-card-title {
    font-size: 26px;
  }
  .faq-intro h2 {
    font-size: 26px;
  }
  .faq-q {
    font-size: 17px;
  }
  .faq-item summary {
    padding: 16px 16px;
  }
  .faq-answer {
    padding: 0 16px 16px;
  }
  .faq-cta {
    padding: 22px 18px 20px;
  }
  .faq-cta h3 {
    font-size: 22px;
  }
  .contact-ids {
    grid-template-columns: 1fr;
    text-align: left;
    padding: 14px 18px;
  }
  .contact-map {
    height: 320px;
    margin-top: 28px;
  }
}
@media (max-width: 1000px) {
  .phone {
    display: none;
  }
  .main-nav ul {
    gap: 14px;
  }
  .hero h1 {
    font-size: 45px;
  }
  .feature-grid {
    width: calc(100% - 30px);
  }
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 760px) {
  .nav-row {
    height: 72px;
  }
  .main-nav {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    background: #fff;
    padding: 20px;
  }
  .main-nav.open {
    display: block;
  }
  .main-nav ul {
    flex-direction: column;
  }
  .menu-toggle {
    display: block;
    margin-left: auto;
    background: none;
    border: 0;
    font-size: 26px;
  }
  .book {
    display: none;
  }
  .hero {
    min-height: 500px;
  }
  .hero-content {
    padding-top: 30px;
  }
  .hero h1 {
    font-size: 36px;
  }
  .hero h2 {
    font-size: 25px;
  }
  .hero-benefits {
    gap: 18px;
    font-size: 12px;
  }
  .hero-benefit-icon {
    width: 28px;
    height: 28px;
  }
  .feature-wrap {
    margin-top: -40px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .feature,
  .feature.hours {
    height: auto;
  }
  .feature.dark.feature-cta,
  .feature.dark.right,
  .feature.hours {
    border-radius: var(--radius);
  }
  .services-grid {
    grid-template-columns: 1fr;
  }
  .benefits {
    grid-template-columns: 1fr 1fr;
  }
  .benefits em {
    display: none;
  }
}
@media (max-width: 460px) {
  .wrap {
    width: min(100% - 24px, 1160px);
  }
  .hero h1 {
    font-size: 31px;
  }
  .hero-benefits {
    flex-direction: column;
    align-items: center;
  }
  .services > .wrap > h2 {
    font-size: 32px;
  }
  .benefits {
    grid-template-columns: 1fr;
  }
}
.feature.dark.feature-cta {
  height: 289px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
  padding: 38px 24px;
  border-radius: var(--radius) 0 0 var(--radius);
}
.feature.dark.feature-cta .cta-duration {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  color: #c8d8e4;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 500;
}
.feature.dark.feature-cta .cta-duration-icon {
  width: 28px;
  height: 28px;
  color: #fff;
  flex-shrink: 0;
  display: flex;
}
.feature.dark.feature-cta .cta-duration-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.feature.dark.feature-cta .cta-duration strong {
  color: #fff;
  font-weight: 800;
}
.feature.dark.feature-cta .cta-btn {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 13px 16px;
  border-radius: var(--radius-sm);
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  box-sizing: border-box;
}
.feature.dark.feature-cta .cta-btn-icon {
  width: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.feature.dark.feature-cta .cta-btn-icon svg {
  width: 22px;
  height: 22px;
  display: block;
}
.feature.dark.feature-cta .cta-btn-label {
  flex: 1;
  margin-left: 4px;
  padding-left: 14px;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}
.feature.dark.feature-cta .cta-btn-arrow {
  width: 18px;
  height: 18px;
  display: flex;
  flex-shrink: 0;
  opacity: 0.95;
}
.feature.dark.feature-cta .cta-btn-arrow svg {
  width: 100%;
  height: 100%;
  display: block;
}
.feature.dark.feature-cta .call-btn {
  background: linear-gradient(135deg, #249cff 0%, #0d82df 100%);
}
.feature.dark.feature-cta .call-btn:hover {
  background: linear-gradient(135deg, #1a90f5 0%, #0b74c8 100%);
}
.feature.dark.feature-cta .whatsapp-btn {
  background: linear-gradient(135deg, #2bd66f 0%, #18b957 100%);
}
.feature.dark.feature-cta .whatsapp-btn:hover {
  background: linear-gradient(135deg, #22c864 0%, #149e4c 100%);
}
.feature.dark.feature-cta .cta-photo {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 15px;
}
.feature.dark.feature-cta .cta-photo-icon {
  width: 28px;
  height: 28px;
  color: #fff;
  flex-shrink: 0;
  display: flex;
  margin-top: 1px;
}
.feature.dark.feature-cta .cta-photo-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.feature.dark.feature-cta .cta-photo strong {
  display: block;
  margin: 0 0 3px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 800;
  color: #fff;
}
.feature.dark.feature-cta .cta-photo span {
  display: block;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 400;
  color: #9eb6c6;
}
@media (max-width: 760px) {
  .feature.dark.feature-cta {
    height: auto;
    gap: 10px;
  }
  .hours-tab {
    font-size: 18px;
    padding: 16px 12px 14px;
  }
  .hours-panel {
    padding: 26px 24px;
  }
}
.services-scene {
  position: relative;
  isolation: isolate;
}
.services-scene::before {
  content: '';
  position: absolute;
  inset: 82px 0 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(#fff8, #eef8ffdd), radial-gradient(circle at 50% 0, #fff, #dff2ff);
}
.services-scene.has-bg::before {
  background: var(--services-bg) center / cover no-repeat;
}
.services-scene > * {
  position: relative;
  z-index: 1;
}
@media (max-width: 760px) {
  .services-scene::before {
    top: 40px;
  }
}
.page-scene::before {
  inset: 0;
}
@media (max-width: 760px) {
  .page-scene::before {
    top: 0;
  }
}
.damage-types {
  padding: 40px 0 48px;
}
.damage-types h2 {
  text-align: center;
  font-size: 42px;
  margin: 10px 0;
  color: #fff;
  font-weight: 700;
}
.damage-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.damage-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 20px;
  background: #ffffff10;
  border-radius: var(--radius);
}
.damage-photo {
  width: 112px;
  height: 112px;
  min-width: 112px;
  flex-shrink: 0;
  border-radius: var(--radius);
  overflow: hidden;
  background: #021a28;
}
.damage-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.damage-card > div:not(.damage-photo) {
  min-width: 0;
  flex: 1;
}
.damage-card h3 {
  margin: 0 0 6px;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
}
.damage-card p {
  margin: 0;
  color: #d5e7f2;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}
@media (max-width: 760px) {
  .damage-types h2 {
    font-size: 32px;
  }
  .damage-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 460px) {
  .damage-photo {
    width: 88px;
    height: 88px;
    min-width: 88px;
  }
}
.services-grid {
  gap: 18px 36px;
  padding-left: 22px;
}
.service-card {
  position: relative;
  align-items: center;
  gap: 18px;
  min-height: 0;
  margin-left: 20px;
  padding: 22px 26px 22px 22px;
  background: #fff;
  border-radius: var(--radius);
  box-shadow: 0 1px 5px #004e7d12;
}
.service-num {
  position: absolute;
  left: -16px;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #0277d1;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  font-family: 'Roboto Condensed', Arial, sans-serif;
}
.service-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  min-width: 64px;
  border-radius: 50%;
  background: #e7f4ff;
  color: #4a5560;
  font-size: unset;
  font-weight: unset;
  line-height: 1;
  text-align: center;
}
.service-icon svg {
  display: block;
  width: 28px;
  height: 28px;
}
.service-card h3 {
  margin: 0 0 6px;
  color: #06243b;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
}
.service-card p {
  margin: 0;
  color: #5a7a90;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 760px) {
  .services-grid {
    padding-left: 16px;
    padding-right: 16px;
  }
  .service-card {
    margin-left: 0;
  }
}
@media (max-width: 460px) {
  .service-card {
    gap: 14px;
    padding: 18px 18px 18px 16px;
  }
  .service-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
  }
  .service-icon svg {
    width: 24px;
    height: 24px;
  }
  .hours-tab {
    gap: 8px;
    font-size: 16px;
  }
  .hours-tab-icon {
    width: 18px;
    height: 18px;
  }
}
.sos-guide {
  background: #f5fbff;
  padding: 48px 0 56px;
  font-family: 'Roboto Condensed', Arial, sans-serif;
}
.sos-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.sos-guide h2 {
  text-align: left;
  font-size: 34px;
  line-height: 1.2;
  margin: 0 0 10px;
  color: #06243b;
  font-weight: 800;
}
.sos-guide .title-line {
  margin: 0 0 22px;
}
.sos-intro {
  margin: 0 0 28px;
  text-align: left;
  color: #536b7b;
  font-size: 16px;
  line-height: 1.55;
}
.sos-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.sos-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.sos-check {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin-top: 1px;
  color: var(--green);
}
.sos-check svg {
  display: block;
  width: 100%;
  height: 100%;
}
.sos-list h3 {
  margin: 0 0 4px;
  color: #06243b;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}
.sos-list p {
  margin: 0;
  color: #536b7b;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}
.sos-list a {
  color: var(--blue);
  font-weight: 700;
  text-decoration: none;
}
.sos-list a:hover {
  text-decoration: underline;
}
.sos-visual {
  position: relative;
  align-self: start;
  container-type: inline-size;
}
.sos-visual picture,
.sos-visual img {
  display: block;
  width: 100%;
  height: auto;
}
.sos-visual img {
  object-fit: contain;
}
.sos-visual-labels {
  position: absolute;
  inset: 0;
  pointer-events: none;
  font-family: 'Roboto Condensed', Arial, sans-serif;
}
.sos-bubble {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0.2cqi 0.6cqi;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.08;
  letter-spacing: 0;
  color: #0818a0;
}
.sos-bubble strong {
  font-weight: 700;
}
.sos-bubble span {
  font-weight: 400;
  font-size: 1em;
}
.sos-bubble-ok {
  left: calc(15.44% + 10px);
  top: 8.31%;
  width: 27.85%;
  height: 11.84%;
  color: #fff;
  font-size: clamp(10.5px, 3.23cqi, 21px);
  white-space: nowrap;
}
.sos-bubble-ok strong {
  font-weight: 800;
  letter-spacing: 0.02em;
  font-size: 1.12em;
}
.sos-bubble-ok span {
  font-size: 0.8em;
}
.sos-bubble-no {
  left: 66.78%;
  top: 8.06%;
  width: 26.34%;
  height: 12.09%;
  color: #0a2458;
  font-size: clamp(9px, 2.55cqi, 18px);
  white-space: nowrap;
}
.sos-bubble-no strong {
  font-weight: 800;
  letter-spacing: 0.01em;
  font-size: 1.05em;
}
.sos-bubble-l1,
.sos-bubble-l2,
.sos-bubble-l3,
.sos-bubble-r1,
.sos-bubble-r2,
.sos-bubble-r3 {
  font-size: clamp(9px, 2.28cqi, 15px);
}
.sos-bubble-l1,
.sos-bubble-l3 {
  left: 14.26%;
}
.sos-bubble-l1,
.sos-bubble-l2 {
  width: auto;
}
.sos-bubble-l3 {
  width: 16%;
}
.sos-bubble-l1 {
  top: 29.47%;
  height: 8.06%;
}
.sos-bubble-l2 {
  left: 13.5%;
  top: 45%;
  height: 8.31%;
}
.sos-bubble-l3 {
  top: 60.1%;
  height: 8.06%;
}
.sos-bubble-r1 {
  left: 79.5%;
  top: 29.47%;
  height: 8.31%;
}
.sos-bubble-r2 {
  left: 79.87%;
  top: 44.84%;
  width: 15.44%;
  height: 8.31%;
}
.sos-bubble-r3 {
  left: 80%;
  top: 59.70%;
  height: 8.31%;
  font-size: clamp(7.5px, 2.03cqi, 13.5px);
}
.sos-bubble-cm {
  color: #fff;
  font-size: clamp(8.4px, 2.22cqi, 14.4px);
  font-weight: 700;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
  padding: 0;
}
.sos-bubble-cm-h {
  left: 62.8%;
  top: 55.4%;
  width: 8.2%;
  height: 4.4%;
}
.sos-bubble-cm-v {
  left: 63.4%;
  top: 64.2%;
  width: 8.2%;
  height: 4.4%;
}
@media (max-width: 760px) {
  .sos-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .sos-guide h2 {
    font-size: 26px;
  }
  .sos-intro {
    font-size: 15px;
  }
}
.materials {
  padding: 48px 0 56px;
  font-family: 'Roboto Condensed', Arial, sans-serif;
}
.materials-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
.materials h2 {
  text-align: left;
  font-size: 34px;
  line-height: 1.2;
  margin: 0 0 10px;
  color: #fff;
  font-weight: 800;
}
.materials .title-line {
  margin: 0 0 22px;
}
.materials-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.materials-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.materials-drop {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin-top: 2px;
  color: #8edbff;
}
.materials-drop svg {
  display: block;
  width: 100%;
  height: 100%;
}
.materials-copy p {
  margin: 0;
  color: #d5e7f2;
  font-size: 16px;
  line-height: 1.65;
  text-align: left;
}
.materials-copy .materials-punch {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
}
.materials-copy .materials-punch a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}
.materials-copy .materials-punch a:hover {
  color: #8edbff;
}
.materials-visual {
  position: sticky;
  top: 24px;
  align-self: start;
  height: 90%;
}
.materials-visual img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: var(--radius);
}
@media (max-width: 760px) {
  .materials-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .materials h2 {
    font-size: 26px;
  }
  .materials-copy p {
    font-size: 15px;
  }
  .materials-copy .materials-punch {
    font-size: 16px;
  }
  .materials-visual {
    position: static;
    height: auto;
  }
  .materials-visual img {
    width: 100%;
    height: auto;
  }
}
.wp-block-gallery.has-nested-images figure.wp-block-image {
  border-radius: 5px;
  overflow: hidden;
}
.wp-block-gallery.has-nested-images figure.wp-block-image img {
  border-radius: 5px;
}
.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption)::before {
  content: none;
  display: none;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  top: 8px;
  right: 8px;
  bottom: auto;
  left: auto;
  width: auto;
  max-width: calc(100% - 16px);
  margin: 0;
  padding: 5px 10px;
  overflow: hidden;
  background: rgba(9, 139, 243, 0.82);
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-align: right;
  text-shadow: none;
  pointer-events: none;
  z-index: 3;
}
.wp-lightbox-container img:hover + .lightbox-trigger,
.wp-lightbox-container .lightbox-trigger:hover {
  opacity: 0 !important;
}

.wp-lightbox-container button {
  display: none;
}
.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: calc(22px + var(--oas-consent-offset, 0px));
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  box-shadow: 0 8px 22px rgba(18, 140, 126, 0.42);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.whatsapp-float svg {
  display: block;
  width: 34px;
  height: 34px;
}
.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  background: #20bd5a;
  box-shadow: 0 10px 26px rgba(18, 140, 126, 0.55);
}
.whatsapp-float:hover {
  transform: scale(1.06);
}
.whatsapp-float:focus-visible {
  outline: 3px solid #128c7e;
  outline-offset: 3px;
}
@media (max-width: 760px) {
  .whatsapp-float {
    right: 16px;
    bottom: calc(16px + var(--oas-consent-offset, 0px) + env(safe-area-inset-bottom, 0px));
    width: 54px;
    height: 54px;
  }
  .whatsapp-float svg {
    width: 30px;
    height: 30px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .whatsapp-float {
    transition: none;
  }
  .whatsapp-float:hover {
    transform: none;
  }
}
.oas-consent {
  position: relative;
  z-index: 1100;
}
.oas-consent[hidden] {
  display: none;
}
.oas-consent-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 28px calc(18px + env(safe-area-inset-bottom, 0px));
  background: var(--navy);
  color: #fff;
  box-shadow: 0 -8px 28px rgba(2, 31, 46, 0.28);
}
.oas-consent-banner[hidden] {
  display: none;
}
.oas-consent-copy {
  max-width: 720px;
}
.oas-consent-copy h2 {
  margin: 0 0 6px;
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
}
.oas-consent-copy p {
  margin: 0;
  color: #d5e6f2;
  font-size: 14px;
  line-height: 1.5;
}
.oas-consent-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  flex-shrink: 0;
}
.oas-consent-btn {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: var(--radius-sm);
  border: 1px solid transparent;
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}
.oas-consent-btn-primary {
  background: var(--green);
  color: #fff;
}
.oas-consent-btn-primary:hover,
.oas-consent-btn-primary:focus-visible {
  background: #0d9628;
}
.oas-consent-btn-ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}
.contact-map-fallback .oas-consent-btn-ghost {
  border-color: #9eb6c6;
  color: var(--ink);
}
.oas-consent-btn-ghost:hover,
.oas-consent-btn-ghost:focus-visible {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.08);
}
.contact-map-fallback .oas-consent-btn-ghost:hover,
.contact-map-fallback .oas-consent-btn-ghost:focus-visible {
  border-color: var(--navy);
  background: #fff;
}
.oas-consent-btn-link {
  background: transparent;
  color: #fff;
  text-decoration: underline;
  padding-left: 8px;
  padding-right: 8px;
}
.oas-consent-btn-link:hover,
.oas-consent-btn-link:focus-visible {
  color: #cfe8ff;
}
.oas-consent-btn:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.oas-consent-overlay {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(2, 31, 46, 0.55);
}
.oas-consent-overlay[hidden] {
  display: none;
}
.oas-consent-panel {
  width: min(560px, 100%);
  max-height: calc(100vh - 40px);
  overflow: auto;
  background: #fff;
  color: var(--ink);
  border-radius: 16px;
  box-shadow: 0 18px 40px rgba(2, 31, 46, 0.28);
}
.oas-consent-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px 14px;
  border-bottom: 1px solid #e7f1f8;
}
.oas-consent-panel-head h2 {
  margin: 0;
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-size: 22px;
  font-weight: 800;
}
.oas-consent-close {
  appearance: none;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: #eef8ff;
  color: var(--navy);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
.oas-consent-close:hover,
.oas-consent-close:focus-visible {
  background: #d7ebfb;
}
.oas-consent-panel-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 18px 22px;
}
.oas-consent-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-top: 1px solid #eef4f8;
}
.oas-consent-row:first-child {
  border-top: 0;
  padding-top: 0;
}
.oas-consent-row span {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.oas-consent-row strong {
  font-size: 16px;
}
.oas-consent-row span span {
  color: #3d5566;
  font-size: 13px;
  line-height: 1.45;
}
.oas-consent-row input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  flex-shrink: 0;
  accent-color: var(--green);
}
.oas-consent-panel-foot {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  padding: 0 22px 20px;
}
.oas-consent-panel-foot .oas-consent-btn-ghost {
  border-color: #c5d6e3;
  color: var(--ink);
}
.oas-consent-panel-foot .oas-consent-btn-ghost:hover,
.oas-consent-panel-foot .oas-consent-btn-ghost:focus-visible {
  border-color: var(--navy);
  background: #eef8ff;
}
@media (max-width: 900px) {
  .oas-consent-banner {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 16px 16px calc(16px + env(safe-area-inset-bottom, 0px));
  }
  .oas-consent-actions {
    justify-content: stretch;
  }
  .oas-consent-actions .oas-consent-btn {
    flex: 1 1 auto;
  }
}
@media (max-width: 460px) {
  .oas-consent-actions .oas-consent-btn-link {
    width: 100%;
  }
}
