:root {
  --navy: #0f1e4a;
  --navy-soft: #1b2f68;
  --turquoise: #2aa7b7;
  --aqua: #7dd6dc;
  --sun: #f5b832;
  --sun-soft: #ffd46d;
  --orange: #f47a23;
  --paper: #fffdf8;
  --text: #20304a;
  --text-soft: #5f6d82;
  --line: rgba(24, 42, 84, 0.1);
  --shadow: 0 20px 60px rgba(20, 37, 77, 0.12);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: min(1180px, calc(100vw - 2rem));
}

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

html {
  scroll-behavior: smooth;
  scrollbar-color: var(--sun) #fff7df;
  scrollbar-width: auto;
}

::-webkit-scrollbar {
  width: 18px;
}

::-webkit-scrollbar-track {
  background: #fff7df;
}

::-webkit-scrollbar-thumb {
  background: var(--sun);
  border: 4px solid #fff7df;
  border-radius: 999px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--sun-soft);
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", sans-serif;
  color: var(--text);
  background: #ffffff;
  line-height: 1.65;
}

body::before,
body::after {
  display: none;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: var(--navy);
  color: #fff;
  z-index: 30;
}

.skip-link:focus {
  top: 1rem;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.section {
  position: relative;
  padding: 6.5rem 0;
}

.section > .container {
  position: relative;
  z-index: 1;
}

.section-light {
  background: linear-gradient(180deg, #f3fbfd 0%, #eef8fb 100%);
}

.section-light .section-shell {
  background: transparent;
  border: 0;
  box-shadow: none;
}

.blend-to-white::after,
.blend-to-blue::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 6rem;
  pointer-events: none;
}

.blend-to-white::after {
  background: linear-gradient(180deg, rgba(238, 248, 251, 0) 0%, #ffffff 100%);
}

.blend-to-blue::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #eef8fb 100%);
}

.section-shell {
  border-radius: 0;
  padding: 0;
  position: relative;
  overflow: visible;
}

.section-shell::after {
  display: none;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1rem;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #1197c8;
}

.eyebrow::before {
  content: "";
  width: 2.5rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #8edff0, #1ab0d4);
}

.section-intro {
  max-width: 42rem;
  margin-bottom: 2.5rem;
}

.section-intro h2,
.hero-copy h1,
.hero-card h2,
.site-footer h2 {
  margin: 0;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 0.98;
  color: var(--navy);
}

.section-intro h2 {
  font-size: clamp(2.2rem, 4.2vw, 4rem);
  margin-bottom: 1rem;
}

.section-intro p,
.hero-text,
.hours-copy p {
  margin: 0;
  color: var(--text-soft);
}

.section-intro-centered {
  max-width: 50rem;
  margin: 0 auto 2.8rem;
  text-align: center;
}

.section-intro-centered .eyebrow {
  justify-content: center;
}

.section-intro-centered .eyebrow::before {
  display: none;
}

#o-nas .eyebrow,
#godziny .eyebrow,
#oferta .eyebrow,
#cennik .eyebrow,
#galeria .eyebrow,
#opinie .eyebrow {
  color: #1197c8;
}

#o-nas .eyebrow::before,
#godziny .eyebrow::before,
#oferta .eyebrow::before,
#cennik .eyebrow::before,
#galeria .eyebrow::before,
#opinie .eyebrow::before {
  background: linear-gradient(90deg, #8edff0, #1ab0d4);
}



.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 0.85rem 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.82));
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(17, 151, 200, 0.08);
  transition: box-shadow 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.site-header.scrolled {
  box-shadow: 0 16px 30px rgba(15, 30, 74, 0.08);
  border-bottom-color: rgba(17, 151, 200, 0.12);
}

.topbar {
  width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.5rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.95rem;
}

.brand-logo-file {
  width: 4.5rem;
  height: 4.5rem;
  object-fit: contain;
  flex-shrink: 0;
}

.brand-copy {
  display: grid;
  gap: 0.15rem;
}

.brand-copy strong {
  font-size: 1.05rem;
  line-height: 1.2;
  color: var(--navy);
}

.brand-copy small {
  color: var(--text-soft);
  font-size: 0.78rem;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  flex-wrap: wrap;
}

.site-nav a {
  position: relative;
  font-weight: 700;
  color: var(--navy-soft);
  padding: 0.5rem 0;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transform-origin: center;
  background: linear-gradient(90deg, var(--turquoise), var(--orange));
  transition: transform 0.25s ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.header-cta {
  display: flex;
  align-items: center;
  gap: 0;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  min-height: 3.35rem;
  padding: 0.85rem 1.4rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease;
}

.button i,
.floating-call i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95em;
  line-height: 1;
  flex-shrink: 0;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, #ffd24b, #ffbf1d);
  color: var(--navy);
  box-shadow: 0 16px 26px rgba(255, 191, 29, 0.28);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.9);
  color: var(--navy);
  border-color: rgba(15, 30, 74, 0.18);
  box-shadow: 0 12px 24px rgba(17, 38, 84, 0.08);
}

.button-dark {
  background: #121d42;
  color: #fff;
  box-shadow: 0 18px 30px rgba(18, 29, 66, 0.16);
}

.button-accent {
  background: linear-gradient(135deg, #18bbdd, #1ea9cb);
  color: #fff;
  box-shadow: 0 18px 32px rgba(24, 187, 221, 0.22);
}

.button-wide {
  width: 100%;
}

.menu-toggle {
  display: none;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(15, 30, 74, 0.12);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.74);
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.3rem;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 1.15rem;
  height: 2px;
  border-radius: 999px;
  background: var(--navy);
}

.hero {
  position: relative;
  min-height: calc(100vh - 5.5rem);
  display: flex;
  align-items: center;
  padding: 5rem 0 4rem;
  overflow: hidden;
}

.hero > .container.hero-shell {
  position: static;
  z-index: auto;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(15, 30, 74, 0.84) 3%, rgba(15, 30, 74, 0.52) 40%, rgba(15, 30, 74, 0.28) 65%, rgba(15, 30, 74, 0.18) 100%),
    url("images/header.webp") center/cover;
  z-index: -2;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 14rem;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 38%,
    rgba(255, 255, 255, 0.84) 72%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: blur(8px);
  z-index: -1;
}

#o-nas {
  background: #eef8fb;
  padding-top: 7.75rem;
}

#o-nas::before {
  content: "";
  position: absolute;
  top: -7rem;
  left: 0;
  right: 0;
  height: 8.4rem;
  background-color: #eef8fb;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 160' preserveAspectRatio='none'%3E%3Cpath fill='%23eef8fb' d='M0,96L60,85.3C120,75,240,53,360,58.7C480,64,600,96,720,101.3C840,107,960,85,1080,74.7C1200,64,1320,64,1380,64L1440,64L1440,160L1380,160C1320,160,1200,160,1080,160C960,160,840,160,720,160C600,160,480,160,360,160C240,160,120,160,60,160L0,160Z'/%3E%3C/svg%3E")
    center/100% 101% no-repeat;
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(20rem, 0.75fr);
  gap: 2rem;
  align-items: end;
}

.hero-copy {
  color: #fff;
  max-width: 43rem;
}

.hero-copy .eyebrow {
  color: var(--sun-soft);
}

.hero-copy .eyebrow::before {
  background: linear-gradient(90deg, var(--sun-soft), rgba(255, 255, 255, 0.82));
}

.hero-copy h1 {
  font-size: clamp(3rem, 8vw, 6rem);
  color: #fff;
  margin-bottom: 1rem;
}

.hero-text {
  margin-top: 1rem;
  max-width: 34rem;
  color: rgba(255, 255, 255, 0.8);
}

.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.hero-aside {
  display: grid;
  align-self: end;
  align-content: start;
  gap: 1rem;
  justify-items: end;
  justify-self: end;
  width: 100%;
  max-width: 29rem;
  padding-top: 7rem;
  min-height: 0;
}

.hero-weather {
  position: absolute;
  top: clamp(1rem, 2.5vw, 2rem);
  right: clamp(1rem, 2vw, 1.75rem);
  width: min(100%, 15.5rem);
  padding: 0.9rem 1rem 1rem;
  border-radius: 1.4rem;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(16px);
  box-shadow: 0 16px 34px rgba(15, 30, 74, 0.16);
  color: #fff;
  z-index: 2;
}

.hero-weather-label {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.76);
}

.hero-weather-main {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
  align-items: center;
  margin-top: 0.75rem;
}

.hero-weather-icon-wrap {
  display: inline-grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.14);
}

.hero-weather-icon-wrap i {
  font-size: 1.3rem;
  color: #ffd46d;
}

.hero-weather-copy {
  display: grid;
  gap: 0.1rem;
}

.hero-weather-copy strong {
  font-size: 1.55rem;
  line-height: 1;
  color: #fff;
}

.hero-weather-copy span {
  font-size: 0.94rem;
  color: rgba(255, 255, 255, 0.76);
}

.hero-weather-minimal {
  width: auto;
  min-width: 0;
  padding: 0.85rem 1rem;
}

.hero-weather-minimal .hero-weather-label,
.hero-weather-minimal [data-weather-desc] {
  display: none;
}

.hero-weather-minimal .hero-weather-main {
  grid-template-columns: auto auto;
  gap: 0.7rem;
  margin-top: 0;
}

.hero-weather-minimal .hero-weather-copy {
  display: flex;
  align-items: center;
}

.hero-card {
  width: 100%;
  max-width: 29rem;
  padding: 1.35rem;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 42px rgba(15, 30, 74, 0.18);
  color: #fff;
}

.hero-card-main h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  color: #fff;
  margin-bottom: 0.75rem;
}

.hero-card-main p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.hero-hours-kicker {
  display: inline-flex;
  margin-bottom: 0.8rem;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #9be8f5;
}

.hero-hours-list {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.2rem;
}

.hero-hours-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.95rem 1rem;
  border-radius: var(--radius-md);
  background: rgba(10, 24, 54, 0.26);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-hours-row span {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
}

.hero-hours-row strong {
  flex-shrink: 0;
  color: #fff;
  font-size: 1rem;
}

.hero-hours-row-accent {
  background: rgba(20, 162, 187, 0.24);
}

.hero-hours-footnote {
  margin: 1rem 0 0;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.72);
}

.about-grid,
.hours-grid,
.location-layout,
.contact-layout {
  display: grid;
  gap: 1.4rem;
}

.about-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-card,
.hours-card {
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 16px 36px rgba(18, 39, 86, 0.08);
}

.about-card {
  padding: 1.6rem;
}

.about-card h3,
.review-head strong {
  margin: 0 0 0.65rem;
  color: var(--navy);
}

.about-card p,
.form-helper,
.hours-card p {
  margin: 0;
  color: var(--text-soft);
}

.offer-groups {
  display: grid;
  gap: 3rem;
}

.group-heading {
  margin-bottom: 1.1rem;
}

.group-heading span {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: rgba(255, 212, 109, 0.18);
  color: var(--navy);
  font-weight: 800;
}

.group-heading span::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--orange), var(--sun));
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
}

.offer-grid-compact {
  grid-template-columns: minmax(0, 22rem);
}

.offer-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(24, 42, 84, 0.09);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 16px 36px rgba(18, 39, 86, 0.1);
}

.offer-card-media {
  position: relative;
}

.offer-card img {
  width: 100%;
  height: 15rem;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.offer-capacity {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: rgba(15, 30, 74, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 10px 24px rgba(15, 30, 74, 0.18);
  backdrop-filter: blur(10px);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  z-index: 1;
}

.offer-capacity i {
  color: #ffd46d;
}

.offer-card:hover img {
  transform: scale(1.06);
}

.offer-card-body {
  padding: 1.35rem;
}

.offer-card h3 {
  margin: 0 0 0.65rem;
  font-size: 1.2rem;
  line-height: 1.3;
  color: var(--navy);
}

.offer-card p {
  margin: 0 0 1rem;
  color: var(--text-soft);
}

.offer-card strong {
  color: var(--orange);
}

.pricing-table-wrap {
  overflow-x: auto;
  max-width: 980px;
  margin: 0 auto;
  border-radius: 2rem;
  background: #fff;
  border: 1px solid rgba(24, 42, 84, 0.08);
  box-shadow: 0 20px 44px rgba(18, 39, 86, 0.09);
}

.pricing-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.pricing-table thead th {
  padding: 1rem 1.25rem;
  text-align: left;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-soft);
  border-bottom: 1px solid rgba(24, 42, 84, 0.08);
}

.pricing-table tbody td {
  padding: 1rem 1.25rem;
  border-bottom: 1px solid rgba(24, 42, 84, 0.08);
  color: var(--navy);
  background: #fff;
  font-size: 0.98rem;
}

.pricing-table tbody tr:last-child td {
  border-bottom: 0;
}

.pricing-table tbody tr:not(.pricing-group-row) td:first-child {
  font-weight: 700;
}

.pricing-table tbody td:nth-child(2) {
  color: var(--text-soft);
  white-space: nowrap;
  text-align: center;
}

.pricing-table thead th:nth-child(n + 3),
.pricing-table tbody td:nth-child(n + 3) {
  text-align: right;
}

.pricing-table tbody td:nth-child(n + 3) {
  white-space: nowrap;
}

.price-value {
  font-size: 1.02rem;
  font-weight: 800;
  color: var(--navy);
}

.price-unit {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-soft);
}

.pricing-subtext {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text-soft);
}

.pricing-table tbody .pricing-group-row td {
  padding: 0.82rem 1.25rem;
  background: linear-gradient(90deg, rgba(17, 151, 200, 0.14), rgba(124, 213, 235, 0.048));
  color: #1197c8 !important;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  border-top: 1px solid rgba(17, 151, 200, 0.18);
  text-align: left !important;
}

.pricing-special-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.25rem;
  align-items: center;
  padding: 1.25rem;
  border-top: 1px solid rgba(245, 184, 50, 0.26);
  background: linear-gradient(135deg, rgba(255, 212, 109, 0.18), rgba(255, 255, 255, 0.96));
}

.pricing-special-copy {
  display: grid;
  gap: 0.16rem;
}

.pricing-special-copy span {
  color: #c98700;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.pricing-special-copy strong {
  color: var(--navy);
  font-size: 1.18rem;
  line-height: 1.15;
}

.pricing-special-copy small {
  color: var(--text-soft);
  font-size: 0.9rem;
  font-weight: 650;
}

.pricing-special-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(8.5rem, 1fr));
  gap: 0.75rem;
}

.pricing-special-option {
  display: grid;
  gap: 0.15rem;
  padding: 0.9rem 1rem;
  border-radius: 1.1rem;
  background: #fff;
  border: 1px solid rgba(245, 184, 50, 0.28);
  box-shadow: 0 10px 24px rgba(245, 184, 50, 0.12);
}

.pricing-special-option span {
  color: var(--text-soft);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pricing-special-option strong {
  color: var(--navy);
  font-size: 1.18rem;
  line-height: 1.1;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}

.gallery-item {
  grid-column: span 4;
  padding: 0;
  border: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: none;
  cursor: pointer;
  box-shadow: 0 16px 36px rgba(18, 39, 86, 0.1);
}

.gallery-item:nth-child(2),
.gallery-item:nth-child(5) {
  grid-column: span 5;
}

.gallery-item:nth-child(3),
.gallery-item:nth-child(6) {
  grid-column: span 3;
}

.gallery-item img {
  width: 100%;
  height: 17rem;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.gallery-item:hover img,
.gallery-item:focus-visible img {
  transform: scale(1.05);
}

.location-layout {
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 2rem;
  align-items: center;
}

.location-copy {
  max-width: 32rem;
}

.location-copy h2 {
  margin: 0 0 1rem;
  font-size: clamp(2.2rem, 4vw, 3.75rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  color: var(--navy);
}

.location-lead {
  margin: 0 0 1.75rem;
  color: var(--text-soft);
  font-size: 1.05rem;
}

.location-info-list {
  display: grid;
  gap: 1rem;
  margin-bottom: 1.6rem;
}

.location-info-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.1rem 1.2rem;
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(24, 42, 84, 0.08);
  box-shadow: 0 14px 30px rgba(18, 39, 86, 0.06);
}

.location-icon {
  display: inline-grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  font-size: 1rem;
  flex-shrink: 0;
}

.location-icon-aqua {
  background: rgba(24, 187, 221, 0.12);
  color: #1499b8;
}

.location-icon-sun {
  background: rgba(255, 191, 29, 0.16);
  color: #c98700;
}

.location-icon-navy {
  background: rgba(15, 30, 74, 0.08);
  color: var(--navy);
}

.location-info-card strong {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--navy);
  font-size: 1.02rem;
}

.location-info-card > div span {
  display: block;
  color: var(--text-soft);
  line-height: 1.55;
}

.location-icon i {
  line-height: 1;
}

.map-card {
  overflow: hidden;
  min-height: 31rem;
  padding: 0.45rem;
  border-radius: 2rem;
  background: #fff;
  border: 1px solid rgba(24, 42, 84, 0.08);
  box-shadow: 0 20px 44px rgba(18, 39, 86, 0.1);
}

.map-card iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 1.65rem;
  display: block;
  min-height: 30rem;
}

.hours-grid {
  max-width: none;
  margin: 0 auto;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 1.2rem;
  align-items: start;
}

.opening-hours {
  padding-top: 2.5rem;
  padding-bottom: 5rem;
  background: #eef8fb;
}

.hours-copy {
  max-width: 27rem;
  padding-top: 0.65rem;
}

.hours-copy h2 {
  margin: 0 0 0.9rem;
  font-size: clamp(2.1rem, 3.5vw, 3.2rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  color: var(--navy);
}

.hours-stack {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.9rem;
  width: 100%;
  max-width: 41rem;
  justify-self: start;
}

.hours-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem 1.15rem;
  align-items: center;
  padding: 1.2rem 1.25rem 1.2rem 1.35rem;
  border: 1px solid rgba(24, 42, 84, 0.08);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 28px rgba(18, 39, 86, 0.08);
  border-radius: 1.75rem;
}

.hours-card-copy {
  display: grid;
  gap: 0.45rem;
  min-width: 0;
}

.hours-card h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: var(--navy);
}

.hours-day {
  display: block;
  margin: 0;
  font-size: 0.9rem;
  color: #5e83ac;
}

.hours-card .hours-day:first-child {
  margin-top: 0;
}

.hours-card p {
  margin: 0;
  max-width: 23rem;
  font-size: 0.97rem;
  line-height: 1.55;
}

.hours-inline {
  display: grid;
  gap: 0.25rem;
  min-width: 11rem;
  padding: 0.95rem 1rem;
  border-radius: 1.2rem;
  background: #f4f8fd;
  border: 1px solid rgba(24, 42, 84, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.hours-inline span {
  color: #5f718a;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hours-inline strong {
  display: block;
  margin: 0;
  font-size: 1.36rem;
  line-height: 1.1;
  color: var(--navy);
}

.hours-card-highlight {
  border-color: rgba(245, 184, 50, 0.24);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 248, 229, 0.96) 100%);
}

.hours-big {
  display: grid;
  place-items: center;
  min-width: 11rem;
  padding: 1rem 1.15rem;
  border-radius: 1.2rem;
  background: linear-gradient(135deg, rgba(255, 212, 109, 0.92), rgba(255, 243, 205, 0.96));
  border: 1px solid rgba(245, 184, 50, 0.22);
  box-shadow: 0 14px 26px rgba(245, 184, 50, 0.14);
  font-size: 1.36rem;
  font-weight: 800;
  line-height: 1.1;
  color: var(--navy);
}

.contact-layout {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 2rem;
  align-items: start;
}

.contact-copy {
  max-width: 29rem;
}

.contact-copy h2 {
  margin: 0 0 1rem;
  font-size: clamp(2.2rem, 4vw, 3.7rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  color: var(--navy);
}

.contact-lead,
.form-helper {
  color: var(--text-soft);
}

.contact-lead {
  margin: 0 0 1.8rem;
  font-size: 1.05rem;
}

.contact-method-list {
  display: grid;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.contact-method-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1.1rem 1.2rem;
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(24, 42, 84, 0.08);
  box-shadow: 0 14px 30px rgba(18, 39, 86, 0.06);
}

.contact-method-icon {
  display: inline-grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  font-size: 1rem;
}

.contact-method-icon-sun {
  background: rgba(255, 191, 29, 0.16);
  color: #c98700;
}

.contact-method-icon-aqua {
  background: rgba(24, 187, 221, 0.12);
  color: #1499b8;
}

.contact-method-icon-navy {
  background: rgba(15, 30, 74, 0.08);
  color: var(--navy);
}

.contact-method-text {
  display: grid;
  gap: 0.15rem;
  min-width: 0;
}

.contact-method-text small {
  display: block;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-soft);
}

.contact-method-text strong {
  color: var(--navy);
  font-size: 1.08rem;
  overflow-wrap: anywhere;
}

.contact-method-arrow {
  color: #1aa8cb;
}

.contact-form-card {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 36.5rem;
  padding: 2.25rem;
  border-radius: 2rem;
  background: #fff;
  border: 1px solid rgba(24, 42, 84, 0.08);
  box-shadow: 0 20px 44px rgba(18, 39, 86, 0.1);
}

.contact-form-head h3 {
  margin: 0 0 0.3rem;
  color: var(--navy);
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.contact-form-head p {
  margin: 0 0 1.4rem;
  color: var(--text-soft);
}

.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.contact-form-card label {
  display: grid;
  gap: 0.45rem;
  font-weight: 700;
  color: var(--navy);
}

.contact-form-full {
  margin-top: 1rem;
}

.contact-form-card input,
.contact-form-card textarea {
  width: 100%;
  border-radius: 1rem;
  border: 1px solid rgba(24, 42, 84, 0.12);
  background: #f8fbfd;
  padding: 0.95rem 1rem;
  color: var(--text);
}

.contact-form-card input::placeholder,
.contact-form-card textarea::placeholder {
  color: #8a97aa;
  font-weight: 400;
  font-size: 0.94rem;
}

.contact-form-card textarea {
  resize: vertical;
  min-height: 10rem;
  line-height: 1.55;
}

.contact-form-card input:focus,
.contact-form-card textarea:focus {
  outline: 2px solid rgba(24, 187, 221, 0.18);
  border-color: rgba(24, 187, 221, 0.42);
}

.contact-form-card .button {
  margin-top: 1.3rem;
  width: auto;
  justify-self: start;
}

.contact-form-card .button:disabled,
.contact-form-card input:disabled,
.contact-form-card textarea:disabled {
  cursor: not-allowed;
}

.contact-form-card.is-submitting .button {
  opacity: 0.8;
}

.contact-form-honeypot {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-helper {
  margin: 0.9rem 0 0;
  font-size: 0.92rem;
  font-weight: 600;
  min-height: 1.4rem;
}

.form-helper.is-pending {
  color: var(--text-soft);
}

.form-helper.is-success {
  color: #167c4c;
}

.form-helper.is-error {
  color: #b42318;
}

.reviews-mockup {
  display: grid;
  gap: 1rem;
}

.reviews-mockup-bar,
.review-sample-card {
  border-radius: 1.4rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(24, 42, 84, 0.07);
  box-shadow: 0 16px 34px rgba(18, 39, 86, 0.07);
}

.reviews-mockup-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.9rem 1.2rem;
}

.reviews-mockup-summary {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: wrap;
  color: #121212;
}

.google-mark {
  display: inline-flex;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
}

.google-g1,
.google-g2 {
  color: #4285f4;
}

.google-o1,
.google-e {
  color: #ea4335;
}

.google-o2 {
  color: #fbbc05;
}

.google-l {
  color: #34a853;
}

.reviews-mockup-badge,
.reviews-mockup-summary strong,
.reviews-mockup-summary span {
  color: #161616;
}

.reviews-mockup-badge,
.reviews-mockup-summary strong {
  font-weight: 800;
}

.reviews-mockup-stars,
.review-sample-rating {
  display: inline-flex;
  align-items: center;
  gap: 0.12rem;
  color: #f6b300;
}

.reviews-mockup-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 3.35rem;
  padding: 0.85rem 1.4rem;
  border-radius: 999px;
  border: 1px solid transparent;
  background: linear-gradient(135deg, #ffd24b, #ffbf1d);
  color: var(--navy);
  font-weight: 800;
  box-shadow: 0 16px 26px rgba(255, 191, 29, 0.28);
}

.reviews-mockup-action:hover,
.reviews-mockup-action:focus-visible {
  transform: translateY(-2px);
}

.reviews-mockup-action i {
  font-size: 0.95em;
}

.reviews-mockup-rail {
  position: relative;
}

.reviews-mockup-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.review-sample-card {
  display: grid;
  gap: 0.95rem;
  min-height: 100%;
  padding: 1.1rem;
  align-content: start;
}

.review-sample-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.8rem;
}

.review-sample-author {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  min-width: 0;
}

.review-sample-avatar {
  display: grid;
  place-items: center;
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 50%;
  flex-shrink: 0;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 800;
}

.review-sample-avatar-pink {
  background: #f24c8f;
}

.review-sample-avatar-rose {
  background: #ea4d82;
}

.review-sample-avatar-violet {
  background: #673ab7;
}

.review-sample-meta {
  display: grid;
  gap: 0.15rem;
  min-width: 0;
}

.review-sample-meta strong {
  color: #161616;
  font-size: 1.02rem;
  line-height: 1.2;
}

.review-sample-meta span {
  color: #7a7a7a;
  font-size: 0.96rem;
}

.review-sample-menu {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #5f6368;
  font-size: 1.1rem;
  line-height: 1;
  flex-shrink: 0;
  padding: 0.2rem;
  border-radius: 999px;
}

.review-sample-menu:hover {
  background: rgba(24, 42, 84, 0.07);
  color: #161616;
}

.review-sample-content {
  display: grid;
  gap: 0.75rem;
}

.review-sample-content p {
  margin: 0;
  color: #121212;
  font-size: 0.98rem;
  line-height: 1.45;
}

.review-sample-rating {
  gap: 0.16rem;
  flex-wrap: wrap;
}

.review-sample-date {
  margin-left: 0.5rem;
  color: #5f6368;
  font-size: 0.93rem;
  font-weight: 500;
}

.review-photo-strip {
  display: grid;
  gap: 0.35rem;
  width: 100%;
}

.review-photo-strip[data-count="1"] {
  grid-template-columns: minmax(0, 8.6rem);
  max-width: 8.6rem;
}

.review-photo-strip[data-count="2"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 15rem;
}

.review-photo-strip[data-count="4"] {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.review-thumb {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 0.85rem;
  overflow: hidden;
  background: #dbe8ed;
  box-shadow: 0 10px 18px rgba(18, 39, 86, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.review-thumb:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 22px rgba(18, 39, 86, 0.16);
}

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

.site-footer {
  padding: 4.75rem 0 2rem;
  background: #111c3d;
  color: rgba(212, 221, 235, 0.72);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.75fr 0.95fr 1fr;
  gap: 2.5rem;
  align-items: start;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer h2 {
  color: #fff;
  font-size: 1.95rem;
  margin-bottom: 1rem;
}

.site-footer p {
  margin: 0.4rem 0;
}

.footer-brand p {
  max-width: 20rem;
  line-height: 1.7;
}

.footer-column h3 {
  margin: 0 0 1rem;
  color: #89ddf1;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.footer-nav-list,
.footer-utility-links {
  display: grid;
  gap: 0.7rem;
}

.footer-nav-list a,
.footer-column a {
  color: rgba(214, 223, 236, 0.76);
}

.footer-nav-list a:hover,
.footer-column a:hover,
.footer-nav-list a:focus-visible,
.footer-column a:focus-visible {
  color: #9be8f5;
}

.footer-utility-links {
  margin-top: 1rem;
}

.footer-utility-links a {
  color: rgba(180, 198, 220, 0.74);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.3rem;
  color: rgba(176, 188, 206, 0.54);
  font-size: 0.95rem;
}

.footer-grant-note {
  display: grid;
  gap: 0.85rem;
  padding-top: 1.15rem;
  text-align: center;
}

.footer-grant-logo {
  display: block;
  width: min(100%, 32rem);
  height: auto;
  margin: 0 auto;
  border-radius: 0.25rem;
  background: #fff;
}

.footer-grant-copy {
  margin: 0 auto;
  max-width: 62rem;
  color: rgba(176, 188, 206, 0.48);
  font-size: 0.62rem;
  line-height: 1.55;
  text-align: center;
}

.footer-grant-copy p {
  margin: 0 0 0.55rem;
}

.footer-grant-copy p:last-child {
  margin-bottom: 0;
}

.footer-grant-costs strong {
  color: rgba(212, 221, 235, 0.66);
  font-weight: 700;
}

.floating-call {
  position: fixed;
  right: max(1rem, env(safe-area-inset-right));
  bottom: max(1rem, env(safe-area-inset-bottom));
  z-index: 25;
  display: none;
  align-items: center;
  gap: 0.5rem;
  min-width: 9rem;
  justify-content: center;
  padding: 1rem 1.25rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--orange), var(--sun));
  color: #fff;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 18px 32px rgba(244, 122, 35, 0.35);
}

.floating-call span {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  padding: 2rem;
  background: rgba(5, 12, 33, 0.88);
}

.lightbox[hidden] {
  display: none;
}

.lightbox img {
  max-width: min(1100px, 92vw);
  max-height: 86vh;
  border-radius: var(--radius-lg);
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.35);
}

.lightbox-close {
  position: absolute;
  top: 1.4rem;
  right: 1.4rem;
  width: 3rem;
  height: 3rem;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
  transition-delay: calc(var(--reveal-delay, 0) * 1ms);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1120px) {
  .topbar {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .site-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    padding-top: 0.4rem;
  }

  .hero-grid,
  .location-layout,
  .hours-grid,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hours-grid {
    max-width: 42rem;
    gap: 1.6rem;
  }

  .hours-copy {
    max-width: 100%;
    padding-top: 0;
  }

  .hours-stack {
    max-width: 24rem;
    justify-self: start;
  }

  .hero-aside {
    align-self: auto;
    align-content: start;
    justify-items: start;
    justify-self: start;
    width: 100%;
    max-width: none;
    padding-top: 0;
    min-height: 0;
  }

  .hero-weather,
  .hero-card {
    position: static;
    max-width: 100%;
  }

  .hero-weather {
    margin: 0 0 1rem auto;
  }

  .about-grid,
  .offer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .reviews-mockup-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .offer-grid-compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-item,
  .gallery-item:nth-child(2),
  .gallery-item:nth-child(3),
  .gallery-item:nth-child(5),
  .gallery-item:nth-child(6) {
    grid-column: span 6;
  }

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

@media (max-width: 820px) {
  .section {
    padding: 4.5rem 0;
  }

  .section-shell {
    padding: 0;
  }

  .site-header {
    padding: 0.75rem 0;
  }

  .topbar {
    position: relative;
    grid-template-columns: 1fr auto;
  }

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

  .site-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 0.8rem);
    padding: 1rem;
    border-radius: var(--radius-lg);
    background: rgba(255, 253, 248, 0.96);
    box-shadow: 0 20px 36px rgba(17, 38, 84, 0.12);
  }

  .site-nav.is-open {
    display: grid;
  }

  .site-nav a {
    padding: 0.7rem 0;
  }

  .header-cta {
    display: none;
  }

  .hero {
    padding-top: 4rem;
  }

  .hero-copy h1 {
    font-size: clamp(2.6rem, 14vw, 4rem);
  }

  .hero-card {
    padding: 1.25rem;
  }

  .hero-weather {
    width: 100%;
    max-width: 18rem;
    margin: 0 auto 1rem;
  }

  .hero-hours-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .hours-stack {
    max-width: 100%;
  }

  .hours-card {
    grid-template-columns: 1fr;
  }

  .hours-card p {
    max-width: none;
  }

  .hours-inline,
  .hours-big {
    min-width: 0;
    width: 100%;
  }

  .about-grid,
  .offer-grid,
  .offer-grid-compact {
    grid-template-columns: 1fr;
  }

  .reviews-mockup {
    gap: 0.85rem;
  }

  .reviews-mockup-bar {
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 1.1rem;
  }

  .reviews-mockup-action {
    width: 100%;
  }

  .reviews-mockup-grid {
    grid-template-columns: 1fr;
  }

  .gallery-item,
  .gallery-item:nth-child(2),
  .gallery-item:nth-child(3),
  .gallery-item:nth-child(5),
  .gallery-item:nth-child(6) {
    grid-column: span 12;
  }

  .offer-card-media {
    background: #ffffff;
  }

  .offer-card img {
    object-fit: contain;
    object-position: center;
    padding: 0.45rem;
  }

  .gallery-item img,
  .offer-card img {
    height: 14rem;
  }

  .map-card {
    min-height: 22rem;
  }

  .map-card iframe {
    min-height: 21rem;
  }

  .footer-grid,
  .footer-bottom {
    display: grid;
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    text-align: left;
  }

  .footer-grant-note {
    text-align: center;
  }

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

  .contact-form-card {
    min-height: 0;
    padding: 1.75rem;
  }

  .pricing-table thead th,
  .pricing-table tbody td {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pricing-table-wrap {
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .pricing-table {
    min-width: 0;
  }

  .pricing-table thead {
    display: none;
  }

  .pricing-table tbody {
    display: grid;
    gap: 0.9rem;
  }

  .pricing-table tbody tr:not(.pricing-group-row) {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem 0.9rem;
    padding: 1rem;
    border-radius: 1.5rem;
    border: 1px solid rgba(24, 42, 84, 0.08);
    background: #fff;
    box-shadow: 0 14px 28px rgba(18, 39, 86, 0.08);
  }

  .pricing-table tbody tr:not(.pricing-group-row) td {
    display: grid;
    gap: 0.2rem;
    padding: 0;
    border: 0;
    background: transparent;
    text-align: left !important;
    white-space: normal;
  }

  .pricing-table tbody tr:not(.pricing-group-row) td::before {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #7d8ba1;
  }

  .pricing-table tbody tr:not(.pricing-group-row) td:first-child {
    grid-column: 1 / -1;
    padding-bottom: 0.45rem;
    margin-bottom: 0.1rem;
    border-bottom: 1px solid rgba(24, 42, 84, 0.08);
    font-size: 1.05rem;
    font-weight: 800;
  }

  .pricing-table tbody tr:not(.pricing-group-row) td:first-child::before {
    content: none;
  }

  .pricing-table tbody tr:not(.pricing-group-row) td:nth-child(2)::before {
    content: "Pojemność";
  }

  .pricing-table tbody tr:not(.pricing-group-row) td:nth-child(3)::before {
    content: "1h";
  }

  .pricing-table tbody tr:not(.pricing-group-row) td:nth-child(4)::before {
    content: "4h";
  }

  .pricing-table tbody tr:not(.pricing-group-row) td:nth-child(5)::before {
    content: "8h / cały dzień";
  }

  .pricing-table tbody .pricing-group-row td {
    display: block;
    padding: 0.2rem 0 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .pricing-special-row {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 0.9rem;
    padding: 1rem;
    border: 1px solid rgba(245, 184, 50, 0.2);
    border-radius: 1.5rem;
    box-shadow: 0 14px 28px rgba(18, 39, 86, 0.08);
  }

  .floating-call {
    display: inline-flex;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100vw - 1rem, 100%);
  }

  .contact-method-card[href^="mailto:"] .contact-method-text strong {
    font-size: 0.94rem;
    line-height: 1.25;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .button {
    width: 100%;
  }

  .reviews-mockup-summary {
    align-items: center;
  }

  .review-sample-content {
    gap: 0.7rem;
  }

  .review-photo-strip[data-count="1"],
  .review-photo-strip[data-count="2"] {
    max-width: none;
  }

  .pricing-table {
    min-width: 0;
  }

  .pricing-table tbody {
    gap: 0.75rem;
  }

  .pricing-table tbody tr:not(.pricing-group-row) {
    grid-template-columns: 1fr;
    gap: 0.65rem;
    padding: 0.9rem;
    border-radius: 1.2rem;
  }

  .pricing-table tbody tr:not(.pricing-group-row) td {
    gap: 0.1rem;
  }

  .pricing-table tbody tr:not(.pricing-group-row) td:first-child {
    padding-bottom: 0.4rem;
    margin-bottom: 0;
    font-size: 1rem;
  }

  .pricing-table tbody tr:not(.pricing-group-row) td:nth-child(n + 2) {
    padding: 0.6rem 0.7rem;
    border-radius: 0.95rem;
    background: #f7fbfd;
    border: 1px solid rgba(24, 42, 84, 0.06);
  }

  .pricing-special-row {
    border-radius: 1.2rem;
    padding: 0.9rem;
  }

  .pricing-special-options {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .pricing-special-option {
    padding: 0.78rem 0.85rem;
    border-radius: 0.95rem;
  }

  .pricing-subtext {
    font-size: 0.82rem;
  }

  #o-nas::before {
    top: -4.8rem;
    height: 6rem;
  }

  .review-thumb {
    width: 100%;
    height: 9rem;
  }

  .gallery-item img,
  .offer-card img {
    height: 12.5rem;
  }

  .offer-card img {
    padding: 0.35rem;
  }

  .lightbox {
    padding: 1rem;
  }

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

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
