/*
Theme Name: ULTRAZIZ Wow
Theme URI: https://ultraziz.ro/
Author: Codex
Author URI: https://openai.com/
Description: Tema WordPress premium pentru ULTRAZIZ GLAMOUR SRL: inchirieri auto, microbuze, platforme, transport persoane si transferuri aeroport.
Version: 1.0.2
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ultraziz-wow
*/

:root {
  --uz-blue: #1559d6;
  --uz-blue-dark: #0a2a62;
  --uz-green: #22c55e;
  --uz-ink: #0e1628;
  --uz-muted: #5f6b7a;
  --uz-line: #e3e9f2;
  --uz-bg: #f6f8fb;
  --uz-white: #ffffff;
  --uz-amber: #f7c948;
  --uz-danger: #dc2626;
  --uz-radius: 8px;
  --uz-shadow: 0 18px 45px rgba(14, 22, 40, 0.13);
  --uz-wrap: 1180px;
}

* {
  box-sizing: border-box;
  letter-spacing: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  background: var(--uz-bg);
  color: var(--uz-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

body.admin-bar .site-header {
  top: 32px;
}

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

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

button,
input,
textarea {
  font: inherit;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.uz-wrap {
  width: min(100% - 32px, var(--uz-wrap));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(227, 233, 242, 0.92);
  backdrop-filter: blur(18px);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: var(--uz-ink);
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}

.brand__mark {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 8px;
  color: var(--uz-white);
  background: var(--uz-blue);
  box-shadow: 0 12px 26px rgba(21, 89, 214, 0.24);
}

.brand__domain {
  color: var(--uz-blue);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.site-nav a,
.menu a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 8px;
  color: #263244;
  font-weight: 800;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.menu a:hover,
.menu a:focus-visible {
  color: var(--uz-blue);
  background: #eef4ff;
  outline: none;
}

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

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid var(--uz-line);
  border-radius: 8px;
  color: var(--uz-ink);
  background: var(--uz-white);
  cursor: pointer;
}

.top-action {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 8px;
  color: var(--uz-white);
  background: var(--uz-green);
  font-weight: 900;
  box-shadow: 0 12px 26px rgba(34, 197, 94, 0.22);
}

.top-action:hover,
.top-action:focus-visible {
  background: #16a34a;
  outline: none;
}

.hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  color: var(--uz-white);
  isolation: isolate;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background-image: var(--hero-image);
  background-position: center 36%;
  background-size: cover;
}

.hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(90deg, rgba(4, 18, 42, 0.94) 0%, rgba(7, 24, 55, 0.78) 46%, rgba(7, 24, 55, 0.25) 100%),
    linear-gradient(0deg, rgba(4, 18, 42, 0.72) 0%, rgba(4, 18, 42, 0) 44%);
}

.hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(300px, 0.68fr);
  align-items: center;
  min-height: 760px;
  gap: 48px;
  padding: 74px 0 92px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: #dbeafe;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 34px;
  height: 3px;
  content: "";
  border-radius: 999px;
  background: var(--uz-amber);
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: 58px;
  line-height: 1.03;
  font-weight: 950;
}

.hero p {
  max-width: 660px;
  margin: 22px 0 0;
  color: #e8eef8;
  font-size: 20px;
}

.hero__actions,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 14px 20px;
  border: 0;
  border-radius: 8px;
  font-weight: 950;
  line-height: 1.1;
  cursor: pointer;
  transition: transform 0.18s ease, background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

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

.btn--whatsapp {
  color: var(--uz-white);
  background: var(--uz-green);
  box-shadow: 0 18px 35px rgba(34, 197, 94, 0.22);
}

.btn--whatsapp:hover,
.btn--whatsapp:focus-visible {
  background: #16a34a;
}

.btn--primary {
  color: var(--uz-white);
  background: var(--uz-blue);
}

.btn--primary:hover,
.btn--primary:focus-visible {
  background: #0f48b8;
}

.btn--light {
  color: var(--uz-ink);
  background: var(--uz-white);
}

.btn--ghost {
  color: var(--uz-white);
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.26);
}

.btn--ghost:hover,
.btn--ghost:focus-visible {
  background: rgba(255, 255, 255, 0.16);
}

.btn--outline {
  color: var(--uz-blue);
  background: var(--uz-white);
  border: 1px solid #b9cffd;
}

.hero__badges {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 560px;
  margin-top: 38px;
}

.hero-badge {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 74px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.09);
}

.hero-badge strong {
  display: block;
  font-size: 18px;
  line-height: 1.2;
}

.hero-badge span {
  display: block;
  color: #dbeafe;
  font-size: 13px;
}

.hero__side {
  align-self: stretch;
  display: flex;
  align-items: end;
  justify-content: end;
}

.hero-panel {
  width: min(100%, 390px);
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(8, 22, 48, 0.7);
  box-shadow: var(--uz-shadow);
  backdrop-filter: blur(12px);
}

.hero-panel__label {
  margin: 0 0 10px;
  color: #bfdbfe;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-panel__price {
  display: grid;
  gap: 8px;
  margin: 0;
}

.hero-panel__price div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.hero-panel__price dt {
  color: #e8eef8;
  font-weight: 800;
}

.hero-panel__price dd {
  margin: 0;
  color: var(--uz-amber);
  font-weight: 950;
}

.trust-strip {
  background: var(--uz-white);
  border-bottom: 1px solid var(--uz-line);
}

.trust-strip__inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--uz-line);
}

.trust-item {
  min-height: 108px;
  padding: 22px;
  background: var(--uz-white);
}

.trust-item strong {
  display: block;
  color: var(--uz-ink);
  font-size: 22px;
  line-height: 1.15;
}

.trust-item span {
  display: block;
  margin-top: 4px;
  color: var(--uz-muted);
  font-size: 14px;
}

.section {
  padding: 82px 0;
}

.section--white {
  background: var(--uz-white);
}

.section--blue {
  color: var(--uz-white);
  background: var(--uz-blue-dark);
}

.section--soft {
  background: #eef4ff;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.section-head__copy {
  max-width: 720px;
}

.section-kicker {
  margin: 0 0 8px;
  color: var(--uz-blue);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.section--blue .section-kicker {
  color: var(--uz-amber);
}

.section h2,
.page-title {
  margin: 0;
  font-size: 38px;
  line-height: 1.12;
  font-weight: 950;
}

.section-head p,
.intro-text {
  margin: 12px 0 0;
  color: var(--uz-muted);
  font-size: 18px;
}

.section--blue .section-head p,
.section--blue .intro-text {
  color: #d9e6fb;
}

.service-grid,
.fleet-grid,
.legal-grid,
.step-grid {
  display: grid;
  gap: 18px;
}

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

.service-card {
  padding: 24px;
  min-height: 228px;
  border: 1px solid var(--uz-line);
  border-radius: 8px;
  background: var(--uz-white);
  box-shadow: 0 10px 30px rgba(14, 22, 40, 0.06);
}

.service-card__icon,
.card-icon,
.step-card__number {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 8px;
  color: var(--uz-white);
  background: var(--uz-blue);
}

.service-card h3,
.vehicle-card h3,
.step-card h3,
.legal-card h3 {
  margin: 18px 0 8px;
  font-size: 21px;
  line-height: 1.2;
}

.service-card p,
.vehicle-card p,
.step-card p,
.legal-card p {
  margin: 0;
  color: var(--uz-muted);
}

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

.vehicle-card {
  display: flex;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid var(--uz-line);
  border-radius: 8px;
  background: var(--uz-white);
  box-shadow: 0 12px 34px rgba(14, 22, 40, 0.08);
  flex-direction: column;
}

.vehicle-card__media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #dfe7f2;
}

.vehicle-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-fallback {
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 220px;
  place-items: center;
  padding: 22px;
  color: var(--uz-white);
  background: linear-gradient(135deg, var(--uz-blue-dark), var(--uz-blue));
  text-align: center;
  font-weight: 950;
}

.image-fallback span {
  max-width: 260px;
}

.vehicle-card__tag {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 6px 10px;
  border-radius: 8px;
  color: var(--uz-white);
  background: rgba(10, 42, 98, 0.9);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.vehicle-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

.vehicle-card h3 {
  margin-top: 0;
}

.vehicle-card__price {
  margin: 10px 0 4px;
  color: var(--uz-blue);
  font-size: 24px;
  font-weight: 950;
  line-height: 1.12;
}

.vehicle-card__note {
  margin: 0 0 18px;
  color: var(--uz-muted);
  font-size: 14px;
}

.vehicle-card__features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
}

.vehicle-card__features li {
  padding: 6px 9px;
  border-radius: 8px;
  color: #243247;
  background: #eef4ff;
  font-size: 13px;
  font-weight: 800;
}

.vehicle-card .btn {
  width: 100%;
  margin-top: auto;
}

.price-matrix {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 32px;
  align-items: center;
}

.price-matrix__media {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.price-matrix__media img {
  width: 100%;
  min-height: 220px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 14px 32px rgba(14, 22, 40, 0.12);
}

.rate-table {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.rate-table__row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  padding: 17px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.rate-table__row:first-child {
  border-top: 0;
}

.rate-table strong {
  color: var(--uz-white);
}

.rate-table span {
  color: var(--uz-amber);
  font-weight: 950;
}

.transport-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
  gap: 40px;
  align-items: center;
}

.transport-poster {
  max-width: 460px;
  margin-inline: auto;
  border-radius: 8px;
  box-shadow: var(--uz-shadow);
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.check-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: #e9f0fb;
  font-weight: 800;
}

.check-list svg {
  flex: 0 0 auto;
  margin-top: 4px;
  color: var(--uz-green);
}

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

.step-card {
  padding: 24px;
  border: 1px solid var(--uz-line);
  border-radius: 8px;
  background: var(--uz-white);
}

.step-card__number {
  color: var(--uz-ink);
  background: var(--uz-amber);
  font-weight: 950;
}

.gallery-strip {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.9fr;
  gap: 18px;
}

.gallery-strip img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 14px 32px rgba(14, 22, 40, 0.1);
}

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

.legal-card {
  padding: 24px;
  border: 1px solid var(--uz-line);
  border-radius: 8px;
  background: var(--uz-white);
}

.legal-card--accent {
  color: var(--uz-white);
  background: var(--uz-blue-dark);
  border-color: var(--uz-blue-dark);
}

.legal-card--accent p {
  color: #d9e6fb;
}

.legal-card__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  color: var(--uz-blue);
  font-weight: 950;
}

.legal-card--accent .legal-card__link {
  color: var(--uz-amber);
}

.sal-badge {
  display: inline-block;
  width: 250px;
  max-width: 100%;
  margin-top: 18px;
  border-radius: 6px;
}

.site-footer {
  color: #d8e3f1;
  background: #071225;
}

.site-footer__main {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  gap: 34px;
  padding: 50px 0;
}

.site-footer h2,
.site-footer h3 {
  margin: 0 0 12px;
  color: var(--uz-white);
}

.site-footer p {
  margin: 0 0 10px;
  color: #b8c6d9;
}

.footer-links {
  display: grid;
  gap: 8px;
}

.footer-links a {
  color: #d8e3f1;
  font-weight: 750;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--uz-amber);
  outline: none;
}

.site-footer__bottom {
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  color: #91a2b8;
  font-size: 14px;
}

.floating-actions {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1100;
  display: grid;
  gap: 10px;
}

.float-btn {
  position: relative;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 50%;
  color: var(--uz-white);
  border: 2px solid rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 34px rgba(14, 22, 40, 0.24);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.float-btn svg {
  width: 27px;
  height: 27px;
}

.float-btn:hover,
.float-btn:focus-visible {
  transform: translateX(-3px) scale(1.06);
  box-shadow: 0 18px 38px rgba(14, 22, 40, 0.3);
  filter: saturate(1.08);
  outline: none;
}

.float-btn::before {
  position: absolute;
  right: calc(100% + 10px);
  top: 50%;
  width: max-content;
  max-width: 210px;
  padding: 7px 10px;
  content: attr(data-label);
  border-radius: 8px;
  color: var(--uz-white);
  background: rgba(7, 18, 37, 0.95);
  font-size: 12px;
  font-weight: 800;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%) translateX(8px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.float-btn:hover::before,
.float-btn:focus-visible::before {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

.float-btn--whatsapp {
  background: var(--uz-green);
}

.float-btn--phone {
  background: var(--uz-blue);
}

.float-btn--facebook {
  background: #1877f2;
}

.float-btn--instagram {
  background: linear-gradient(135deg, #f7c948 0%, #ef4444 42%, #c026d3 68%, #2563eb 100%);
}

.float-btn--tiktok {
  background: #000000;
}

.float-btn--facebook,
.float-btn--instagram,
.float-btn--tiktok {
  font-size: 0;
}

.float-btn--facebook::after,
.float-btn--instagram::after,
.float-btn--tiktok::after {
  display: grid;
  place-items: center;
  content: "";
}

.float-btn--facebook::after {
  content: "f";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 31px;
  font-weight: 900;
  line-height: 1;
  transform: translateY(4px);
}

.float-btn--tiktok::after {
  content: "♪";
  width: 31px;
  height: 31px;
  border-radius: 9px;
  color: var(--uz-white);
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
  text-shadow: -2px 0 #25f4ee, 2px 0 #fe2c55;
}

.float-btn--instagram::after {
  width: 28px;
  height: 28px;
  border: 3px solid currentColor;
  border-radius: 9px;
  box-shadow: inset 0 0 0 6px transparent;
}

.float-btn--instagram::before {
  z-index: 1;
}

.float-btn--instagram {
  overflow: visible;
}

.float-btn--instagram::after {
  position: relative;
}

.cookie-banner {
  position: fixed;
  right: 18px;
  bottom: 92px;
  z-index: 1200;
  width: min(430px, calc(100% - 36px));
  padding: 18px;
  border: 1px solid var(--uz-line);
  border-radius: 8px;
  background: var(--uz-white);
  box-shadow: var(--uz-shadow);
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-banner p {
  margin: 0 0 14px;
  color: var(--uz-muted);
  font-size: 14px;
}

.cookie-banner strong {
  display: block;
  margin-bottom: 4px;
  color: var(--uz-ink);
  font-size: 16px;
}

.page-main {
  padding: 74px 0;
  background: var(--uz-white);
}

.page-content {
  max-width: 860px;
  margin-inline: auto;
}

.page-content a {
  color: var(--uz-blue);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.post-list {
  display: grid;
  gap: 20px;
  margin-top: 34px;
}

.post-card {
  padding: 24px;
  border: 1px solid var(--uz-line);
  border-radius: 8px;
  background: var(--uz-white);
}

.not-found {
  min-height: 460px;
  display: grid;
  place-items: center;
  text-align: center;
}

@media (max-width: 1060px) {
  .hero__inner,
  .price-matrix,
  .transport-layout {
    grid-template-columns: 1fr;
  }

  .hero__side {
    justify-content: start;
  }

  .service-grid,
  .fleet-grid,
  .step-grid,
  .legal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer__main {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 820px) {
  body.admin-bar .site-header {
    top: 46px;
  }

  .site-header__inner {
    min-height: 72px;
  }

  .brand {
    font-size: 23px;
  }

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

  .nav-toggle {
    display: grid;
  }

  .site-nav {
    position: absolute;
    inset: 72px 16px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border: 1px solid var(--uz-line);
    border-radius: 8px;
    background: var(--uz-white);
    box-shadow: var(--uz-shadow);
  }

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

  .site-nav a,
  .menu a {
    justify-content: flex-start;
    width: 100%;
  }

  .menu {
    align-items: stretch;
    flex-direction: column;
  }

  .top-action {
    display: none;
  }

  .hero,
  .hero__inner {
    min-height: 720px;
  }

  .hero::after {
    background: linear-gradient(0deg, rgba(4, 18, 42, 0.92) 0%, rgba(7, 24, 55, 0.74) 64%, rgba(7, 24, 55, 0.44) 100%);
  }

  .hero__inner {
    padding: 54px 0 78px;
  }

  .hero h1 {
    font-size: 42px;
  }

  .hero p {
    font-size: 18px;
  }

  .hero__badges,
  .trust-strip__inner,
  .gallery-strip {
    grid-template-columns: 1fr 1fr;
  }

  .section {
    padding: 64px 0;
  }

  .section-head {
    display: block;
  }

  .section h2,
  .page-title {
    font-size: 32px;
  }

  .floating-actions {
    right: 12px;
    bottom: 12px;
  }

  .float-btn {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 640px) {
  .uz-wrap {
    width: min(100% - 24px, var(--uz-wrap));
  }

  .hero h1 {
    font-size: 36px;
  }

  .hero__badges,
  .trust-strip__inner,
  .service-grid,
  .fleet-grid,
  .step-grid,
  .legal-grid,
  .gallery-strip,
  .price-matrix__media,
  .site-footer__main {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    width: 100%;
  }

  .hero-panel__price div,
  .rate-table__row {
    grid-template-columns: 1fr;
  }

  .rate-table__row {
    gap: 4px;
  }

  .btn {
    width: 100%;
  }

  .section h2,
  .page-title {
    font-size: 28px;
  }

  .gallery-strip img {
    min-height: 220px;
  }

  .cookie-banner {
    bottom: 86px;
  }
}

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

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