@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

img,
video,
canvas {
  overflow: clip !important;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

ul[role='list'],
ol[role='list'] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  text-rendering: optimizeSpeed;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

@media (prefers-reduced-motion: reduce) {
  *,
*::before,
*::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

:root {
  color-scheme: light;
  font-size: clamp(15px, 1.05vw, 18px);
}

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

body {
  font-family: "Roboto", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  color: #1E1E1E;
  background: #ffffff;
}

a {
  color: #D91A24;
  text-decoration: none;
  transition: color 200ms ease;
}

a:hover, a:focus-visible {
  color: #B81728;
}

.eyebrow {
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  color: #2563EB;
  font-weight: 600;
}

.prose {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.prose > *:first-child {
  margin-top: 0;
}

.prose h1, .prose h2, .prose h3, .prose h4, .prose h5, .prose h6 {
  font-family: "Roboto", "Roboto", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.2;
}

.prose h1 {
  font-size: clamp(3rem, 10vw, 5.5rem);
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #0F1D45;
}

.prose h2 {
  font-size: calc(1rem * 2.5);
  font-weight: 400;
  color: #2563EB;
  position: relative;
}

.prose h3 {
  font-size: calc(1rem * 1.5);
  font-weight: 600;
  color: #1E3A8A;
  position: relative;
  padding-left: 24px;
}

.prose h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15em;
  bottom: 0.15em;
  width: 6px;
  background: #D91A24;
  border-radius: 3px;
  opacity: 0.9;
}

.prose h4 {
  font-size: calc(1rem * 1.25);
  font-weight: 600;
  color: #6B6B6B;
  position: relative;
}

.prose h5 {
  font-size: calc(1rem * 0.8);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #1E40AF;
  font-family: "Roboto", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  opacity: 0.85;
}

.prose h6 {
  font-size: calc(1rem * 0.6);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #D91A24;
}

.prose h1 + *, .prose h2 + *, .prose h3 + *, .prose h4 + *, .prose h5 + *, .prose h6 + * {
  margin-top: 20px;
}

.prose p {
  font-size: 16px;
  line-height: calc(16px + 12px);
}

.prose p:last-child {
  margin-bottom: 0;
}

.prose strong, .prose b {
  font-weight: 600;
}

.prose em, .prose i {
  font-style: italic;
}

.prose blockquote {
  margin: 40px 0;
  padding-left: 20px;
  border-left: 3px solid #D91A24;
  color: #6B6B6B;
  font-style: italic;
}

.prose blockquote p {
  margin-bottom: 10px;
}

.prose blockquote p:last-child {
  margin-bottom: 0;
}

.prose code {
  font-family: monospace;
  font-size: 0.9em;
  background: #F8F8F8;
  padding: 2px 6px;
  border-radius: 3px;
  color: #B81728;
}

.prose pre {
  background: #F8F8F8;
  padding: 20px;
  border-radius: 5px;
  overflow-x: auto;
  margin-bottom: 20px;
}

.prose pre code {
  background: transparent;
  padding: 0;
}

.prose hr {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 20px 0;
}

.prose img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}

.prose table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.prose table th, .prose table td {
  padding: 10px 20px;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.prose table th {
  font-weight: 600;
  color: #2563EB;
  background: #F8F8F8;
}

.img-box {
  width: 100%;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 10px 30px rgba(30, 30, 30, 0.2);
}

@media (max-width: 768px) {
  .img-box {
    max-width: 100%;
  }
}

.text-body {
  color: #1E1E1E !important;
}

.text-white {
  color: #FFFFFF !important;
}

.text-grey {
  color: #6B6B6B !important;
}

.text-muted {
  color: #6B6B6B !important;
}

.text-primary {
  color: #D91A24 !important;
}

.text-primary-dark {
  color: #B81728 !important;
}

.text-primary-darker {
  color: #8B1528 !important;
}

.text-secondary {
  color: #2563EB !important;
}

.text-secondary-dark {
  color: #1E40AF !important;
}

.text-secondary-darker {
  color: #1E3A8A !important;
}

.text-secondary-darkest {
  color: #0F1D45 !important;
}

.text-tertiary {
  color: #F59E0B !important;
}

.text-tertiary-dark {
  color: #B45309 !important;
}

.text-tertiary-darker {
  color: #92400E !important;
}

.text-surface {
  color: #1E1E1E !important;
}

.list {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.list__title {
  display: block;
  font-weight: 600;
}

.list li {
  position: relative;
  padding-left: 20px;
}

.list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  aspect-ratio: 1/1;
  background: #ffffff;
  border: 1px solid #D91A24;
  border-radius: 50%;
  z-index: 1;
}

.list li::after {
  content: "";
  position: absolute;
  left: 3.5px;
  top: 12px;
  width: 1px;
  background: #D91A24;
  height: calc(100% + 10px);
}

.list li:last-child::after {
  display: none;
}

.list-float {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}

.list-float__item, .list-float li {
  width: auto;
  display: inline-block;
  padding: 5px 20px;
  color: #1E1E1E;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
}

.list-float__item:before, .list-float__item:after, .list-float li:before, .list-float li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  aspect-ratio: 1/1;
  background: #FFFFFF;
  border: 1px solid #D91A24;
  border-radius: 50%;
}

.list-float__item .list__title, .list-float li .list__title {
  display: inline-block;
}

.list-checkmark {
  position: relative;
  list-style: none;
  padding: 0;
}

.list-checkmark__item {
  position: relative;
  display: flex;
  flex-direction: row;
  font-weight: 900;
  gap: 10px;
}

.list-checkmark__item:before {
  content: "check";
  font-family: "Material Symbols Outlined";
  color: #4CAF50;
}

.text--size-xs {
  font-size: calc(12px * 0.9);
  line-height: calc(calc(12px + 12px) * 0.9);
}

.text--size-sm {
  font-size: 12px;
  line-height: calc(12px + 12px);
}

.text--size-md {
  font-size: 16px;
  line-height: calc(16px + 12px);
}

.text--size-lg {
  font-size: 18px;
  line-height: calc(18px + 12px);
}

.text--size-xl {
  font-size: 36px;
  line-height: calc(36px + 8px);
}

.container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 40px;
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: clamp(1rem, 3vw, 20px);
}

@media (max-width: 980px) {
  .container {
    gap: 20px;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .container {
    gap: 20px;
    flex-wrap: wrap;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .container {
    gap: 10px;
    flex-direction: column;
    max-width: 100%;
  }
}

.container--color-tertiary {
  background: #F59E0B;
}

.container--color-white {
  background: #FFFFFF;
}

.container--color-primary {
  background: #D91A24;
  color: #FFFFFF;
}

.container--color-secondary {
  background: #2563EB;
}

.container--color-secondary-dark {
  background: #1E40AF;
  color: #FFFFFF;
}

.container--color-secondary-darker {
  background: #1E3A8A;
  color: #FFFFFF;
}

.container--color-secondary-darkest {
  background: #0F1D45;
  color: #FFFFFF;
}

.container--rounded {
  border-radius: 5px;
}

.container--margin-sides-20 {
  margin-left: 20px;
  margin-right: 20px;
}

@media (max-width: 768px) {
  .container--margin-sides-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 480px) {
  .container--margin-sides-20 {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.container--margin-sides-40 {
  margin-left: 40px;
  margin-right: 40px;
}

@media (max-width: 768px) {
  .container--margin-sides-40 {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 480px) {
  .container--margin-sides-40 {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.container--margin-sides-60 {
  margin-left: 60px;
  margin-right: 60px;
}

@media (max-width: 768px) {
  .container--margin-sides-60 {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 480px) {
  .container--margin-sides-60 {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.container--margin-sides-80 {
  margin-left: 80px;
  margin-right: 80px;
}

@media (max-width: 768px) {
  .container--margin-sides-80 {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 480px) {
  .container--margin-sides-80 {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.container--margin-sides-left-20 {
  margin-left: 20px;
}

@media (max-width: 768px) {
  .container--margin-sides-left-20 {
    margin-left: 20px;
  }
}

@media (max-width: 480px) {
  .container--margin-sides-left-20 {
    margin-left: 10px;
  }
}

.container--margin-sides-left-40 {
  margin-left: 40px;
}

@media (max-width: 768px) {
  .container--margin-sides-left-40 {
    margin-left: 20px;
  }
}

@media (max-width: 480px) {
  .container--margin-sides-left-40 {
    margin-left: 10px;
  }
}

.container--margin-sides-left-60 {
  margin-left: 60px;
}

@media (max-width: 768px) {
  .container--margin-sides-left-60 {
    margin-left: 20px;
  }
}

@media (max-width: 480px) {
  .container--margin-sides-left-60 {
    margin-left: 10px;
  }
}

.container--margin-sides-left-80 {
  margin-left: 80px;
}

@media (max-width: 768px) {
  .container--margin-sides-left-80 {
    margin-left: 20px;
  }
}

@media (max-width: 480px) {
  .container--margin-sides-left-80 {
    margin-left: 10px;
  }
}

.container--margin-sides-right-20 {
  margin-right: 20px;
}

@media (max-width: 768px) {
  .container--margin-sides-right-20 {
    margin-right: 20px;
  }
}

@media (max-width: 480px) {
  .container--margin-sides-right-20 {
    margin-right: 10px;
  }
}

.container--margin-sides-right-40 {
  margin-right: 40px;
}

@media (max-width: 768px) {
  .container--margin-sides-right-40 {
    margin-right: 20px;
  }
}

@media (max-width: 480px) {
  .container--margin-sides-right-40 {
    margin-right: 10px;
  }
}

.container--margin-sides-right-60 {
  margin-right: 60px;
}

@media (max-width: 768px) {
  .container--margin-sides-right-60 {
    margin-right: 20px;
  }
}

@media (max-width: 480px) {
  .container--margin-sides-right-60 {
    margin-right: 10px;
  }
}

.container--margin-sides-right-80 {
  margin-right: 80px;
}

@media (max-width: 768px) {
  .container--margin-sides-right-80 {
    margin-right: 20px;
  }
}

@media (max-width: 480px) {
  .container--margin-sides-right-80 {
    margin-right: 10px;
  }
}

.container-sm {
  width: 100%;
  max-width: 980px;
  margin-inline: auto;
  padding-inline: clamp(1rem, 3vw, 20px);
}

@media (max-width: 980px) {
  .container-sm {
    max-width: 100%;
  }
}

.container-md {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: clamp(1rem, 3vw, 20px);
}

@media (max-width: 980px) {
  .container-md {
    max-width: 100%;
  }
}

.container-lg {
  width: 100%;
  max-width: calc(1280px + 200px);
  margin-inline: auto;
  padding-inline: clamp(1rem, 3vw, 20px);
}

@media (max-width: 980px) {
  .container-lg {
    max-width: 100%;
  }
}

.container-xl {
  width: 100%;
  max-width: calc(1280px + 400px);
  margin-inline: auto;
  padding-inline: clamp(1rem, 3vw, 20px);
}

@media (max-width: 980px) {
  .container-xl {
    max-width: 100%;
  }
}

.container-full {
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
  padding-inline: clamp(1rem, 3vw, 20px);
}

@media (max-width: 980px) {
  .container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-full {
    padding-inline: 20px;
  }
}

@media (max-width: 768px) {
  .container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-full {
    padding-inline: 20px;
  }
}

@media (max-width: 480px) {
  .container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-full {
    padding-inline: 10px;
  }
}

.flex {
  display: flex;
}

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

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-col-reverse {
  display: flex;
  flex-direction: column-reverse;
}

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.flex-nowrap {
  display: flex;
  flex-wrap: nowrap;
}

.flex-wrap-reverse {
  display: flex;
  flex-wrap: wrap-reverse;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

.self-auto {
  align-self: auto;
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

.self-center {
  align-self: center;
}

.self-baseline {
  align-self: baseline;
}

.self-stretch {
  align-self: stretch;
}

.content-start {
  align-content: flex-start;
}

.content-end {
  align-content: flex-end;
}

.content-center {
  align-content: center;
}

.content-between {
  align-content: space-between;
}

.content-around {
  align-content: space-around;
}

.content-stretch {
  align-content: stretch;
}

.flex-grow {
  flex-grow: 1;
}

.flex-shrink {
  flex-shrink: 1;
}

.flex-no-grow {
  flex-grow: 0;
}

.flex-no-shrink {
  flex-shrink: 0;
}

.flex-1 {
  flex: 1;
}

.flex-full {
  flex: 0 0 100%;
  max-width: 100%;
}

.flex-1-3 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

@media (max-width: 768px) {
  .flex-1-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 480px) {
  .flex-1-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.flex-2-3 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

@media (max-width: 768px) {
  .flex-2-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .flex-2-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.flex-1-4 {
  flex: 0 0 25%;
  max-width: 25%;
}

@media (max-width: 768px) {
  .flex-1-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 480px) {
  .flex-1-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.flex-2-4 {
  flex: 0 0 50%;
  max-width: 50%;
}

@media (max-width: 768px) {
  .flex-2-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 480px) {
  .flex-2-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.flex-3-4 {
  flex: 0 0 75%;
  max-width: 75%;
}

@media (max-width: 768px) {
  .flex-3-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .flex-3-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.flex-1-5 {
  flex: 0 0 20%;
  max-width: 20%;
}

@media (max-width: 768px) {
  .flex-1-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 480px) {
  .flex-1-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.flex-2-5 {
  flex: 0 0 40%;
  max-width: 40%;
}

@media (max-width: 768px) {
  .flex-2-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 480px) {
  .flex-2-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.flex-3-5 {
  flex: 0 0 60%;
  max-width: 60%;
}

@media (max-width: 768px) {
  .flex-3-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .flex-3-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.flex-4-5 {
  flex: 0 0 80%;
  max-width: 80%;
}

@media (max-width: 768px) {
  .flex-4-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .flex-4-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.gap-0 {
  gap: 0;
}

.gap-10 {
  gap: 10px;
}

.gap-20 {
  gap: 20px;
}

.gap-40 {
  gap: 40px;
}

.gap-60 {
  gap: 60px;
}

.gap-80 {
  gap: 80px;
}

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

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

@media (max-width: 1280px) {
  .flex-desktop {
    display: flex;
  }
  .inline-flex-desktop {
    display: inline-flex;
  }
  .flex-row-desktop {
    flex-direction: row;
  }
  .flex-row-reverse-desktop {
    flex-direction: row-reverse;
  }
  .flex-col-desktop {
    display: flex;
    flex-direction: column;
  }
  .flex-col-reverse-desktop {
    display: flex;
    flex-direction: column-reverse;
  }
  .flex-wrap-desktop {
    display: flex;
    flex-wrap: wrap;
  }
  .flex-nowrap-desktop {
    display: flex;
    flex-wrap: nowrap;
  }
  .flex-wrap-reverse-desktop {
    display: flex;
    flex-wrap: wrap-reverse;
  }
  .justify-start-desktop {
    justify-content: flex-start;
  }
  .justify-end-desktop {
    justify-content: flex-end;
  }
  .justify-center-desktop {
    justify-content: center;
  }
  .justify-between-desktop {
    justify-content: space-between;
  }
  .justify-around-desktop {
    justify-content: space-around;
  }
  .justify-evenly-desktop {
    justify-content: space-evenly;
  }
  .items-start-desktop {
    align-items: flex-start;
  }
  .items-end-desktop {
    align-items: flex-end;
  }
  .items-center-desktop {
    align-items: center;
  }
  .items-baseline-desktop {
    align-items: baseline;
  }
  .items-stretch-desktop {
    align-items: stretch;
  }
  .self-auto-desktop {
    align-self: auto;
  }
  .self-start-desktop {
    align-self: flex-start;
  }
  .self-end-desktop {
    align-self: flex-end;
  }
  .self-center-desktop {
    align-self: center;
  }
  .self-baseline-desktop {
    align-self: baseline;
  }
  .self-stretch-desktop {
    align-self: stretch;
  }
  .content-start-desktop {
    align-content: flex-start;
  }
  .content-end-desktop {
    align-content: flex-end;
  }
  .content-center-desktop {
    align-content: center;
  }
  .content-between-desktop {
    align-content: space-between;
  }
  .content-around-desktop {
    align-content: space-around;
  }
  .content-stretch-desktop {
    align-content: stretch;
  }
  .gap-0-desktop {
    gap: 0;
  }
  .gap-10-desktop {
    gap: 10px;
  }
  .gap-20-desktop {
    gap: 20px;
  }
  .gap-40-desktop {
    gap: 40px;
  }
  .gap-60-desktop {
    gap: 60px;
  }
  .gap-80-desktop {
    gap: 80px;
  }
  .flex-center-desktop {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .flex-between-desktop {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .flex-1-3-desktop {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .flex-2-3-desktop {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .flex-1-4-desktop {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .flex-2-4-desktop {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .flex-3-4-desktop {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .flex-1-5-desktop {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .flex-2-5-desktop {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .flex-3-5-desktop {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .flex-4-5-desktop {
    flex: 0 0 80%;
    max-width: 80%;
  }
}

@media (max-width: 980px) {
  .flex-full-laptop {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .flex-laptop {
    display: flex;
  }
  .inline-flex-laptop {
    display: inline-flex;
  }
  .flex-row-laptop {
    flex-direction: row;
  }
  .flex-row-reverse-laptop {
    flex-direction: row-reverse;
  }
  .flex-col-laptop {
    display: flex;
    flex-direction: column;
  }
  .flex-col-reverse-laptop {
    display: flex;
    flex-direction: column-reverse;
  }
  .flex-wrap-laptop {
    display: flex;
    flex-wrap: wrap;
  }
  .flex-nowrap-laptop {
    display: flex;
    flex-wrap: nowrap;
  }
  .flex-wrap-reverse-laptop {
    display: flex;
    flex-wrap: wrap-reverse;
  }
  .justify-start-laptop {
    justify-content: flex-start;
  }
  .justify-end-laptop {
    justify-content: flex-end;
  }
  .justify-center-laptop {
    justify-content: center;
  }
  .justify-between-laptop {
    justify-content: space-between;
  }
  .justify-around-laptop {
    justify-content: space-around;
  }
  .justify-evenly-laptop {
    justify-content: space-evenly;
  }
  .items-start-laptop {
    align-items: flex-start;
  }
  .items-end-laptop {
    align-items: flex-end;
  }
  .items-center-laptop {
    align-items: center;
  }
  .items-baseline-laptop {
    align-items: baseline;
  }
  .items-stretch-laptop {
    align-items: stretch;
  }
  .self-auto-laptop {
    align-self: auto;
  }
  .self-start-laptop {
    align-self: flex-start;
  }
  .self-end-laptop {
    align-self: flex-end;
  }
  .self-center-laptop {
    align-self: center;
  }
  .self-baseline-laptop {
    align-self: baseline;
  }
  .self-stretch-laptop {
    align-self: stretch;
  }
  .content-start-laptop {
    align-content: flex-start;
  }
  .content-end-laptop {
    align-content: flex-end;
  }
  .content-center-laptop {
    align-content: center;
  }
  .content-between-laptop {
    align-content: space-between;
  }
  .content-around-laptop {
    align-content: space-around;
  }
  .content-stretch-laptop {
    align-content: stretch;
  }
  .gap-0-laptop {
    gap: 0;
  }
  .gap-10-laptop {
    gap: 10px;
  }
  .gap-20-laptop {
    gap: 20px;
  }
  .gap-40-laptop {
    gap: 40px;
  }
  .gap-60-laptop {
    gap: 60px;
  }
  .gap-80-laptop {
    gap: 80px;
  }
  .flex-center-laptop {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .flex-between-laptop {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .flex-1-3-laptop {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .flex-2-3-laptop {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .flex-1-4-laptop {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .flex-2-4-laptop {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .flex-3-4-laptop {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .flex-1-5-laptop {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .flex-2-5-laptop {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .flex-3-5-laptop {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .flex-4-5-laptop {
    flex: 0 0 80%;
    max-width: 80%;
  }
}

@media (max-width: 768px) {
  .flex-tablet {
    display: flex;
  }
  .inline-flex-tablet {
    display: inline-flex;
  }
  .flex-row-tablet {
    display: flex;
    flex-direction: row;
  }
  .flex-row-reverse-tablet {
    flex-direction: row-reverse;
  }
  .flex-col-tablet {
    display: flex;
    flex-direction: column;
  }
  .flex-col-reverse-tablet {
    display: flex;
    flex-direction: column-reverse;
  }
  .flex-wrap-tablet {
    display: flex;
    flex-wrap: wrap;
  }
  .flex-nowrap-tablet {
    display: flex;
    flex-wrap: nowrap;
  }
  .flex-wrap-reverse-tablet {
    display: flex;
    flex-wrap: wrap-reverse;
  }
  .justify-start-tablet {
    justify-content: flex-start;
  }
  .justify-end-tablet {
    justify-content: flex-end;
  }
  .justify-center-tablet {
    justify-content: center;
  }
  .justify-between-tablet {
    justify-content: space-between;
  }
  .justify-around-tablet {
    justify-content: space-around;
  }
  .justify-evenly-tablet {
    justify-content: space-evenly;
  }
  .items-start-tablet {
    align-items: flex-start;
  }
  .items-end-tablet {
    align-items: flex-end;
  }
  .items-center-tablet {
    align-items: center;
  }
  .items-baseline-tablet {
    align-items: baseline;
  }
  .items-stretch-tablet {
    align-items: stretch;
  }
  .self-auto-tablet {
    align-self: auto;
  }
  .self-start-tablet {
    align-self: flex-start;
  }
  .self-end-tablet {
    align-self: flex-end;
  }
  .self-center-tablet {
    align-self: center;
  }
  .self-baseline-tablet {
    align-self: baseline;
  }
  .self-stretch-tablet {
    align-self: stretch;
  }
  .content-start-tablet {
    align-content: flex-start;
  }
  .content-end-tablet {
    align-content: flex-end;
  }
  .content-center-tablet {
    align-content: center;
  }
  .content-between-tablet {
    align-content: space-between;
  }
  .content-around-tablet {
    align-content: space-around;
  }
  .content-stretch-tablet {
    align-content: stretch;
  }
  .gap-0-tablet {
    gap: 0;
  }
  .gap-10-tablet {
    gap: 10px;
  }
  .gap-20-tablet {
    gap: 20px;
  }
  .gap-40-tablet {
    gap: 40px;
  }
  .gap-60-tablet {
    gap: 60px;
  }
  .gap-80-tablet {
    gap: 80px;
  }
  .flex-center-tablet {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .flex-between-tablet {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .flex-1-3-tablet {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .flex-2-3-tablet {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .flex-1-4-tablet {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .flex-2-4-tablet {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .flex-3-4-tablet {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .flex-1-5-tablet {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .flex-2-5-tablet {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .flex-3-5-tablet {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .flex-4-5-tablet {
    flex: 0 0 80%;
    max-width: 80%;
  }
}

@media (max-width: 480px) {
  .flex-phone {
    display: flex;
  }
  .inline-flex-phone {
    display: inline-flex;
  }
  .flex-row-phone {
    display: flex;
    flex-direction: row;
  }
  .flex-row-reverse-phone {
    flex-direction: row-reverse;
  }
  .flex-col-phone {
    display: flex;
    flex-direction: column;
  }
  .flex-col-reverse-phone {
    display: flex;
    flex-direction: column-reverse;
  }
  .flex-wrap-phone {
    display: flex;
    flex-wrap: wrap;
  }
  .flex-nowrap-phone {
    display: flex;
    flex-wrap: nowrap;
  }
  .flex-wrap-reverse-phone {
    display: flex;
    flex-wrap: wrap-reverse;
  }
  .justify-start-phone {
    justify-content: flex-start;
  }
  .justify-end-phone {
    justify-content: flex-end;
  }
  .justify-center-phone {
    justify-content: center;
  }
  .justify-between-phone {
    justify-content: space-between;
  }
  .justify-around-phone {
    justify-content: space-around;
  }
  .justify-evenly-phone {
    justify-content: space-evenly;
  }
  .items-start-phone {
    align-items: flex-start;
  }
  .items-end-phone {
    align-items: flex-end;
  }
  .items-center-phone {
    align-items: center;
  }
  .items-baseline-phone {
    align-items: baseline;
  }
  .items-stretch-phone {
    align-items: stretch;
  }
  .self-auto-phone {
    align-self: auto;
  }
  .self-start-phone {
    align-self: flex-start;
  }
  .self-end-phone {
    align-self: flex-end;
  }
  .self-center-phone {
    align-self: center;
  }
  .self-baseline-phone {
    align-self: baseline;
  }
  .self-stretch-phone {
    align-self: stretch;
  }
  .content-start-phone {
    align-content: flex-start;
  }
  .content-end-phone {
    align-content: flex-end;
  }
  .content-center-phone {
    align-content: center;
  }
  .content-between-phone {
    align-content: space-between;
  }
  .content-around-phone {
    align-content: space-around;
  }
  .content-stretch-phone {
    align-content: stretch;
  }
  .gap-0-phone {
    gap: 0;
  }
  .gap-10-phone {
    gap: 10px;
  }
  .gap-20-phone {
    gap: 20px;
  }
  .gap-40-phone {
    gap: 40px;
  }
  .gap-60-phone {
    gap: 60px;
  }
  .gap-80-phone {
    gap: 80px;
  }
  .flex-center-phone {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .flex-between-phone {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .flex-1-3-phone {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .flex-2-3-phone {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .flex-1-4-phone {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .flex-2-4-phone {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .flex-3-4-phone {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .flex-1-5-phone {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .flex-2-5-phone {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .flex-3-5-phone {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .flex-4-5-phone {
    flex: 0 0 80%;
    max-width: 80%;
  }
}

.order-1 {
  order: -1;
}

@media (max-width: 1280px) {
  .order-1-desktop {
    order: -1;
  }
}

@media (max-width: 980px) {
  .order-1-laptop {
    order: -1;
  }
}

@media (max-width: 768px) {
  .order-1-tablet {
    order: -1;
  }
}

@media (max-width: 480px) {
  .order-1-phone {
    order: -1;
  }
}

.page-header {
  display: flex;
  align-items: center;
  padding: clamp(2rem, 5vw, 4rem) 0;
  background-color: #1E1E1E;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  min-height: calc(100vh - 276px);
}

.page-header .hero-image-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.page-header .hero-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  pointer-events: none;
  user-select: none;
}

.page-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  z-index: 1;
  mask: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0) 50%);
}

.page-header .container {
  position: relative;
  z-index: 1;
  justify-content: flex-start;
}

.page-header__content {
  display: flex;
  flex-direction: column;
  max-width: 800px;
  text-align: left;
  gap: 20px;
  position: relative;
  z-index: 3;
}

@media (max-width: 1200px) {
  .page-header--right-image .page-header__content {
    max-width: 70%;
  }
}

@media (max-width: 768px) {
  .page-header--right-image .page-header__content {
    max-width: 65%;
  }
}

@media (max-width: 680px) {
  .page-header--right-image .page-header__content {
    max-width: 60%;
  }
}

@media (max-width: 580px) {
  .page-header--right-image .page-header__content {
    max-width: 50%;
  }
}

@media (max-width: 580px) {
  .page-header--right-image .page-header__content {
    max-width: 100%;
  }
}

.page-header__title {
  font-family: "Roboto", "Roboto", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 48px;
  line-height: calc(48px + 8px);
  color: #F59E0B;
}

.page-header__description {
  font-size: 18px;
  line-height: calc(18px + 12px);
  color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 480px) {
  .page-header__description {
    max-width: 100%;
  }
}

.page-header--centered {
  text-align: center;
}

.page-header--centered .page-header__content {
  margin: 0 auto;
}

.page-header--small {
  padding: clamp(1.5rem, 3vw, 2.5rem) 0;
}

.page-header--large {
  padding: clamp(4rem, 8vw, 6rem) 0;
}

.page-header--dark {
  background-color: #1E1E1E;
  color: #FFFFFF;
}

.page-header--dark .page-header__title {
  color: #FFFFFF;
}

.page-header--dark .page-header__description {
  color: rgba(255, 255, 255, 0.85);
}

.page-header--light {
  background-color: #ffffff;
  color: #1E1E1E;
}

.page-header--light .page-header__title {
  color: #1E1E1E;
}

.page-header--light .page-header__description {
  color: #6B6B6B;
}

.page-header--primary {
  background-color: #D91A24;
  color: #FFFFFF;
}

.page-header--primary .page-header__title {
  color: #FFFFFF;
}

.page-header--primary .page-header__description {
  color: rgba(255, 255, 255, 0.9);
}

.page-header--primary .eyebrow {
  color: rgba(255, 255, 255, 0.8);
}

.page-header--secondary {
  background-color: #2563EB;
  color: #FFFFFF;
}

.page-header--secondary .page-header__title {
  color: #FFFFFF;
}

.page-header--secondary .page-header__description {
  color: rgba(255, 255, 255, 0.9);
}

.page-header--secondary .eyebrow {
  color: rgba(255, 255, 255, 0.8);
}

.page-header--right-image::after {
  content: '';
  position: absolute;
  right: 20px;
  top: 20px;
  bottom: 0;
  width: 50%;
  max-width: 600px;
  background-image: var(--cutout-image, url("/images/ars-appliance-repair-technicians-team-portrait-professional-service.webp"));
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  z-index: 1;
  display: block;
}

.page-header--right-image.single-cutout::after {
  background-size: 250px;
  width: 300px;
  right: auto;
  left: 65%;
}

@media (max-width: 1200px) {
  .page-header--right-image.single-cutout::after {
    left: auto;
    right: 0;
  }
}

@media (max-width: 480px) {
  .page-header--right-image::after {
    display: none;
  }
}

.page-header.homepage .page-header__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to bottom, rgba(254, 245, 231, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%);
  padding: 0;
  border-radius: 5px;
  backdrop-filter: blur(20px);
  box-shadow: 20px 20px 40px rgba(30, 30, 30, 0.5);
  max-width: 600px;
  text-align: center;
  gap: 40px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.page-header.homepage .page-header__content .page-header__title {
  color: #1E3A8A;
  margin-bottom: 0;
  padding: 60px 60px 0;
  line-height: calc(48px + 8px);
}

.page-header.homepage .page-header__content .page-header__tagline {
  width: 100%;
  color: #1E1E1E;
  font-size: 24px;
  line-height: calc(24px + 8px);
  font-weight: 500;
  padding: 0 60px;
}

.page-header.homepage .page-header__content .page-header__footer-reviews {
  padding: 10px;
  background: rgba(255, 255, 255, 0.9);
  color: #1E1E1E;
  font-weight: 500;
  width: 100%;
  height: 63px;
  max-height: 63px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.page-header.homepage .page-header__content .page-header__footer-reviews .review-rating {
  font-size: 36px;
  color: #1E1E1E;
  font-weight: 700;
  height: 23px;
  line-height: 23px;
}

.page-header.homepage .page-header__content .page-header__footer-reviews .review-stars {
  font-size: 24px;
  font-weight: 500;
  color: #F59E0B;
  height: 23px;
  line-height: 23px;
}

.page-header.homepage .page-header__content .page-header__footer-reviews .review-count {
  font-size: 16px;
  color: #1E1E1E;
  font-weight: 500;
  height: 23px;
  line-height: 23px;
}

@media (max-width: 480px) {
  .page-header.homepage .page-header__content .page-header__footer-reviews {
    gap: 5px;
  }
  .page-header.homepage .page-header__content .page-header__footer-reviews .review-rating {
    font-size: 24px;
  }
}

@media (max-width: 395px) {
  .page-header.homepage .page-header__content .page-header__footer-reviews {
    justify-content: space-between;
  }
  .page-header.homepage .page-header__content .page-header__footer-reviews .review-count {
    font-size: 0.85rem;
  }
}

@media (max-width: 980px) {
  .page-header.homepage {
    height: 580px;
    min-height: 580px;
  }
  .page-header.homepage::before {
    display: none;
  }
  .page-header.homepage .container {
    justify-content: center;
  }
  .page-header.homepage .hero-image-wrapper img {
    object-position: right;
  }
  .page-header.homepage .page-header__content {
    max-width: 600px;
    width: 100%;
    position: absolute;
    gap: 20px;
    top: 80px;
  }
  .page-header.homepage .page-header__content .page-header__title {
    font-size: 36px;
    line-height: calc(36px + 8px);
    padding: 20px 20px 0;
  }
  .page-header.homepage .page-header__content .page-header__tagline {
    font-size: 18px;
    line-height: calc(18px + 12px);
  }
  .page-header.homepage .btn-row {
    display: none;
  }
}

@media (max-width: 768px) {
  .page-header.homepage .page-header__content {
    width: 100%;
    max-width: 600px;
  }
}

@media (max-width: 600px) {
  .page-header.homepage {
    flex-direction: column;
    padding: 0;
  }
  .page-header.homepage .hero-image-wrapper {
    position: relative;
  }
  .page-header.homepage .container {
    margin: 0;
    padding: 0;
  }
  .page-header.homepage .page-header__content {
    position: relative;
    top: auto;
    bottom: auto;
    border-radius: 0;
  }
}

@media (max-width: 480px) {
  .page-header.homepage .page-header__content .page-header__title {
    font-size: 24px;
    line-height: calc(24px + 8px);
  }
  .page-header.homepage .page-header__content .page-header__tagline {
    font-size: 16px;
    line-height: calc(16px + 12px);
    padding: 0 20px;
  }
}

@media (max-width: 480px) and (max-height: 775px) {
  .page-header.homepage {
    height: 580px;
    min-height: 580px;
  }
}

@media (max-width: 480px) and (max-height: 736px) {
  .page-header.homepage {
    height: 542px;
    min-height: 542px;
  }
}

@media (max-width: 480px) and (max-height: 706px) {
  .page-header.homepage {
    height: 505px;
    min-height: 505px;
  }
}

@media (max-width: 420px) and (max-height: 420px) {
  .page-header.homepage {
    height: 315px;
    min-height: 315px;
  }
}

@media (max-width: 415px) and (max-height: 360px) {
  .page-header.homepage {
    height: 263px;
    min-height: 263px;
  }
}

@media (max-width: 400px) and (max-height: 727px) {
  .page-header.homepage {
    height: 545px;
    min-height: 545px;
  }
}

@media (max-width: 400px) and (max-height: 690px) {
  .page-header.homepage {
    height: 577px;
    min-height: 577px;
  }
}

@media (max-width: 400px) and (max-height: 662px) {
  .page-header.homepage {
    height: 549px;
    min-height: 549px;
  }
}

.inner-header {
  min-height: auto;
  background-size: 50%;
  background-position: right;
}

.inner-header .hero-image {
  width: 50%;
}

.inner-header.hero-blur .hero-image,
.inner-header .page-header.hero-blur .hero-image {
  filter: blur(2px);
}

.inner-header:before {
  background: linear-gradient(to right, #1E1E1E, #0F1D45);
  mask: linear-gradient(to right, black 60%, rgba(0, 0, 0, 0) 100%);
}

@media (max-width: 980px) {
  .inner-header {
    background-size: cover;
    background-position: center;
  }
}

@media (max-width: 768px) {
  .inner-header {
    background-image: none !important;
  }
}

.brand-logo-watermark-img {
  position: absolute;
  bottom: 50%;
  right: 20%;
  transform: translateY(50%);
  width: 250px;
  height: auto;
  padding: 20px;
  z-index: 3;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 15px 35px rgba(30, 30, 30, 0.2);
}

@media (max-width: 1600px) {
  .brand-logo-watermark-img {
    right: 10%;
  }
}

@media (max-width: 1280px) {
  .brand-logo-watermark-img {
    right: 5%;
    width: 200px;
  }
}

@media (max-width: 1100px) {
  .brand-logo-watermark-img {
    display: none;
  }
}

.page-layout {
  display: flex;
  gap: 40px;
  width: 100%;
  align-items: flex-start;
  position: relative;
}

@media (max-width: 980px) {
  .page-layout {
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .page-layout {
    flex-direction: column;
    gap: 20px;
  }
}

@media (max-width: 480px) {
  .page-layout {
    flex-direction: column;
    gap: 10px;
  }
}

.page-content {
  flex: 1 1 0;
  min-width: 0;
}

.page-content:only-child {
  flex: 1 1 100%;
  max-width: 100%;
}

@media (max-width: 768px) {
  .page-content {
    max-width: 100%;
    order: 0;
  }
}

@media (max-width: 480px) {
  .page-content {
    flex: 0 0 100%;
    max-width: 100%;
    order: 0;
  }
}

.page-sidebar {
  flex: 0 0 25%;
  max-width: 25%;
  min-width: 0;
  align-self: flex-start;
  height: 100%;
}

@media (max-width: 768px) {
  .page-sidebar {
    flex: 0 0 100%;
    max-width: 100%;
    display: contents;
  }
}

@media (max-width: 480px) {
  .page-sidebar {
    flex: 0 0 100%;
    max-width: 100%;
    display: contents;
  }
}

.sidebar-widgets {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: sticky;
  top: calc(92px + 20px);
  align-self: flex-start;
  width: 100%;
  max-height: calc(100vh - 92px - 20px * 2);
  overflow: hidden;
  scrollbar-width: thin;
  scrollbar-color: rgba(30, 30, 30, 0.2) transparent;
}

.sidebar-widgets::-webkit-scrollbar {
  width: 6px;
}

.sidebar-widgets::-webkit-scrollbar-track {
  background: transparent;
}

.sidebar-widgets::-webkit-scrollbar-thumb {
  background-color: rgba(30, 30, 30, 0.2);
  border-radius: 3px;
  transition: background-color 0.2s ease;
}

.sidebar-widgets::-webkit-scrollbar-thumb:hover {
  background-color: rgba(30, 30, 30, 0.4);
}

@media (max-width: 768px) {
  .sidebar-widgets {
    position: relative;
    top: 0;
    max-height: none;
    display: contents;
  }
}

@media (max-width: 480px) {
  .sidebar-widgets {
    position: relative;
    top: 0;
    max-height: none;
    display: contents;
  }
}

.sidebar-widget {
  background: #f8f9fa;
  border-radius: 5px;
  padding: clamp(10px, 1.25vw, 20px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  .sidebar-widget {
    order: 1;
  }
}

@media (max-width: 480px) {
  .sidebar-widget {
    order: 1;
  }
}

.sidebar-widget__title {
  font-size: clamp(18px, 1.5vw, 24px);
  line-height: clamp(calc(18px + 12px), 1.5vw, calc(24px + 8px));
  color: #1E1E1E;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.sidebar-widget__text {
  color: #1E1E1E;
  font-size: clamp(12px, 1.25vw, 16px);
  line-height: clamp(calc(12px + 12px), 1.25vw, calc(16px + 12px));
  position: relative;
  z-index: 1;
  opacity: 0.8;
}

.sidebar-widget__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1;
}

.sidebar-widget__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-widget__list li {
  margin-bottom: 10px;
}

.sidebar-widget__list li:last-child {
  margin-bottom: 0;
}

.sidebar-widget__list li a {
  color: #1E1E1E;
  text-decoration: none;
  transition: color 200ms ease;
  display: block;
  padding: 5px 0;
  border-bottom: 1px solid transparent;
}

.sidebar-widget__list li a:hover, .sidebar-widget__list li a:focus-visible {
  color: #D91A24;
  border-bottom-color: #D91A24;
}

.sidebar-widget__list li a.active {
  color: #D91A24;
  font-weight: 600;
  border-bottom-color: #D91A24;
}

.sidebar-widget__content p {
  margin-bottom: 10px;
}

.sidebar-widget__content p:last-child {
  margin-bottom: 0;
}

.sidebar-widget__content p strong {
  display: block;
  margin-bottom: 5px;
  color: #1E1E1E;
}

.sidebar-widget__content p a {
  color: #D91A24;
  text-decoration: none;
}

.sidebar-widget__content p a:hover, .sidebar-widget__content p a:focus-visible {
  color: #B81728;
  text-decoration: underline;
}

.sidebar-widget--color-primary {
  background: #D91A24;
  position: relative;
}

.sidebar-widget--color-primary .sidebar-widget__title,
.sidebar-widget--color-primary .sidebar-widget__text {
  color: #FFFFFF;
}

.sidebar-widget--color-primary:before {
  content: "";
  position: absolute;
  top: 0;
  right: -100px;
  width: 200px;
  aspect-ratio: 1/1;
  background-image: url("/images/diaginal-lines-primary.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  mix-blend-mode: difference;
  opacity: 0.5;
}

.sidebar-widget--color-secondary {
  background: #2563EB;
}

.sidebar-widget--color-secondary .sidebar-widget__title,
.sidebar-widget--color-secondary .sidebar-widget__text {
  color: #FFFFFF;
}

.sidebar-widget--color-tertiary {
  background: #F59E0B;
}

.sidebar-widget--color-tertiary .sidebar-widget__title,
.sidebar-widget--color-tertiary .sidebar-widget__text {
  color: #1E1E1E;
}

@media (max-width: 980px) {
  .sidebar-widget__title {
    font-size: clamp(12px, 4vw, 18px);
    line-height: clamp(calc(12px + 12px), 4vw, calc(18px + 12px));
  }
}

@media (max-width: 768px) {
  .sidebar-widget--feedback {
    order: -1;
    position: sticky;
    top: calc(92px + 10px);
    z-index: 5;
  }
}

@media (max-width: 480px) {
  .sidebar-widget--feedback {
    order: -1;
    position: sticky;
    top: calc(72px + 10px);
    z-index: 5;
    width: 100dvw;
    margin-left: -26px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(20px) saturate(180%);
  }
}

.sidebar-widget--feedback .feedback-progress {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 10px;
  position: relative;
}

.sidebar-widget--feedback .feedback-progress__inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sidebar-widget--feedback .feedback-progress__label-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}

@media (max-width: 480px) {
  .sidebar-widget--feedback .feedback-progress__label-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}

.sidebar-widget--feedback .feedback-progress__text {
  margin: 0;
  font-size: 16px;
  line-height: calc(16px + 12px);
  opacity: 0.9;
}

.sidebar-widget--feedback .feedback-progress__text strong {
  display: inline-block;
  margin-right: 5px;
}

.sidebar-widget--feedback .feedback-progress__text span {
  margin-left: 5px;
}

.sidebar-widget--feedback .feedback-progress__step-text {
  margin: 0;
  font-size: 16px;
  line-height: calc(16px + 12px);
  font-weight: 600;
  color: #6B6B6B;
  white-space: nowrap;
}

.sidebar-widget--feedback .feedback-progress__bar {
  width: 100%;
  height: 8px;
  border-radius: 999px;
  background: #E0E0E0;
  overflow: hidden;
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
}

.sidebar-widget--feedback .feedback-progress__bar-fill {
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: #4CAF50;
  transition: width 200ms ease;
}

.sidebar-widget--feedback .feedback-progress__steps {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
}

.sidebar-widget--feedback .feedback-progress__step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: rgba(30, 30, 30, 0.75);
  font-size: 0;
}

.sidebar-widget--feedback .feedback-progress__step::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #E0E0E0;
  box-shadow: inset 0 0 0 1px #E0E0E0;
}

.sidebar-widget--feedback .feedback-progress__step::after {
  content: attr(data-step-label);
  display: block;
  font-size: 10px;
  line-height: calc(12px + 12px);
  white-space: nowrap;
  position: absolute;
  bottom: -22px;
}

.sidebar-widget--feedback .feedback-progress__step.is-active::before {
  background: #A3A3A3;
  box-shadow: inset 0 0 0 1px transparent;
}

.sidebar-widget--feedback .feedback-progress__step.is-active::after {
  color: #A3A3A3;
  font-weight: 600;
}

.sidebar-widget--feedback .feedback-progress__step.is-complete::before {
  background: #4CAF50;
  box-shadow: none;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  content: "✔";
}

.sidebar-widget--feedback .feedback-progress__step.is-complete::after {
  color: #4CAF50;
  font-weight: 600;
}

.sidebar-widget--feedback .feedback-progress__step.is-partial:not(.is-complete)::before {
  background: #E0E0E0;
  box-shadow: inset 0 0 0 2px #4CAF50;
}

.sidebar-widget--feedback .feedback-progress__step.is-partial:not(.is-complete)::after {
  color: #4CAF50;
  font-weight: 500;
}

.sidebar-widget--toc {
  position: relative;
  padding: 10px 20px;
  gap: 0;
  background: transparent;
}

.sidebar-widget--toc .sidebar-widget__toc-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  touch-action: manipulation;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.sidebar-widget--toc .sidebar-widget__toc-toggle:focus-visible {
  outline: 2px solid #D91A24;
  outline-offset: 2px;
}

.sidebar-widget--toc .sidebar-widget__toc-toggle:hover .sidebar-widget__title {
  color: #D91A24;
}

.sidebar-widget--toc .sidebar-widget__toc-toggle .sidebar-widget__title {
  margin: 0;
  flex: 1;
  transition: color 0.2s ease;
  font-size: 1rem;
  line-height: calc(12px + 12px);
  font-weight: 600;
}

.sidebar-widget--toc .sidebar-widget__toc-toggle .sidebar-widget__toc-icon {
  display: block;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  color: #1E1E1E;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidebar-widget--toc .sidebar-widget__toc-toggle .sidebar-widget__toc-icon svg {
  width: 100%;
  height: 100%;
}

.sidebar-widget--toc .sidebar-widget__toc-toggle[aria-expanded="true"] .sidebar-widget__toc-icon {
  transform: rotate(180deg);
}

.sidebar-widget--toc .sidebar-widget__toc-content {
  display: none;
  margin-top: 0;
  max-height: 255px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: rgba(30, 30, 30, 0.2) transparent;
}

.sidebar-widget--toc .sidebar-widget__toc-content.is-open {
  display: block;
}

.sidebar-widget--toc .sidebar-widget__toc-content nav ul,
.sidebar-widget--toc .sidebar-widget__toc-content #TableOfContents ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}

.sidebar-widget--toc .sidebar-widget__toc-content nav ul li,
.sidebar-widget--toc .sidebar-widget__toc-content #TableOfContents ul li {
  margin-bottom: 0;
  position: relative;
}

.sidebar-widget--toc .sidebar-widget__toc-content nav ul li a,
.sidebar-widget--toc .sidebar-widget__toc-content #TableOfContents ul li a {
  color: #6B6B6B;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.4;
  display: block;
  padding: 5px 10px;
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sidebar-widget--toc .sidebar-widget__toc-content nav ul li a:hover,
.sidebar-widget--toc .sidebar-widget__toc-content #TableOfContents ul li a:hover {
  color: #D91A24;
  background: rgba(217, 26, 36, 0.05);
  transform: translateX(4px);
}

.sidebar-widget--toc .sidebar-widget__toc-content nav ul li a:hover::before,
.sidebar-widget--toc .sidebar-widget__toc-content #TableOfContents ul li a:hover::before {
  transform: translateY(-50%) scaleY(1);
  height: 60%;
}

.sidebar-widget--toc .sidebar-widget__toc-content nav ul li a:focus-visible,
.sidebar-widget--toc .sidebar-widget__toc-content #TableOfContents ul li a:focus-visible {
  outline: 2px solid #D91A24;
  outline-offset: -2px;
  border-radius: 5px;
  color: #D91A24;
}

.sidebar-widget--toc .sidebar-widget__toc-content nav ul li a:active,
.sidebar-widget--toc .sidebar-widget__toc-content #TableOfContents ul li a:active {
  transform: translateX(2px);
}

.sidebar-widget--toc .sidebar-widget__toc-content nav ul li a.active, .sidebar-widget--toc .sidebar-widget__toc-content nav ul li a[aria-current="true"],
.sidebar-widget--toc .sidebar-widget__toc-content #TableOfContents ul li a.active,
.sidebar-widget--toc .sidebar-widget__toc-content #TableOfContents ul li a[aria-current="true"] {
  color: #D91A24;
  background: rgba(217, 26, 36, 0.08);
  font-weight: 600;
  transform: translateX(4px);
}

.sidebar-widget--toc .sidebar-widget__toc-content nav ul li a.active::before, .sidebar-widget--toc .sidebar-widget__toc-content nav ul li a[aria-current="true"]::before,
.sidebar-widget--toc .sidebar-widget__toc-content #TableOfContents ul li a.active::before,
.sidebar-widget--toc .sidebar-widget__toc-content #TableOfContents ul li a[aria-current="true"]::before {
  transform: translateY(-50%) scaleY(1);
  height: 80%;
}

.sidebar-widget--toc .sidebar-widget__toc-content nav ul ul,
.sidebar-widget--toc .sidebar-widget__toc-content #TableOfContents ul ul {
  margin-left: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 10px;
  position: relative;
}

.sidebar-widget--toc .sidebar-widget__toc-content nav ul ul::before,
.sidebar-widget--toc .sidebar-widget__toc-content #TableOfContents ul ul::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(0, 0, 0, 0.1);
}

.sidebar-widget--toc .sidebar-widget__toc-content nav ul ul li,
.sidebar-widget--toc .sidebar-widget__toc-content #TableOfContents ul ul li {
  margin-bottom: 5px;
  position: relative;
}

.sidebar-widget--toc .sidebar-widget__toc-content nav ul ul li a,
.sidebar-widget--toc .sidebar-widget__toc-content #TableOfContents ul ul li a {
  padding-left: 10px;
  font-size: 12px;
  color: #6B6B6B;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sidebar-widget--toc .sidebar-widget__toc-content nav ul ul li a::before,
.sidebar-widget--toc .sidebar-widget__toc-content #TableOfContents ul ul li a::before {
  left: 10px;
}

.sidebar-widget--toc .sidebar-widget__toc-content nav ul ul li a:hover,
.sidebar-widget--toc .sidebar-widget__toc-content #TableOfContents ul ul li a:hover {
  color: #D91A24;
  background: rgba(217, 26, 36, 0.05);
}

.sidebar-widget--toc .sidebar-widget__toc-content nav ul ul li a.active, .sidebar-widget--toc .sidebar-widget__toc-content nav ul ul li a[aria-current="true"],
.sidebar-widget--toc .sidebar-widget__toc-content #TableOfContents ul ul li a.active,
.sidebar-widget--toc .sidebar-widget__toc-content #TableOfContents ul ul li a[aria-current="true"] {
  color: #D91A24;
  background: rgba(217, 26, 36, 0.08);
  font-weight: 500;
}

.sidebar-widget--toc .sidebar-widget__toc-content nav ul ul li ul,
.sidebar-widget--toc .sidebar-widget__toc-content #TableOfContents ul ul li ul {
  margin-left: 0;
  padding-left: 10px;
}

.sidebar-widget--toc .sidebar-widget__toc-content nav ul ul li ul li a,
.sidebar-widget--toc .sidebar-widget__toc-content #TableOfContents ul ul li ul li a {
  padding-left: 20px;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 768px) {
  .sidebar-widget--toc {
    order: -1;
    width: 100%;
    margin-bottom: 20px;
  }
  .sidebar-widget--toc .sidebar-widget__toc-toggle {
    padding: 5px 0;
    margin-bottom: 5px;
  }
  .sidebar-widget--toc .sidebar-widget__toc-content {
    margin-top: 0;
    padding-top: 5px;
    animation: slideDown 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media (max-width: 480px) {
  .sidebar-widget--toc {
    order: -1;
    width: 100%;
    margin-bottom: 10px;
  }
  .sidebar-widget--toc .sidebar-widget__toc-toggle {
    padding: 5px 0;
    margin-bottom: 5px;
  }
  .sidebar-widget--toc .sidebar-widget__toc-content {
    margin-top: 0;
    padding-top: 5px;
    animation: slideDown 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .sidebar-widget--toc .sidebar-widget__toc-content nav ul li a,
.sidebar-widget--toc .sidebar-widget__toc-content #TableOfContents ul li a {
    padding: 5px 10px;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .sidebar-widget--toc .sidebar-widget__toc-content nav ul,
.sidebar-widget--toc .sidebar-widget__toc-content #TableOfContents ul {
    margin-left: 5px;
    padding-left: 10px;
  }
  .sidebar-widget--toc .sidebar-widget__toc-content nav ul li a,
.sidebar-widget--toc .sidebar-widget__toc-content #TableOfContents ul li a {
    padding-left: 10px;
  }
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.sidebar-widget--coupons .coupon-widget {
  display: flex;
  flex-direction: column;
  background: transparent;
  gap: 0;
  text-align: left;
}

.sidebar-widget--coupons .coupon-widget__eyebrow {
  margin: 0;
  text-align: left;
  font-size: 12px;
}

.sidebar-widget--coupons .coupon-widget__title {
  font-size: 18px;
  line-height: calc(18px + 12px);
  color: #D91A24;
  font-weight: 700;
  margin: 0;
}

.sidebar-widget--coupons .coupon-widget__qr {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  min-height: 170px;
}

.sidebar-widget--coupons .coupon-widget__qr .qr-code {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.sidebar-widget--coupons .coupon-widget__qr .qr-code img {
  max-width: 100%;
  height: auto;
}

.sidebar-widget--coupons .coupon-widget__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 10px 0;
}

.sidebar-widget--coupons .coupon-widget__fineprint {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: space-between;
}

.sidebar-widget--coupons .coupon-widget__fineprint a {
  margin: 0;
  font-size: 12px;
  color: #6B6B6B;
  line-height: calc(12px + 12px);
}

.sidebar-widget--coupons .coupon-widget__fineprint a:hover, .sidebar-widget--coupons .coupon-widget__fineprint a:focus-visible {
  color: #D91A24;
  text-decoration: underline;
}

.sidebar-widget--coupons .coupon-widget__fineprint p {
  margin: 0;
  font-size: 12px;
  color: #6B6B6B;
  line-height: calc(12px + 12px);
}

@media (max-width: 980px) {
  .sidebar-widget--coupons .coupon-widget__fineprint {
    flex-direction: column;
    gap: 5px;
    text-align: center;
  }
}

.sidebar-widget--vip {
  background: linear-gradient(135deg, rgba(217, 26, 36, 0.06), rgba(37, 99, 235, 0.04));
  border-style: dashed;
  border-color: rgba(217, 26, 36, 0.2);
}

.sidebar-widget--vip .sidebar-widget__eyebrow {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #D91A24;
  margin: 0 0 5px;
}

.sidebar-widget--vip .sidebar-widget__title {
  font-size: 18px;
  line-height: calc(18px + 12px);
}

.sidebar-widget--vip .sidebar-widget__list--benefits {
  margin-top: 5px;
  padding-left: 20px;
}

.sidebar-widget--vip .sidebar-widget__list--benefits li {
  list-style: disc;
  font-size: 12px;
  line-height: calc(12px + 12px);
  color: #6B6B6B;
}

.sidebar-widget--vip .sidebar-widget__fineprint {
  margin: 0;
  font-size: 10px;
  color: #6B6B6B;
  opacity: 0.9;
}

.section {
  display: flex;
  flex-direction: column;
  gap: 40px;
  overflow: visible;
  padding-block: clamp(40px, 6vw, 60px);
  padding-inline: clamp(10px, 4vw, 20px);
}

@media (max-width: 480px) {
  .section {
    gap: 20px;
  }
}

.section--alt {
  background: #ffffff;
}

.section--primary {
  background: #D91A24;
}

.section--primary-dark {
  background: #B81728;
  color: #FFFFFF;
}

.section--primary-darker {
  background: #8B1528;
  color: #FFFFFF;
}

.section--secondary {
  background: #2563EB;
}

.section--secondary-dark {
  background: #1E40AF;
}

.section--secondary-darker {
  background: #1E3A8A;
  color: #FFFFFF;
}

.section--secondary-darkest {
  background: #0F1D45;
  color: #FFFFFF;
}

.section--tertiary {
  background: #F59E0B;
}

.section--tertiary-dark {
  background: #B45309;
  color: #FFFFFF;
}

.section--tertiary-darker {
  background: #92400E;
  color: #FFFFFF;
}

.section--off-white {
  background: #F8F8F8;
}

.section--no-padding-top {
  padding-top: 0;
}

.section--no-padding-bottom {
  padding-bottom: 0;
}

.section-image {
  flex: 1;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .section-image {
    flex: 1 1 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .section-image {
    margin-bottom: 10px;
  }
}

.section-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-image--rounded img {
  border-radius: 20px;
}

.section-image--mask-diagonal-left img {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 120px 100%);
  position: absolute;
  transform: scale(1.2);
}

@media (max-width: 768px) {
  .section-image--mask-diagonal-left img {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

.section-image--fade-left {
  position: relative;
}

.section-image--fade-left img {
  position: absolute;
  transform: scale(1.25);
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-mask-image: linear-gradient(to right, transparent 10%, rgba(0, 0, 0, 0) 0%, black 20%);
  mask-image: linear-gradient(to right, transparent 10%, rgba(0, 0, 0, 0) 0%, black 20%);
}

@media (max-width: 768px) {
  .section-image--fade-left img {
    -webkit-mask-image: linear-gradient(to bottom, transparent 10%, rgba(0, 0, 0, 0) 0%, black 20%);
    mask-image: linear-gradient(to bottom, transparent 10%, rgba(0, 0, 0, 0) 0%, black 20%);
  }
}

.section-image--mask-diagonal-bottom {
  min-height: clamp(420px, 60vh, 600px);
}

.section-image--mask-diagonal-bottom img {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 120px), 0 100%);
  position: absolute;
  transform: scale(1);
}

@media (max-width: 768px) {
  .section-image--mask-diagonal-bottom img {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

.section-image--fade-bottom {
  position: relative;
}

.section-image--fade-bottom img {
  position: absolute;
  transform: scale(1.25);
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-mask-image: linear-gradient(to bottom, black 0%, black 70%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 0%, black 70%, transparent 100%);
}

.section-image--margin-20 {
  margin: 20px;
}

@media (max-width: 480px) {
  .section-image--margin-20 {
    margin: 10px;
  }
}

.section-image--margin-40 {
  margin: 40px;
}

@media (max-width: 768px) {
  .section-image--margin-40 {
    margin: 20px;
  }
}

@media (max-width: 480px) {
  .section-image--margin-40 {
    margin: 10px;
  }
}

.section-image--margin-60 {
  margin: 60px;
}

@media (max-width: 768px) {
  .section-image--margin-60 {
    margin: 40px;
  }
}

@media (max-width: 480px) {
  .section-image--margin-60 {
    margin: 20px;
  }
}

.section-image--margin-80 {
  margin: 80px;
}

@media (max-width: 980px) {
  .section-image--margin-80 {
    margin: 60px;
  }
}

@media (max-width: 768px) {
  .section-image--margin-80 {
    margin: 40px;
  }
}

@media (max-width: 480px) {
  .section-image--margin-80 {
    margin: 20px;
  }
}

.section-image--margin-ends-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .section-image--margin-ends-20 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.section-image--margin-ends-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .section-image--margin-ends-40 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .section-image--margin-ends-40 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.section-image--margin-ends-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .section-image--margin-ends-60 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media (max-width: 480px) {
  .section-image--margin-ends-60 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.section-image--margin-ends-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

@media (max-width: 980px) {
  .section-image--margin-ends-80 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

@media (max-width: 768px) {
  .section-image--margin-ends-80 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media (max-width: 480px) {
  .section-image--margin-ends-80 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.section-image--margin-sides-20 {
  margin-left: 20px;
  margin-right: 20px;
}

@media (max-width: 768px) {
  .section-image--margin-sides-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 480px) {
  .section-image--margin-sides-20 {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.section-image--margin-sides-40 {
  margin-left: 40px;
  margin-right: 40px;
}

@media (max-width: 768px) {
  .section-image--margin-sides-40 {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 480px) {
  .section-image--margin-sides-40 {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.section-image--margin-sides-60 {
  margin-left: 60px;
  margin-right: 60px;
}

@media (max-width: 768px) {
  .section-image--margin-sides-60 {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 480px) {
  .section-image--margin-sides-60 {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.section-image--margin-sides-80 {
  margin-left: 80px;
  margin-right: 80px;
}

@media (max-width: 768px) {
  .section-image--margin-sides-80 {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 480px) {
  .section-image--margin-sides-80 {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.section-image--margin-sides-left-20 {
  margin-left: 20px;
}

@media (max-width: 768px) {
  .section-image--margin-sides-left-20 {
    margin-left: 20px;
  }
}

@media (max-width: 480px) {
  .section-image--margin-sides-left-20 {
    margin-left: 10px;
  }
}

.section-image--margin-sides-left-40 {
  margin-left: 40px;
}

@media (max-width: 768px) {
  .section-image--margin-sides-left-40 {
    margin-left: 20px;
  }
}

@media (max-width: 480px) {
  .section-image--margin-sides-left-40 {
    margin-left: 10px;
  }
}

.section-image--margin-sides-left-60 {
  margin-left: 60px;
}

@media (max-width: 768px) {
  .section-image--margin-sides-left-60 {
    margin-left: 20px;
  }
}

@media (max-width: 480px) {
  .section-image--margin-sides-left-60 {
    margin-left: 10px;
  }
}

.section-image--margin-sides-left-80 {
  margin-left: 80px;
}

@media (max-width: 768px) {
  .section-image--margin-sides-left-80 {
    margin-left: 20px;
  }
}

@media (max-width: 480px) {
  .section-image--margin-sides-left-80 {
    margin-left: 10px;
  }
}

.section-image--margin-sides-right-20 {
  margin-right: 20px;
}

@media (max-width: 768px) {
  .section-image--margin-sides-right-20 {
    margin-right: 20px;
  }
}

@media (max-width: 480px) {
  .section-image--margin-sides-right-20 {
    margin-right: 10px;
  }
}

.section-image--margin-sides-right-40 {
  margin-right: 40px;
}

@media (max-width: 768px) {
  .section-image--margin-sides-right-40 {
    margin-right: 20px;
  }
}

@media (max-width: 480px) {
  .section-image--margin-sides-right-40 {
    margin-right: 10px;
  }
}

.section-image--margin-sides-right-60 {
  margin-right: 60px;
}

@media (max-width: 768px) {
  .section-image--margin-sides-right-60 {
    margin-right: 20px;
  }
}

@media (max-width: 480px) {
  .section-image--margin-sides-right-60 {
    margin-right: 10px;
  }
}

.section-image--margin-sides-right-80 {
  margin-right: 80px;
}

@media (max-width: 768px) {
  .section-image--margin-sides-right-80 {
    margin-right: 20px;
  }
}

@media (max-width: 480px) {
  .section-image--margin-sides-right-80 {
    margin-right: 10px;
  }
}

.section-image--xl-offset {
  position: relative;
}

@media (max-width: 1280px) {
  .section-image--xl-offset {
    min-height: 400px;
  }
}

@media (max-width: 980px) {
  .section-image--xl-offset {
    min-height: 300px;
  }
}

@media (max-width: 480px) {
  .section-image--xl-offset {
    min-height: 200px;
  }
}

.section-image--xl-offset img {
  object-fit: contain;
  position: absolute;
  top: 80px;
  transform: scale(1.4) translateX(-40px);
}

@media (max-width: 1700px) {
  .section-image--xl-offset img {
    transform: scale(1.2) translateX(0);
  }
}

@media (max-width: 1400px) {
  .section-image--xl-offset img {
    transform: scale(1.2) translateX(20px);
  }
}

@media (max-width: 1280px) {
  .section-image--xl-offset img {
    position: absolute;
    width: 50%;
    left: 60%;
    transform: scale(1.4) translateX(-50%);
  }
}

@media (max-width: 768px) {
  .section-image--xl-offset img {
    width: 100%;
    left: 70%;
  }
}

@media (max-width: 1280px) {
  .img-large-a {
    top: 0;
    object-fit: contain;
  }
}

.section-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px 0;
}

@media (max-width: 768px) {
  .section-content {
    gap: 10px;
    padding: 10px 0;
  }
}

@media (max-width: 480px) {
  .section-content {
    gap: 10px;
    padding: 0;
  }
}

.section-content--center {
  text-align: center;
}

.section-content--margin-20 {
  margin: 20px;
}

@media (max-width: 480px) {
  .section-content--margin-20 {
    margin: 10px;
  }
}

.section-content--margin-40 {
  margin: 40px;
}

@media (max-width: 768px) {
  .section-content--margin-40 {
    margin: 20px;
  }
}

@media (max-width: 480px) {
  .section-content--margin-40 {
    margin: 10px;
  }
}

.section-content--margin-60 {
  margin: 60px;
}

@media (max-width: 768px) {
  .section-content--margin-60 {
    margin: 40px;
  }
}

@media (max-width: 480px) {
  .section-content--margin-60 {
    margin: 20px;
  }
}

.section-content--margin-80 {
  margin: 80px;
}

@media (max-width: 980px) {
  .section-content--margin-80 {
    margin: 60px;
  }
}

@media (max-width: 768px) {
  .section-content--margin-80 {
    margin: 40px;
  }
}

@media (max-width: 480px) {
  .section-content--margin-80 {
    margin: 20px;
  }
}

.section-content--margin-ends-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .section-content--margin-ends-20 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.section-content--margin-ends-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .section-content--margin-ends-40 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .section-content--margin-ends-40 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.section-content--margin-ends-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .section-content--margin-ends-60 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media (max-width: 480px) {
  .section-content--margin-ends-60 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.section-content--margin-ends-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

@media (max-width: 980px) {
  .section-content--margin-ends-80 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

@media (max-width: 768px) {
  .section-content--margin-ends-80 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media (max-width: 480px) {
  .section-content--margin-ends-80 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.section-content--margin-sides-20 {
  margin-left: 20px;
  margin-right: 20px;
}

@media (max-width: 768px) {
  .section-content--margin-sides-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 480px) {
  .section-content--margin-sides-20 {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.section-content--margin-sides-40 {
  margin-left: 40px;
  margin-right: 40px;
}

@media (max-width: 768px) {
  .section-content--margin-sides-40 {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 480px) {
  .section-content--margin-sides-40 {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.section-content--margin-sides-60 {
  margin-left: 60px;
  margin-right: 60px;
}

@media (max-width: 768px) {
  .section-content--margin-sides-60 {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 480px) {
  .section-content--margin-sides-60 {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.section-content--margin-sides-80 {
  margin-left: 80px;
  margin-right: 80px;
}

@media (max-width: 768px) {
  .section-content--margin-sides-80 {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 480px) {
  .section-content--margin-sides-80 {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.section-content--margin-sides-left-20 {
  margin-left: 20px;
}

@media (max-width: 768px) {
  .section-content--margin-sides-left-20 {
    margin-left: 20px;
  }
}

@media (max-width: 480px) {
  .section-content--margin-sides-left-20 {
    margin-left: 10px;
  }
}

.section-content--margin-sides-left-40 {
  margin-left: 40px;
}

@media (max-width: 768px) {
  .section-content--margin-sides-left-40 {
    margin-left: 20px;
  }
}

@media (max-width: 480px) {
  .section-content--margin-sides-left-40 {
    margin-left: 10px;
  }
}

.section-content--margin-sides-left-60 {
  margin-left: 60px;
}

@media (max-width: 768px) {
  .section-content--margin-sides-left-60 {
    margin-left: 20px;
  }
}

@media (max-width: 480px) {
  .section-content--margin-sides-left-60 {
    margin-left: 10px;
  }
}

.section-content--margin-sides-left-80 {
  margin-left: 80px;
}

@media (max-width: 768px) {
  .section-content--margin-sides-left-80 {
    margin-left: 20px;
  }
}

@media (max-width: 480px) {
  .section-content--margin-sides-left-80 {
    margin-left: 10px;
  }
}

.section-content--margin-sides-right-20 {
  margin-right: 20px;
}

@media (max-width: 768px) {
  .section-content--margin-sides-right-20 {
    margin-right: 20px;
  }
}

@media (max-width: 480px) {
  .section-content--margin-sides-right-20 {
    margin-right: 10px;
  }
}

.section-content--margin-sides-right-40 {
  margin-right: 40px;
}

@media (max-width: 768px) {
  .section-content--margin-sides-right-40 {
    margin-right: 20px;
  }
}

@media (max-width: 480px) {
  .section-content--margin-sides-right-40 {
    margin-right: 10px;
  }
}

.section-content--margin-sides-right-60 {
  margin-right: 60px;
}

@media (max-width: 768px) {
  .section-content--margin-sides-right-60 {
    margin-right: 20px;
  }
}

@media (max-width: 480px) {
  .section-content--margin-sides-right-60 {
    margin-right: 10px;
  }
}

.section-content--margin-sides-right-80 {
  margin-right: 80px;
}

@media (max-width: 768px) {
  .section-content--margin-sides-right-80 {
    margin-right: 20px;
  }
}

@media (max-width: 480px) {
  .section-content--margin-sides-right-80 {
    margin-right: 10px;
  }
}

.prose .section-content {
  padding: 0;
}

section h1,
article h1,
nav h1,
aside h1 {
  font-size: inherit;
}

.section-header {
  font-family: "Roboto", "Roboto", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 36px;
  line-height: calc(36px + 8px);
  font-weight: 900;
  margin: 0;
  text-align: center;
  text-wrap: balance;
}

@media (max-width: 980px) {
  .section-header {
    font-size: clamp(24px, 4vw, 36px);
  }
}

@media (max-width: 768px) {
  .section-header {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .section-header {
    font-size: clamp(22px, 7vw, 24px);
    line-height: 1.15;
  }
}

.section-title {
  font-family: "Roboto", "Roboto", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 36px;
  line-height: calc(36px + 8px);
  margin: 0;
  font-weight: 600;
}

.section-title--color-white {
  color: #FFFFFF;
}

.section-title--color-primary {
  color: #D91A24;
}

.section-title--color-secondary {
  color: #2563EB;
}

.section-title--color-secondary-dark {
  color: #1E40AF;
}

.section-title--color-secondary-darker {
  color: #1E3A8A;
}

.section-title--color-secondary-darkest {
  color: #0F1D45;
}

.section-title--color-tertiary {
  color: #F59E0B;
}

.section-title--size-xs {
  font-size: 18px;
  line-height: calc(18px + 12px);
  font-weight: 600;
}

@media (max-width: 480px) {
  .section-title--size-xs {
    font-size: 16px;
    line-height: calc(16px + 12px);
  }
}

.section-title--size-sm {
  font-size: 24px;
  line-height: calc(24px + 8px);
  font-weight: 400;
}

@media (max-width: 480px) {
  .section-title--size-sm {
    font-size: clamp(18px, 4vw, 24px);
  }
}

.section-title--size-md {
  font-size: 36px;
  line-height: calc(36px + 8px);
}

@media (max-width: 980px) {
  .section-title--size-md {
    font-size: clamp(24px, 4vw, 36px);
  }
}

@media (max-width: 768px) {
  .section-title--size-md {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .section-title--size-md {
    font-size: clamp(20px, 5vw, 24px);
  }
}

.section-title--size-lg {
  font-size: 48px;
  line-height: calc(48px + 8px);
}

@media (max-width: 980px) {
  .section-title--size-lg {
    font-size: clamp(36px, 4vw, 48px);
  }
}

@media (max-width: 768px) {
  .section-title--size-lg {
    font-size: 36px;
  }
}

@media (max-width: 480px) {
  .section-title--size-lg {
    font-size: clamp(24px, 5vw, 36px);
  }
}

.section-copy {
  font-size: 16px;
  line-height: calc(16px + 12px);
  margin: 0;
}

.section-copy--size-sm {
  font-size: 12px;
  line-height: calc(12px + 12px);
}

.section-copy--size-lg {
  font-size: 18px;
  line-height: calc(18px + 12px);
}

@media (max-width: 480px) {
  .section-copy--size-lg {
    font-size: 16px;
    line-height: calc(16px + 12px);
  }
}

.img-offset-left-20 {
  left: -20px;
}

@media (max-width: 1280px) {
  .img-offset-left-20 {
    left: 0;
  }
}

.img-offset-left-40 {
  left: -40px;
}

@media (max-width: 1280px) {
  .img-offset-left-40 {
    left: 0;
  }
}

.img-offset-left-60 {
  left: -60px;
}

@media (max-width: 1280px) {
  .img-offset-left-60 {
    left: 0;
  }
}

.img-offset-left-80 {
  left: -80px;
}

@media (max-width: 1280px) {
  .img-offset-left-80 {
    left: 0;
  }
}

.shadow-sm {
  filter: drop-shadow(0 2px 10px rgba(30, 58, 138, 0.5));
}

@media (max-width: 480px) {
  .shadow-sm {
    filter: drop-shadow(0 1px 5px rgba(30, 58, 138, 0.3));
  }
}

.shadow-md {
  filter: drop-shadow(0 10px 20px rgba(30, 58, 138, 0.5));
}

@media (max-width: 768px) {
  .shadow-md {
    filter: drop-shadow(0 5px 15px rgba(30, 58, 138, 0.4));
  }
}

@media (max-width: 480px) {
  .shadow-md {
    filter: drop-shadow(0 2px 8px rgba(30, 58, 138, 0.3));
  }
}

.shadow-lg {
  filter: drop-shadow(0 20px 40px rgba(30, 58, 138, 0.5));
}

@media (max-width: 980px) {
  .shadow-lg {
    filter: drop-shadow(0 15px 30px rgba(30, 58, 138, 0.4));
  }
}

@media (max-width: 768px) {
  .shadow-lg {
    filter: drop-shadow(0 10px 20px rgba(30, 58, 138, 0.4));
  }
}

@media (max-width: 480px) {
  .shadow-lg {
    filter: drop-shadow(0 5px 15px rgba(30, 58, 138, 0.3));
  }
}

.shadow-xl {
  filter: drop-shadow(0 30px 50px rgba(30, 58, 138, 0.5));
}

@media (max-width: 980px) {
  .shadow-xl {
    filter: drop-shadow(0 20px 40px rgba(30, 58, 138, 0.4));
  }
}

@media (max-width: 768px) {
  .shadow-xl {
    filter: drop-shadow(0 15px 30px rgba(30, 58, 138, 0.4));
  }
}

@media (max-width: 480px) {
  .shadow-xl {
    filter: drop-shadow(0 8px 20px rgba(30, 58, 138, 0.3));
  }
}

.icon-sm {
  width: calc(16px * 4);
  height: calc(16px * 4);
}

@media (max-width: 480px) {
  .icon-sm {
    width: calc(16px * 3);
    height: calc(16px * 3);
  }
}

.icon-md {
  width: calc(20px * 4);
  height: calc(20px * 4);
}

@media (max-width: 768px) {
  .icon-md {
    width: calc(20px * 3.5);
    height: calc(20px * 3.5);
  }
}

@media (max-width: 480px) {
  .icon-md {
    width: calc(20px * 3);
    height: calc(20px * 3);
  }
}

.icon-lg {
  width: calc(24px * 4);
  height: calc(24px * 4);
}

@media (max-width: 980px) {
  .icon-lg {
    width: calc(24px * 3.5);
    height: calc(24px * 3.5);
  }
}

@media (max-width: 768px) {
  .icon-lg {
    width: calc(24px * 3);
    height: calc(24px * 3);
  }
}

@media (max-width: 480px) {
  .icon-lg {
    width: calc(24px * 2.5);
    height: calc(24px * 2.5);
  }
}

.feature-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
  gap: 40px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: #ffffff;
  color: #1E1E1E;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
}

.feature-box--title, .feature-box h2, .feature-box h3 {
  padding-left: 0;
  font-weight: 600;
}

.feature-box--title:after, .feature-box--title:before, .feature-box h2:after, .feature-box h2:before, .feature-box h3:after, .feature-box h3:before {
  display: none;
}

.feature-box--color-tertiary {
  background: #F59E0B;
  box-shadow: 0 20px 20px #fbd89e;
}

.feature-box--color-tertiary--title, .feature-box--color-tertiary h2, .feature-box--color-tertiary h3 {
  color: #1E3A8A;
}

.feature-box--color-white {
  background: #FFFFFF;
}

.feature-box--color-off-white {
  background: #F8F8F8;
  box-shadow: 0 20px 20px white;
}

.feature-box--color-dark-grey {
  background: #1E1E1E;
  color: #FFFFFF;
  box-shadow: 0 20px 20px #eaeaea;
}

.feature-box--color-primary {
  background: #D91A24;
  color: #FFFFFF;
  box-shadow: 0 20px 20px #f3999e;
}

.feature-box--color-primary--title, .feature-box--color-primary h2, .feature-box--color-primary h3 {
  color: #FFFFFF !important;
}

.feature-box--color-secondary {
  background: #2563EB;
  box-shadow: 0 20px 20px #b1c7f8;
  color: #FFFFFF;
}

.feature-box--color-secondary--title, .feature-box--color-secondary h2, .feature-box--color-secondary h3 {
  color: #F59E0B !important;
}

.feature-box--color-secondary-dark {
  background: #1E40AF;
  color: #FFFFFF;
  box-shadow: 0 20px 20px #a9baf0;
}

.feature-box--color-secondary-dark--title, .feature-box--color-secondary-dark h2, .feature-box--color-secondary-dark h3 {
  color: #F59E0B;
}

.feature-box--color-secondary-darker {
  background: #1E3A8A;
  color: #FFFFFF;
  box-shadow: 0 20px 20px #b8c6ef;
}

.feature-box--color-secondary-darker--title, .feature-box--color-secondary-darker h2, .feature-box--color-secondary-darker h3 {
  color: #F59E0B;
}

.feature-box--color-secondary-darkest {
  background: #0F1D45;
  color: #FFFFFF;
  box-shadow: 0 20px 20px #9cb0ea;
}

.feature-box--color-secondary-darkest--title, .feature-box--color-secondary-darkest h2, .feature-box--color-secondary-darkest h3 {
  color: #F59E0B;
}

.feature-box--color-tertiary-dark {
  background: #B45309;
  color: #FFFFFF;
}

.feature-box--color-tertiary-dark--title, .feature-box--color-tertiary-dark h2, .feature-box--color-tertiary-dark h3 {
  color: #1E3A8A;
}

.feature-box--color-tertiary-darker {
  background: #92400E;
  color: #FFFFFF;
}

.feature-box--color-tertiary-darker--title, .feature-box--color-tertiary-darker h2, .feature-box--color-tertiary-darker h3 {
  color: #1E3A8A;
}

.feature-box--image:first-child, .feature-box--content:first-child {
  padding: 40px 0 40px 40px;
}

.feature-box--image:last-child, .feature-box--content:last-child {
  padding: 40px 40px 40px 0;
}

@media (max-width: 980px) {
  .feature-box--image:first-child, .feature-box--content:first-child {
    padding: 20px 20px 0 20px;
  }
  .feature-box--image:last-child, .feature-box--content:last-child {
    padding: 0 20px 20px 20px;
  }
}

.feature-box--image {
  flex: 1;
}

.feature-box--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-box--image--rounded img {
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(30, 30, 30, 0.2);
}

.feature-box--image--diagonal {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 120px 100%);
}

.feature-box--image--diagonal, .feature-box--image--diagonal:first-child, .feature-box--image--diagonal:last-child {
  padding: 0;
}

@media (max-width: 980px) {
  .feature-box--image--diagonal {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
  }
}

.feature-box--image--faded {
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 20%);
  mask-image: linear-gradient(to right, transparent 0%, black 20%);
}

.feature-box--image--faded, .feature-box--image--faded:first-child, .feature-box--image--faded:last-child {
  padding: 0;
}

@media (max-width: 980px) {
  .feature-box--image--faded {
    -webkit-mask-image: linear-gradient(to top, transparent 0%, black 20%);
    mask-image: linear-gradient(to top, transparent 0%, black 20%);
  }
}

.feature-box--content {
  flex: 1;
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.feature-box--title, .feature-box h2, .feature-box h3 {
  font-size: 36px;
  line-height: calc(36px + 8px);
  font-weight: 600;
}

.feature-box--copy {
  font-size: 16px;
  line-height: calc(16px + 12px);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (max-width: 980px) {
  .feature-box {
    flex-direction: column;
    gap: 20px;
  }
  .feature-box--content {
    margin: 0;
  }
}

.feature-box--col {
  flex-direction: column;
}

.prose .feature-box {
  margin-top: 20px;
  gap: 0;
}

.prose .feature-box--image {
  padding: 20px 20px 0;
}

.prose .feature-box--image img {
  max-height: 300px;
}

.prose .feature-box--image--diagonal {
  padding: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
}

.prose .feature-box--image--faded {
  padding: 0;
  -webkit-mask-image: linear-gradient(to top, transparent 0%, black 20%);
  mask-image: linear-gradient(to top, transparent 0%, black 20%);
}

.prose .feature-box--title, .prose .feature-box h2, .prose .feature-box h3 {
  font-size: 36px;
  line-height: calc(36px + 8px);
  font-weight: 400;
  margin-top: 20px;
}

.prose .feature-box--content {
  padding: 0 20px 20px;
  margin: 0;
}

.box {
  width: 100%;
  position: relative;
  padding: 40px;
  background: #ffffff;
  color: #1E1E1E;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 100%;
  height: -webkit-fill-available;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (max-width: 768px) {
  .box {
    padding: 20px;
    gap: 10px;
    height: 100%;
  }
}

@media (max-width: 480px) {
  .box {
    padding: 20px;
    gap: 10px;
  }
}

.box--no-padding {
  padding: 0;
}

.box h1.box--title,
.box h2.box--title,
.box h3.box--title,
.box h4.box--title,
.box h5.box--title,
.box h6.box--title, .box--title {
  font-family: "Roboto", "Roboto", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 24px;
  line-height: calc(24px + 8px);
  font-weight: 400;
  margin: 0;
  padding-left: 0;
}

.box h1.box--title-sm,
.box h2.box--title-sm,
.box h3.box--title-sm,
.box h4.box--title-sm,
.box h5.box--title-sm,
.box h6.box--title-sm, .box--title-sm {
  font-size: 18px;
  line-height: calc(18px + 12px);
}

.box h1.box--title:after, .box h1.box--title:before,
.box h2.box--title:after,
.box h2.box--title:before,
.box h3.box--title:after,
.box h3.box--title:before,
.box h4.box--title:after,
.box h4.box--title:before,
.box h5.box--title:after,
.box h5.box--title:before,
.box h6.box--title:after,
.box h6.box--title:before, .box--title:after, .box--title:before {
  display: none;
}

.box p.box--copy, .box--copy {
  font-size: 16px;
  line-height: calc(16px + 12px);
  margin: 0;
}

.box p.box--copy-sm, .box--copy-sm {
  font-size: 12px;
  line-height: calc(12px + 12px);
}

.box .top-right-number {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 160px;
  line-height: 160px;
  font-weight: 900;
  color: #F59E0B;
  opacity: 0.2;
}

@media (max-width: 980px) {
  .box .top-right-number {
    font-size: 120px;
    line-height: 120px;
    top: -30px;
  }
}

.box--row {
  flex-direction: row;
}

@media (max-width: 768px) {
  .box--row {
    flex-direction: column;
  }
}

.box--tight {
  padding: 20px;
  gap: 10px;
}

@media (max-width: 480px) {
  .box--tight {
    padding: 10px;
    gap: 5px;
  }
}

.box--gap-40 {
  gap: 40px;
}

.box--center {
  text-align: center;
  align-items: center;
}

.box--color-white {
  background: #FFFFFF;
}

.box--color-primary {
  background: #D91A24;
  color: #FFFFFF;
}

.box--color-secondary {
  background: #2563EB;
}

.box--color-secondary-dark {
  background: #1E40AF;
  color: #FFFFFF;
}

.box--color-secondary-darker {
  background: #1E3A8A;
  color: #FFFFFF;
}

.box--color-secondary-darkest {
  background: #0F1D45;
  color: #FFFFFF;
}

.box--color-tertiary {
  background: #F59E0B;
}

.box--color-tertiary-dark {
  background: #B45309;
  color: #FFFFFF;
}

.box--color-tertiary-darker {
  background: #92400E;
  color: #FFFFFF;
}

.btn {
  border-radius: 5px;
  padding: clamp(5px, 1.125vw, 10px) clamp(10px, 1.125vw, 20px);
  font-weight: 600;
  font-size: clamp(12px, 1.25vw, 16px);
  line-height: clamp(calc(12px + 12px), 1.25vw, calc(16px + 12px));
  border: 2px solid transparent;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  transition: background 200ms ease, color 200ms ease, border-color 200ms ease, transform 200ms ease;
  cursor: pointer;
  text-decoration: none;
}

.btn--icon-left .btn__icon, .btn--icon-right .btn__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 1;
  aspect-ratio: 1 / 1;
}

.btn--icon-left .btn__icon .material-symbols-outlined, .btn--icon-right .btn__icon .material-symbols-outlined {
  line-height: 1;
  font-variation-settings: 'FILL' 0, 'wght' 600, 'GRAD' 0, 'opsz' 24;
  -webkit-text-stroke: 0.5px currentColor;
}

.btn--icon-left {
  padding-left: 10px;
}

.btn--icon-left .btn__icon {
  order: -1;
}

.btn--icon-right {
  padding-right: 10px;
}

.btn--icon-right .btn__icon {
  order: 1;
}

.btn--xs {
  padding: 0 5px;
  font-size: 12px;
}

.btn--xs .btn__icon {
  width: 16px;
  height: 16px;
  aspect-ratio: 1 / 1;
  font-size: 16px;
}

.btn--xs .btn__icon .material-symbols-outlined {
  font-size: 16px;
}

.btn--sm {
  padding: 5px 10px;
  font-size: 12px;
}

.btn--sm .btn__icon {
  width: 20px;
  height: 20px;
  aspect-ratio: 1 / 1;
  font-size: 20px;
}

.btn--sm .btn__icon .material-symbols-outlined {
  font-size: 20px;
}

.btn--md .btn__icon {
  width: 24px;
  height: 24px;
  aspect-ratio: 1 / 1;
  font-size: 24px;
}

.btn--md .btn__icon .material-symbols-outlined {
  font-size: 24px;
}

.btn--lg {
  padding: 20px 40px;
  font-size: 18px;
}

.btn--lg .btn__icon {
  width: 28px;
  height: 28px;
  aspect-ratio: 1 / 1;
  font-size: 28px;
}

.btn--lg .btn__icon .material-symbols-outlined {
  font-size: 28px;
}

.btn--primary {
  background: #D91A24;
  color: #FFFFFF;
}

.btn--primary:hover, .btn--primary:focus-visible {
  background: #e83e47;
  color: #FFFFFF;
}

.btn--primary:active {
  background: #8B1528;
}

.btn--primary .btn__icon {
  color: #8B1528;
}

.btn--secondary {
  background: #2563EB;
  color: #FFFFFF;
}

.btn--secondary:hover, .btn--secondary:focus-visible {
  background: #5484ef;
  color: #FFFFFF;
}

.btn--secondary:active {
  background: #1E3A8A;
}

.btn--secondary .btn__icon {
  color: #1E3A8A;
}

.btn--secondary-dark {
  background: #1E40AF;
  color: #FFFFFF;
}

.btn--secondary-dark:hover, .btn--secondary-dark:focus-visible {
  background: #2650da;
  color: #FFFFFF;
}

.btn--secondary-dark:active {
  background: #1E3A8A;
}

.btn--secondary-dark .btn__icon {
  color: #1E3A8A;
}

.btn--secondary-darker {
  background: #1E3A8A;
  color: #FFFFFF;
}

.btn--secondary-darker:hover, .btn--secondary-darker:focus-visible {
  background: #274cb4;
  color: #FFFFFF;
}

.btn--secondary-darker:active {
  background: #0F1D45;
}

.btn--secondary-darker .btn__icon {
  color: #0F1D45;
}

.btn--tertiary {
  background: #F59E0B;
  color: #1E1E1E;
}

.btn--tertiary:hover, .btn--tertiary:focus-visible {
  background: #f7b13c;
  color: #1E1E1E;
}

.btn--tertiary:active {
  background: #92400E;
}

.btn--tertiary .btn__icon {
  color: #92400E;
}

.btn--ghost {
  border-color: rgba(30, 30, 30, 0.2);
  color: #1E1E1E;
  background: transparent;
}

.btn--ghost:hover, .btn--ghost:focus-visible {
  border-color: rgba(30, 30, 30, 0.5);
  background: rgba(30, 30, 30, 0.25);
}

.btn--ghost:active {
  background: rgba(30, 30, 30, 0.1);
}

.btn--ghost .btn__icon {
  color: black;
}

.btn--ghost-primary {
  border-color: rgba(217, 26, 36, 0.3);
  color: #D91A24;
  background: transparent;
}

.btn--ghost-primary:hover, .btn--ghost-primary:focus-visible {
  border-color: #D91A24;
  background: rgba(217, 26, 36, 0.1);
}

.btn--ghost-primary:active {
  background: rgba(217, 26, 36, 0.15);
}

.btn--ghost-primary .btn__icon {
  color: #8B1528;
}

.btn--ghost-secondary {
  border-color: rgba(37, 99, 235, 0.3);
  color: #2563EB;
  background: transparent;
}

.btn--ghost-secondary:hover, .btn--ghost-secondary:focus-visible {
  border-color: #2563EB;
  background: rgba(37, 99, 235, 0.1);
}

.btn--ghost-secondary:active {
  background: rgba(37, 99, 235, 0.15);
}

.btn--ghost-secondary .btn__icon {
  color: #1E3A8A;
}

.btn--ghost-tertiary {
  color: #1E1E1E;
  border-color: rgba(245, 158, 11, 0.3);
  background: rgba(245, 158, 11, 0.1);
}

.btn--ghost-tertiary:hover, .btn--ghost-tertiary:focus-visible {
  background: rgba(245, 158, 11, 0.5);
  color: #1E1E1E;
}

.btn--ghost-tertiary:active {
  background: rgba(245, 158, 11, 0.7);
}

.btn--ghost-tertiary .btn__icon {
  color: #92400E;
}

.btn--ghost-white {
  color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.3);
  background: transparent;
}

.btn--ghost-white:hover, .btn--ghost-white:focus-visible {
  color: #FFFFFF;
  background: rgba(30, 30, 30, 0.25);
}

.btn--ghost-white:active {
  background: rgba(30, 30, 30, 0.25);
}

.btn--ghost-white .btn__icon {
  color: rgba(255, 255, 255, 0.9);
}

.btn--text {
  border: none;
  background: transparent;
  color: #D91A24;
  padding: 10px 0;
}

.btn--text:hover, .btn--text:focus-visible {
  color: #B81728;
}

.btn--text:active {
  color: #8B1528;
}

.btn--text .btn__icon {
  color: #8B1528;
}

.btn:disabled, .btn--disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.btn--block {
  display: block;
  width: 100%;
  text-align: center;
}

.btn:focus-visible {
  outline: 2px solid #D91A24;
  outline-offset: 2px;
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.confetti-container {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1200;
  overflow: hidden;
}

.confetti-particle {
  position: absolute;
  width: 8px;
  height: 8px;
  background: currentColor;
  border-radius: 2px;
  pointer-events: none;
  will-change: transform, opacity;
}

.confetti-particle:nth-child(5n + 1) {
  color: #D91A24;
}

.confetti-particle:nth-child(5n + 2) {
  color: #2563EB;
}

.confetti-particle:nth-child(5n + 3) {
  color: #F59E0B;
}

.confetti-particle:nth-child(5n + 4) {
  color: #4CAF50;
}

.confetti-particle:nth-child(5n + 5) {
  color: #9C27B0;
}

@keyframes confetti-fall {
  0% {
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    transform: translate(var(--confetti-x, 0), var(--confetti-y, 0)) rotate(var(--confetti-rotate, 360deg));
    opacity: 0;
  }
}

.confetti-particle {
  animation: confetti-fall 2s ease-out forwards;
  animation-delay: var(--confetti-delay, 0s);
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(30, 30, 30, 0.7);
  backdrop-filter: blur(18px) saturate(180%);
  -webkit-backdrop-filter: blur(18px) saturate(180%);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 200ms ease, transform 200ms ease;
}

.modal[aria-hidden="false"] {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.modal__backdrop {
  position: absolute;
  inset: 0;
  cursor: pointer;
}

.modal__dialog {
  position: relative;
  z-index: 1;
  max-width: 720px;
  width: 100%;
  max-height: 90vh;
  min-height: 0;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 18px 45px rgba(30, 30, 30, 0.28);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

@media (max-width: 480px) {
  .modal__dialog {
    max-width: 100%;
    max-height: 100vh;
    border-radius: 5px 5px 0 0;
    align-self: flex-end;
  }
}

.modal__content {
  padding: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  flex: 1 1 auto;
  min-height: 0;
}

@media (max-width: 480px) {
  .modal__content {
    padding: 10px;
  }
}

.modal__close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 40px;
  height: 40px;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border-color: transparent;
  min-width: 40px;
  gap: 0;
}

.modal__close .btn__icon {
  margin: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 480px) {
  .modal__close {
    top: 5px;
    right: 5px;
    width: 36px;
    height: 36px;
    min-width: 36px;
  }
  .modal__close .btn__icon {
    width: 20px;
    height: 20px;
  }
}

.modal__hero {
  background: linear-gradient(135deg, rgba(217, 26, 36, 0.08) 0%, rgba(37, 99, 235, 0.05) 50%, rgba(245, 158, 11, 0.06) 100%);
  padding: 20px;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.modal__hero::before {
  content: '';
  position: absolute;
  top: -40%;
  right: -15%;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(217, 26, 36, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.modal__hero::after {
  content: '';
  position: absolute;
  bottom: -25%;
  left: -8%;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

@media (max-width: 480px) {
  .modal__hero {
    padding: 10px;
    margin: -20px 10px;
    border-radius: 5px;
  }
  .modal__hero::before, .modal__hero::after {
    display: none;
  }
}

.modal__header {
  margin-bottom: 20px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  text-align: center;
}

@media (max-width: 480px) {
  .modal__header {
    margin-bottom: 10px;
  }
}

.modal__eyebrow {
  margin: 0 0 5px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #D91A24;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: rgba(217, 26, 36, 0.1);
  padding: 3px 10px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}

.modal__eyebrow-icon {
  font-size: 14px;
  display: inline-block;
  animation: sparkle 2s ease-in-out infinite;
}

@media (max-width: 480px) {
  .modal__eyebrow {
    font-size: 10px;
    padding: 2px 5px;
    gap: 3px;
  }
  .modal__eyebrow-icon {
    font-size: 12px;
  }
}

.modal__title {
  margin: 0 0 5px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: #1E1E1E;
  position: relative;
  z-index: 1;
}

@media (max-width: 480px) {
  .modal__title {
    font-size: 20px;
    line-height: 1.25;
    margin-bottom: 5px;
  }
}

.modal__title-accent {
  background: linear-gradient(135deg, #D91A24 0%, #2563EB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.modal__subtitle {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #6B6B6B;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

@media (max-width: 480px) {
  .modal__subtitle {
    font-size: 12px;
    line-height: 1.4;
  }
}

.modal__benefits {
  margin-bottom: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.modal__benefits-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

@media (max-width: 480px) {
  .modal__benefits-list {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}

.modal__benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  border-radius: 5px;
  border: 1px solid rgba(217, 26, 36, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

@media (max-width: 480px) {
  .modal__benefit-item {
    padding: 5px 10px;
    gap: 5px;
  }
}

.modal__benefit-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(217, 26, 36, 0.1) 0%, rgba(37, 99, 235, 0.1) 100%);
  border-radius: 5px;
  color: #D91A24;
  font-size: 20px;
}

.modal__benefit-icon .material-symbols-outlined {
  font-size: 20px;
  font-variation-settings: 'FILL' 1, 'wght' 600, 'GRAD' 0, 'opsz' 20;
}

@media (max-width: 480px) {
  .modal__benefit-icon {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }
  .modal__benefit-icon .material-symbols-outlined {
    font-size: 18px;
    font-variation-settings: 'FILL' 1, 'wght' 600, 'GRAD' 0, 'opsz' 18;
  }
}

.modal__benefit-content {
  flex: 1;
  font-size: 12px;
  line-height: 1.4;
  min-width: 0;
}

.modal__benefit-content strong {
  display: block;
  color: #1E1E1E;
  margin-bottom: 2px;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.3;
}

.modal__benefit-content span {
  color: #6B6B6B;
  display: block;
  font-size: 10px;
  line-height: 1.3;
}

@media (max-width: 480px) {
  .modal__benefit-content strong {
    font-size: 10px;
  }
  .modal__benefit-content span {
    font-size: 10px;
  }
}

.modal__form {
  padding: 20px;
  flex-shrink: 0;
}

.modal--vip .modal__dialog {
  border: 1px solid rgba(217, 26, 36, 0.16);
  background: radial-gradient(circle at top left, rgba(217, 26, 36, 0.06), transparent 55%), #ffffff;
}

.vip-form .sib-form--vip {
  width: 100%;
}

.vip-form .sib-form-message-panel {
  display: none;
  margin-bottom: 10px;
  border-radius: 5px;
  padding: 10px;
}

.vip-form .sib-form-message-panel__inner-text {
  font-size: 12px;
  line-height: calc(12px + 12px);
}

.vip-form #error-message {
  background-color: rgba(244, 67, 54, 0.06);
  border: 1px solid rgba(244, 67, 54, 0.4);
  color: #F44336;
}

.vip-form #success-message {
  background-color: rgba(76, 175, 80, 0.06);
  border: 1px solid rgba(76, 175, 80, 0.4);
  color: #4CAF50;
}

.vip-form .sib-container--vip {
  background: transparent;
  border: none;
  padding: 0;
}

.vip-form .vip-form__intro {
  margin-bottom: 20px;
}

.vip-form .vip-form__intro p {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: calc(16px + 12px);
}

.vip-form .vip-form__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 20px;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .vip-form .vip-form__fields {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.vip-form .entry__label {
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 5px;
}

.vip-form .input {
  width: 100%;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
  font-size: 12px;
}

.vip-form .input:focus-visible {
  outline: 2px solid #D91A24;
  outline-offset: 1px;
  border-color: transparent;
}

.vip-form .entry__error--primary {
  display: none;
  font-size: 10px;
  margin-top: 5px;
  color: #F44336;
}

.vip-form .vip-form__optin-copy {
  font-size: 10px;
  color: #6B6B6B;
}

.vip-form .entry__choice label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
}

.vip-form .entry__choice .checkbox {
  flex-shrink: 0;
  margin-top: 2px;
}

.vip-form .entry__choice .checkbox_tick_positive {
  display: none;
}

.vip-form .vip-form__footer {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.vip-form .vip-form__footer .btn {
  margin-top: 0;
}

.vip-form .vip-form__privacy,
.vip-form .vip-form__declaration {
  margin: 0;
  font-size: 10px;
  color: #6B6B6B;
}

.vip-form .vip-form__privacy a,
.vip-form .vip-form__declaration a {
  color: #D91A24;
}

.vip-form .vip-form__privacy a:hover, .vip-form .vip-form__privacy a:focus-visible,
.vip-form .vip-form__declaration a:hover,
.vip-form .vip-form__declaration a:focus-visible {
  color: #B81728;
  text-decoration: underline;
}

.vip-form .input--hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  opacity: 0;
  pointer-events: none;
}

@keyframes sparkle {
  0%, 100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.1) rotate(180deg);
  }
}

.booking-iframe {
  width: 100%;
  height: 270px;
  border: none;
  display: block;
}

@media (max-width: 980px) {
  .booking-iframe {
    height: 350px;
  }
}

@media (max-width: 768px) {
  .booking-iframe {
    height: 450px;
  }
}

@media (max-width: 480px) {
  .booking-iframe {
    height: 550px;
  }
}

.payment-iframe-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.payment-iframe-wrapper iframe {
  display: block;
  border: none !important;
  outline: none !important;
  width: 100%;
  overflow: hidden !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}

.payment-iframe-wrapper iframe::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  background: transparent !important;
}

.blog-container {
  width: 100%;
  max-width: 100%;
}

.blog-container__intro {
  margin-bottom: 40px;
  max-width: 700px;
}

@media (max-width: 768px) {
  .blog-container__intro {
    margin-bottom: 20px;
  }
}

.blog-container__controls {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .blog-container__controls {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
}

.blog-container__controls-inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  align-items: center;
}

.blog-container__controls-row {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 768px) {
  .blog-container__controls-row {
    flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  .blog-container__controls-row {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
}

.blog-container__controls-search {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.blog-container__controls-filters {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  min-width: 0;
  max-width: 100%;
}

@media (max-width: 768px) {
  .blog-container__controls-filters {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    padding-bottom: 4px;
  }
  .blog-container__controls-filters::-webkit-scrollbar {
    height: 4px;
  }
  .blog-container__controls-filters::-webkit-scrollbar-track {
    background: transparent;
  }
  .blog-container__controls-filters::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 2px;
  }
  .blog-container__controls-filters::-webkit-scrollbar-thumb:hover {
    background: #6B6B6B;
  }
}

@media (max-width: 480px) {
  .blog-container__controls-filters {
    width: 100%;
    justify-content: flex-start;
  }
}

.blog-container__search {
  width: 100%;
  padding: 10px 20px 10px 40px;
  font-size: 16px;
  line-height: calc(16px + 12px);
  color: #1E1E1E;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: border-color 200ms ease, box-shadow 200ms ease;
}

.blog-container__search:focus {
  outline: none;
  border-color: #D91A24;
  box-shadow: 0 0 0 2px rgba(217, 26, 36, 0.1);
}

.blog-container__search::placeholder {
  color: #6B6B6B;
}

.blog-container__search-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: #6B6B6B;
  pointer-events: none;
}

.blog-container__search-clear {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  padding: 0;
  background: transparent;
  border: none;
  color: #6B6B6B;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 200ms ease, color 200ms ease;
}

.blog-container__search-clear:hover {
  background: rgba(30, 30, 30, 0.1);
  color: #1E1E1E;
}

.blog-container__search-clear--visible {
  display: flex;
}

.blog-container__search-clear svg {
  width: 16px;
  height: 16px;
}

.blog-container__filter {
  padding: 4px 8px;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
  color: #1E1E1E;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background 200ms ease, border-color 200ms ease, color 200ms ease;
}

@media (max-width: 768px) {
  .blog-container__filter {
    padding: 5px 10px;
    font-size: 12px;
  }
}

.blog-container__filter:hover {
  background: #F8F8F8;
  border-color: #D91A24;
  color: #D91A24;
}

.blog-container__filter--active {
  background: #D91A24;
  border-color: #D91A24;
  color: #FFFFFF;
}

.blog-container__filter--active:hover {
  background: #B81728;
  border-color: #B81728;
  color: #FFFFFF;
}

.blog-container-selects {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

@media (max-width: 480px) {
  .blog-container-selects {
    width: 100%;
    flex-direction: column;
  }
}

.blog-container__sort-select {
  padding: 6px 10px;
  font-size: 12px;
  line-height: calc(12px + 12px);
  color: #1E1E1E;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  cursor: pointer;
  flex-shrink: 0;
  transition: border-color 200ms ease, box-shadow 200ms ease;
}

@media (max-width: 768px) {
  .blog-container__sort-select {
    width: auto;
    min-width: 140px;
  }
}

@media (max-width: 480px) {
  .blog-container__sort-select {
    width: 100%;
  }
}

.blog-container__sort-select:focus {
  outline: none;
  border-color: #D91A24;
  box-shadow: 0 0 0 2px rgba(217, 26, 36, 0.1);
}

.blog-container__per-page-select {
  padding: 6px 10px;
  font-size: 12px;
  line-height: calc(12px + 12px);
  color: #1E1E1E;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  cursor: pointer;
  flex-shrink: 0;
  transition: border-color 200ms ease, box-shadow 200ms ease;
}

@media (max-width: 768px) {
  .blog-container__per-page-select {
    width: auto;
    min-width: 140px;
  }
}

@media (max-width: 480px) {
  .blog-container__per-page-select {
    width: 100%;
  }
}

.blog-container__per-page-select:focus {
  outline: none;
  border-color: #D91A24;
  box-shadow: 0 0 0 2px rgba(217, 26, 36, 0.1);
}

.blog-container__results {
  font-size: 12px;
  line-height: calc(12px + 12px);
  color: #6B6B6B;
  margin: 0;
  padding: 0;
  text-align: center;
}

.blog-container__results-count {
  font-weight: 600;
  color: #1E1E1E;
}

.blog-container__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 40px;
  margin-top: 40px;
}

@media (max-width: 980px) {
  .blog-container__grid {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .blog-container__grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  .blog-container__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.blog-container__grid--empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 60px 20px;
  color: #6B6B6B;
}

@media (max-width: 480px) {
  .blog-container__grid--empty {
    padding: 40px 10px;
  }
}

.blog-container__no-results {
  grid-column: 1 / -1;
  text-align: center;
  padding: 60px 20px;
  color: #6B6B6B;
}

@media (max-width: 480px) {
  .blog-container__no-results {
    padding: 40px 10px;
  }
}

.blog-container__no-results-title {
  font-size: 24px;
  line-height: calc(24px + 8px);
  font-weight: 600;
  color: #1E1E1E;
  margin: 0 0 10px;
}

.blog-container__no-results-text {
  font-size: 16px;
  line-height: calc(16px + 12px);
  margin: 0;
}

.blog-container__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .blog-container__pagination {
    margin-top: 20px;
    padding-top: 20px;
  }
}

.blog-container__pagination-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: calc(12px + 12px);
  font-weight: 500;
  color: #1E1E1E;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  cursor: pointer;
  transition: background 200ms ease, border-color 200ms ease, color 200ms ease;
}

.blog-container__pagination-btn:hover:not(:disabled) {
  background: #F8F8F8;
  border-color: #D91A24;
  color: #D91A24;
}

.blog-container__pagination-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.blog-container__pagination-btn svg {
  width: 16px;
  height: 16px;
}

.blog-container__pagination-pages {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
  justify-content: center;
}

.blog-container__pagination-page {
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  font-size: 12px;
  line-height: calc(12px + 12px);
  font-weight: 500;
  color: #1E1E1E;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 200ms ease, border-color 200ms ease, color 200ms ease;
}

.blog-container__pagination-page:hover {
  background: #F8F8F8;
  border-color: #D91A24;
  color: #D91A24;
}

.blog-container__pagination-page--active {
  background: #D91A24;
  border-color: #D91A24;
  color: #FFFFFF;
}

.blog-container__pagination-page--active:hover {
  background: #B81728;
  border-color: #B81728;
  color: #FFFFFF;
}

.blog-container__pagination-ellipsis {
  padding: 0 5px;
  font-size: 12px;
  color: #6B6B6B;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.blog-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  height: 100%;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
  box-shadow: 0 2px 8px rgba(30, 30, 30, 0.05);
}

.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(30, 30, 30, 0.15);
  border-color: #D91A24;
}

.blog-card:hover .blog-card__title a {
  color: #D91A24;
}

.blog-card__image-link {
  display: block;
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: #F8F8F8;
  transition: transform 200ms ease;
}

@media (max-width: 480px) {
  .blog-card__image-link {
    height: 180px;
  }
}

.blog-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 200ms ease;
}

.blog-card__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 20px;
  gap: 10px;
}

@media (max-width: 480px) {
  .blog-card__content {
    padding: 20px 10px;
  }
}

.blog-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  font-size: 12px;
  line-height: calc(12px + 12px);
  color: #6B6B6B;
}

.blog-card__date {
  display: flex;
  align-items: center;
  gap: 4px;
}

.blog-card__date time {
  color: #6B6B6B;
}

.blog-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.blog-card__tag {
  padding: 4px 10px;
  font-size: 12px;
  line-height: calc(12px + 12px);
  background: #F8F8F8;
  color: #1E1E1E;
  border-radius: 5px;
  text-decoration: none;
  transition: background 200ms ease, color 200ms ease;
}

.blog-card__tag:hover {
  background: #D91A24;
  color: #FFFFFF;
}

.blog-card__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.blog-card__category {
  padding: 4px 10px;
  font-size: 12px;
  line-height: calc(12px + 12px);
  background: rgba(37, 99, 235, 0.1);
  color: #2563EB;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: background 200ms ease, color 200ms ease;
}

.blog-card__category:hover {
  background: #2563EB;
  color: #FFFFFF;
}

.blog-card__title {
  margin: 0;
  font-family: "Roboto", "Roboto", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 24px;
  line-height: calc(24px + 8px);
  font-weight: 600;
  color: #1E1E1E;
}

@media (max-width: 480px) {
  .blog-card__title {
    font-size: 20px;
    line-height: calc(20px + 8px);
  }
}

.blog-card__title a {
  color: inherit;
  text-decoration: none;
  transition: color 200ms ease;
}

.blog-card__title a:hover {
  color: #D91A24;
}

.blog-card__excerpt {
  font-size: 16px;
  line-height: calc(16px + 12px);
  color: #6B6B6B;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.blog-card__read-more {
  font-size: 16px;
  line-height: calc(16px + 12px);
  font-weight: 600;
  color: #D91A24;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: color 200ms ease;
}

.blog-card__read-more:hover {
  color: #B81728;
}

.blog-card__read-more:hover::after {
  transform: translateX(4px);
}

.blog-card__read-more::after {
  content: '→';
  display: inline-block;
  transition: transform 200ms ease;
}

.blog-post {
  width: 100%;
  max-width: 100%;
}

.blog-post__header {
  margin-bottom: 40px;
  text-align: center;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .blog-post__header {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

.blog-post__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  line-height: calc(16px + 12px);
  color: #6B6B6B;
}

@media (max-width: 480px) {
  .blog-post__meta {
    flex-direction: column;
    gap: 10px;
  }
}

.blog-post__author {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  color: #1E1E1E;
}

.blog-post__author-name {
  color: #1E1E1E;
}

.blog-post__date {
  display: flex;
  align-items: center;
  gap: 4px;
}

.blog-post__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.blog-post__tag {
  padding: 6px 10px;
  font-size: 12px;
  line-height: calc(12px + 12px);
  background: #F8F8F8;
  color: #1E1E1E;
  border-radius: 5px;
  text-decoration: none;
  transition: background 200ms ease, color 200ms ease;
}

.blog-post__tag:hover {
  background: #D91A24;
  color: #FFFFFF;
}

.blog-post__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.blog-post__category {
  padding: 6px 10px;
  font-size: 12px;
  line-height: calc(12px + 12px);
  background: rgba(37, 99, 235, 0.1);
  color: #2563EB;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: background 200ms ease, color 200ms ease;
}

.blog-post__category:hover {
  background: #2563EB;
  color: #FFFFFF;
}

.blog-post__content .prose h2, .blog-post__content .prose h3, .blog-post__content .prose h4 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.blog-post__content .prose p {
  margin-bottom: 20px;
}

.blog-post__content .prose ul, .blog-post__content .prose ol {
  margin-bottom: 20px;
}

.blog-post__content .prose img {
  border-radius: 20px;
  margin: 40px 0;
}

.blog-post__content .prose blockquote {
  border-left-color: #D91A24;
  background: #F8F8F8;
  padding: 20px;
  border-radius: 5px;
  margin: 40px 0;
}

.blog-post__footer {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .blog-post__footer {
    margin-top: 40px;
    padding-top: 20px;
  }
}

.blog-post__back-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: calc(16px + 12px);
  color: #D91A24;
  text-decoration: none;
  font-weight: 500;
  transition: color 200ms ease;
}

.blog-post__back-link:hover {
  color: #B81728;
}

.blog-post__back-link:hover::before {
  transform: translateX(-4px);
}

.blog-post__back-link::before {
  content: '←';
  display: inline-block;
  transition: transform 200ms ease;
}

.coupons-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 40px;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .coupons-grid {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
  }
}

@media (max-width: 480px) {
  .coupons-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.coupon-card {
  background: #ffffff;
  border: 2px dashed #D91A24;
  border-radius: 5px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
  overflow: hidden;
}

.coupon-card__header {
  text-align: center;
}

.coupon-card__title {
  font-size: 36px;
  line-height: calc(36px + 8px);
  color: #D91A24;
  font-weight: 700;
  margin: 0;
}

.coupon-card__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.coupon-card__qr {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border-radius: 5px;
  width: 100%;
  min-height: 220px;
}

.coupon-card__qr .qr-code {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.coupon-card__qr .qr-code img {
  max-width: 100%;
  height: auto;
}

.coupon-card__actions {
  width: 100%;
}

.coupon-card__fineprint {
  text-align: center;
  margin-top: 10px;
}

.coupon-card__fineprint p {
  margin: 0;
  font-size: 12px;
  color: #1E1E1E;
  font-weight: 600;
}

.coupon-card__disclaimers {
  text-align: center;
  margin-top: 10px;
}

.coupon-card__disclaimers p {
  margin: 0 0 5px 0;
  font-size: 12px;
  color: #6B6B6B;
  line-height: calc(12px + 12px);
}

.coupon-card__disclaimers p:last-child {
  margin-bottom: 0;
}

.qr-code {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100px;
}

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

.qr-code p {
  text-align: center;
  font-size: 12px;
  color: #6B6B6B;
  margin: 0;
}

.qr-code p a {
  color: #D91A24;
  text-decoration: underline;
}

.qr-code p a:hover, .qr-code p a:focus-visible {
  color: #B81728;
}

.coupon-applied {
  background: rgba(76, 175, 80, 0.1);
  border: 2px solid #4CAF50;
  border-radius: 5px;
  padding: 40px;
  margin-bottom: 40px;
  box-shadow: 0 4px 12px rgba(76, 175, 80, 0.15);
  animation: slideInDown 0.4s ease-out;
}

.coupon-applied--hidden {
  display: none;
}

.coupon-applied__content {
  display: flex;
  align-items: center;
  gap: 20px;
}

.coupon-applied__icon {
  flex-shrink: 0;
  color: #4CAF50;
  width: 32px;
  height: 32px;
}

.coupon-applied__text {
  font-size: 36px;
  line-height: calc(36px + 8px);
  font-weight: 700;
  color: #1B5E20;
  margin: 0;
}

@media (max-width: 768px) {
  .coupon-applied {
    padding: 20px;
  }
  .coupon-applied__icon {
    width: 28px;
    height: 28px;
  }
  .coupon-applied__text {
    font-size: 24px;
    line-height: calc(24px + 8px);
  }
}

@media (max-width: 480px) {
  .coupon-applied {
    padding: 20px;
  }
  .coupon-applied__content {
    gap: 10px;
  }
  .coupon-applied__icon {
    width: 24px;
    height: 24px;
  }
  .coupon-applied__text {
    font-size: 20px;
    line-height: calc(20px + 8px);
  }
}

@keyframes slideInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.site-footer {
  background: #050914;
  color: rgba(255, 255, 255, 0.78);
  padding: 40px 0 0;
}

@media (max-width: 480px) {
  .site-footer {
    padding: 20px 0 0;
  }
}

.site-footer .container {
  flex-direction: column;
}

.site-footer__main {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

@media (max-width: 980px) {
  .site-footer__main {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
  }
}

@media (max-width: 768px) {
  .site-footer__main {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .site-footer__main {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-bottom: 10px;
  }
}

.site-footer__section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.site-footer__company {
  grid-column: span 3;
}

@media (max-width: 980px) {
  .site-footer__company {
    grid-column: 1 / -1;
  }
}

@media (max-width: 768px) {
  .site-footer__company {
    grid-column: 1 / -1;
  }
}

@media (max-width: 480px) {
  .site-footer__company {
    text-align: center;
  }
}

.site-footer__logo {
  display: inline-block;
  margin-bottom: 0.5rem;
  transition: opacity 200ms ease;
}

@media (max-width: 480px) {
  .site-footer__logo {
    margin-bottom: 0.75rem;
    display: flex;
    justify-content: center;
  }
}

.site-footer__logo:hover, .site-footer__logo:focus-visible {
  opacity: 0.9;
  outline: none;
}

.site-footer__logo:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline-offset: 4px;
  border-radius: 2px;
}

.site-footer__logo-img {
  height: 48px;
  width: auto;
  display: block;
}

@media (max-width: 480px) {
  .site-footer__logo-img {
    height: 40px;
  }
}

.site-footer__title {
  font-size: 18px;
  line-height: calc(18px + 12px);
  font-weight: 400;
  margin: 0;
  color: #FFFFFF;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(217, 26, 36, 0.5);
}

@media (max-width: 480px) {
  .site-footer__title {
    font-size: 16px;
  }
}

.site-footer__tagline {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  line-height: 1.6;
}

@media (max-width: 480px) {
  .site-footer__tagline {
    font-size: 0.75rem;
    text-align: center;
  }
}

.site-footer__contact {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 0.5rem;
}

@media (max-width: 480px) {
  .site-footer__contact {
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;
    width: 100%;
  }
}

.site-footer__office {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
}

@media (max-width: 480px) {
  .site-footer__office {
    flex-direction: column;
    text-align: center;
    gap: 0.75rem;
    width: 100%;
  }
}

.site-footer__office p {
  font-size: 12px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  flex: 1;
}

@media (max-width: 480px) {
  .site-footer__office p {
    font-size: 0.75rem;
    line-height: 1.5;
    padding: 0 1rem;
    max-width: 100%;
  }
}

.site-footer__office p strong {
  color: #FFFFFF;
  font-weight: 500;
  display: block;
  margin-bottom: 0.2rem;
}

@media (max-width: 480px) {
  .site-footer__office p strong {
    margin-bottom: 0.15rem;
  }
}

.site-footer__phone {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-top: 0.25rem;
}

@media (max-width: 480px) {
  .site-footer__phone {
    text-align: center;
    gap: 0.5rem;
    margin-top: 0.75rem;
    width: 100%;
  }
}

.site-footer__phone p {
  font-size: 12px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media (max-width: 480px) {
  .site-footer__phone p {
    font-size: 0.75rem;
    line-height: 1.5;
    padding: 0 1rem;
  }
}

.site-footer__social {
  margin-top: 1rem;
}

@media (max-width: 480px) {
  .site-footer__social {
    margin-top: 1.25rem;
  }
}

.site-footer__social-list {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

@media (max-width: 480px) {
  .site-footer__social-list {
    justify-content: center;
    gap: 0.625rem;
  }
}

.site-footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  transition: border-color 200ms ease, color 200ms ease, background-color 200ms ease, transform 200ms ease;
}

@media (max-width: 480px) {
  .site-footer__social-link {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
  }
}

.site-footer__social-link:hover, .site-footer__social-link:focus-visible {
  border-color: #FFFFFF;
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
  outline: none;
}

.site-footer__social-link:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline-offset: 2px;
}

.site-footer__social-link:active {
  transform: translateY(0);
}

.site-footer__social-icon {
  width: 20px;
  height: 20px;
  stroke-width: 2;
}

@media (max-width: 480px) {
  .site-footer__social-icon {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 480px) {
  .site-footer__nav {
    display: none;
  }
}

.site-footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.site-footer__link {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  font-size: 16px;
  line-height: calc(16px + 12px);
  transition: color 200ms ease;
  display: flex;
  align-items: center;
}

@media (max-width: 480px) {
  .site-footer__link {
    font-size: 12px;
    min-height: 44px;
    padding: 0.25rem 0;
    touch-action: manipulation;
  }
}

.site-footer__link:hover, .site-footer__link:focus-visible {
  color: #FFFFFF;
  outline: none;
}

.site-footer__link:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline-offset: 2px;
  border-radius: 2px;
}

.site-footer__link--phone {
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
}

@media (max-width: 480px) {
  .site-footer__link--phone {
    font-size: 16px;
    justify-content: center;
    min-height: 44px;
    padding: 0.5rem;
  }
}

.site-footer__bottom {
  padding: 10px 0;
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #000;
}

@media (max-width: 480px) {
  .site-footer__bottom {
    padding: 20px 0 80px;
    margin-top: 20px;
  }
}

.site-footer__bottom .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}

@media (max-width: 480px) {
  .site-footer__bottom .container {
    flex-direction: column;
    gap: 10px;
  }
}

.site-footer__copyright {
  font-size: 12px;
  line-height: calc(12px + 12px);
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  text-align: center;
}

@media (max-width: 480px) {
  .site-footer__copyright {
    font-size: 0.75rem;
  }
}

.site-footer__legal {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

@media (max-width: 480px) {
  .site-footer__legal {
    gap: 20px;
    margin-top: 0;
    flex-direction: row;
    align-items: center;
  }
}

.site-footer__legal a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  line-height: calc(12px + 12px);
  text-align: center;
  transition: color 200ms ease;
}

@media (max-width: 480px) {
  .site-footer__legal a {
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0.25rem;
    min-height: 44px;
    touch-action: manipulation;
  }
}

.site-footer__legal a:hover, .site-footer__legal a:focus-visible {
  color: rgba(255, 255, 255, 0.9);
  outline: none;
}

.site-footer__legal a:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline-offset: 2px;
  border-radius: 2px;
}

.site-footer__separator {
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  padding: 0 5px;
}

@media (max-width: 480px) {
  .site-footer__separator {
    display: none;
  }
}

.faq {
  width: 100%;
  margin: 0;
}

.faq__title {
  font-size: 36px;
  font-weight: 700;
  line-height: calc(36px + 8px);
  color: #0F1D45;
  margin: 0 0 20px 0;
  letter-spacing: -0.01em;
}

@media (max-width: 768px) {
  .faq__title {
    font-size: 24px;
    line-height: calc(24px + 8px);
  }
}

.faq__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq-item {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.2s ease;
}

.faq-item:hover {
  border-color: #2563EB;
  box-shadow: 0 2px 8px rgba(15, 29, 69, 0.08);
}

.faq-item--open {
  border-color: #D91A24;
  box-shadow: 0 2px 8px rgba(217, 26, 36, 0.1);
}

.faq-item--open .faq-item__button {
  background: rgba(217, 26, 36, 0.05);
  color: #D91A24;
}

.faq-item--open .faq-item__button .faq-item__icon {
  transform: rotate(180deg);
}

.faq-item__button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  transition: all 0.2s ease;
  color: #1E1E1E;
}

.faq-item__button:focus-visible {
  outline: 2px solid #D91A24;
  outline-offset: -2px;
}

.faq-item__button:hover {
  background: rgba(37, 99, 235, 0.03);
}

.faq-item__button:active {
  background: rgba(37, 99, 235, 0.05);
}

.faq-item__question {
  font-size: 16px;
  font-weight: 600;
  line-height: calc(16px + 12px);
  color: inherit;
  flex: 1;
  min-width: 0;
}

@media (max-width: 480px) {
  .faq-item__question {
    font-size: 12px;
    line-height: calc(12px + 12px);
  }
}

.faq-item__icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #D91A24;
  transition: transform 0.3s ease;
  border-radius: 50%;
  background: rgba(217, 26, 36, 0.1);
}

.faq-item__icon .material-symbols-outlined {
  font-size: 20px;
  line-height: 1;
}

.faq-item__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  padding: 0;
}

.faq-item__content[hidden] {
  display: block;
  max-height: 0;
  opacity: 0;
  padding: 0;
}

.faq-item--open .faq-item__content {
  max-height: 2000px;
  opacity: 1;
  padding: 0;
}

.faq-item--open .faq-item__content[hidden] {
  max-height: 2000px;
  opacity: 1;
  padding: 0;
}

.faq-item__answer {
  padding: 0 20px 20px;
  font-size: 16px;
  line-height: calc(16px + 12px);
  color: #1E1E1E;
  transition: opacity 0.2s ease;
}

@media (max-width: 480px) {
  .faq-item__answer {
    font-size: 12px;
    line-height: calc(12px + 12px);
    padding: 0 20px 20px;
  }
}

.faq-item__answer p {
  margin: 0 0 10px 0;
}

.faq-item__answer p:last-child {
  margin-bottom: 0;
}

.faq-item__answer ul,
.faq-item__answer ol {
  margin: 10px 0;
  padding-left: 20px;
}

.faq-item__answer ul li,
.faq-item__answer ol li {
  margin-bottom: 5px;
  line-height: calc(16px + 12px);
}

.faq-item__answer ul li:last-child,
.faq-item__answer ol li:last-child {
  margin-bottom: 0;
}

.faq-item__answer a {
  color: #D91A24;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.faq-item__answer a:hover, .faq-item__answer a:focus-visible {
  color: #B81728;
}

.faq-item__answer strong {
  font-weight: 600;
  color: #0F1D45;
}

.faq-item__answer em {
  font-style: italic;
  color: rgba(30, 30, 30, 0.8);
}

@media (max-width: 768px) {
  .faq {
    margin: 20px 0;
  }
  .faq__list {
    gap: 10px;
  }
  .faq-item__button {
    padding: 20px;
  }
  .faq-item__answer {
    padding: 0 20px 20px;
  }
}

@media (max-width: 480px) {
  .faq {
    margin: 20px 0;
  }
  .faq__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .faq__list {
    gap: 10px;
  }
  .faq-item__button {
    padding: 20px 10px;
  }
  .faq-item__icon {
    width: 20px;
    height: 20px;
  }
  .faq-item__icon .material-symbols-outlined {
    font-size: 18px;
  }
  .faq-item__answer {
    padding: 0 10px 20px;
  }
}

.faq-list {
  width: 100%;
  margin: 0;
}

.faq-list__section {
  margin-bottom: 60px;
}

.faq-list__section:last-child {
  margin-bottom: 0;
}

.faq-list__section-title {
  margin: 0 0 40px 0;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(217, 26, 36, 0.2);
}

@media (max-width: 768px) {
  .faq-list__section-title {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
}

.faq-list__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (max-width: 480px) {
  .faq-list__list {
    gap: 10px;
  }
}

.faq-list-item {
  padding: 20px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.faq-list-item__question {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 20px;
}

.faq-list-item__q {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: rgba(217, 26, 36, 0.1);
  color: #D91A24;
  font-weight: 700;
  font-size: 12px;
  border-radius: 5px;
  font-family: "Roboto", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

@media (max-width: 480px) {
  .faq-list-item__q {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }
}

.faq-list-item__question-text {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: #1E1E1E;
  padding-top: 4px;
  flex: 1;
}

@media (max-width: 480px) {
  .faq-list-item__question-text {
    font-size: 16px;
    padding-top: 2px;
  }
}

.faq-list-item__answer {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 16px;
  line-height: calc(16px + 12px);
  color: #1E1E1E;
}

@media (max-width: 480px) {
  .faq-list-item__answer {
    font-size: 12px;
    line-height: calc(12px + 12px);
    gap: 10px;
  }
}

.faq-list-item__a {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: rgba(76, 175, 80, 0.1);
  color: #4CAF50;
  font-weight: 700;
  font-size: 12px;
  border-radius: 5px;
  font-family: "Roboto", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  margin-top: 2px;
}

@media (max-width: 480px) {
  .faq-list-item__a {
    width: 28px;
    height: 28px;
    font-size: 12px;
    margin-top: 0;
  }
}

.faq-list-item__answer-content {
  flex: 1;
  min-width: 0;
  padding-top: 6px;
}

@media (max-width: 480px) {
  .faq-list-item__answer-content {
    padding-top: 4px;
  }
}

.faq-list-item__answer-content p {
  margin: 0 0 10px 0;
  line-height: 1.7;
}

.faq-list-item__answer-content p:last-child {
  margin-bottom: 0;
}

.faq-list-item__answer-content ul,
.faq-list-item__answer-content ol {
  margin: 10px 0;
  padding-left: 20px;
  line-height: 1.7;
}

.faq-list-item__answer-content ul li,
.faq-list-item__answer-content ol li {
  margin-bottom: 5px;
  line-height: 1.7;
}

.faq-list-item__answer-content ul li:last-child,
.faq-list-item__answer-content ol li:last-child {
  margin-bottom: 0;
}

.faq-list-item__answer-content a {
  color: #D91A24;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 200ms ease, text-decoration-thickness 200ms ease;
  font-weight: 500;
}

.faq-list-item__answer-content a:hover, .faq-list-item__answer-content a:focus-visible {
  color: #B81728;
  text-decoration-thickness: 2px;
}

.faq-list-item__answer-content strong {
  font-weight: 600;
  color: #0F1D45;
}

.faq-list-item__answer-content em {
  font-style: italic;
  color: rgba(30, 30, 30, 0.85);
}

.faq-list-item__answer-content code {
  background: rgba(217, 26, 36, 0.08);
  padding: 2px 6px;
  border-radius: 5px;
  font-size: 0.9em;
  color: #B81728;
}

@media (max-width: 768px) {
  .faq-list__section {
    margin-bottom: 40px;
  }
  .faq-list__list {
    gap: 20px;
  }
  .faq-list-item {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .faq-list__section {
    margin-bottom: 40px;
  }
  .faq-list__section-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .faq-list__list {
    gap: 10px;
  }
  .faq-list-item {
    border-radius: 5px;
    padding: 20px 10px;
  }
}

.contact-info {
  margin: 20px 0;
}

.contact-info__item {
  margin-bottom: 10px;
  line-height: calc(16px + 12px);
}

.contact-info__label {
  font-weight: 500;
  color: #1E1E1E;
  margin-right: 10px;
}

.contact-info__link {
  color: #D91A24;
  text-decoration: none;
  transition: color 200ms ease;
}

.contact-info__link:hover, .contact-info__link:focus-visible {
  color: #B81728;
  text-decoration: underline;
}

.contact-info__text {
  color: #1E1E1E;
}

.social-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.social-links__item {
  margin: 0;
  list-style-type: none;
}

.social-links__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.social-links__icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: currentColor;
}

.social-links__text {
  font-size: 16px;
  line-height: calc(16px + 12px);
}

.contact-form {
  margin: 40px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}

@media (max-width: 480px) {
  .contact-form {
    max-width: 100%;
    gap: 10px;
  }
}

.contact-form__honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

@media (max-width: 768px) {
  .contact-form__field--half {
    display: inline-flex;
    flex-direction: column;
    width: calc(50% - 10px);
  }
  .contact-form__field--half:nth-of-type(odd) {
    margin-right: 10px;
  }
}

@media (max-width: 480px) {
  .contact-form__field--half {
    width: 100%;
    margin-right: 0;
  }
}

.contact-form__label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #1E1E1E;
  margin-bottom: 5px;
  line-height: calc(16px + 12px);
}

.contact-form__required {
  color: #D91A24;
  margin-left: 2px;
}

.contact-form__input, .contact-form__textarea {
  width: 100%;
  padding: 10px 20px;
  font-size: 16px;
  line-height: calc(16px + 12px);
  color: #1E1E1E;
  background: #ffffff;
  border: 1px solid rgba(30, 30, 30, 0.2);
  border-radius: 5px;
  transition: border-color 200ms ease, box-shadow 200ms ease;
}

.contact-form__input:focus, .contact-form__textarea:focus {
  outline: none;
  border-color: #D91A24;
  box-shadow: 0 0 0 3px rgba(217, 26, 36, 0.1);
}

.contact-form__input:disabled, .contact-form__textarea:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  background: rgba(30, 30, 30, 0.05);
}

.contact-form__input::placeholder, .contact-form__textarea::placeholder {
  color: rgba(30, 30, 30, 0.5);
}

.contact-form select.contact-form__input {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12px' height='12px' viewBox='0 0 12px 12px'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 12px;
  padding-right: 40px;
  cursor: pointer;
}

.contact-form select.contact-form__input:disabled {
  cursor: not-allowed;
}

.contact-form__textarea {
  resize: vertical;
  min-height: 120px;
  font-family: inherit;
}

.contact-form__actions {
  margin-top: 40px;
  display: flex;
  gap: 10px;
}

.contact-form__error {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  color: #F44336;
  font-weight: 500;
}

.contact-form__help {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  color: #6B6B6B;
  line-height: calc(12px + 12px);
}

.contact-form__input--error, .contact-form__textarea--error {
  border-color: #F44336;
}

.contact-form__input--error:focus, .contact-form__textarea--error:focus {
  outline: none;
  border-color: #F44336;
  box-shadow: 0 0 0 3px rgba(244, 67, 54, 0.1);
}

.contact-form__input--success, .contact-form__textarea--success {
  border-color: #4CAF50;
}

.contact-form__input--success:focus, .contact-form__textarea--success:focus {
  outline: none;
  border-color: #4CAF50;
  box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.1);
}

.contact-form__submit {
  position: relative;
}

.contact-form__submit--loading {
  pointer-events: none;
  opacity: 0.7;
}

.contact-form__submit--loading::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
  border: 2px solid currentColor;
  border-radius: 50%;
  border-top-color: transparent;
  animation: spin 0.6s linear infinite;
}

.contact-form__status {
  padding: 10px 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: calc(16px + 12px);
}

.contact-form__status--error {
  background: rgba(244, 67, 54, 0.1);
  color: #9E0000;
  border: 1px solid rgba(244, 67, 54, 0.3);
}

.contact-form__status--success {
  background: rgba(76, 175, 80, 0.1);
  color: #1B5E20;
  border: 1px solid rgba(76, 175, 80, 0.3);
}

.contact-form__status--info {
  background: rgba(33, 150, 243, 0.1);
  color: #0D47A1;
  border: 1px solid rgba(33, 150, 243, 0.3);
}

.contact-form__status--hidden {
  display: none;
}

.contact-form__live-region {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@media (max-width: 480px) {
  .contact-form #booking-date {
    max-width: 220px;
  }
}

.contact-form fieldset.contact-form__field {
  padding: 20px;
  border-radius: 5px;
  border: 1px solid rgba(30, 30, 30, 0.06);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-form fieldset.contact-form__field legend.contact-form__label {
  padding: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 18px;
  color: #D91A24;
}

@media (max-width: 480px) {
  .contact-form fieldset.contact-form__field {
    padding: 10px;
    gap: 10px;
  }
}

.feedback-form__low-rating-message {
  padding: 20px 20px;
  margin-top: 0;
  border-radius: 5px;
  background: rgba(244, 67, 54, 0.1);
  color: #9E0000;
  border: 1px solid rgba(244, 67, 54, 0.3);
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.feedback-form__low-rating-message.contact-form__status--hidden {
  display: none;
}

.feedback-form__low-rating-content {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
}

.feedback-form__low-rating-icon {
  font-size: 2rem;
  line-height: 1;
  color: #F44336;
  flex-shrink: 0;
  margin-top: 2px;
}

.feedback-form__low-rating-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.feedback-form__low-rating-text strong {
  font-weight: 600;
  font-size: 16px;
  line-height: calc(16px + 12px);
  color: #9E0000;
}

.feedback-form__low-rating-text p {
  margin: 0;
  font-size: 12px;
  line-height: calc(12px + 12px);
  color: #9E0000;
  opacity: 0.9;
}

@media (max-width: 480px) {
  .feedback-form__low-rating-message {
    padding: 10px 20px;
    gap: 10px;
  }
  .feedback-form__low-rating-content {
    gap: 10px;
  }
  .feedback-form__low-rating-icon {
    font-size: 1.75rem;
  }
}

.reviews-form {
  margin-top: 20px;
}

.reviews-form__inner {
  max-width: 600px;
}

.reviews-form__title {
  font-size: 18px;
  line-height: calc(18px + 12px);
  margin-bottom: 10px;
}

.reviews-form__intro {
  font-size: 16px;
  line-height: calc(16px + 12px);
  color: #6B6B6B;
  margin-bottom: 20px;
}

.reviews-form__rating {
  padding: 20px;
  border-radius: 5px;
  border: 1px solid rgba(30, 30, 30, 0.06);
  background: linear-gradient(90deg, rgba(244, 67, 54, 0.04), rgba(255, 193, 7, 0.03), rgba(76, 175, 80, 0.04));
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.reviews-form__rating--low {
  background: rgba(244, 67, 54, 0.04);
  border-color: rgba(244, 67, 54, 0.16);
}

.reviews-form__rating--mid {
  background: rgba(255, 193, 7, 0.04);
  border-color: rgba(255, 193, 7, 0.16);
}

.reviews-form__rating--high {
  background: rgba(76, 175, 80, 0.04);
  border-color: rgba(76, 175, 80, 0.16);
}

.reviews-form__faces {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
  font-size: 1.6rem;
  line-height: 1;
}

.reviews-form__face {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 200ms ease, background-color 200ms ease, box-shadow 200ms ease;
}

.reviews-form__face:hover {
  transform: translateY(-1px) scale(1.05);
  background: rgba(217, 26, 36, 0.06);
  box-shadow: 0 2px 6px rgba(217, 26, 36, 0.15);
}

.reviews-form__face.is-active {
  background: #D91A24;
  color: #FFFFFF;
  box-shadow: 0 0 0 3px rgba(217, 26, 36, 0.1);
  transform: translateY(-1px) scale(1.1);
}

.reviews-form__slider {
  width: 100%;
  appearance: none;
  height: 6px;
  border-radius: 999px;
  background: rgba(30, 30, 30, 0.12);
  outline: none;
  margin: 0;
  transition: background-color 200ms ease, box-shadow 200ms ease;
}

.reviews-form__slider:focus-visible {
  box-shadow: 0 0 0 3px rgba(217, 26, 36, 0.1);
}

.reviews-form__slider::-webkit-slider-thumb {
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #D91A24;
  box-shadow: 0 0 0 3px rgba(217, 26, 36, 0.2);
  border: 2px solid #ffffff;
  cursor: pointer;
  transition: transform 200ms ease, background-color 200ms ease, box-shadow 200ms ease;
}

.reviews-form__slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #D91A24;
  box-shadow: 0 0 0 3px rgba(217, 26, 36, 0.2);
  border: 2px solid #ffffff;
  cursor: pointer;
  transition: transform 200ms ease, background-color 200ms ease, box-shadow 200ms ease;
}

.reviews-form__slider:hover::-webkit-slider-thumb, .reviews-form__slider:hover::-moz-range-thumb {
  transform: scale(1.05);
  box-shadow: 0 0 0 4px rgba(217, 26, 36, 0.25);
}

.reviews-form__rating-meta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  align-self: flex-start;
  padding: 5px 20px;
  margin: 0 auto;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 1px 3px rgba(30, 30, 30, 0.06);
}

.reviews-form__rating-value {
  font-weight: 700;
  font-size: 18px;
  color: #D91A24;
}

.reviews-form__rating-label {
  font-size: 12px;
  color: #1E1E1E;
}

.reviews-form__google-cta {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed rgba(30, 30, 30, 0.1);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.reviews-form__google-text {
  font-size: 12px;
  color: #6B6B6B;
  margin: 0;
}

.contact-form__choice-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-form__choice-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.contact-form__choice-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-form__choice {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  border-radius: 5px;
  user-select: none;
}

.contact-form__choice input {
  position: absolute;
  opacity: 0;
  inset: 0;
  margin: 0;
  cursor: pointer;
}

.contact-form__choice span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 20px;
  font-size: 12px;
  line-height: calc(12px + 12px);
  color: #1E1E1E;
  background: rgba(30, 30, 30, 0.04);
  border-radius: inherit;
  border: 1px solid rgba(30, 30, 30, 0.2);
  transition: background-color 200ms ease, border-color 200ms ease, box-shadow 200ms ease, color 200ms ease;
}

.contact-form__choice:hover span {
  background: rgba(30, 30, 30, 0.06);
  border-color: rgba(30, 30, 30, 0.3);
}

.contact-form__choice input:checked + span {
  background: #D91A24;
  color: #FFFFFF;
  border-color: #D91A24;
  box-shadow: 0 0 0 2px rgba(217, 26, 36, 0.1);
}

.contact-form__choice input:focus-visible + span {
  outline: 2px solid #D91A24;
  outline-offset: 2px;
}

.contact-form__choice input:disabled + span {
  opacity: 0.6;
  cursor: not-allowed;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

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

.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-variation-settings: 'FILL' 0, 'wght' 100, 'GRAD' 0, 'opsz' 24;
}

.mobile-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.9);
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  padding: 10px;
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  backdrop-filter: blur(20px) saturate(180%);
  box-shadow: 0 15px 35px rgba(30, 30, 30, 0.2);
  transition: transform 200ms ease, opacity 200ms ease;
}

@media (max-width: 768px) {
  .mobile-cta {
    display: block;
  }
}

.mobile-cta__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  max-width: 100%;
}

.mobile-cta__container .btn {
  flex: 1;
  min-width: 0;
  text-align: center;
  font-size: 16px;
  padding: 12px 20px;
  white-space: nowrap;
}

.top-bar {
  background: #1E3A8A;
  padding: 0.5rem 0;
  font-size: 0.875rem;
  z-index: 10;
}

.top-bar .top-bar-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}

.top-bar .top-bar-content .brand,
.top-bar .top-bar-content .feedback-link {
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  mix-blend-mode: overlay;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-direction: row;
}

.top-bar .top-bar-content .top-bar-content-right {
  font-size: 12px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 10px;
}

.site-header {
  position: sticky;
  top: 0;
  -webkit-backdrop-filter: blur(18px) saturate(180%);
  backdrop-filter: blur(18px) saturate(180%);
  z-index: 20;
  transition: box-shadow 200ms ease;
  padding: 10px 0;
  min-height: 92px;
  background-color: #1E40AF;
}

.site-header.has-shadow {
  box-shadow: 0 10px 30px rgba(30, 30, 30, 0.2);
}

.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 70px;
  position: relative;
}

.site-header .container::before, .site-header .container::after {
  content: "";
  display: block;
  width: 10px;
  height: calc(100% + 22px);
  position: absolute;
  top: 0;
  left: 170px;
  z-index: 0;
  transform: skewX(25deg) translateY(-10px);
  background-color: white;
  mix-blend-mode: soft-light;
}

.site-header .container::before {
  width: 20px;
}

.site-header .container .brand {
  position: relative;
  z-index: 1;
  font-family: "Roboto", "Roboto", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #1E1E1E;
}

.site-header .container .brand::before {
  content: "";
  display: block;
  width: 520px;
  height: calc(100% + 40px);
  position: absolute;
  top: 0;
  right: -36px;
  z-index: 0;
  transform: skewX(25deg) translateY(-19px);
  background: linear-gradient(to right, #FCE2B8 0%, #FFFFFF 100%);
}

.site-header .container .brand .logo {
  position: relative;
  height: 52px;
  width: auto;
  z-index: 1;
}

.site-header-content {
  display: flex;
  flex: 1;
  gap: 10px;
  justify-content: flex-end;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

.site-nav .nav-link {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 5px;
  border-radius: 5px;
  transition: all 200ms ease;
}

.site-nav .nav-link:hover {
  background-color: rgba(15, 29, 69, 0.5);
}

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

.nav-item--dropdown {
  position: relative;
}

.nav-item--dropdown .dropdown-arrow {
  font-size: 0.6em;
  transition: transform 200ms ease;
}

.nav-item--dropdown:hover .dropdown-arrow, .nav-item--dropdown:focus-within .dropdown-arrow {
  transform: rotate(180deg);
}

.nav-item--dropdown:hover .dropdown-menu, .nav-item--dropdown:focus-within .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  margin-top: 0 !important;
  background: black;
  box-shadow: 0 10px 30px rgba(30, 30, 30, 0.2);
  padding: 20px;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 300ms ease, visibility 300ms ease, transform 300ms ease;
  border-radius: 5px;
  z-index: 30;
  min-width: 260px;
  width: max-content;
  max-height: calc(100dvh - 160px);
  max-width: 100vw;
  display: block;
}

.dropdown-menu:has(.dropdown-links > .dropdown-group) {
  left: 50%;
  transform: translateX(-50%) translateY(-8px);
}

.nav-item--dropdown:hover .dropdown-menu:has(.dropdown-links > .dropdown-group), .nav-item--dropdown:focus-within .dropdown-menu:has(.dropdown-links > .dropdown-group) {
  transform: translateX(-50%) translateY(0);
}

.dropdown-menu:has(.dropdown-links > .dropdown-group).dropdown-menu--cols-1 {
  left: 0;
  transform: translateX(0) translateY(-8px);
}

.nav-item--dropdown:hover .dropdown-menu:has(.dropdown-links > .dropdown-group).dropdown-menu--cols-1, .nav-item--dropdown:focus-within .dropdown-menu:has(.dropdown-links > .dropdown-group).dropdown-menu--cols-1 {
  transform: translateX(0) translateY(0);
}

.dropdown-menu:has(.dropdown-links > .dropdown-group).dropdown-menu--cols-2 {
  left: 50%;
  transform: translateX(-50%) translateY(-8px);
}

.nav-item--dropdown:hover .dropdown-menu:has(.dropdown-links > .dropdown-group).dropdown-menu--cols-2, .nav-item--dropdown:focus-within .dropdown-menu:has(.dropdown-links > .dropdown-group).dropdown-menu--cols-2 {
  transform: translateX(-50%) translateY(0);
}

.dropdown-menu:has(.dropdown-links > .dropdown-group).dropdown-menu--cols-3, .dropdown-menu:has(.dropdown-links > .dropdown-group).dropdown-menu--cols-4, .dropdown-menu:has(.dropdown-links > .dropdown-group).dropdown-menu--has-feature {
  left: 50%;
  transform: translateX(-50%) translateY(-8px);
}

.nav-item--dropdown:hover .dropdown-menu:has(.dropdown-links > .dropdown-group).dropdown-menu--cols-3, .nav-item--dropdown:focus-within .dropdown-menu:has(.dropdown-links > .dropdown-group).dropdown-menu--cols-3, .nav-item--dropdown:hover .dropdown-menu:has(.dropdown-links > .dropdown-group).dropdown-menu--cols-4, .nav-item--dropdown:focus-within .dropdown-menu:has(.dropdown-links > .dropdown-group).dropdown-menu--cols-4, .nav-item--dropdown:hover .dropdown-menu:has(.dropdown-links > .dropdown-group).dropdown-menu--has-feature, .nav-item--dropdown:focus-within .dropdown-menu:has(.dropdown-links > .dropdown-group).dropdown-menu--has-feature {
  transform: translateX(-50%) translateY(0);
}

@media (max-width: 1400px) {
  .dropdown-menu:has(.dropdown-links > .dropdown-group).dropdown-menu--cols-4, .dropdown-menu:has(.dropdown-links > .dropdown-group).dropdown-menu--has-feature {
    left: 20px !important;
    right: 20px;
    max-width: calc(100vw - 40px);
    transform: translateY(-8px);
  }
  .nav-item--dropdown:hover .dropdown-menu:has(.dropdown-links > .dropdown-group).dropdown-menu--cols-4, .nav-item--dropdown:focus-within .dropdown-menu:has(.dropdown-links > .dropdown-group).dropdown-menu--cols-4, .nav-item--dropdown:hover .dropdown-menu:has(.dropdown-links > .dropdown-group).dropdown-menu--has-feature, .nav-item--dropdown:focus-within .dropdown-menu:has(.dropdown-links > .dropdown-group).dropdown-menu--has-feature {
    transform: translateY(0);
  }
  .dropdown-menu:has(.dropdown-links > .dropdown-group):has(.dropdown-links > .dropdown-group) {
    left: 165% !important;
    right: auto;
    max-width: calc(100vw - 40px);
    transform: translateX(-50%) translateY(-8px);
  }
  .nav-item--dropdown:hover .dropdown-menu:has(.dropdown-links > .dropdown-group):has(.dropdown-links > .dropdown-group), .nav-item--dropdown:focus-within .dropdown-menu:has(.dropdown-links > .dropdown-group):has(.dropdown-links > .dropdown-group) {
    transform: translateX(-50%) translateY(0px);
  }
}

@media (max-width: 1100px) {
  .dropdown-menu:has(.dropdown-links > .dropdown-group).dropdown-menu--cols-3 {
    left: 20px;
    right: 20px;
    max-width: calc(100vw - 40px);
    transform: translateY(-8px);
  }
  .nav-item--dropdown:hover .dropdown-menu:has(.dropdown-links > .dropdown-group).dropdown-menu--cols-3, .nav-item--dropdown:focus-within .dropdown-menu:has(.dropdown-links > .dropdown-group).dropdown-menu--cols-3 {
    transform: translateY(0);
  }
}

.dropdown-menu .dropdown-back {
  display: none;
}

.dropdown-menu .dropdown-links {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.dropdown-menu .dropdown-links:has(> .dropdown-group) {
  display: block;
  column-count: 3;
  column-gap: 20px;
  column-fill: balance;
  min-width: 0;
}

.dropdown-menu .dropdown-links:has(> .dropdown-group):not(:has(+ .dropdown-feature)) {
  max-height: calc(100dvh - 250px);
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
  -webkit-overflow-scrolling: touch;
}

.dropdown-menu .dropdown-links:has(> .dropdown-group):not(:has(+ .dropdown-feature))::-webkit-scrollbar {
  width: 6px;
}

.dropdown-menu .dropdown-links:has(> .dropdown-group):not(:has(+ .dropdown-feature))::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

.dropdown-menu .dropdown-links:has(> .dropdown-group):not(:has(+ .dropdown-feature))::-webkit-scrollbar-thumb {
  background: rgba(107, 107, 107, 0.4);
  border-radius: 3px;
}

.dropdown-menu .dropdown-links:has(> .dropdown-group):not(:has(+ .dropdown-feature))::-webkit-scrollbar-thumb:hover {
  background: rgba(107, 107, 107, 0.6);
}

.dropdown-menu .dropdown-links:has(> .dropdown-group) > .dropdown-group,
.dropdown-menu .dropdown-links:has(> .dropdown-group) > .dropdown-link {
  break-inside: avoid-column;
  margin-bottom: 20px;
}

.dropdown-menu .dropdown-links:has(> .dropdown-group) > .dropdown-group {
  display: block;
  margin-bottom: 20px;
  width: 100%;
}

.dropdown-menu .dropdown-links:has(> .dropdown-group) > .dropdown-group + .dropdown-group {
  margin-top: 10px;
}

.dropdown-menu--cols-1 .dropdown-links:not(:has(> .dropdown-group)) {
  grid-template-columns: minmax(200px, 1fr);
}

.dropdown-menu--cols-1 .dropdown-links:has(> .dropdown-group) {
  column-count: 1 !important;
}

.dropdown-menu--cols-2 .dropdown-links:not(:has(> .dropdown-group)) {
  grid-template-columns: repeat(2, minmax(180px, 1fr));
}

.dropdown-menu--cols-2 .dropdown-links:has(> .dropdown-group) {
  column-count: 2 !important;
}

.dropdown-menu--cols-3 .dropdown-links:not(:has(> .dropdown-group)) {
  grid-template-columns: repeat(3, minmax(160px, 1fr));
}

.dropdown-menu--cols-3 .dropdown-links:has(> .dropdown-group) {
  column-count: 3 !important;
}

.dropdown-menu--cols-4 .dropdown-links:not(:has(> .dropdown-group)) {
  grid-template-columns: repeat(4, minmax(140px, 1fr));
}

.dropdown-menu--cols-4 .dropdown-links:has(> .dropdown-group) {
  column-count: 4 !important;
}

.dropdown-menu .dropdown-link {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 10px;
  border-radius: 5px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  background: transparent;
  text-decoration: none;
  transition: background 200ms ease, color 200ms ease, outline 200ms ease;
  outline: 2px solid transparent;
  outline-offset: 2px;
  cursor: pointer;
}

.dropdown-menu .dropdown-link:hover, .dropdown-menu .dropdown-link:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
}

.dropdown-menu .dropdown-link:hover, .dropdown-menu .dropdown-link:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
}

.dropdown-group .dropdown-menu .dropdown-link {
  margin-bottom: 0;
}

.dropdown-menu .dropdown-link--parent {
  display: none;
}

@media (max-width: 980px) {
  .dropdown-menu .dropdown-link--parent {
    display: block;
  }
}

.dropdown-menu .dropdown-link-title {
  font-size: inherit;
  color: inherit;
}

.dropdown-menu .dropdown-group > .dropdown-link-title {
  font-stretch: condensed;
  font-size: 12px;
}

.dropdown-menu .dropdown-link-desc {
  font-size: 12px;
  font-weight: 400;
  color: rgba(107, 107, 107, 0.85);
}

.dropdown-menu .dropdown-group-header {
  padding: 20px 10px 0 10px;
  margin: 20px 0 10px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  position: relative;
}

.dropdown-menu .dropdown-group-header:first-child {
  margin-top: 0;
  border-top: none;
  padding-top: 0;
}

.dropdown-menu .dropdown-group-header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 1px;
  width: 2px;
  height: 100%;
  background: #D91A24;
  transform: translateX(-50%);
}

.dropdown-menu--has-feature {
  padding: 0;
}

.dropdown-menu--has-feature:not(:has(.dropdown-links > .dropdown-group)) {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(220px, 260px);
  gap: 20px;
  padding: 20px;
}

.dropdown-menu--has-feature:has(.dropdown-links > .dropdown-group) {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 20px;
  align-items: start;
  max-height: calc(100dvh - 160px);
  overflow: hidden;
  min-width: 820px;
  width: max-content;
  padding: 20px;
}

.dropdown-menu--has-feature:has(.dropdown-links > .dropdown-group) .dropdown-links {
  display: block;
  column-count: 3;
  column-gap: 20px;
  max-height: 100%;
  overflow-y: auto;
  padding-right: 10px;
  -webkit-overflow-scrolling: touch;
}

.dropdown-menu--has-feature:has(.dropdown-links > .dropdown-group) .dropdown-links::-webkit-scrollbar {
  width: 6px;
}

.dropdown-menu--has-feature:has(.dropdown-links > .dropdown-group) .dropdown-links::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

.dropdown-menu--has-feature:has(.dropdown-links > .dropdown-group) .dropdown-links::-webkit-scrollbar-thumb {
  background: rgba(107, 107, 107, 0.4);
  border-radius: 3px;
}

.dropdown-menu--has-feature:has(.dropdown-links > .dropdown-group) .dropdown-links::-webkit-scrollbar-thumb:hover {
  background: rgba(107, 107, 107, 0.6);
}

.dropdown-menu--has-feature:has(.dropdown-links > .dropdown-group) .dropdown-feature {
  display: flex !important;
  flex-direction: column;
  position: sticky;
  height: fit-content;
  max-height: calc(100dvh - 220px);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(30, 30, 30, 0.08);
  border-radius: 5px;
  padding: 20px;
}

.dropdown-menu .dropdown-feature {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(30, 30, 30, 0.08);
}

.dropdown-menu .dropdown-feature .dropdown-feature-media {
  border-radius: 5px;
  overflow: hidden;
  aspect-ratio: 1.91 / 1;
}

.dropdown-menu .dropdown-feature .dropdown-feature-media img {
  width: 100%;
  aspect-ratio: 1.91 / 1;
  object-fit: cover;
  transition: opacity 200ms ease;
  transition-duration: 0.3s;
}

.dropdown-menu .dropdown-feature .dropdown-feature-title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
}

.dropdown-menu .dropdown-feature .dropdown-feature-text {
  margin: 0 0 10px 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
}

.nav-toggle {
  display: none;
  position: relative;
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  z-index: 1;
  transition: all 200ms ease;
}

.nav-toggle::before, .nav-toggle::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 2px;
  background-color: #FFFFFF;
  transition: all 200ms ease;
  border-radius: 2px;
}

.nav-toggle::before {
  top: 12px;
}

.nav-toggle::after {
  bottom: 12px;
}

.nav-toggle span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 2px;
  background-color: #FFFFFF;
  transition: all 200ms ease;
  border-radius: 2px;
}

.nav-toggle[aria-expanded="true"]::before {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.nav-toggle[aria-expanded="true"]::after {
  bottom: auto;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.nav-toggle[aria-expanded="true"] span {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
}

.nav-toggle:hover {
  opacity: 0.8;
}

.nav-toggle:focus {
  outline: 2px solid #D91A24;
  outline-offset: 2px;
}

@media (min-width: calc(1880px + 1px)) {
  .site-header .container .brand::before {
    width: 800px;
  }
}

@media (max-width: 1280px) {
  .dropdown-menu--cols-1 .dropdown-links:not(:has(> .dropdown-group)), .dropdown-menu--cols-1 .dropdown-links:has(> .dropdown-group), .dropdown-menu--cols-2 .dropdown-links:not(:has(> .dropdown-group)), .dropdown-menu--cols-2 .dropdown-links:has(> .dropdown-group), .dropdown-menu--cols-3 .dropdown-links:not(:has(> .dropdown-group)), .dropdown-menu--cols-3 .dropdown-links:has(> .dropdown-group), .dropdown-menu--cols-4 .dropdown-links:not(:has(> .dropdown-group)), .dropdown-menu--cols-4 .dropdown-links:has(> .dropdown-group) {
    grid-template-columns: 1fr !important;
    column-count: 1 !important;
  }
  .dropdown-menu--has-feature .dropdown-feature {
    display: none !important;
  }
  .dropdown-menu .dropdown-group-header {
    display: none !important;
  }
  .dropdown-menu .dropdown-group {
    margin-bottom: 0 !important;
    padding: 0 !important;
    border: none !important;
  }
  .site-header .container {
    flex-direction: row;
    flex-wrap: nowrap;
    position: static;
  }
  .site-header .container::before, .site-header .container::after {
    height: 100%;
    transform: skewX(25deg) translateY(0);
    left: 167px;
  }
  .site-header .container .brand::before {
    width: 300px;
  }
  .site-header-content {
    order: 2;
  }
  .nav-toggle {
    display: inline-flex;
    order: 3;
  }
  .site-nav {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    position: absolute;
    top: calc(100% - 20px);
    right: 10px;
    z-index: 10;
    width: calc(100% - 20px);
    max-height: calc(100vh - 160px);
    overflow-y: hidden;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    margin: 0;
    padding: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.6);
    border-radius: 5px;
    background: rgba(30, 30, 30, 0.99);
    box-shadow: 0 10px 30px rgba(30, 30, 30, 0.2);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px) scale(0.95);
    transition: opacity 300ms ease, visibility 300ms ease, transform 300ms ease;
  }
  .site-nav::-webkit-scrollbar {
    width: 4px;
  }
  .site-nav::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 3px;
  }
  .site-nav::-webkit-scrollbar-thumb {
    background: rgba(107, 107, 107, 0.3);
    border-radius: 3px;
  }
  .site-nav::-webkit-scrollbar-thumb:hover {
    background: rgba(107, 107, 107, 0.5);
  }
  .site-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
  }
  .site-nav.is-open .nav-link {
    opacity: 1;
    transform: translateX(0);
  }
  .site-nav.is-open .nav-link:nth-child(1) {
    transition-delay: 0ms;
  }
  .site-nav.is-open .nav-link:nth-child(2) {
    transition-delay: 50ms;
  }
  .site-nav.is-open .nav-link:nth-child(3) {
    transition-delay: 100ms;
  }
  .site-nav.is-open .nav-link:nth-child(4) {
    transition-delay: 150ms;
  }
  .site-nav.is-open .nav-link:nth-child(5) {
    transition-delay: 200ms;
  }
  .site-nav.is-open .nav-link:nth-child(6) {
    transition-delay: 250ms;
  }
  .site-nav.is-open .nav-link:nth-child(7) {
    transition-delay: 300ms;
  }
  .site-nav.is-open .nav-link:nth-child(8) {
    transition-delay: 350ms;
  }
  .site-nav.is-open .nav-link:nth-child(9) {
    transition-delay: 400ms;
  }
  .site-nav.is-open .nav-link:nth-child(10) {
    transition-delay: 450ms;
  }
  .site-nav .nav-item--dropdown {
    width: 100%;
    position: relative;
    overflow: visible;
  }
  .site-nav .nav-item--dropdown .dropdown-menu {
    position: absolute;
    top: 0;
    left: 0 !important;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible;
    transform: translateX(100%);
    box-shadow: -4px 0 12px rgba(0, 0, 0, 0.15);
    background: rgba(30, 30, 30, 0.99);
    border-radius: 5px;
    margin: 0;
    padding: 20px;
    padding-top: calc(20px + 50px);
    overflow-y: hidden;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    z-index: 30;
    transition: transform 300ms ease;
    -webkit-overflow-scrolling: touch;
  }
  .site-nav .nav-item--dropdown .dropdown-menu:has(.dropdown-links > .dropdown-group) {
    left: 0 !important;
    transform: translateX(100%);
  }
  .site-nav .nav-item--dropdown .dropdown-menu:has(.dropdown-links > .dropdown-group).is-open {
    transform: translateX(0);
  }
  .site-nav .nav-item--dropdown .dropdown-menu::-webkit-scrollbar {
    width: 4px;
  }
  .site-nav .nav-item--dropdown .dropdown-menu::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 3px;
  }
  .site-nav .nav-item--dropdown .dropdown-menu::-webkit-scrollbar-thumb {
    background: rgba(107, 107, 107, 0.3);
    border-radius: 3px;
  }
  .site-nav .nav-item--dropdown .dropdown-menu::-webkit-scrollbar-thumb:hover {
    background: rgba(107, 107, 107, 0.5);
  }
  .site-nav .nav-item--dropdown .dropdown-menu.is-open {
    transform: translateX(0);
  }
  .site-nav .nav-item--dropdown .dropdown-menu .dropdown-back {
    display: flex;
    position: absolute;
    top: 20px;
    left: 20px;
    align-items: center;
    gap: 10px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    z-index: 10;
    transition: background 200ms ease, border-color 200ms ease, transform 200ms ease;
  }
  .site-nav .nav-item--dropdown .dropdown-menu .dropdown-back:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(0, 0, 0, 0.5);
    transform: translateX(-2px);
  }
  .site-nav .nav-item--dropdown .dropdown-menu .dropdown-back:active {
    transform: translateX(0);
  }
  .site-nav .nav-item--dropdown .dropdown-menu .dropdown-back:focus {
    outline: 2px solid #D91A24;
    outline-offset: 2px;
  }
  .site-nav .nav-item--dropdown .dropdown-menu .dropdown-back .dropdown-back-icon {
    display: block;
    font-size: 1.25rem;
    line-height: 1;
    font-weight: 400;
  }
  .site-nav .nav-item--dropdown .dropdown-menu .dropdown-back .dropdown-back-text {
    display: block;
  }
  .site-nav .nav-item--dropdown .dropdown-menu .dropdown-back svg {
    transform: rotate(90deg);
  }
  .site-nav .nav-item--dropdown .dropdown-menu .dropdown-links {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    column-count: 1 !important;
    gap: 0;
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch;
    column-gap: 0;
    column-fill: auto;
    width: 100%;
    box-sizing: border-box;
  }
  .site-nav .nav-item--dropdown .dropdown-menu .dropdown-links::-webkit-scrollbar {
    width: 4px;
  }
  .site-nav .nav-item--dropdown .dropdown-menu .dropdown-links::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 3px;
  }
  .site-nav .nav-item--dropdown .dropdown-menu .dropdown-links::-webkit-scrollbar-thumb {
    background: rgba(107, 107, 107, 0.3);
    border-radius: 3px;
  }
  .site-nav .nav-item--dropdown .dropdown-menu .dropdown-links::-webkit-scrollbar-thumb:hover {
    background: rgba(107, 107, 107, 0.5);
  }
  .site-nav .nav-item--dropdown .dropdown-menu .dropdown-links > .dropdown-group,
.site-nav .nav-item--dropdown .dropdown-menu .dropdown-links > .dropdown-link {
    break-inside: auto;
    page-break-inside: auto;
    margin-bottom: 0;
    width: 100%;
    flex-shrink: 0;
    display: block;
  }
  .site-nav .nav-item--dropdown .dropdown-menu .dropdown-links > .dropdown-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    width: 100%;
  }
  .site-nav .nav-item--dropdown .dropdown-menu .dropdown-links > .dropdown-group + .dropdown-group {
    margin-top: 0;
  }
  .site-nav .nav-item--dropdown .dropdown-menu .dropdown-link {
    padding: 0.75rem 1rem;
    width: 100%;
    box-sizing: border-box;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    display: block;
    flex-shrink: 0;
  }
  .site-nav .nav-item--dropdown .dropdown-menu .dropdown-group-header {
    padding: 1rem 1rem 0.5rem 1rem;
    margin-top: 0.5rem;
    font-size: 12px;
  }
  .site-nav .nav-item--dropdown .dropdown-menu .dropdown-group-header:after {
    left: 0.5rem;
    height: 100%;
  }
  .site-nav .nav-item--dropdown .dropdown-menu--has-feature {
    display: flex;
    flex-direction: column;
  }
  .site-nav .nav-item--dropdown .dropdown-menu--has-feature .dropdown-links {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .site-nav .nav-item--dropdown .dropdown-menu .dropdown-feature {
    display: none !important;
  }
  .site-nav .nav-item--dropdown .dropdown-arrow {
    margin-left: auto;
    transition: transform 200ms ease;
  }
  .site-nav .nav-item--dropdown .dropdown-arrow svg {
    transform: rotate(-90deg);
  }
  .site-nav .nav-link {
    width: 100%;
    justify-content: flex-start;
    padding: 20px;
    font-size: 18px;
    font-weight: 400;
    opacity: 0;
    transform: translateX(-10px);
    transition: opacity 300ms ease, transform 300ms ease;
    transition-delay: 0ms;
  }
  .site-nav .btn-row {
    display: flex;
    width: 100%;
    margin-top: 0.5rem;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
  }
}

@media (max-width: 768px) {
  .top-bar {
    padding: 0.4rem 0;
    font-size: 0.8rem;
  }
  .top-bar .top-bar-content {
    gap: 7.5px;
    flex-wrap: wrap;
  }
  .top-bar .top-bar-content .top-bar-content-right {
    font-size: 0.8rem;
    gap: 7.5px;
  }
  .site-header .btn-row {
    display: none;
  }
}

@media (max-width: 480px) {
  .top-bar {
    padding: 0.35rem 0;
    font-size: 0.75rem;
  }
  .top-bar .top-bar-content {
    gap: 0.5rem;
  }
  .top-bar .top-bar-content .brand {
    font-size: 0.7rem;
  }
  .top-bar .top-bar-content .top-bar-content-right {
    font-size: 0.75rem;
    gap: 0.5rem;
    flex-wrap: wrap;
  }
  .site-nav .nav-item--dropdown .dropdown-menu .dropdown-link {
    padding: 0.5rem 1rem;
  }
  .site-nav .nav-item--dropdown .dropdown-menu .dropdown-group-header {
    padding: 0.75rem 1rem 0.375rem 1rem;
    margin-top: 0.375rem;
    font-size: 0.75rem;
  }
  .site-nav .nav-item--dropdown .dropdown-menu .dropdown-group-header:after {
    left: 0.5rem;
    width: 2px;
  }
  .site-header .container::before, .site-header .container::after {
    left: 157px;
  }
}

.reviews {
  width: 100%;
  margin: 60px 0;
}

.reviews__container {
  width: 100%;
  max-width: 100%;
}

.reviews__filter {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

@media (max-width: 480px) {
  .reviews__filter {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
}

.reviews__filter-label {
  font-size: 16px;
  font-weight: 600;
  color: #0F1D45;
  white-space: nowrap;
}

@media (max-width: 480px) {
  .reviews__filter-label {
    font-size: 12px;
  }
}

.reviews__filter-select {
  padding: 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  font-size: 16px;
  font-family: "Roboto", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  background: #ffffff;
  color: #1E1E1E;
  cursor: pointer;
  transition: all 0.2s ease;
  min-width: 200px;
}

@media (max-width: 480px) {
  .reviews__filter-select {
    width: 100%;
    min-width: auto;
    font-size: 12px;
  }
}

.reviews__filter-select:focus {
  outline: none;
  border-color: #D91A24;
  box-shadow: 0 0 0 3px rgba(217, 26, 36, 0.1);
}

.reviews__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 20px;
  width: 100%;
}

@media (max-width: 768px) {
  .reviews__grid {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
  }
}

@media (max-width: 480px) {
  .reviews__grid {
    grid-template-columns: 1fr;
    gap: 20px;
    min-width: 0;
  }
}

.reviews__no-results {
  grid-column: 1 / -1;
  text-align: center;
  padding: 40px;
  color: #6B6B6B;
  font-size: 16px;
  font-style: italic;
}

@media (max-width: 480px) {
  .reviews__no-results {
    padding: 20px;
    font-size: 12px;
  }
}

.reviews--carousel .reviews__grid--mobile-fallback {
  display: none !important;
}

@media (max-width: 768px) {
  .reviews--carousel .reviews__grid--mobile-fallback {
    display: grid !important;
  }
}

.reviews--carousel .reviews__carousel {
  display: block;
}

@media (max-width: 768px) {
  .reviews--carousel .reviews__carousel {
    display: none !important;
  }
}

.reviews__carousel {
  position: relative;
  width: 100%;
  padding: 20px 40px;
}

@media (max-width: 768px) {
  .reviews__carousel {
    padding: 20px;
  }
}

.reviews__carousel-track {
  position: relative;
  width: 100%;
  height: 300px;
  perspective: 2000px;
  perspective-origin: center center;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .reviews__carousel-track {
    height: 375px;
    perspective: 1500px;
  }
}

@media (max-width: 480px) {
  .reviews__carousel-track {
    height: 500px;
    perspective: 1000px;
  }
}

.reviews__carousel-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.reviews__carousel-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.1);
  background: #ffffff;
  color: #1E1E1E;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 480px) {
  .reviews__carousel-button {
    width: 40px;
    height: 40px;
  }
}

.reviews__carousel-button:hover:not(:disabled) {
  background: #D91A24;
  color: #FFFFFF;
  border-color: #D91A24;
  box-shadow: 0 4px 12px rgba(217, 26, 36, 0.3);
  transform: translateY(-50%) scale(1.1);
}

.reviews__carousel-button:active:not(:disabled) {
  transform: translateY(-50%) scale(0.95);
}

.reviews__carousel-button:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.reviews__carousel-button svg {
  width: 24px;
  height: 24px;
}

@media (max-width: 480px) {
  .reviews__carousel-button svg {
    width: 20px;
    height: 20px;
  }
}

.reviews__carousel-button--prev {
  left: 20px;
}

@media (max-width: 480px) {
  .reviews__carousel-button--prev {
    left: 10px;
  }
}

.reviews__carousel-button--next {
  right: 20px;
}

@media (max-width: 480px) {
  .reviews__carousel-button--next {
    right: 10px;
  }
}

.reviews__carousel-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
  flex-wrap: wrap;
}

@media (max-width: 480px) {
  .reviews__carousel-dots {
    margin-top: 20px;
    gap: 5px;
  }
}

.reviews__carousel-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.1);
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

@media (max-width: 480px) {
  .reviews__carousel-dot {
    width: 10px;
    height: 10px;
  }
}

.reviews__carousel-dot:hover {
  background: rgba(217, 26, 36, 0.3);
  border-color: #D91A24;
  transform: scale(1.2);
}

.reviews__carousel-dot--active {
  background: #D91A24;
  border-color: #D91A24;
  width: 32px;
  border-radius: 6px;
}

@media (max-width: 480px) {
  .reviews__carousel-dot--active {
    width: 24px;
  }
}

.review-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 20px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  min-width: 0;
  overflow-wrap: break-word;
}

.review-card__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 20px;
}

.review-card__rating {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.review-card__stars {
  display: flex;
  gap: 2px;
  font-size: 20px;
  line-height: 1;
}

.review-card__star {
  color: #C2C2C2;
  transition: color 0.2s ease;
  display: inline-block;
}

.review-card__star--filled {
  color: #F59E0B;
}

.review-card__text, .review-card blockquote {
  flex: 1;
  margin: 0;
  padding: 0;
  border: none;
  font-style: italic;
  position: relative;
  min-width: 0;
}

.review-card__text p, .review-card blockquote p {
  margin: 0;
  font-size: 16px;
  line-height: calc(16px + 12px);
  color: #1E1E1E;
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

.review-card__text p::before, .review-card blockquote p::before {
  content: "\201C";
  position: absolute;
  left: 0;
  top: -40px;
  font-size: 80px;
  line-height: 1;
  color: #F59E0B;
  font-family: Georgia, serif;
  font-weight: 700;
}

.review-card__footer {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: auto;
}

.review-card__author {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 0 1 auto;
  min-width: 0;
}

.review-card__author-name {
  font-size: 16px;
  font-weight: 600;
  color: #0F1D45;
  line-height: 1.4;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.review-card__author-location {
  font-size: 12px;
  color: #6B6B6B;
  line-height: 1.4;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.review-card__service-type {
  display: inline-block;
  padding: 2px 8px;
  background: rgba(217, 26, 36, 0.1);
  color: #B81728;
  font-size: 12px;
  font-weight: 600;
  border-radius: 5px;
  margin-top: 5px;
  line-height: 1.4;
}

.review-card__date {
  font-size: 12px;
  color: #6B6B6B;
  line-height: 1.4;
  white-space: nowrap;
}

.review-card--carousel {
  position: absolute;
  width: 500px;
  max-width: 90vw;
  height: auto;
  min-height: 250px;
  opacity: 0;
  pointer-events: none;
  transform-origin: center center;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
  .review-card--carousel {
    width: 450px;
    min-height: 380px;
  }
}

@media (max-width: 480px) {
  .review-card--carousel {
    width: 85vw;
    min-height: 350px;
  }
}

.review-card--carousel[data-carousel-active="true"] {
  opacity: 1;
  pointer-events: auto;
  transform: translateZ(0) scale(1);
  z-index: 5;
  filter: blur(0);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.review-card--carousel[data-carousel-position="left"] {
  opacity: 0.6;
  transform: translateX(-280px) translateZ(-200px) scale(0.85) rotate3d(0, 1, 0, 45deg);
  z-index: 2;
  filter: blur(2px);
  pointer-events: none;
}

@media (max-width: 768px) {
  .review-card--carousel[data-carousel-position="left"] {
    transform: translateX(-240px) translateZ(-200px) scale(0.85) rotate3d(0, 1, 0, 45deg);
  }
}

@media (max-width: 480px) {
  .review-card--carousel[data-carousel-position="left"] {
    transform: translateX(-200px) translateZ(-200px) scale(0.8) rotate3d(0, 1, 0, 45deg);
    opacity: 0.4;
  }
}

.review-card--carousel[data-carousel-position="right"] {
  opacity: 0.6;
  transform: translateX(280px) translateZ(-200px) scale(0.85) rotate3d(0, 1, 0, -45deg);
  z-index: 2;
  filter: blur(2px);
  pointer-events: none;
}

@media (max-width: 768px) {
  .review-card--carousel[data-carousel-position="right"] {
    transform: translateX(240px) translateZ(-200px) scale(0.85) rotate3d(0, 1, 0, -45deg);
  }
}

@media (max-width: 480px) {
  .review-card--carousel[data-carousel-position="right"] {
    transform: translateX(200px) translateZ(-200px) scale(0.8) rotate3d(0, 1, 0, -45deg);
    opacity: 0.4;
  }
}

.review-card--carousel[data-carousel-position="hidden"] {
  opacity: 0;
  pointer-events: none;
  transform: translateX(0) translateZ(-400px) scale(0.7);
  z-index: 1;
  filter: blur(4px);
}

@media (max-width: 768px) {
  .reviews {
    margin: 40px 0;
  }
  .reviews__grid {
    gap: 20px;
  }
  .review-card {
    padding: 20px;
  }
  .review-card__content {
    gap: 20px;
  }
  .review-card__stars {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .reviews {
    margin: 40px 0;
  }
  .reviews__grid {
    gap: 40px;
  }
  .review-card {
    padding: 20px 10px;
    border-radius: 5px;
    max-width: 100%;
    box-sizing: border-box;
  }
  .review-card__content {
    gap: 20px;
    min-width: 0;
  }
  .review-card__stars {
    font-size: 18px;
    gap: 1px;
  }
  .review-card__text p::before {
    font-size: 32px;
    left: -4px;
    top: -20px;
  }
  .review-card__footer {
    padding-top: 10px;
    width: 100%;
    box-sizing: border-box;
  }
}

.review-card:focus-within {
  outline: 2px solid #D91A24;
  outline-offset: 2px;
}

@media (prefers-contrast: high) {
  .review-card {
    border-width: 2px;
    border-color: #1E1E1E;
  }
}

@media (prefers-reduced-motion: reduce) {
  .review-card {
    transition: none;
  }
}

@media print {
  .reviews {
    margin: 20px 0;
    page-break-inside: avoid;
  }
  .reviews__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .review-card {
    border: 1px solid #1E1E1E;
    box-shadow: none;
    page-break-inside: avoid;
  }
}

.services-bento {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
}

.services-bento__box {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 20px;
  color: #1E1E1E;
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.services-bento__box:is(a) {
  text-decoration: none !important;
}

.services-bento__box:is(a):hover, .services-bento__box:is(a):focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 2px 8px rgba(245, 158, 11, 0.2);
  background: linear-gradient(to bottom, #FEF5E7 0%, #FFFFFF 20%, #FFFFFF 80%, #FEF5E7 100%);
}

.services-bento__box:is(a):active {
  transform: translateY(0);
}

.services-bento__box--small {
  grid-column: span 1;
  grid-row: span 1;
}

.services-bento__box--medium--horizontal {
  grid-column: span 2;
  grid-row: span 1;
}

.services-bento__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 10px;
}

.services-bento__icon {
  flex-shrink: 0;
  width: 100px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-bento__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.services-bento__text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.services-bento__title {
  font-size: 24px;
  font-weight: 600;
  line-height: calc(24px + 8px);
  color: #1E1E1E;
  margin: 0;
}

.services-bento__description {
  font-size: 16px;
  line-height: calc(16px + 12px);
  color: #6B6B6B;
  margin: 0;
  flex: 1;
}

@media (max-width: 980px) {
  .services-bento {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .services-bento__box--medium--horizontal {
    grid-column: span 2;
  }
}

@media (max-width: 768px) {
  .services-bento {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .services-bento__box--small {
    grid-column: span 1;
    grid-row: span 1;
  }
  .services-bento__box--medium--horizontal {
    grid-column: span 2;
    grid-row: span 1;
  }
}

@media (max-width: 480px) {
  .services-bento {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .services-bento__box {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
  }
  .services-bento__box--medium, .services-bento__box--large {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
  }
  .services-bento__title {
    font-size: 24px;
  }
  .services-bento__description {
    font-size: 12px;
  }
}

.prose .services-bento__title {
  font-size: 24px;
  line-height: calc(24px + 8px);
  font-weight: 600;
  margin: 0;
}

.tldr {
  background: rgba(245, 158, 11, 0.05);
  border-radius: 5px;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 0;
}

.tldr__header {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tldr__title {
  font-size: 16px;
  line-height: calc(16px + 12px);
  font-weight: 600;
  margin: 0 0 5px 0;
  color: #1E1E1E;
}

.tldr__subtitle {
  font-size: 12px;
  line-height: calc(12px + 12px);
  color: #6B6B6B;
  margin: 0;
  font-style: italic;
}

.tldr__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.tldr__summary {
  font-size: 12px;
  color: #1E1E1E;
}

.tldr__summary strong {
  color: #1E1E1E;
  font-weight: 600;
}

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

.tldr__key-points strong {
  display: block;
  margin-bottom: 10px;
  color: #1E1E1E;
  font-weight: 600;
}

.tldr__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tldr__list li {
  position: relative;
  padding-left: 20px;
  color: #1E1E1E;
  line-height: calc(16px + 12px);
}

.tldr__list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #D91A24;
  font-weight: bold;
  font-size: 1.2em;
}

.tldr__details {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 12px;
  color: #6B6B6B;
}

.tldr__detail-item {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  line-height: calc(12px + 12px);
}

.tldr__detail-item strong {
  color: #1E1E1E;
  font-weight: 600;
}

.service-areas-header {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.service-areas-map {
  position: relative;
  width: 100%;
}

.service-areas-map .service-areas-map-svg {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
  position: relative;
  overflow: visible;
}

.service-areas-map .location-pin {
  position: absolute;
  cursor: pointer;
  transform: translateX(calc(-50% + var(--pin-offset-x, 0px)));
  transform-origin: center bottom;
  z-index: 10;
  pointer-events: auto;
  --pin-offset-x: 0px;
  transition: transform 200ms ease;
}

.service-areas-map .location-pin:hover {
  transform: translateX(calc(-50% + var(--pin-offset-x, 0px))) translateY(0px) scale(1.1);
}

.service-areas-map .location-pin:nth-of-type(2) {
  --pin-offset-x: 3px;
}

.service-areas-map .location-pin:nth-of-type(3) {
  --pin-offset-x: -2px;
}

.service-areas-map .location-pin:nth-of-type(4) {
  --pin-offset-x: 4px;
}

.service-areas-map .location-pin:nth-of-type(5) {
  --pin-offset-x: -3px;
}

.service-areas-map .location-pin:nth-of-type(6) {
  --pin-offset-x: 2px;
}

.service-areas-map .location-pin:nth-of-type(7) {
  --pin-offset-x: -4px;
}

.service-areas-map .location-pin:nth-of-type(8) {
  --pin-offset-x: 1px;
}

.service-areas-map .location-pin:nth-of-type(9) {
  --pin-offset-x: -1px;
}

.service-areas-map .location-pin .location-pin-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  pointer-events: auto;
}

.service-areas-map .location-pin .location-pin-link:focus-visible {
  outline: 2px solid #D91A24;
  outline-offset: 3px;
}

.service-areas-map .location-pin .pin-shadow {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%) translate(15px, 2px) skew(-50deg, 0deg);
  width: 100%;
  height: 12px;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  filter: blur(3px);
  z-index: 1;
  pointer-events: none;
  opacity: 0.25;
}

.service-areas-map .location-pin .pin-shadow::after {
  content: '';
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%) skew(-15deg, 0deg);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid rgba(0, 0, 0, 0.25);
  filter: blur(2px);
}

.service-areas-map .location-pin .pin-pill {
  position: relative;
  background: #D91A24;
  border-radius: 20px;
  padding: 0 10px;
  white-space: nowrap;
  z-index: 2;
  display: inline-flex;
  opacity: 1;
  transform: translateY(0) scale(1);
}

.service-areas-map .location-pin .pin-pill .location-label {
  color: #FFFFFF;
  font-size: 12px;
  line-height: calc(12px + 12px);
  font-weight: 600;
  font-family: "Roboto", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  pointer-events: none;
  user-select: none;
}

.service-areas-map .location-pin .pin-triangle {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(0);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #D91A24;
  z-index: 2;
  opacity: 1;
}

@media (max-width: 768px) {
  .service-areas-map .location-pin:nth-of-type(2), .service-areas-map .location-pin:nth-of-type(3), .service-areas-map .location-pin:nth-of-type(4), .service-areas-map .location-pin:nth-of-type(5), .service-areas-map .location-pin:nth-of-type(6), .service-areas-map .location-pin:nth-of-type(7), .service-areas-map .location-pin:nth-of-type(8), .service-areas-map .location-pin:nth-of-type(9) {
    --pin-offset-x: 0px;
  }
  .service-areas-map .location-pin .pin-pill {
    padding: 0 calc(10px * 0.9);
  }
  .service-areas-map .location-pin .pin-pill .location-label {
    font-size: calc(12px * 0.95);
  }
}

@media (max-width: 480px) {
  .service-areas-map {
    margin: 40px 0;
  }
  .service-areas-map .location-pin {
    --pin-offset-x: 0px;
  }
  .service-areas-map .location-pin .pin-shadow {
    height: 10px;
    filter: blur(2px);
  }
  .service-areas-map .location-pin .pin-shadow::after {
    border-left-width: 5px;
    border-right-width: 5px;
    border-top-width: 6px;
  }
  .service-areas-map .location-pin .pin-pill {
    padding: 0 calc(10px * 0.8);
  }
  .service-areas-map .location-pin .pin-pill .location-label {
    font-size: 13px;
    line-height: 1.4;
  }
  .service-areas-map .location-pin .pin-triangle {
    top: 21px;
  }
}

.service-areas-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 20px 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .service-areas-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 480px) {
  .service-areas-grid {
    gap: 20px;
  }
}

.service-areas-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.service-areas-group:first-child {
  margin-top: 0;
}

.service-areas-group .service-areas-group-title {
  font-size: 18px;
  font-weight: 600;
  color: #1E1E1E;
  margin: 0;
  margin-top: 0;
}

.service-areas-group .service-areas-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}

@media (max-width: 480px) {
  .service-areas-group .service-areas-list {
    gap: 5px;
  }
}

.service-areas-group .service-areas-list li {
  margin: 0;
}

.service-areas-map-container {
  position: relative;
  margin-top: 0;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  isolation: isolate;
}

@media (max-width: 768px) {
  .service-areas-map-container {
    min-height: 400px;
  }
}

@media (max-width: 480px) {
  .service-areas-map-container {
    margin-top: 20px;
    min-height: 300px;
    height: auto;
  }
}

.service-areas-sidebar {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 300px;
  height: calc(100% - 40px);
  background: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(10px) saturate(180%);
  backdrop-filter: blur(10px) saturate(180%);
  border-radius: 20px;
  padding: 20px;
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: 0 10px 30px rgba(30, 30, 30, 0.1);
  z-index: 500;
}

.service-areas-sidebar::-webkit-scrollbar {
  width: 6px;
}

.service-areas-sidebar::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.service-areas-sidebar::-webkit-scrollbar-thumb {
  background: rgba(107, 107, 107, 0.3);
  border-radius: 3px;
}

.service-areas-sidebar::-webkit-scrollbar-thumb:hover {
  background: rgba(107, 107, 107, 0.5);
}

@media (max-width: 768px) {
  .service-areas-sidebar {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    max-height: none;
    border-radius: 20px;
  }
}

@media (max-width: 480px) {
  .service-areas-sidebar {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    max-height: 40vh;
  }
}

@media (max-width: 768px) {
  .service-areas-sidebar-content {
    display: none;
  }
  .service-areas-sidebar[data-expanded="true"] .service-areas-sidebar-content {
    display: block;
  }
}

@media (max-width: 480px) {
  .service-areas-sidebar-content {
    display: none;
  }
  .service-areas-sidebar[data-expanded="true"] .service-areas-sidebar-content {
    display: block;
  }
}

.service-areas-sidebar-toggle {
  display: none;
  width: 100%;
  padding: 10px;
  background: #D91A24;
  color: #FFFFFF;
  border: none;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: background 200ms ease, transform 200ms ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .service-areas-sidebar-toggle {
    display: flex;
  }
}

@media (max-width: 480px) {
  .service-areas-sidebar-toggle {
    display: flex;
  }
}

.service-areas-sidebar-toggle:hover {
  background: #B81728;
}

.service-areas-sidebar-toggle:active {
  transform: scale(0.98);
}

.service-areas-sidebar-toggle[aria-expanded="true"] .service-areas-sidebar-toggle-icon {
  transform: rotate(180deg);
}

.service-areas-sidebar-toggle-icon {
  width: 20px;
  height: 20px;
  position: relative;
  transition: transform 200ms ease;
}

.service-areas-sidebar-toggle-icon::before, .service-areas-sidebar-toggle-icon::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 2px;
  background: currentColor;
  transform: translate(-50%, -50%);
}

.service-areas-sidebar-toggle-icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.service-areas-sidebar-toggle-text {
  flex: 1;
  text-align: left;
  margin-left: 10px;
}

.service-areas-style-selector {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

@media (max-width: 480px) {
  .service-areas-style-selector {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}

.service-areas-style-label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #1E1E1E;
  margin-bottom: 5px;
}

.service-areas-style-select {
  width: 100%;
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  font-size: 16px;
  color: #1E1E1E;
  cursor: pointer;
  transition: border-color 200ms ease, background 200ms ease;
}

.service-areas-style-select:hover {
  border-color: rgba(217, 26, 36, 0.3);
}

.service-areas-style-select:focus {
  outline: 2px solid #D91A24;
  outline-offset: 2px;
  border-color: #D91A24;
}

.service-areas-sidebar-group {
  margin-bottom: 0;
}

.service-areas-sidebar-group:last-child {
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .service-areas-sidebar-group {
    margin-bottom: 20px;
  }
}

.service-areas-group-data {
  display: none;
}

.service-areas-sidebar-group-title {
  width: 100%;
  padding: 5px 10px;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  color: #1E1E1E;
  text-align: left;
  cursor: pointer;
  margin: 0 0 10px 0;
  transition: background 200ms ease, border-color 200ms ease, color 200ms ease, transform 200ms ease;
  position: relative;
}

.service-areas-sidebar-group-title:hover {
  background: rgba(217, 26, 36, 0.05);
  border-color: rgba(217, 26, 36, 0.2);
  color: #D91A24;
}

.service-areas-sidebar-group-title:active {
  transform: scale(0.98);
}

.service-areas-sidebar-group-title.is-active {
  background: rgba(217, 26, 36, 0.1);
  border-color: #D91A24;
  color: #D91A24;
  font-weight: 600;
}

.service-areas-sidebar-group-title.is-active::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 60%;
  background: #D91A24;
  border-radius: 0 2px 2px 0;
}

.service-areas-sidebar-group-title:focus-visible {
  outline: 2px solid #D91A24;
  outline-offset: 2px;
}

.service-areas-map-wrapper {
  position: relative;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(30, 30, 30, 0.1);
  min-height: 500px;
  background: #F8F8F8;
  flex: 1;
}

@media (max-width: 768px) {
  .service-areas-map-wrapper {
    min-height: 400px;
  }
}

@media (max-width: 480px) {
  .service-areas-map-wrapper {
    min-height: 300px;
    height: 50vh;
    max-height: 50vh;
    border-radius: 5px;
  }
}

.service-areas-leaflet-map {
  width: 100% !important;
  height: 100% !important;
  min-height: 500px;
  border-radius: 20px;
  position: relative;
}

@media (max-width: 768px) {
  .service-areas-leaflet-map {
    min-height: 400px;
  }
}

@media (max-width: 480px) {
  .service-areas-leaflet-map {
    min-height: 300px;
    height: 50vh !important;
    border-radius: 5px;
  }
}

.service-areas-map-attribution {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  padding: 5px 10px;
  font-size: 10px;
  border-radius: 5px 0 0 0;
  z-index: 11;
  -webkit-backdrop-filter: blur(5px) saturate(180%);
  backdrop-filter: blur(5px) saturate(180%);
}

.service-areas-map-attribution a {
  color: #6B6B6B;
  text-decoration: none;
  transition: color 200ms ease;
}

.service-areas-map-attribution a:hover {
  color: #D91A24;
}

.service-areas-popup {
  padding: 10px;
  min-width: 200px;
  text-align: center;
}

@media (max-width: 480px) {
  .service-areas-popup {
    min-width: 180px;
    padding: 5px;
  }
}

.service-areas-popup-title {
  font-size: 18px;
  font-weight: 600;
  color: #1E1E1E;
  margin: 0 0 10px 0;
}

@media (max-width: 480px) {
  .service-areas-popup-title {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

:global(.leaflet-pane) {
  z-index: 1 !important;
}

:global(.leaflet-tile-pane) {
  z-index: 1 !important;
}

:global(.leaflet-overlay-pane) {
  z-index: 2 !important;
}

:global(.leaflet-shadow-pane) {
  z-index: 3 !important;
}

:global(.leaflet-marker-pane) {
  z-index: 4 !important;
}

:global(.leaflet-tooltip-pane) {
  z-index: 5 !important;
}

:global(.leaflet-control) {
  z-index: 400 !important;
}

:global(.leaflet-popup-pane) {
  z-index: 600 !important;
}

:global(.leaflet-popup-content-wrapper) {
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(30, 30, 30, 0.2);
  padding: 0;
}

:global(.leaflet-popup-content) {
  margin: 0;
  padding: 0;
}

:global(.leaflet-popup-tip) {
  background: #ffffff;
}

:global(.leaflet-popup-close-button) {
  color: #6B6B6B;
  font-size: 20px;
  padding: 5px;
  transition: color 200ms ease;
}

:global(.leaflet-popup-close-button):hover {
  color: #D91A24;
}

.service-areas-marker {
  background: transparent;
  border: none;
  cursor: pointer;
}

.service-areas-marker:hover .service-areas-marker-pin {
  transform: scale(1.15);
}

.service-areas-marker-pin {
  width: 30px;
  height: 40px;
  position: relative;
  transform-origin: center bottom;
  transition: transform 200ms ease;
}

.service-areas-marker-pin::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  background: #D91A24;
  border-radius: 50% 50% 50% 0;
  transform: translateX(-50%) rotate(-45deg);
  box-shadow: 0 10px 30px rgba(30, 30, 30, 0.3);
}

.service-areas-marker-pin::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #D91A24;
}

.section--brands-benefits {
  background: linear-gradient(to right, #FCE2B8 0%, #FFFFFF 25%, #FFFFFF 75%, #FCE2B8 100%);
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.section--brands-benefits .benefits-grid {
  display: flex;
  align-items: stretch;
}

@media (max-width: 980px) {
  .section--brands-benefits .benefits-grid {
    padding-top: 80px;
    flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  .section--brands-benefits .benefits-grid {
    padding-top: 0;
  }
}

.section--brands-benefits .benefit-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px;
  border: 1px solid transparent;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}

.section--brands-benefits .benefit-item:first-child {
  border-left: 1px solid transparent;
}

@media (max-width: 980px) {
  .section--brands-benefits .benefit-item {
    flex: 1;
    padding: 10px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .section--brands-benefits .benefit-item {
    flex: 1 1 50%;
    border: none;
  }
}

@media (max-width: 480px) {
  .section--brands-benefits .benefit-item {
    flex-direction: row;
    text-align: left;
    justify-content: center;
  }
}

.section--brands-benefits .benefit-item .benefit-copy {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}

@media (max-width: 480px) {
  .section--brands-benefits .benefit-item .benefit-copy {
    font-size: 16px;
    line-height: 20px;
  }
}

.section--brands-benefits .benefit-item .benefit-icon {
  width: 60px;
  height: 60px;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
}

@media (max-width: 480px) {
  .section--brands-benefits .benefit-item .benefit-icon {
    width: 50px;
    height: 50px;
  }
}

.section--brands-benefits .benefit-item .benefit-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(48%) sepia(85%) saturate(1318%) hue-rotate(8deg) brightness(93%) contrast(86%);
}

.section--services {
  position: relative;
  background: linear-gradient(to right, #FCE2B8 0%, #FFFFFF 25%, #FFFFFF 75%, #FCE2B8 100%);
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.section--services::after, .section--services::before {
  content: '';
  display: block;
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
}

.section--services::before {
  background: linear-gradient(to left, rgba(252, 226, 184, 0), #fce2b8);
  left: 20px;
}

.section--services::after {
  background: linear-gradient(to right, rgba(252, 226, 184, 0), #fce2b8);
  right: 20px;
}

.section--services .services-grid {
  display: flex;
  width: 100%;
  align-items: stretch;
  gap: 0;
  justify-content: flex-start;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: none;
  -ms-overflow-style: none;
  scroll-padding-left: 20px;
  scroll-padding-right: 20px;
  padding: 40px 0;
  scroll-behavior: auto;
}

@supports (scrollbar-width: none) {
  .section--services .services-grid {
    scrollbar-width: none;
  }
}

.section--services .services-grid::-webkit-scrollbar {
  display: none;
}

.section--services .service-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px 18px;
  text-align: center;
  text-decoration: none;
  flex: 1;
  position: relative;
  min-width: 212px;
  scroll-snap-align: none;
  background: rgba(255, 255, 255, 0);
  border-radius: 20px;
  border: 1px solid transparent;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.section--services .service-item:hover {
  background: rgba(255, 255, 255, 0.75);
  border-color: rgba(245, 158, 11, 0.2);
  box-shadow: 0 20px 20px rgba(245, 158, 11, 0.2);
  transform: scale(1.05);
}

.section--services .service-item:hover .service-copy {
  display: block;
}

@media (max-width: 768px) {
  .section--services .service-item {
    flex: 0 0 auto;
    width: 35vw;
    min-width: 35vw;
    max-width: 35vw;
  }
  .section--services .service-item:hover .service-copy {
    display: none;
  }
}

.section--services .service-item .service-title {
  font-family: "Roboto", "Roboto", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  color: #1E1E1E;
  line-height: 1.3;
  font-weight: 600;
  margin: 0;
}

.section--services .service-item .service-copy {
  font-size: 12px;
  line-height: 22px;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.5);
  margin: 10px;
  padding: 10px;
  border-radius: 12px;
  -webkit-backdrop-filter: blur(10px) saturate(180%);
  backdrop-filter: blur(10px) saturate(180%);
  display: none;
  position: absolute;
  top: 0;
  animation: ServiceItemCopyFadeIn 0.5s ease-in-out;
}

.section--services .service-item .service-icon {
  width: 110px;
  height: 110px;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section--services .service-item .service-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 768px) {
  .section--services::after, .section--services::before {
    display: none;
  }
  .section--services .container {
    padding-inline: 0;
  }
  .section--services .services-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    overflow-x: visible;
    overflow-y: visible;
    scroll-snap-type: none;
    padding: 20px 0;
  }
  .section--services .service-item {
    flex: 0 0 auto;
    width: auto;
    min-width: 0;
    max-width: none;
  }
}

.prose .services-grid {
  display: grid;
  width: 100%;
  align-items: stretch;
  gap: 20px;
  justify-items: stretch;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 0;
  margin-block: 20px;
}

@media (max-width: 768px) {
  .prose .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .prose .services-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }
}

.prose .service-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px 18px;
  text-align: center;
  text-decoration: none;
  position: relative;
  background: rgba(255, 255, 255, 0);
  border-radius: 20px;
  border: 1px solid transparent;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.prose .service-item:hover {
  background: rgba(255, 255, 255, 0.75);
  border-color: rgba(245, 158, 11, 0.2);
  box-shadow: 0 20px 20px rgba(245, 158, 11, 0.2);
  transform: scale(1.05);
}

.prose .service-item:hover .service-copy {
  display: block;
}

.prose .service-item .service-title {
  font-family: "Roboto", "Roboto", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  color: #1E1E1E;
  line-height: 1.3;
  font-weight: 600;
  margin: 0;
}

.prose .service-item .service-copy {
  font-size: 12px;
  line-height: 22px;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.5);
  margin: 10px;
  padding: 10px;
  border-radius: 12px;
  -webkit-backdrop-filter: blur(10px) saturate(180%);
  backdrop-filter: blur(10px) saturate(180%);
  display: none;
  position: absolute;
  top: 0;
  animation: ServiceItemCopyFadeIn 0.5s ease-in-out;
}

.prose .service-item .service-icon {
  width: 110px;
  height: 110px;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prose .service-item .service-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@keyframes ServiceItemCopyFadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  50% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.section-sitemap {
  padding: 3rem 0;
}

.section-sitemap .sitemap__intro {
  max-width: 720px;
  margin: 0 auto 2rem;
  text-align: center;
  color: rgba(30, 30, 30, 0.8);
  padding: 0 1rem;
}

.section-sitemap .sitemap__controls {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .section-sitemap .sitemap__controls {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
  }
}

.section-sitemap .sitemap__controls-search {
  width: 100%;
  max-width: 500px;
  position: relative;
}

.section-sitemap .sitemap__search {
  width: 100%;
  padding: 0.625rem 2.5rem 0.625rem 2.5rem;
  font-size: 16px;
  line-height: calc(16px + 12px);
  color: #1E1E1E;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.section-sitemap .sitemap__search:focus {
  outline: none;
  border-color: #D91A24;
  box-shadow: 0 0 0 2px rgba(217, 26, 36, 0.1);
}

.section-sitemap .sitemap__search::placeholder {
  color: #6B6B6B;
}

.section-sitemap .sitemap__search-icon {
  position: absolute;
  left: 0.625rem;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: #6B6B6B;
  pointer-events: none;
}

.section-sitemap .sitemap__search-clear {
  position: absolute;
  right: 0.625rem;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  padding: 0;
  background: transparent;
  border: none;
  color: #6B6B6B;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.2s ease, color 0.2s ease;
}

.section-sitemap .sitemap__search-clear:hover {
  background: rgba(30, 30, 30, 0.1);
  color: #1E1E1E;
}

.section-sitemap .sitemap__search-clear--visible {
  display: flex;
}

.section-sitemap .sitemap__search-clear svg {
  width: 16px;
  height: 16px;
}

.section-sitemap .sitemap__no-results {
  text-align: center;
  padding: 3rem 1rem;
  color: rgba(30, 30, 30, 0.7);
}

.section-sitemap .sitemap__no-results-title {
  font-size: 1.25rem;
  margin: 0 0 0.5rem;
  color: #1E1E1E;
}

.section-sitemap .sitemap__no-results-text {
  margin: 0;
  font-size: 16px;
}

.section-sitemap .sitemap__grid {
  column-count: 1;
  column-gap: 1.5rem;
}

@media (min-width: 768px) {
  .section-sitemap .sitemap__grid {
    column-count: 2;
  }
}

@media (min-width: 980px) {
  .section-sitemap .sitemap__grid {
    column-count: 3;
  }
}

.section-sitemap .sitemap__group {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  break-inside: avoid;
  background: #ffffff;
  box-shadow: 0 10px 25px rgba(15, 29, 69, 0.08);
}

.section-sitemap .sitemap__group--split {
  min-height: 100%;
}

.section-sitemap .sitemap__group--full {
  column-span: all;
}

.section-sitemap .sitemap__group--full .sitemap__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.65rem 1.5rem;
}

@media (min-width: 768px) {
  .section-sitemap .sitemap__group--full .sitemap__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 980px) {
  .section-sitemap .sitemap__group--full .sitemap__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 980px) {
  .section-sitemap .sitemap__group--full .sitemap__list--columns-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.section-sitemap .sitemap__eyebrow {
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1E40AF;
  margin: 0;
}

.section-sitemap .sitemap__heading {
  margin: 0;
  font-size: 1.35rem;
  color: #0F1D45;
}

.section-sitemap .sitemap__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.5rem;
}

.section-sitemap .sitemap__list li {
  margin: 0;
}

.section-sitemap .sitemap__list a {
  color: #1E1E1E;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-bottom-color 0.2s ease;
}

.section-sitemap .sitemap__list a:hover {
  color: #1E40AF;
  border-bottom-color: rgba(30, 64, 175, 0.4);
}

.section-sitemap .sitemap__list--columns-2 {
  column-count: 1;
  column-gap: 1.5rem;
}

@media (min-width: 768px) {
  .section-sitemap .sitemap__list--columns-2 {
    column-count: 2;
  }
}

.section-sitemap .sitemap__list--columns-4 {
  column-count: 1;
  column-gap: 1.5rem;
}

@media (min-width: 768px) {
  .section-sitemap .sitemap__list--columns-4 {
    column-count: 2;
  }
}

@media (min-width: 980px) {
  .section-sitemap .sitemap__list--columns-4 {
    column-count: 3;
  }
}

@media (min-width: 1280px) {
  .section-sitemap .sitemap__list--columns-4 {
    column-count: 4;
  }
}

.section-sitemap .sitemap__list--columns-2 li, .section-sitemap .sitemap__list--columns-4 li {
  break-inside: avoid;
}

@media (max-width: 768px) {
  .section-sitemap {
    padding: 2.5rem 0;
  }
  .section-sitemap .sitemap__group {
    padding: 1.25rem;
  }
}

@media (max-width: 480px) {
  .section-sitemap {
    padding: 2rem 0;
  }
  .section-sitemap .sitemap__grid {
    column-gap: 1rem;
  }
  .section-sitemap .sitemap__group {
    margin-bottom: 1rem;
    padding: 1rem;
    gap: 0.6rem;
  }
  .section-sitemap .sitemap__heading {
    font-size: 1.15rem;
  }
}

/**
 * Dev Score Bubble Styles (DEV-ONLY)
 * ============================================================================
 * Floating circular bubble showing SEO and AI scores.
 * Minimized: circular with average score
 * Expanded: detailed scores with circular progress bars
 * 
 * This module is only active in development mode (localhost).
 * The JavaScript module checks isLocalhost() before initializing.
 * Styles are included in build but elements are only created in dev mode.
 * ============================================================================
 */
.dev-score-bubble {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10000;
  font-family: system-ui, -apple-system, sans-serif;
  transition: width 0.3s ease, height 0.3s ease;
  user-select: none;
}

.dev-score-bubble[data-dev-only="true"] {
  display: block;
}

.dev-score-bubble[data-state="minimized"] .dev-score-bubble__minimized {
  display: block;
}

.dev-score-bubble[data-state="minimized"] .dev-score-bubble__expanded {
  display: none;
}

.dev-score-bubble[data-state="expanded-hover"] .dev-score-bubble__minimized, .dev-score-bubble[data-state="expanded-locked"] .dev-score-bubble__minimized {
  display: none;
}

.dev-score-bubble[data-state="expanded-hover"] .dev-score-bubble__expanded, .dev-score-bubble[data-state="expanded-locked"] .dev-score-bubble__expanded {
  display: block;
}

.dev-score-bubble__minimized {
  width: 80px;
  height: 80px;
  cursor: pointer;
  position: relative;
  transition: transform 0.2s ease;
}

.dev-score-bubble__minimized:hover {
  transform: scale(1.05);
}

.dev-score-bubble__minimized:active {
  transform: scale(0.95);
}

.dev-score-bubble__circle {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15), 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.dev-score-bubble__circle-svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
  transform-origin: center;
}

.dev-score-bubble__circle-bg {
  fill: none;
  stroke: #f8f8f8;
  stroke-width: 6;
}

.dev-score-bubble__circle-fill {
  fill: none;
  stroke-width: 6;
  stroke-linecap: round;
  transition: stroke-dasharray 0.6s ease, stroke 0.3s ease;
}

.dev-score-bubble__circle-fill.score-excellent {
  stroke: #10b981;
}

.dev-score-bubble__circle-fill.score-good {
  stroke: #f59e0b;
}

.dev-score-bubble__circle-fill.score-fair {
  stroke: #f59e0b;
}

.dev-score-bubble__circle-fill.score-poor {
  stroke: #d91a24;
}

.dev-score-bubble__circle-value {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  pointer-events: none;
}

.dev-score-bubble__circle-number {
  display: block;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  color: #111827;
}

.dev-score-bubble__circle-label {
  display: block;
  font-size: 0.625rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #6b7280;
  margin-top: 0.125rem;
}

.dev-score-bubble__expanded {
  width: 360px;
  max-height: 80vh;
  background: #ffffff;
  border: 2px solid #e5e7eb;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15), 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  animation: expandBubble 0.3s ease;
  display: flex;
  flex-direction: column;
}

@keyframes expandBubble {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.dev-score-bubble__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  background: #f9fafb;
  border-bottom: 1px solid #e5e7eb;
}

.dev-score-bubble__title {
  font-weight: 600;
  font-size: 13px;
  color: #374151;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.dev-score-bubble__actions {
  display: flex;
  gap: 4px;
}

.dev-score-bubble__close, .dev-score-bubble__minimize {
  background: none;
  border: none;
  font-size: 20px;
  line-height: 1;
  color: #9ca3af;
  cursor: pointer;
  padding: 2px 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: all 0.2s ease;
  width: 24px;
  height: 24px;
}

.dev-score-bubble__close:hover, .dev-score-bubble__minimize:hover {
  background: #e5e7eb;
  color: #374151;
}

.dev-score-bubble__close:active, .dev-score-bubble__minimize:active {
  background: #d1d5db;
}

.dev-score-bubble__content {
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow-y: auto;
  flex: 1;
  min-height: 0;
}

.dev-score-bubble__score-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dev-score-bubble__score-circle {
  position: relative;
  width: 70px;
  height: 70px;
  flex-shrink: 0;
}

.dev-score-bubble__score-circle .dev-score-bubble__circle-svg {
  width: 100%;
  height: 100%;
}

.dev-score-bubble__score-circle .dev-score-bubble__circle-bg {
  stroke-width: 5;
}

.dev-score-bubble__score-circle .dev-score-bubble__circle-fill {
  stroke-width: 5;
}

.dev-score-bubble__score-circle .dev-score-bubble__circle-number {
  font-size: 1.25rem;
}

.dev-score-bubble__score-circle .dev-score-bubble__circle-label {
  font-size: 0.5rem;
  margin-top: 0.0625rem;
}

.dev-score-bubble__score-details {
  flex: 1;
  min-width: 0;
}

.dev-score-bubble__score-name {
  font-size: 14px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 4px;
}

.dev-score-bubble__score-description {
  font-size: 12px;
  color: #6b7280;
  line-height: 1.4;
}

.dev-score-bubble__issues {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e5e7eb;
}

.dev-score-bubble__issues-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.dev-score-bubble__issues-title {
  font-size: 13px;
  font-weight: 600;
  color: #374151;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.dev-score-bubble__issues-count {
  font-size: 12px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 12px;
  min-width: 24px;
  text-align: center;
}

.dev-score-bubble__issues-count.issues-count--error {
  background: #fee2e2;
  color: #dc2626;
}

.dev-score-bubble__issues-count.issues-count--warning {
  background: #fef3c7;
  color: #d97706;
}

.dev-score-bubble__issues-count.issues-count--success {
  background: #d1fae5;
  color: #059669;
}

.dev-score-bubble__issues-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 200px;
  overflow-y: auto;
}

.dev-score-bubble__issue-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 12px;
  line-height: 1.4;
  padding: 6px 8px;
  border-radius: 6px;
}

.dev-score-bubble__issue-item.issue-item--error {
  background: #fee2e2;
  color: #991b1b;
}

.dev-score-bubble__issue-item.issue-item--warning {
  background: #fef3c7;
  color: #92400e;
}

.dev-score-bubble__issue-item.issue-item--success {
  background: #d1fae5;
  color: #065f46;
}

.dev-score-bubble__issue-icon {
  flex-shrink: 0;
  font-size: 14px;
  line-height: 1;
  margin-top: 1px;
}

.dev-score-bubble__issue-text {
  flex: 1;
  min-width: 0;
}

.dev-score-bubble__issue-more {
  font-size: 11px;
  color: #6b7280;
  font-style: italic;
  padding: 4px 8px;
  text-align: center;
}

.dev-score-bubble__tools {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e5e7eb;
}

.dev-score-bubble__tool-item {
  display: flex;
  align-items: center;
}

.dev-score-bubble__tool-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  user-select: none;
  font-size: 13px;
  color: #374151;
}

.dev-score-bubble__tool-checkbox {
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: #f59e0b;
}

.dev-score-bubble__tool-label {
  font-weight: 500;
}

.dev-score-bubble__tool-count {
  font-size: 11px;
  color: #6b7280;
  font-weight: 400;
}

.dev-score-bubble__tools-title {
  font-size: 12px;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

.dev-score-bubble__actions-section {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e5e7eb;
}

.dev-score-bubble__action-button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  background: #f59e0b;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: inherit;
}

.dev-score-bubble__action-button .material-symbols-outlined {
  font-size: 18px;
}

.dev-score-bubble__action-button:hover {
  background: #d97706;
  transform: translateY(-1px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.dev-score-bubble__action-button:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.1);
}

.dev-score-bubble__action-button:focus {
  outline: 2px solid #f59e0b;
  outline-offset: 2px;
}

.dev-score-bubble__footer {
  padding: 10px 16px;
  background: #f9fafb;
  border-top: 1px solid #e5e7eb;
}

.dev-score-bubble__page {
  font-size: 11px;
  color: #9ca3af;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}

@media (max-width: 768px) {
  .dev-score-bubble {
    bottom: 10px;
    right: 10px;
  }
  .dev-score-bubble__minimized {
    width: 70px;
    height: 70px;
  }
  .dev-score-bubble__circle-number {
    font-size: 1.5rem;
  }
  .dev-score-bubble__circle-label {
    font-size: 0.5rem;
  }
  .dev-score-bubble__expanded {
    width: calc(100vw - 20px);
    max-width: 340px;
    max-height: 85vh;
  }
  .dev-score-bubble__score-circle {
    width: 80px;
    height: 80px;
  }
  .dev-score-bubble__circle-number {
    font-size: 1.5rem;
  }
}

.dev-score-bubble__highlight {
  position: relative !important;
  transition: all 0.2s ease !important;
}

.dev-score-bubble__highlight--long-sentence {
  background-color: #fef3c7 !important;
  border-bottom: 2px solid #f59e0b !important;
  padding: 2px 0 !important;
  cursor: help !important;
  box-shadow: 0 1px 3px rgba(245, 158, 11, 0.3) !important;
}

.dev-score-bubble__highlight--long-sentence:hover {
  background-color: #fde68a !important;
  box-shadow: 0 2px 6px rgba(245, 158, 11, 0.4) !important;
}

.dev-score-bubble__highlight--image-no-alt {
  cursor: help !important;
}

.dev-score-bubble__highlight--image-no-alt::after {
  content: "⚠ No alt text" !important;
  position: absolute !important;
  top: -20px !important;
  left: 0 !important;
  background: #dc2626 !important;
  color: white !important;
  padding: 2px 6px !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  border-radius: 3px !important;
  white-space: nowrap !important;
  z-index: 10001 !important;
  pointer-events: none !important;
}

.dev-score-bubble__highlight--generic-anchor {
  cursor: help !important;
}

.dev-score-bubble__highlight--generic-anchor:hover {
  background-color: #fecaca !important;
}

.dev-score-bubble__highlight--broken-link {
  cursor: pointer !important;
  position: relative !important;
}

.dev-score-bubble__highlight--broken-link::after {
  content: "✗ Broken" !important;
  position: absolute !important;
  top: -20px !important;
  left: 0 !important;
  background: #dc2626 !important;
  color: white !important;
  padding: 2px 6px !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  border-radius: 3px !important;
  white-space: nowrap !important;
  z-index: 10001 !important;
  pointer-events: none !important;
}

.dev-score-bubble__highlight--broken-link:hover {
  background-color: #fecaca !important;
  box-shadow: 0 0 0 2px rgba(220, 38, 38, 0.3) !important;
}

.dev-score-bubble__highlight--generic-alt {
  cursor: help !important;
}

.dev-score-bubble__highlight--generic-alt::after {
  content: "⚠ Generic alt" !important;
  position: absolute !important;
  top: -20px !important;
  left: 0 !important;
  background: #f59e0b !important;
  color: white !important;
  padding: 2px 6px !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  border-radius: 3px !important;
  white-space: nowrap !important;
  z-index: 10001 !important;
  pointer-events: none !important;
}

.dev-score-bubble__highlight--multiple-h1 {
  cursor: help !important;
}

.dev-score-bubble__highlight--multiple-h1::before {
  content: "⚠ Multiple H1" !important;
  position: absolute !important;
  top: -20px !important;
  left: 0 !important;
  background: #f59e0b !important;
  color: white !important;
  padding: 2px 6px !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  border-radius: 3px !important;
  white-space: nowrap !important;
  z-index: 10001 !important;
  pointer-events: none !important;
}

.dev-score-bubble__highlight--multiple-h1:hover {
  background-color: #fde68a !important;
}

.dev-score-bubble__broken-link-menu {
  position: fixed;
  z-index: 10002;
  background: #ffffff;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2), 0 4px 10px rgba(0, 0, 0, 0.15);
  min-width: 280px;
  max-width: 400px;
  animation: slideDown 0.2s ease;
  font-family: system-ui, -apple-system, sans-serif;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.dev-score-bubble__broken-link-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  background: #f9fafb;
  border-bottom: 1px solid #e5e7eb;
  border-radius: 6px 6px 0 0;
}

.dev-score-bubble__broken-link-menu-title {
  font-size: 13px;
  font-weight: 600;
  color: #374151;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.dev-score-bubble__broken-link-menu-close {
  background: none;
  border: none;
  font-size: 20px;
  line-height: 1;
  color: #9ca3af;
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.dev-score-bubble__broken-link-menu-close:hover {
  background: #e5e7eb;
  color: #374151;
}

.dev-score-bubble__broken-link-menu-url {
  padding: 12px 16px;
  border-bottom: 1px solid #e5e7eb;
  background: #fef2f2;
}

.dev-score-bubble__broken-link-menu-url code {
  font-size: 12px;
  color: #dc2626;
  word-break: break-all;
  font-family: ui-monospace, "Cascadia Code", "Source Code Pro", Menlo, monospace;
  background: #fee2e2;
  padding: 4px 8px;
  border-radius: 4px;
  display: block;
}

.dev-score-bubble__broken-link-menu-actions {
  display: flex;
  flex-direction: column;
  padding: 8px;
  gap: 4px;
}

.dev-score-bubble__broken-link-menu-action {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  background: none;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #374151;
  transition: all 0.2s ease;
  text-align: left;
  width: 100%;
  white-space: nowrap;
}

.page-list-modal__broken-link-actions .dev-score-bubble__broken-link-menu-action {
  width: auto;
  min-width: 80px;
}

.dev-score-bubble__broken-link-menu-action .material-symbols-outlined {
  font-size: 18px;
  color: #6b7280;
}

.dev-score-bubble__broken-link-menu-action:hover {
  background: #f9fafb;
  border-color: #d1d5db;
  color: #111827;
}

.dev-score-bubble__broken-link-menu-action:hover .material-symbols-outlined {
  color: #374151;
}

.dev-score-bubble__broken-link-menu-action:active {
  background: #f3f4f6;
  transform: scale(0.98);
}

.dev-score-bubble__broken-link-menu-action[data-action="fix"]:hover {
  background: #d1fae5;
  border-color: #10b981;
  color: #065f46;
}

.dev-score-bubble__broken-link-menu-action[data-action="fix"]:hover .material-symbols-outlined {
  color: #059669;
}

.dev-score-bubble__broken-link-menu-action[data-action="edit"]:hover {
  background: #dbeafe;
  border-color: #3b82f6;
  color: #1e40af;
}

.dev-score-bubble__broken-link-menu-action[data-action="edit"]:hover .material-symbols-outlined {
  color: #2563eb;
}

.dev-score-bubble__broken-link-menu-action[data-action="remove"]:hover {
  background: #fee2e2;
  border-color: #dc2626;
  color: #991b1b;
}

.dev-score-bubble__broken-link-menu-action[data-action="remove"]:hover .material-symbols-outlined {
  color: #b91c1c;
}

.dev-score-bubble__broken-link-menu-action:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.dev-score-bubble__broken-link-menu-action--loading {
  opacity: 0.7;
  cursor: wait;
  pointer-events: none;
}

.dev-score-bubble__broken-link-menu-action--loading .material-symbols-outlined {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.material-symbols-outlined[style*="animation: spin"] {
  display: inline-block;
  animation: spin 1s linear infinite;
}

.dev-score-bubble__toast {
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 10003;
  background: #ffffff;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 300px;
  max-width: 500px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
  font-family: system-ui, -apple-system, sans-serif;
}

.dev-score-bubble__toast--show {
  opacity: 1;
  transform: translateY(0);
}

.dev-score-bubble__toast--success {
  border-color: #10b981;
  background: #d1fae5;
}

.dev-score-bubble__toast--success .dev-score-bubble__toast-icon {
  color: #059669;
}

.dev-score-bubble__toast--error {
  border-color: #dc2626;
  background: #fee2e2;
}

.dev-score-bubble__toast--error .dev-score-bubble__toast-icon {
  color: #b91c1c;
}

.dev-score-bubble__toast--info {
  border-color: #3b82f6;
  background: #dbeafe;
}

.dev-score-bubble__toast--info .dev-score-bubble__toast-icon {
  color: #2563eb;
}

.dev-score-bubble__toast-icon {
  font-size: 18px;
  font-weight: 700;
  flex-shrink: 0;
}

.dev-score-bubble__toast-message {
  flex: 1;
  font-size: 14px;
  color: #374151;
  line-height: 1.4;
}

.dev-score-bubble__toast-close {
  background: none;
  border: none;
  font-size: 18px;
  line-height: 1;
  color: #9ca3af;
  cursor: pointer;
  padding: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.dev-score-bubble__toast-close:hover {
  background: rgba(0, 0, 0, 0.05);
  color: #374151;
}

.dev-score-bubble-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10004;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.2s ease;
  pointer-events: auto;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.dev-score-bubble-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
  cursor: pointer;
}

.dev-score-bubble-modal-content {
  position: relative;
  background: #ffffff;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  max-width: 90vw;
  max-height: 90vh;
  overflow: hidden;
  overflow-y: auto;
  animation: slideUp 0.3s ease;
  font-family: system-ui, -apple-system, sans-serif;
  z-index: 1;
}

.dev-score-bubble-modal-content--small {
  width: 480px;
  max-width: calc(100vw - 40px);
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.dev-score-bubble-modal-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 24px;
  background: #f9fafb;
  border-bottom: 1px solid #e5e7eb;
}

.dev-score-bubble-modal-header-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.dev-score-bubble-modal-header-icon--warning {
  background: #fef3c7;
  color: #d97706;
}

.dev-score-bubble-modal-header-icon--info {
  background: #dbeafe;
  color: #2563eb;
}

.dev-score-bubble-modal-header-icon .material-symbols-outlined {
  font-size: 24px;
}

.dev-score-bubble-modal-title {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  margin: 0;
  flex: 1;
}

.dev-score-bubble-modal-body {
  padding: 24px;
}

.dev-score-bubble-confirm-message {
  font-size: 14px;
  line-height: 1.6;
  color: #374151;
  margin-bottom: 24px;
  white-space: pre-line;
}

.dev-score-bubble-input-label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #374151;
  font-size: 14px;
}

.dev-score-bubble-input-field {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 14px;
  font-family: system-ui, -apple-system, sans-serif;
  color: #111827;
  background-color: #ffffff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  margin-bottom: 16px;
  box-sizing: border-box;
}

.dev-score-bubble-input-field:focus {
  outline: none;
  border-color: #f59e0b;
  box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.1);
}

.dev-score-bubble-input-field::placeholder {
  color: #9ca3af;
}

.dev-score-bubble-modal-actions {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 8px;
}

.dev-score-bubble-modal-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #ffffff;
  color: #374151;
  font-family: system-ui, -apple-system, sans-serif;
  white-space: nowrap;
}

.dev-score-bubble-modal-button .material-symbols-outlined {
  font-size: 18px;
}

.dev-score-bubble-modal-button--primary {
  background: #d91a24;
  border-color: #d91a24;
  color: #ffffff;
}

.dev-score-bubble-modal-button--primary:hover {
  background: #b91c1c;
  border-color: #b91c1c;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(217, 26, 36, 0.3);
}

.dev-score-bubble-modal-button--primary:active {
  transform: translateY(0) scale(0.98);
}

.dev-score-bubble-modal-button--secondary:hover {
  background: #f9fafb;
  border-color: #d1d5db;
  transform: translateY(-1px);
}

.dev-score-bubble-modal-button--secondary:active {
  transform: translateY(0) scale(0.98);
}

.dev-score-bubble-modal-button:focus {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
}

.dev-score-bubble-modal-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

@media (max-width: 768px) {
  .dev-score-bubble__broken-link-menu {
    min-width: calc(100vw - 40px);
    max-width: calc(100vw - 40px);
    left: 20px !important;
    right: 20px;
  }
  .dev-score-bubble__toast {
    min-width: calc(100vw - 40px);
    max-width: calc(100vw - 40px);
    left: 20px;
    right: 20px;
  }
  .dev-score-bubble-modal-content--small {
    width: calc(100vw - 40px);
    max-width: calc(100vw - 40px);
  }
  .dev-score-bubble-modal-actions {
    flex-direction: column-reverse;
  }
  .dev-score-bubble-modal-actions .dev-score-bubble-modal-button {
    width: 100%;
    justify-content: center;
  }
}

.page-layout--with-sidebar {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

@media (max-width: 768px) {
  .page-layout--with-sidebar {
    flex-direction: column;
    gap: 20px;
  }
}

.page-list-sidebar-wrapper {
  flex: 0 0 240px;
  max-width: 240px;
  min-width: 0;
  height: 100%;
  transition: flex-basis 0.3s ease, max-width 0.3s ease;
  align-self: flex-start;
}

@media (max-width: 768px) {
  .page-list-sidebar-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
    order: -1;
  }
}

.page-list-sidebar-wrapper--collapsed {
  flex: 0 0 60px;
  max-width: 60px;
}

.page-content--with-sidebar {
  flex: 1 1 0;
  min-width: 0;
  max-width: calc(100% - 240px - 40px);
  transition: max-width 0.3s ease;
}

@media (max-width: 768px) {
  .page-content--with-sidebar {
    max-width: 100%;
  }
}

.page-list-sidebar-wrapper--collapsed ~ .page-content--with-sidebar {
  max-width: calc(100% - 60px - 40px);
}

.page-list-sidebar {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 1rem;
  position: -webkit-sticky;
  position: sticky;
  top: calc(92px + 20px);
  transition: padding 0.3s ease;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 92px - 20px - 20px);
  align-self: flex-start;
  z-index: 10;
}

@supports (scrollbar-width: thin) {
  .page-list-sidebar {
    scrollbar-width: thin;
    scrollbar-color: rgba(30, 30, 30, 0.2) transparent;
  }
}

.page-list-sidebar::-webkit-scrollbar {
  width: 6px;
}

.page-list-sidebar::-webkit-scrollbar-track {
  background: transparent;
}

.page-list-sidebar::-webkit-scrollbar-thumb {
  background-color: rgba(30, 30, 30, 0.2);
  border-radius: 3px;
  transition: background-color 0.2s ease;
}

.page-list-sidebar::-webkit-scrollbar-thumb:hover {
  background-color: rgba(30, 30, 30, 0.4);
}

@media (max-width: 768px) {
  .page-list-sidebar {
    position: sticky;
    top: calc(92px + 20px);
    max-height: calc(100vh - 92px - 20px - 20px);
    border-radius: 8px;
    padding: 1rem;
  }
}

.page-list-sidebar--collapsed {
  padding: 1rem 0.5rem;
}

.page-list-sidebar--collapsed .page-list-sidebar__header-content,
.page-list-sidebar--collapsed .page-list-sidebar__subtitle,
.page-list-sidebar--collapsed .page-list-sidebar__text,
.page-list-sidebar--collapsed .page-list-sidebar__footer {
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.page-list-sidebar--collapsed .page-list-sidebar__title {
  justify-content: center;
  margin: 0;
  padding: 0;
}

.page-list-sidebar--collapsed .page-list-sidebar__title span:not(.material-symbols-outlined) {
  display: none;
}

.page-list-sidebar--collapsed .page-list-sidebar__title .material-symbols-outlined {
  margin: 0;
}

.page-list-sidebar--collapsed .page-list-sidebar__toggle {
  margin: 0 auto;
  display: flex;
}

.page-list-sidebar--collapsed .page-list-sidebar__link {
  justify-content: center;
  padding: 0.75rem 0.5rem;
}

.page-list-sidebar--collapsed .page-list-sidebar__icon {
  margin: 0;
}

.page-list-sidebar__header {
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  transition: margin-bottom 0.3s ease, padding-bottom 0.3s ease;
}

.page-list-sidebar__header-content {
  flex: 1;
  min-width: 0;
}

.page-list-sidebar__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0.375rem;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  cursor: pointer;
  color: #1E1E1E;
  transition: all 0.2s ease;
  width: 28px;
  height: 28px;
  min-width: 28px;
}

.page-list-sidebar__toggle:hover {
  background: #F8F8F8;
  border-color: #D91A24;
  color: #D91A24;
}

.page-list-sidebar__toggle .material-symbols-outlined {
  font-size: 1rem;
}

.page-list-sidebar__title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  color: #0F1D45;
  margin: 0 0 0.25rem 0;
  transition: all 0.3s ease;
}

.page-list-sidebar__title .material-symbols-outlined {
  font-size: 1.25rem;
  color: #D91A24;
  flex-shrink: 0;
}

.page-list-sidebar__subtitle {
  font-size: 0.75rem;
  color: #6B6B6B;
  margin: 0;
  font-weight: 400;
  transition: opacity 0.3s ease;
}

.page-list-sidebar__nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media (max-width: 768px) {
  .page-list-sidebar__nav {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
}

@media (max-width: 768px) {
  .page-list-sidebar--expanded .page-list-sidebar__nav {
    max-height: 2000px;
  }
}

.page-list-sidebar__item {
  margin: 0;
}

.page-list-sidebar__link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 0.75rem;
  border-radius: 6px;
  text-decoration: none;
  color: #1E1E1E;
  transition: all 0.2s ease;
  position: relative;
  border: 1px solid transparent;
  background: transparent;
}

.page-list-sidebar__link:hover {
  background: #F8F8F8;
  border-color: rgba(0, 0, 0, 0.1);
  color: #0F1D45;
  text-decoration: none;
}

.page-list-sidebar__link:focus {
  outline: 2px solid #D91A24;
  outline-offset: 2px;
}

.page-list-sidebar__link--active {
  background: linear-gradient(135deg, rgba(217, 26, 36, 0.1) 0%, rgba(217, 26, 36, 0.05) 100%);
  border-color: #D91A24;
  color: #0F1D45;
  font-weight: 500;
}

.page-list-sidebar__link--active .page-list-sidebar__icon {
  color: #D91A24;
}

.page-list-sidebar__link--active .page-list-sidebar__indicator {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 60%;
  background: #D91A24;
  border-radius: 0 3px 3px 0;
}

.page-list-sidebar__icon {
  font-size: 1.125rem;
  color: #6B6B6B;
  flex-shrink: 0;
  transition: color 0.2s ease;
}

.page-list-sidebar__text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  transition: opacity 0.3s ease;
}

.page-list-sidebar__label {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.3;
}

.page-list-sidebar__footer {
  margin-top: 1rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s ease;
}

.page-list-sidebar__note {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.6875rem;
  color: #6B6B6B;
  margin: 0;
  line-height: 1.3;
}

.page-list-sidebar__note .material-symbols-outlined {
  font-size: 0.875rem;
  flex-shrink: 0;
}

.page-list-container {
  width: 100%;
  margin: 0;
}

.page-list-pages {
  margin-top: 2rem;
}

.page-list-summary {
  margin-bottom: 1rem;
}

.page-list-summary__hero {
  position: relative;
  margin-bottom: 2.5rem;
}

.page-list-summary__hero--collapsed .page-list-summary__hero-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  margin-bottom: 0;
}

.page-list-summary__hero--collapsed .page-list-summary__hero-toggle-icon {
  transform: rotate(0deg);
}

.page-list-summary__hero--expanded .page-list-summary__hero-content {
  max-height: 5000px;
  opacity: 1;
}

.page-list-summary__hero--expanded .page-list-summary__hero-toggle-icon {
  transform: rotate(180deg);
}

.page-list-summary__hero--expanded .page-list-summary__hero-content .page-list-summary-score--combined .page-list-summary-score__circle {
  display: none;
}

.page-list-summary__hero-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  gap: 2rem;
}

@media (max-width: 768px) {
  .page-list-summary__hero-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
}

.page-list-summary__hero-header-content {
  flex: 1;
  min-width: 0;
}

.page-list-summary__hero-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

@media (max-width: 768px) {
  .page-list-summary__hero-actions {
    width: 100%;
    justify-content: flex-start;
  }
}

.page-list-summary__hero-score {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-left: auto;
}

@media (max-width: 768px) {
  .page-list-summary__hero-score {
    margin-left: 0;
    align-self: center;
  }
}

.page-list-summary__hero-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0F1D45;
  margin: 0 0 0.5rem 0 !important;
}

.page-list-summary__hero-description {
  font-size: 0.9375rem;
  color: rgba(30, 30, 30, 0.7);
  line-height: 1.5;
  margin: 0;
  font-weight: 400;
}

.page-list-summary__hero-overview {
  margin: 1.5rem 0;
}

.page-list-summary__hero-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 500;
  color: #1E1E1E;
  transition: all 0.2s ease;
}

.page-list-summary__hero-toggle:hover {
  background: #F8F8F8;
  border-color: #2563EB;
  color: #0F1D45;
}

.page-list-summary__hero-toggle-icon {
  font-size: 1.125rem;
  transition: transform 0.3s ease;
  display: inline-flex;
  align-items: center;
}

.page-list-summary__hero-content {
  transition: max-height 0.4s ease, opacity 0.3s ease, margin-bottom 0.3s ease;
  overflow: hidden;
}

.page-list-summary__hero-content .page-list-summary-score {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  gap: 2rem;
}

@media (max-width: 768px) {
  .page-list-summary__hero-content .page-list-summary-score {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

@media (max-width: 480px) {
  .page-list-summary__hero-content .page-list-summary-score {
    gap: 1rem;
  }
}

.page-list-summary__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 1rem;
  padding: 1.5rem;
  background: #F8F8F8;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .page-list-summary__grid {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 0.75rem;
    padding: 1rem;
  }
}

@media (max-width: 480px) {
  .page-list-summary__grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    padding: 0.75rem;
  }
}

.page-list-summary__stat {
  text-align: center;
  padding: 1.25rem 1rem;
  background: #ffffff;
  border-radius: 10px;
  border: 2px solid transparent;
  transition: all 0.2s ease;
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  cursor: default;
  font-family: inherit;
}

.page-list-summary__stat[type="button"], .page-list-summary__stat[type="submit"], .page-list-summary__stat:not([type]) {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.page-list-summary__stat::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: transparent;
  transition: background 0.2s ease;
}

.page-list-summary__stat--clickable {
  cursor: pointer;
}

.page-list-summary__stat--clickable:not(:disabled):hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.page-list-summary__stat--clickable:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.page-list-summary__stat--clickable:disabled .page-list-tooltip-trigger {
  pointer-events: auto;
  opacity: 1;
}

.page-list-summary__stat--active {
  border-color: #D91A24;
  box-shadow: 0 0 0 3px rgba(217, 26, 36, 0.1);
}

.page-list-summary__stat--active::before {
  background: #D91A24;
  height: 4px;
}

.page-list-summary__stat--success {
  border-color: rgba(16, 185, 129, 0.3);
  background: rgba(16, 185, 129, 0.05);
}

.page-list-summary__stat--success::before {
  background: #10b981;
}

.page-list-summary__stat--success .page-list-summary__value {
  color: #10b981;
}

.page-list-summary__stat--warning {
  border-color: rgba(245, 158, 11, 0.3);
  background: rgba(245, 158, 11, 0.05);
}

.page-list-summary__stat--warning::before {
  background: #F59E0B;
}

.page-list-summary__stat--warning .page-list-summary__value {
  color: #F59E0B;
}

.page-list-summary__stat--error {
  border-color: rgba(217, 26, 36, 0.3);
  background: rgba(217, 26, 36, 0.05);
}

.page-list-summary__stat--error::before {
  background: #D91A24;
}

.page-list-summary__stat--error .page-list-summary__value {
  color: #D91A24;
}

@media (max-width: 480px) {
  .page-list-summary__stat {
    padding: 0.875rem 0.75rem;
  }
}

.page-list-summary__value {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.5rem;
  color: #0F1D45;
}

@media (max-width: 768px) {
  .page-list-summary__value {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .page-list-summary__value {
    font-size: 1.75rem;
  }
}

.page-list-summary__label {
  font-size: 0.8rem;
  color: rgba(30, 30, 30, 0.7);
  font-weight: 500;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  flex-wrap: wrap;
}

@media (max-width: 480px) {
  .page-list-summary__label {
    font-size: 0.75rem;
  }
}

.page-list-summary__label .page-list-tooltip-trigger {
  margin-left: 0.25rem;
  flex-shrink: 0;
}

.page-list-summary__label .page-list-tooltip-icon {
  width: 0.9rem;
  height: 0.9rem;
  font-size: 0.65rem;
}

.page-list-summary__technical-seo {
  margin-top: 2rem;
  padding: 1.5rem;
  background: #F8F8F8;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .page-list-summary__technical-seo {
    padding: 1rem;
  }
}

.page-list-summary__technical-seo-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

@media (max-width: 768px) {
  .page-list-summary__technical-seo-columns {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.page-list-summary__technical-seo-column {
  display: flex;
  flex-direction: column;
}

.page-list-summary__technical-seo-title {
  font-size: 1rem;
  font-weight: 600;
  color: #0F1D45;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

@media (max-width: 480px) {
  .page-list-summary__technical-seo-title {
    font-size: 0.875rem;
  }
}

.page-list-summary__technical-seo-grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.page-list-summary__technical-seo-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem;
  background: #ffffff;
  border-radius: 8px;
  border: 2px solid transparent;
  transition: all 0.2s ease;
}

@media (max-width: 480px) {
  .page-list-summary__technical-seo-item {
    padding: 0.75rem;
    gap: 0.5rem;
  }
}

.page-list-summary__technical-seo-item--success {
  border-color: rgba(16, 185, 129, 0.3);
  background: rgba(16, 185, 129, 0.05);
}

.page-list-summary__technical-seo-item--warning {
  border-color: rgba(245, 158, 11, 0.3);
  background: rgba(245, 158, 11, 0.05);
}

.page-list-summary__technical-seo-item--error {
  border-color: rgba(217, 26, 36, 0.3);
  background: rgba(217, 26, 36, 0.05);
}

.page-list-summary__technical-seo-item--info {
  border-color: rgba(37, 99, 235, 0.2);
  background: rgba(37, 99, 235, 0.03);
}

.page-list-summary__technical-seo-icon {
  font-size: 1.5rem;
  line-height: 1;
  flex-shrink: 0;
}

@media (max-width: 480px) {
  .page-list-summary__technical-seo-icon {
    font-size: 1.25rem;
  }
}

.page-list-summary__technical-seo-label {
  font-size: 0.9rem;
  font-weight: 600;
  color: #1E1E1E;
  flex: 1;
}

@media (max-width: 480px) {
  .page-list-summary__technical-seo-label {
    font-size: 0.85rem;
  }
}

.page-list-summary__technical-seo-status {
  font-size: 0.85rem;
  font-weight: 500;
  color: rgba(30, 30, 30, 0.7);
  font-family: monospace;
}

@media (max-width: 480px) {
  .page-list-summary__technical-seo-status {
    font-size: 0.75rem;
  }
}

.page-list-summary-score {
  background: #ffffff;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}

@media (max-width: 768px) {
  .page-list-summary-score {
    flex-direction: column;
    gap: 1.5rem;
    padding: 1.5rem;
  }
}

@media (max-width: 480px) {
  .page-list-summary-score {
    padding: 1rem;
    gap: 1rem;
  }
}

.page-list-summary-score.score-excellent {
  border-color: #10b981;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.05) 0%, rgba(16, 185, 129, 0.02) 100%);
}

.page-list-summary-score.score-good {
  border-color: #F59E0B;
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.05) 0%, rgba(245, 158, 11, 0.02) 100%);
}

.page-list-summary-score.score-fair {
  border-color: #f59e0b;
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.05) 0%, rgba(245, 158, 11, 0.02) 100%);
}

.page-list-summary-score.score-poor {
  border-color: #D91A24;
  background: linear-gradient(135deg, rgba(217, 26, 36, 0.05) 0%, rgba(217, 26, 36, 0.02) 100%);
}

.page-list-summary-score__circle {
  position: relative;
  width: 120px;
  height: 120px;
  flex-shrink: 0;
}

.page-list-summary-score__circle-svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
  transform-origin: center;
}

.page-list-summary-score__circle-bg {
  fill: none;
  stroke: #F8F8F8;
  stroke-width: 8;
}

.page-list-summary-score__circle-fill {
  fill: none;
  stroke-width: 8;
  stroke-linecap: round;
  transition: stroke-dasharray 0.6s ease;
}

.page-list-summary-score__circle-fill.score-excellent {
  stroke: #10b981;
}

.page-list-summary-score__circle-fill.score-good {
  stroke: #F59E0B;
}

.page-list-summary-score__circle-fill.score-fair {
  stroke: #f59e0b;
}

.page-list-summary-score__circle-fill.score-poor {
  stroke: #D91A24;
}

.page-list-summary-score__circle-fill--seo {
  stroke-dasharray: 0 169.646;
  stroke-dashoffset: 0;
}

.page-list-summary-score__circle-fill--ai {
  stroke-dasharray: 0 169.646;
  stroke-dashoffset: 169.646;
}

.page-list-summary-score__circle-value {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.page-list-summary-score__circle-number {
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  color: #0F1D45;
}

.page-list-summary-score__circle-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(30, 30, 30, 0.6);
  margin-top: 0.25rem;
}

.page-list-summary-score__content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media (max-width: 768px) {
  .page-list-summary-score__content {
    gap: 1.5rem;
  }
}

@media (max-width: 480px) {
  .page-list-summary-score__content {
    gap: 1rem;
  }
}

.page-list-summary-score__content-section {
  flex: 1;
  min-width: 0;
}

.page-list-summary-score__title {
  font-size: 36px;
  font-weight: 700;
  color: #0F1D45;
  margin: 0 0 1.5rem 0;
  letter-spacing: -0.02em;
}

.page-list-summary-score__breakdown {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.page-list-summary-score__metric {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.page-list-summary-score__metric-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-list-summary-score__metric-label {
  font-size: 0.9rem;
  font-weight: 600;
  color: #1E1E1E;
}

.page-list-summary-score__metric-value {
  font-size: 0.9rem;
  font-weight: 700;
  color: #0F1D45;
  font-family: monospace;
}

.page-list-summary-score__metric-bar {
  width: 100%;
  height: 6px;
  background: #F8F8F8;
  border-radius: 3px;
  overflow: hidden;
}

.page-list-summary-score__metric-fill {
  height: 100%;
  background: linear-gradient(90deg, #10b981, #059669);
  border-radius: 3px;
  transition: width 0.4s ease;
}

.page-list-summary-score__metric-details {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  font-size: 0.8rem;
}

.page-list-summary-score__metric-optimal {
  color: rgba(30, 30, 30, 0.7);
  font-weight: 500;
}

.page-list-summary-score__metric-optimal.metric-optimal--complete {
  color: #10b981;
  font-weight: 600;
}

.page-list-summary-score__metric-issues {
  color: #D91A24;
  font-weight: 600;
  padding: 0.15rem 0.5rem;
  background: rgba(217, 26, 36, 0.1);
  border-radius: 12px;
  font-size: 0.75rem;
}

.page-list-summary-score__metric-note {
  color: rgba(30, 30, 30, 0.6);
  font-style: italic;
  font-size: 0.75rem;
  line-height: 1.4;
}

.page-list-controls {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem 0;
}

.page-list-controls__fix {
  display: inline-flex;
  margin-right: auto;
}

.page-list-controls__sort {
  display: inline-flex;
  position: relative;
}

.page-list-controls__layout {
  display: inline-flex;
}

.page-list-controls__grouping {
  display: inline-flex;
}

.page-list-controls__export {
  display: inline-flex;
  position: relative;
}

@media (max-width: 768px) {
  .page-list-controls {
    flex-wrap: wrap;
  }
  .page-list-controls__fix {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
  .page-list-controls__fix .page-list-fix-button {
    width: 100%;
    justify-content: center;
  }
}

.page-list-layout-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.85rem;
  transition: all 0.2s ease;
}

.page-list-layout-toggle:hover {
  background: #F8F8F8;
  border-color: #2563EB;
}

.page-list-layout-toggle__icon {
  font-size: 1rem;
}

.page-list-layout-toggle__label {
  font-weight: 500;
}

.page-list-grouping-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.85rem;
  transition: all 0.2s ease;
}

.page-list-grouping-toggle:hover {
  background: #F8F8F8;
  border-color: #2563EB;
}

.page-list-grouping-toggle__icon {
  font-size: 1rem;
}

.page-list-grouping-toggle__label {
  font-weight: 500;
}

.page-list-export {
  position: relative;
}

.page-list-export-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.85rem;
  transition: all 0.2s ease;
}

.page-list-export-toggle:hover {
  background: #F8F8F8;
  border-color: #2563EB;
}

.page-list-export-toggle__icon {
  font-size: 1rem;
}

.page-list-export-toggle__label {
  font-weight: 500;
}

.page-list-export-toggle__arrow {
  font-size: 1rem;
  transition: transform 0.2s ease;
}

.page-list-export-toggle--open .page-list-export-toggle__arrow {
  transform: rotate(180deg);
}

.page-list-export-menu {
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 0;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  min-width: 180px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.2s ease;
  overflow: hidden;
}

.page-list-export-menu--open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.page-list-export-menu__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  padding: 0.75rem 1rem;
  background: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.875rem;
  color: #1E1E1E;
  transition: background-color 0.15s ease;
}

.page-list-export-menu__item:hover {
  background: #F8F8F8;
}

.page-list-export-menu__item:focus {
  outline: none;
  background: #F8F8F8;
}

.page-list-export-menu__item:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.page-list-export-menu__item:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.page-list-export-menu__item .material-symbols-outlined {
  font-size: 1.125rem;
  color: #6B6B6B;
}

.page-list-export-menu__item span:not(.material-symbols-outlined) {
  flex: 1;
}

.page-list-export-menu__divider {
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  margin: 0.25rem 0;
  border: none;
}

.page-list-sort {
  position: relative;
}

.page-list-sort-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.85rem;
  transition: all 0.2s ease;
}

.page-list-sort-toggle:hover {
  background: #F8F8F8;
  border-color: #2563EB;
}

.page-list-sort-toggle__icon {
  font-size: 1rem;
}

.page-list-sort-toggle__label {
  font-weight: 500;
}

.page-list-sort-toggle__direction {
  font-size: 0.875rem;
  opacity: 0.7;
}

.page-list-sort-menu {
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 0;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  min-width: 220px;
  z-index: 1000;
  display: none;
  flex-direction: column;
  overflow: hidden;
}

.page-list-sort-menu--open {
  display: flex;
}

.page-list-sort-menu__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  font-family: inherit;
  font-size: 0.85rem;
  text-align: left;
  transition: all 0.2s ease;
  color: #1E1E1E;
}

.page-list-sort-menu__item:last-child {
  border-bottom: none;
}

.page-list-sort-menu__item:hover {
  background: #F8F8F8;
}

.page-list-sort-menu__item--active {
  background: rgba(37, 99, 235, 0.1);
  color: #0F1D45;
  font-weight: 600;
}

.page-list-sort-menu__item .material-symbols-outlined {
  font-size: 1.125rem;
}

.page-list-sort-menu__item .material-symbols-outlined:first-child {
  opacity: 0.8;
}

.page-list-sort-menu__item .material-symbols-outlined:last-child {
  margin-left: auto;
  font-size: 0.875rem;
  opacity: 0.6;
}

.page-list-sort-menu__item span:not(.material-symbols-outlined) {
  flex: 1;
}

.page-list-overview-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 1rem;
}

@media (max-width: 768px) {
  .page-list-overview-grid {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 0.75rem;
  }
}

@media (max-width: 480px) {
  .page-list-overview-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
  }
}

.page-list-overview-stat {
  text-align: center;
  padding: 1rem;
  background: #F8F8F8;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}

@media (max-width: 480px) {
  .page-list-overview-stat {
    padding: 0.75rem 0.5rem;
  }
}

.page-list-overview-stat--clickable {
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
  opacity: 0.72;
}

.page-list-overview-stat--clickable:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.06);
  border-color: #D91A24;
  opacity: 1;
}

.page-list-overview-stat--clickable:focus-visible {
  outline: 2px solid #D91A24;
  outline-offset: 3px;
  opacity: 1;
}

.page-list-overview-stat--active {
  border-color: #D91A24;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
  opacity: 1;
}

.page-list-overview-stat.is-active-filter {
  border-color: #D91A24;
  opacity: 1;
}

.page-list-overview-stat__value {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.5rem;
  color: #0F1D45;
}

@media (max-width: 768px) {
  .page-list-overview-stat__value {
    font-size: 1.75rem;
  }
}

@media (max-width: 480px) {
  .page-list-overview-stat__value {
    font-size: 1.5rem;
  }
}

.page-list-overview-stat__label {
  font-size: 0.875rem;
  color: rgba(30, 30, 30, 0.7);
  font-weight: 500;
  line-height: 1.3;
}

@media (max-width: 480px) {
  .page-list-overview-stat__label {
    font-size: 0.75rem;
  }
}

.page-list-overview-stat.overview-stat--success {
  background: linear-gradient(135deg, rgba(76, 175, 80, 0.1) 0%, rgba(76, 175, 80, 0.05) 100%);
  border-color: rgba(76, 175, 80, 0.3);
}

.page-list-overview-stat.overview-stat--success .page-list-overview-stat__value {
  color: #388E3C;
}

.page-list-overview-stat.overview-stat--warning {
  background: linear-gradient(135deg, rgba(255, 193, 7, 0.1) 0%, rgba(255, 193, 7, 0.05) 100%);
  border-color: rgba(255, 193, 7, 0.3);
}

.page-list-overview-stat.overview-stat--warning .page-list-overview-stat__value {
  color: #FFA000;
}

.page-list-overview-stat.overview-stat--error {
  background: linear-gradient(135deg, rgba(244, 67, 54, 0.1) 0%, rgba(244, 67, 54, 0.05) 100%);
  border-color: rgba(244, 67, 54, 0.3);
}

.page-list-overview-stat.overview-stat--error .page-list-overview-stat__value {
  color: #D32F2F;
}

.page-list-overview-stat.score-excellent {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.1) 0%, rgba(16, 185, 129, 0.05) 100%);
  border-color: rgba(16, 185, 129, 0.3);
}

.page-list-overview-stat.score-excellent .page-list-overview-stat__value {
  color: #10b981;
}

.page-list-overview-stat.score-good {
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.1) 0%, rgba(245, 158, 11, 0.05) 100%);
  border-color: rgba(245, 158, 11, 0.3);
}

.page-list-overview-stat.score-good .page-list-overview-stat__value {
  color: #B45309;
}

.page-list-overview-stat.score-fair {
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.1) 0%, rgba(245, 158, 11, 0.05) 100%);
  border-color: rgba(245, 158, 11, 0.3);
}

.page-list-overview-stat.score-fair .page-list-overview-stat__value {
  color: #f59e0b;
}

.page-list-overview-stat.score-poor {
  background: linear-gradient(135deg, rgba(217, 26, 36, 0.1) 0%, rgba(217, 26, 36, 0.05) 100%);
  border-color: rgba(217, 26, 36, 0.3);
}

.page-list-overview-stat.score-poor .page-list-overview-stat__value {
  color: #B81728;
}

.page-list-filters-grouped {
  margin-top: 1.5rem;
}

.page-list-tab-actions {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
  padding: 1rem;
  background: #F8F8F8;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .page-list-tab-actions {
    padding: 0.75rem;
    gap: 0.5rem;
  }
}

@media (max-width: 480px) {
  .page-list-tab-actions {
    flex-direction: column;
    padding: 0.75rem;
    gap: 0.5rem;
  }
  .page-list-tab-actions .page-list-fix-button {
    width: 100%;
    justify-content: center;
  }
}

.page-list-filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 0.5rem;
  overflow-x: auto;
}

@media (max-width: 768px) {
  .page-list-filter-tabs {
    gap: 0.25rem;
    margin-bottom: 1rem;
  }
}

@media (max-width: 480px) {
  .page-list-filter-tabs {
    gap: 0.125rem;
    margin-bottom: 0.75rem;
  }
}

.page-list-filter-tab {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1.25rem;
  background: transparent;
  border: none;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(30, 30, 30, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.2s ease;
  white-space: nowrap;
  position: relative;
  margin-bottom: -0.5rem;
}

@media (max-width: 768px) {
  .page-list-filter-tab {
    padding: 0.5rem 0.75rem;
    font-size: 0.8rem;
  }
}

@media (max-width: 480px) {
  .page-list-filter-tab {
    padding: 0.5rem 0.625rem;
    font-size: 0.75rem;
  }
}

.page-list-filter-tab:hover {
  color: #0F1D45;
  background: rgba(37, 99, 235, 0.05);
  border-radius: 6px 6px 0 0;
}

.page-list-filter-tab--active {
  color: #D91A24;
  border-bottom-color: #D91A24;
  background: rgba(217, 26, 36, 0.05);
  border-radius: 6px 6px 0 0;
}

.page-list-filter-tab--active:hover {
  background: rgba(217, 26, 36, 0.08);
}

.page-list-filter-tab:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.page-list-filter-tab:disabled:hover {
  background: transparent;
  color: rgba(30, 30, 30, 0.7);
}

.page-list-filter-tab-content {
  display: none;
  animation: fadeInTab 0.2s ease;
}

.page-list-filter-tab-content--active {
  display: block;
}

@keyframes fadeInTab {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.page-list-group {
  margin-bottom: 1rem;
}

.page-list-group:last-child {
  margin-bottom: 0;
}

.page-list-group-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: inherit;
  text-align: left;
  transition: background 0.2s ease;
}

.page-list-group-header:hover {
  background: rgba(37, 99, 235, 0.05);
}

.page-list-group-title {
  font-size: 36px;
  line-height: calc(36px + 8px);
  color: #0F1D45;
  font-weight: 700;
  margin: 0;
  letter-spacing: -0.01em;
}

@media (max-width: 768px) {
  .page-list-group-title {
    font-size: 24px;
    line-height: calc(24px + 8px);
  }
}

@media (max-width: 480px) {
  .page-list-group-title {
    font-size: 20px;
    line-height: calc(20px + 8px);
  }
}

.page-list-group-toggle-icon {
  font-size: 0.875rem;
  color: rgba(30, 30, 30, 0.6);
  transition: transform 0.2s ease;
  margin-left: 1rem;
}

.page-list-group-content {
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.2s ease;
  max-height: 10000px;
  opacity: 1;
}

.page-list-group-content--collapsed {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}

.page-list-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  overflow: hidden;
  font-size: 0.9rem;
  margin-bottom: 0;
}

.page-list-table thead {
  background: linear-gradient(135deg, #0F1D45 0%, #0a1430 100%);
  color: #FFFFFF;
}

.page-list-table thead th {
  padding: 1.25rem 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.page-list-table thead th:first-child {
  padding-left: 1.5rem;
}

.page-list-table thead th:last-child {
  padding-right: 1.5rem;
}

.page-list-table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
  background: #ffffff;
}

.page-list-table tbody tr.page-list-status--warning {
  background-color: rgba(245, 158, 11, 0.03);
  border-left: 4px solid #F59E0B;
}

.page-list-table tbody tr.page-list-status--good {
  border-left: 4px solid transparent;
}

.page-list-table tbody tr:last-child {
  border-bottom: none;
}

.page-list-table tbody td {
  padding: 1.25rem 1rem;
  vertical-align: top;
  color: #1E1E1E;
  line-height: 1.6;
}

.page-list-table tbody td:first-child {
  padding-left: 1.5rem;
  font-weight: 500;
}

.page-list-table tbody td:last-child {
  padding-right: 1.5rem;
}

.page-list-table tbody td a {
  color: #D91A24;
  text-decoration: none;
  word-break: break-all;
  transition: color 0.2s ease;
  font-weight: 500;
}

.page-list-table tbody td a:hover, .page-list-table tbody td a:focus-visible {
  color: #B81728;
  text-decoration: underline;
}

.page-list-table tbody td em {
  color: rgba(30, 30, 30, 0.6);
  font-style: italic;
}

.page-list-table tbody td[data-label="Broken Links"], .page-list-table tbody td[data-label="Broken Images"] {
  min-width: 200px;
  max-width: 400px;
}

@media (max-width: 768px) {
  .page-list-table tbody td[data-label="Broken Links"], .page-list-table tbody td[data-label="Broken Images"] {
    min-width: auto;
    max-width: none;
  }
}

.page-list-table tbody td[data-label="Actions"] {
  min-width: 120px;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .page-list-table tbody td[data-label="Actions"] {
    min-width: auto;
    white-space: normal;
  }
}

@media (max-width: 768px) {
  .page-list-table {
    display: block;
    font-size: 0.85rem;
    border-radius: 10px;
  }
  .page-list-table thead {
    display: none;
  }
  .page-list-table tbody {
    display: block;
  }
  .page-list-table tbody tr {
    display: block;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 1.25rem;
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(15, 29, 69, 0.05);
  }
  .page-list-table tbody td {
    display: block;
    padding: 0.75rem 0;
    border: none;
    text-align: left;
  }
  .page-list-table tbody td:first-child {
    padding-left: 0;
    padding-top: 0;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: #0F1D45;
  }
  .page-list-table tbody td:last-child {
    padding-right: 0;
  }
  .page-list-table tbody td::before {
    content: attr(data-label);
    display: block;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #1E40AF;
    margin-bottom: 0.5rem;
  }
  .page-list-table tbody td:first-child::before {
    display: none;
  }
  .page-list-table tbody td:nth-last-child(2)::before {
    display: none;
  }
}

@media (max-width: 480px) {
  .page-list-table {
    font-size: 0.8rem;
  }
  .page-list-table tbody td {
    padding: 0.5rem 0;
  }
}

.page-list-row {
  cursor: pointer;
  transition: background-color 0.15s ease;
}

.page-list-row:hover {
  background-color: rgba(37, 99, 235, 0.03);
}

.page-list-row:focus-visible {
  outline: 2px solid #D91A24;
  outline-offset: -2px;
  background-color: rgba(217, 26, 36, 0.05);
}

@media (max-width: 768px) {
  .page-list-row {
    min-height: 44px;
  }
}

.page-list-pages--compact .page-list-table {
  font-size: 0.85rem;
}

.page-list-pages--compact .page-list-table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.page-list-pages--compact .page-list-table tbody tr:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.page-list-pages--compact .page-list-title-cell {
  padding: 0.5rem 0;
}

.page-list-pages--compact .page-list-badges {
  margin-top: 0.25rem;
  gap: 0.25rem;
}

.page-list-pages--compact .page-list-badge {
  font-size: 0.7rem;
  padding: 0.15rem 0.4rem;
}

.page-list-pages--compact .page-list-meta-content {
  font-size: 0.8rem;
  line-height: 1.3;
}

.page-list-pages--compact .page-list-meta-metrics {
  margin-top: 0.25rem;
  gap: 0.5rem;
}

.page-list-pages--compact .page-list-meta-metric {
  padding: 0.35rem 0.5rem;
  font-size: 0.75rem;
  min-width: 100px;
}

.page-list-pages--compact .page-list-score {
  padding: 0.5rem;
  min-width: 60px;
}

.page-list-pages--compact .page-list-score__value {
  font-size: 1.1rem;
}

.page-list-pages--compact .page-list-score__label {
  font-size: 0.7rem;
}

.page-list-pages--compact .page-list-table tbody td {
  padding: 0.5rem 0.75rem;
}

.page-list-pages--compact .page-list-meta-content-wrapper,
.page-list-pages--compact .page-list-meta-metrics,
.page-list-pages--compact .page-list-summary-content {
  display: none;
}

.page-list-link-compact {
  color: #D91A24;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

.page-list-link-compact:hover {
  color: #B81728;
  text-decoration: underline;
}

.page-list-meta-field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.page-list-meta-field--over-limit .page-list-meta-content {
  color: #D91A24;
  font-weight: 500;
}

.page-list-meta-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.page-list-meta-content {
  display: block;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1.5;
  font-weight: 500;
  color: #1E1E1E;
}

.page-list-meta-metrics {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.page-list-meta-metric {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  border-radius: 8px;
  background: #F8F8F8;
  border: 1px solid rgba(0, 0, 0, 0.1);
  min-width: 120px;
}

.page-list-meta-metric.metric--good {
  border-color: rgba(16, 185, 129, 0.3);
  background: rgba(16, 185, 129, 0.05);
}

.page-list-meta-metric.metric--warning {
  border-color: rgba(217, 26, 36, 0.3);
  background: rgba(217, 26, 36, 0.05);
}

.page-list-meta-metric__icon {
  font-size: 1.1rem;
  line-height: 1;
  flex-shrink: 0;
}

.page-list-meta-metric__info {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  flex: 1;
  min-width: 0;
}

.page-list-meta-metric__label {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(30, 30, 30, 0.6);
  line-height: 1;
}

.page-list-meta-metric__value {
  font-size: 0.9rem;
  font-weight: 700;
  color: #0F1D45;
  font-family: monospace;
  line-height: 1.2;
}

.page-list-meta-metric__value.value--over {
  color: #D91A24;
}

.page-list-meta-missing {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem;
  background: rgba(217, 26, 36, 0.05);
  border: 1px solid rgba(217, 26, 36, 0.2);
  border-radius: 8px;
  color: #D91A24;
}

.page-list-meta-missing__icon {
  font-size: 1.1rem;
  line-height: 1;
  flex-shrink: 0;
}

.page-list-meta-missing__text {
  font-weight: 600;
  font-size: 0.85rem;
}

.page-list-summary-content {
  display: block;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1.6;
  color: #1E1E1E;
}

.page-list-summary-content em {
  color: rgba(30, 30, 30, 0.6);
  font-style: italic;
}

.page-list-title-cell {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.page-list-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.25rem;
}

.page-list-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.7rem;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 6px;
  transition: all 0.2s ease;
}

.page-list-badge.badge-error {
  background: rgba(217, 26, 36, 0.1);
  color: #D91A24;
  border: 1px solid rgba(217, 26, 36, 0.3);
}

.page-list-badge.badge-warning {
  background: rgba(245, 158, 11, 0.1);
  color: #B45309;
  border: 1px solid rgba(245, 158, 11, 0.3);
}

.page-list-badge.badge-success {
  background: rgba(16, 185, 129, 0.1);
  color: #059669;
  border: 1px solid rgba(16, 185, 129, 0.3);
}

.page-list-row-scores {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.page-list-row-scores .page-list-score--circular {
  min-width: 60px;
  padding: 0.25rem;
}

.page-list-row-scores .page-list-score--circular .page-list-score__circle {
  width: 60px;
  height: 60px;
}

.page-list-row-scores .page-list-score--circular .page-list-score__circle-number {
  font-size: 1rem;
}

.page-list-row-scores .page-list-score--circular .page-list-score__circle-label {
  font-size: 0.5rem;
  max-width: 50px;
}

.page-list-row-scores .page-list-score--circular .page-list-score__circle-bg,
.page-list-row-scores .page-list-score--circular .page-list-score__circle-fill {
  stroke-width: 5;
}

.page-list-score {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1rem;
  border-radius: 10px;
  min-width: 70px;
  text-align: center;
  transition: all 0.2s ease;
  position: relative;
  overflow: hidden;
  background: transparent;
  border: none;
}

.page-list-score::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: transparent;
  transition: background 0.2s ease;
}

.page-list-score.score-excellent::before {
  background: #10b981;
}

.page-list-score.score-excellent .page-list-score__value {
  color: #10b981;
}

.page-list-score.score-good::before {
  background: #F59E0B;
}

.page-list-score.score-good .page-list-score__value {
  color: #F59E0B;
}

.page-list-score.score-fair::before {
  background: #f59e0b;
}

.page-list-score.score-fair .page-list-score__value {
  color: #f59e0b;
}

.page-list-score.score-poor::before {
  background: #D91A24;
}

.page-list-score.score-poor .page-list-score__value {
  color: #D91A24;
}

.page-list-score__value {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.25rem;
}

.page-list-score__label {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(30, 30, 30, 0.7);
}

.page-list-score--circular {
  padding: 0.5rem;
  min-width: 80px;
  background: transparent;
  border: none;
}

.page-list-score--circular::before {
  display: none;
}

.page-list-score__circle {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

.page-list-score__circle-svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
  transform-origin: center;
}

.page-list-score__circle-bg {
  fill: none;
  stroke-width: 6;
}

.score-excellent .page-list-score__circle-bg {
  stroke: rgba(16, 185, 129, 0.1);
}

.score-good .page-list-score__circle-bg {
  stroke: rgba(245, 158, 11, 0.1);
}

.score-fair .page-list-score__circle-bg {
  stroke: rgba(245, 158, 11, 0.1);
}

.score-poor .page-list-score__circle-bg {
  stroke: rgba(217, 26, 36, 0.1);
}

.page-list-score__circle-fill {
  fill: none;
  stroke-width: 6;
  stroke-linecap: round;
  transition: stroke-dasharray 0.6s ease;
}

.page-list-score__circle-fill.score-excellent {
  stroke: #10b981;
}

.page-list-score__circle-fill.score-good {
  stroke: #F59E0B;
}

.page-list-score__circle-fill.score-fair {
  stroke: #f59e0b;
}

.page-list-score__circle-fill.score-poor {
  stroke: #D91A24;
}

.page-list-score__circle-value {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.page-list-score__circle-number {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}

.score-excellent .page-list-score__circle-number {
  color: #10b981;
}

.score-good .page-list-score__circle-number {
  color: #F59E0B;
}

.score-fair .page-list-score__circle-number {
  color: #f59e0b;
}

.score-poor .page-list-score__circle-number {
  color: #D91A24;
}

.page-list-score__circle-label {
  display: block;
  font-size: 0.55rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(30, 30, 30, 0.7);
  margin-top: 0.15rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 70px;
}

.page-list-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  animation: fadeIn 0.2s ease;
}

@media (max-width: 768px) {
  .page-list-modal {
    padding: 1rem;
    align-items: flex-end;
  }
}

@media (max-width: 480px) {
  .page-list-modal {
    padding: 0.5rem;
  }
}

.page-list-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

@supports (backdrop-filter: blur(4px)) {
  .page-list-modal__overlay {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
  }
}

.page-list-modal__content {
  position: relative;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  max-width: 900px;
  max-height: 90vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  z-index: 1;
  animation: slideUp 0.3s ease;
}

@media (max-width: 768px) {
  .page-list-modal__content {
    max-height: 95vh;
    border-radius: 12px 12px 0 0;
  }
}

@media (max-width: 480px) {
  .page-list-modal__content {
    max-height: 100vh;
    border-radius: 8px 8px 0 0;
  }
}

.page-list-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F8F8F8;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1;
  color: #1E1E1E;
  z-index: 10;
  transition: all 0.2s ease;
}

.page-list-modal__close:hover {
  background: #D91A24;
  color: #FFFFFF;
  border-color: #D91A24;
  transform: rotate(90deg);
}

.page-list-modal__header {
  padding: 2rem 2rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .page-list-modal__header {
    padding: 1.5rem 1.5rem 1rem;
  }
}

@media (max-width: 480px) {
  .page-list-modal__header {
    padding: 1rem;
  }
}

.page-list-modal__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0F1D45;
  margin: 0 0 0.5rem 0;
}

@media (max-width: 768px) {
  .page-list-modal__title {
    font-size: 1.25rem;
  }
}

@media (max-width: 480px) {
  .page-list-modal__title {
    font-size: 1.125rem;
  }
}

.page-list-modal__link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.85rem;
  color: #D91A24;
  text-decoration: none;
  transition: color 0.2s ease;
}

.page-list-modal__link:hover {
  color: #B81728;
  text-decoration: underline;
}

.page-list-modal__body {
  padding: 1.5rem 2rem 2rem;
  overflow-y: auto;
  flex: 1;
}

@media (max-width: 768px) {
  .page-list-modal__body {
    padding: 1rem 1.5rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .page-list-modal__body {
    padding: 1rem;
  }
}

.page-list-modal__scores {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.page-list-modal__tabs {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  overflow-x: auto;
  -ms-overflow-style: none;
}

@supports (scrollbar-width: none) {
  .page-list-modal__tabs {
    scrollbar-width: none;
  }
}

.page-list-modal__tabs::-webkit-scrollbar {
  display: none;
}

.page-list-modal__tab {
  padding: 0.75rem 1.25rem;
  background: transparent;
  border: none;
  border-bottom: 3px solid transparent;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(30, 30, 30, 0.6);
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
  position: relative;
  margin-bottom: -2px;
  font-family: inherit;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.page-list-modal__tab:hover {
  color: #1E1E1E;
  background: rgba(217, 26, 36, 0.05);
}

.page-list-modal__tab:focus {
  outline: 2px solid #D91A24;
  outline-offset: 2px;
}

.page-list-modal__tab:active {
  transform: translateY(1px);
}

.page-list-modal__tab--active {
  color: #D91A24;
  border-bottom-color: #D91A24;
  background: rgba(217, 26, 36, 0.05);
}

@media (max-width: 768px) {
  .page-list-modal__tab {
    padding: 0.625rem 1rem;
    font-size: 0.6875rem;
  }
}

@media (max-width: 480px) {
  .page-list-modal__tab {
    padding: 0.5rem 0.75rem;
    font-size: 0.625rem;
  }
}

.page-list-modal__sections {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: relative;
}

.page-list-modal__section {
  padding: 1.25rem;
  background: #F8F8F8;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: none;
}

.page-list-modal__section--active {
  display: block;
  animation: fadeIn 0.2s ease;
}

.page-list-modal__section-title {
  font-size: 1rem;
  font-weight: 600;
  color: #0F1D45;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.page-list-modal__section-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.page-list-modal__field {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 1rem;
  align-items: flex-start;
}

.page-list-modal__field label {
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(30, 30, 30, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  grid-column: 1;
}

.page-list-modal__field .page-list-modal__value,
.page-list-modal__field .page-list-modal__metrics,
.page-list-modal__field .page-list-modal__broken-links {
  grid-column: 2;
  min-width: 0;
}

.page-list-modal__value {
  font-size: 0.95rem;
  color: #1E1E1E;
  font-weight: 500;
}

.page-list-modal__value--good {
  color: #10b981;
}

.page-list-modal__value--warning {
  color: #F59E0B;
}

.page-list-modal__value--bad {
  color: #D91A24;
}

.page-list-modal__value--missing {
  color: rgba(30, 30, 30, 0.5);
  font-style: italic;
}

.page-list-modal__value--info {
  margin-top: 0.5rem;
  font-size: 0.875rem;
}

.page-list-modal__metrics {
  display: flex;
  gap: 1rem;
  font-size: 0.8rem;
  color: rgba(30, 30, 30, 0.6);
  font-family: monospace;
  margin-top: 0.25rem;
}

.page-list-modal__broken-links {
  margin-top: 0.75rem;
  padding: 0.75rem;
  background: rgba(217, 26, 36, 0.05);
  border: 1px solid rgba(217, 26, 36, 0.2);
  border-radius: 6px;
}

.page-list-modal__broken-links-title {
  font-size: 0.75rem;
  font-weight: 600;
  color: #D91A24;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}

.page-list-modal__broken-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.page-list-modal__broken-link-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.75rem;
  margin-bottom: 0.5rem;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
}

@media (max-width: 480px) {
  .page-list-modal__broken-link-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}

.page-list-modal__broken-link-item:last-child {
  margin-bottom: 0;
}

.page-list-modal__broken-link-item--fixed {
  background: #f0fdf4;
  border-color: #10b981;
}

.page-list-modal__broken-link-item--removed {
  opacity: 0.6;
}

.page-list-modal__broken-link-item code {
  flex: 1;
  min-width: 0;
  font-family: ui-monospace, "Cascadia Code", "Source Code Pro", Menlo, monospace;
  font-size: 0.875rem;
  color: #dc2626;
  word-break: break-all;
}

.page-list-modal__broken-link-url {
  flex: 1;
  min-width: 0;
  font-size: 0.875rem;
  font-family: ui-monospace, "Cascadia Code", "Source Code Pro", Menlo, monospace;
  color: #dc2626;
  word-break: break-all;
}

.page-list-modal__broken-link-actions {
  display: flex;
  gap: 0.5rem;
  flex-shrink: 0;
}

@media (max-width: 480px) {
  .page-list-modal__broken-link-actions {
    width: 100%;
    justify-content: flex-end;
  }
}

.page-list-modal__broken-links-note {
  font-size: 0.8rem;
  color: rgba(30, 30, 30, 0.6);
  font-style: italic;
  margin-top: 0.5rem;
}

.page-list-modal__long-sentences {
  margin-top: 0.75rem;
  padding: 0.75rem;
  background: rgba(245, 158, 11, 0.05);
  border: 1px solid rgba(245, 158, 11, 0.2);
  border-radius: 6px;
  grid-column: 2;
  width: 100%;
}

.page-list-modal__long-sentences-title {
  font-size: 0.75rem;
  font-weight: 600;
  color: #F59E0B;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.75rem;
}

.page-list-modal__long-sentences-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.page-list-modal__long-sentence-item {
  padding: 0.75rem;
  background: #ffffff;
  border-radius: 6px;
  border-left: 3px solid #F59E0B;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.page-list-modal__long-sentence-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(245, 158, 11, 0.2);
}

.page-list-modal__long-sentence-number {
  font-size: 0.75rem;
  font-weight: 600;
  color: #F59E0B;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.page-list-modal__long-sentence-count {
  font-size: 0.75rem;
  font-weight: 600;
  color: #D91A24;
  font-family: monospace;
}

.page-list-modal__long-sentence-text {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #1E1E1E;
  background: rgba(245, 158, 11, 0.03);
  padding: 0.75rem;
  border-radius: 4px;
  border: 1px solid rgba(245, 158, 11, 0.1);
}

.page-list-detail-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.page-list-tooltip-trigger {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-left: 0.5rem;
  cursor: help;
  opacity: 1 !important;
  z-index: 1;
}

.page-list-tooltip-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.1rem;
  height: 1.1rem;
  font-size: 0.875rem;
  background: rgba(30, 30, 30, 0.1);
  border-radius: 50%;
  color: rgba(30, 30, 30, 0.6);
  transition: all 0.2s ease;
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-variation-settings: 'FILL' 0, 'wght' 100, 'GRAD' 0, 'opsz' 20;
}

.page-list-tooltip-trigger:hover .page-list-tooltip-icon {
  background: #D91A24;
  color: #FFFFFF;
}

.page-list-tooltip {
  display: none;
  position: fixed;
  z-index: 99999;
  pointer-events: none;
  max-width: 300px;
  animation: tooltipFadeIn 0.2s ease;
  opacity: 1 !important;
}

@keyframes tooltipFadeIn {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.page-list-tooltip-content {
  display: block;
  padding: 0.75rem 1rem;
  background: rgba(15, 29, 69, 0.95);
  color: #FFFFFF;
  border-radius: 8px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  text-transform: none;
  box-shadow: 0 8px 16px -4px rgba(0, 0, 0, 0.3), 0 4px 8px -2px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

@supports (backdrop-filter: blur(8px)) or (-webkit-backdrop-filter: blur(8px)) {
  .page-list-tooltip-content {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
  }
}

.page-list-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem 2rem;
  text-align: center;
}

.page-list-loading--hidden {
  display: none;
}

.page-list-loading-bar {
  width: 100%;
  max-width: 400px;
  height: 8px;
  background: #F8F8F8;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 1.5rem;
  position: relative;
}

.page-list-loading-progress {
  height: 100%;
  background: linear-gradient(90deg, #D91A24, #2563EB);
  border-radius: 4px;
  animation: page-list-loading 1.5s ease-in-out infinite;
  width: 30%;
  position: absolute;
  left: 0;
  top: 0;
}

.page-list-loading-text {
  color: rgba(30, 30, 30, 0.7);
  font-size: 0.9rem;
  margin: 0;
}

@keyframes page-list-loading {
  0% {
    left: -30%;
    width: 30%;
  }
  50% {
    left: 100%;
    width: 30%;
  }
  100% {
    left: 100%;
    width: 30%;
  }
}

.page-list-empty {
  text-align: center;
  padding: 4rem 2rem;
  background: #F8F8F8;
  border-radius: 12px;
  border: 2px dashed rgba(0, 0, 0, 0.1);
}

.page-list-empty__icon {
  font-size: 4rem;
  margin-bottom: 1rem;
  opacity: 0.5;
}

.page-list-empty__title {
  font-size: 24px;
  font-weight: 600;
  color: #0F1D45;
  margin: 0 0 0.5rem 0;
}

.page-list-empty__text {
  color: rgba(30, 30, 30, 0.7);
  margin: 0;
  font-size: 0.9rem;
}

.page-list-summary__stat-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.page-list-fix-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  padding: 0.375rem 0.625rem;
  background: linear-gradient(135deg, #D91A24 0%, #2563EB 100%);
  color: #FFFFFF;
  border: none;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.page-list-fix-button:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.page-list-fix-button:active:not(:disabled) {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.page-list-fix-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.page-list-fix-button--loading {
  pointer-events: none;
}

.page-list-fix-button__icon {
  font-size: 0.875rem;
  transition: transform 0.2s ease;
}

.page-list-fix-button__icon--spinning {
  animation: spin 1s linear infinite;
}

.page-list-fix-button__text {
  font-weight: 600;
}

.page-list-rescan-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: #ffffff;
  color: #1E1E1E;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: inherit;
}

.page-list-rescan-button:hover:not(:disabled) {
  background: #F8F8F8;
  border-color: #2563EB;
  color: #0F1D45;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.page-list-rescan-button:active:not(:disabled) {
  transform: translateY(0);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.page-list-rescan-button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.page-list-rescan-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.page-list-rescan-button__icon {
  font-size: 1rem;
  transition: transform 0.2s ease;
}

.page-list-rescan-button__icon--spinning {
  animation: spin 1s linear infinite;
}

.page-list-rescan-button__text {
  font-weight: 500;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.page-list-fix-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem 2rem;
  text-align: center;
}

.page-list-fix-loading__spinner {
  width: 64px;
  height: 64px;
  margin-bottom: 1.5rem;
  position: relative;
}

.page-list-fix-loading__spinner-circle {
  width: 100%;
  height: 100%;
  border: 4px solid rgba(217, 26, 36, 0.2);
  border-top-color: #D91A24;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.page-list-fix-loading__title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #0F1D45;
  margin: 0 0 0.5rem 0;
}

.page-list-fix-loading__subtitle {
  font-size: 0.875rem;
  color: rgba(30, 30, 30, 0.7);
  margin: 1rem 0 0 0;
}

.page-list-fix-loading__progress {
  width: 100%;
  max-width: 300px;
  height: 8px;
  background: #F8F8F8;
  border-radius: 4px;
  overflow: hidden;
  margin: 1rem 0 0.5rem;
}

.page-list-fix-loading__progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #D91A24, #2563EB);
  border-radius: 4px;
  transition: width 0.3s ease;
}

.page-list-fix-loading__progress-text {
  font-size: 0.75rem;
  color: rgba(30, 30, 30, 0.6);
  font-weight: 500;
}

.page-list-fix-result-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: #F8F8F8;
  border-radius: 12px;
}

@media (max-width: 768px) {
  .page-list-fix-result-summary {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    padding: 1rem;
  }
}

@media (max-width: 480px) {
  .page-list-fix-result-summary {
    padding: 0.75rem;
    gap: 0.5rem;
  }
}

.page-list-fix-result-summary__stat {
  text-align: center;
  padding: 1rem;
  background: #ffffff;
  border-radius: 8px;
  border: 2px solid rgba(0, 0, 0, 0.1);
}

.page-list-fix-result-summary__stat--success {
  border-color: #4CAF50;
  background: rgba(76, 175, 80, 0.05);
}

.page-list-fix-result-summary__stat--warning {
  border-color: #F59E0B;
  background: rgba(245, 158, 11, 0.05);
}

.page-list-fix-result-summary__value {
  font-size: 2rem;
  font-weight: 700;
  color: #0F1D45;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}

.page-list-fix-result-summary__label {
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(30, 30, 30, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.page-list-fix-result-summary__rate {
  font-size: 0.625rem;
  color: #4CAF50;
  font-weight: 600;
  margin-top: 0.25rem;
}

.page-list-fix-result-changes {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.page-list-fix-result-item {
  padding: 1.25rem;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  transition: all 0.2s ease;
}

.page-list-fix-result-item:hover {
  border-color: #D91A24;
  box-shadow: 0 2px 8px rgba(217, 26, 36, 0.1);
}

.page-list-fix-result-item--skipped {
  border-color: #FFC107;
  background: rgba(255, 193, 7, 0.05);
}

.page-list-fix-result-item--skipped:hover {
  border-color: #d39e00;
}

.page-list-fix-result-item--removed {
  opacity: 0.7;
  border-color: #4CAF50;
  background: rgba(76, 175, 80, 0.05);
}

.page-list-fix-result-item__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  gap: 1rem;
}

.page-list-fix-result-item__file {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex: 1;
  min-width: 0;
}

.page-list-fix-result-item__file-icon {
  font-size: 1.125rem;
  color: rgba(30, 30, 30, 0.5);
  flex-shrink: 0;
}

.page-list-fix-result-item__file-path {
  font-family: 'Courier New', monospace;
  font-size: 0.875rem;
  color: #0F1D45;
  word-break: break-all;
}

.page-list-fix-result-item__line {
  padding: 0.125rem 0.5rem;
  background: #F8F8F8;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(30, 30, 30, 0.7);
  white-space: nowrap;
  flex-shrink: 0;
}

.page-list-fix-result-item__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.375rem 0.75rem;
  background: #4CAF50;
  color: #FFFFFF;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 600;
  white-space: nowrap;
}

.page-list-fix-result-item__badge--success {
  background: #4CAF50;
}

.page-list-fix-result-item__badge--warning {
  background: #FFC107;
  color: #FFFFFF;
}

.page-list-fix-result-item__badge .material-symbols-outlined {
  font-size: 0.875rem;
}

.page-list-fix-result-item__change {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background: #F8F8F8;
  border-radius: 8px;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
}

@media (max-width: 480px) {
  .page-list-fix-result-item__change {
    flex-direction: column;
    align-items: flex-start;
  }
}

.page-list-fix-result-item__change-old, .page-list-fix-result-item__change-new {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  flex: 1;
  min-width: 0;
}

.page-list-fix-result-item__change-label {
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(30, 30, 30, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.page-list-fix-result-item__change-url {
  font-family: 'Courier New', monospace;
  font-size: 0.875rem;
  padding: 0.5rem;
  background: #ffffff;
  border-radius: 4px;
  word-break: break-all;
}

.page-list-fix-result-item__change-old .page-list-fix-result-item__change-url {
  color: #D91A24;
  text-decoration: line-through;
}

.page-list-fix-result-item__change-new .page-list-fix-result-item__change-url {
  color: #4CAF50;
}

.page-list-fix-result-item__arrow {
  font-size: 1.5rem;
  color: rgba(30, 30, 30, 0.4);
  flex-shrink: 0;
}

@media (max-width: 480px) {
  .page-list-fix-result-item__arrow {
    transform: rotate(90deg);
  }
}

.page-list-fix-result-item__reason {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: rgba(30, 30, 30, 0.7);
}

.page-list-fix-result-item__reason-icon {
  font-size: 1rem;
  color: #F59E0B;
  flex-shrink: 0;
}

.page-list-fix-result-item__reason-text {
  font-style: italic;
}

.page-list-fix-result-item__actions {
  display: flex;
  gap: 0.75rem;
  justify-content: flex-end;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.page-list-fix-result-item__remove-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 1rem;
  background: #FFC107;
  color: #FFFFFF;
  border: none;
  border-radius: 6px;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.page-list-fix-result-item__remove-btn .material-symbols-outlined {
  font-size: 1rem;
}

.page-list-fix-result-item__remove-btn:hover:not(:disabled) {
  background: #edb100;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(255, 193, 7, 0.3);
}

.page-list-fix-result-item__remove-btn:active:not(:disabled) {
  transform: translateY(0);
}

.page-list-fix-result-item__remove-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.page-list-fix-result-item__remove-btn--loading {
  pointer-events: none;
}

.page-list-fix-result-note {
  padding: 0.875rem 1rem;
  background: rgba(255, 193, 7, 0.1);
  border-left: 3px solid #FFC107;
  border-radius: 4px;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  color: rgba(30, 30, 30, 0.8);
  line-height: 1.5;
}

.page-list-fix-result-files {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.page-list-fix-result-files__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  font-size: 0.875rem;
}

.page-list-fix-result-files__item .material-symbols-outlined {
  font-size: 1.125rem;
  color: rgba(30, 30, 30, 0.5);
  flex-shrink: 0;
}

.page-list-fix-result-files__item code {
  font-family: 'Courier New', monospace;
  color: #0F1D45;
  word-break: break-all;
}

.page-list-fix-result-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  text-align: center;
  color: rgba(30, 30, 30, 0.6);
}

.page-list-fix-result-empty .material-symbols-outlined {
  font-size: 3rem;
  margin-bottom: 0.5rem;
  opacity: 0.4;
}

.page-list-fix-result-empty p {
  margin: 0;
  font-size: 0.875rem;
}

.page-list-modal__content--small {
  max-width: 500px;
}

.page-list-modal__content--large {
  max-width: 1000px;
}

.page-list-modal__content--centered {
  max-width: 500px;
}

.page-list-modal--closing {
  animation: fadeOut 0.3s ease forwards;
}

.page-list-modal__header-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(217, 26, 36, 0.1);
  border-radius: 50%;
  margin-bottom: 1rem;
}

.page-list-modal__header-icon .material-symbols-outlined {
  font-size: 1.5rem;
  color: #D91A24;
}

.page-list-modal__header-icon--warning {
  background: rgba(245, 158, 11, 0.1);
}

.page-list-modal__header-icon--warning .material-symbols-outlined {
  color: #F59E0B;
}

.page-list-modal__subtitle {
  font-size: 0.875rem;
  color: rgba(30, 30, 30, 0.7);
  margin: 0;
}

.page-list-modal__section-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: #0F1D45;
  margin: 0 0 0.75rem 0;
}

.page-list-modal__section-title .material-symbols-outlined {
  font-size: 1.125rem;
  color: rgba(30, 30, 30, 0.5);
}

.page-list-modal__section-count {
  margin-left: auto;
  padding: 0.125rem 0.5rem;
  background: #F8F8F8;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(30, 30, 30, 0.7);
}

.page-list-modal__actions {
  display: flex;
  gap: 0.75rem;
  justify-content: flex-end;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 480px) {
  .page-list-modal__actions {
    flex-direction: column-reverse;
  }
  .page-list-modal__actions button {
    width: 100%;
  }
}

.page-list-modal__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.page-list-modal__button .material-symbols-outlined {
  font-size: 1.125rem;
}

.page-list-modal__button--primary {
  background: #D91A24;
  color: #FFFFFF;
}

.page-list-modal__button--primary:hover {
  background: #e52731;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(217, 26, 36, 0.3);
}

.page-list-modal__button--primary:active {
  transform: translateY(0);
}

.page-list-modal__button--secondary {
  background: #F8F8F8;
  color: #0F1D45;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.page-list-modal__button--secondary:hover {
  background: #f3f3f3;
  border-color: #D91A24;
  color: #D91A24;
}

.page-list-confirm-message {
  white-space: pre-line;
  line-height: 1.6;
  color: #1E1E1E;
  margin-bottom: 1.5rem;
}

.page-list-toast {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 10001;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.2), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  min-width: 300px;
  max-width: 500px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
}

.page-list-toast--show {
  opacity: 1;
  transform: translateY(0);
}

.page-list-toast--success {
  border-left: 4px solid #4CAF50;
}

.page-list-toast--success .page-list-toast__icon {
  color: #4CAF50;
}

.page-list-toast--error {
  border-left: 4px solid #D91A24;
}

.page-list-toast--error .page-list-toast__icon {
  color: #D91A24;
}

.page-list-toast--info {
  border-left: 4px solid #2563EB;
}

.page-list-toast--info .page-list-toast__icon {
  color: #2563EB;
}

.page-list-toast__icon {
  font-size: 1.5rem;
  flex-shrink: 0;
}

.page-list-toast__message {
  flex: 1;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #1E1E1E;
}

.page-list-toast__close {
  background: none;
  border: none;
  padding: 0.25rem;
  cursor: pointer;
  color: rgba(30, 30, 30, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.page-list-toast__close:hover {
  background: #F8F8F8;
  color: #1E1E1E;
}

.page-list-toast__close .material-symbols-outlined {
  font-size: 1.125rem;
}

@media (max-width: 480px) {
  .page-list-toast {
    right: 1rem;
    left: 1rem;
    min-width: auto;
    max-width: none;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.page-list-error {
  padding: 2rem;
  background: rgba(217, 26, 36, 0.1);
  border: 1px solid rgba(217, 26, 36, 0.3);
  border-radius: 5px;
  color: #D91A24;
  text-align: center;
}

.page-list-error p {
  margin: 0.5rem 0;
}

.page-list-error p:first-child {
  font-weight: 600;
}

.page-list-keyword-research {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 1rem;
}

.page-list-keyword-research__competitor-section {
  padding: 1rem;
  background: rgba(37, 99, 235, 0.03);
  border-radius: 12px;
  border: 1px solid rgba(37, 99, 235, 0.1);
}

.page-list-keyword-research__header {
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
}

.page-list-keyword-research__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0F1D45;
  margin: 0 0 0.5rem 0;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.page-list-keyword-research__title::before {
  content: '';
  width: 4px;
  height: 1.5rem;
  background: linear-gradient(180deg, #2563EB 0%, #134cca 100%);
  border-radius: 2px;
}

.page-list-keyword-research__description {
  color: rgba(30, 30, 30, 0.75);
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.7;
  font-weight: 400;
}

.page-list-keyword-research__loading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 3rem 2rem;
  color: rgba(30, 30, 30, 0.7);
  font-size: 0.9375rem;
}

.page-list-keyword-research__loading .material-symbols-outlined {
  animation: spin 1s linear infinite;
  font-size: 1.25rem;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.page-list-keyword-research__site-metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: rgba(37, 99, 235, 0.03);
  border-radius: 12px;
  border: 1px solid rgba(37, 99, 235, 0.1);
}

.page-list-keyword-research__metric {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.page-list-keyword-research__metric-label {
  font-size: 0.8125rem;
  font-weight: 500;
  color: rgba(30, 30, 30, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.page-list-keyword-research__metric-value {
  font-size: 1.75rem;
  font-weight: 700;
  color: #0F1D45;
  line-height: 1.2;
}

.page-list-keyword-research__recommendations {
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.page-list-keyword-research__recommendations-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #0F1D45;
  margin: 0 0 1rem 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.page-list-keyword-research__recommendations-title::before {
  content: '💡';
  font-size: 1.25rem;
}

.page-list-keyword-research__recommendations-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.page-list-keyword-research__recommendation {
  padding: 1rem;
  border-radius: 8px;
  font-size: 0.9375rem;
  line-height: 1.6;
  border-left: 4px solid;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.page-list-keyword-research__recommendation::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-top: 0.5rem;
  flex-shrink: 0;
}

.page-list-keyword-research__recommendation--error {
  background: rgba(220, 38, 38, 0.08);
  border-left-color: #dc2626;
  color: #991b1b;
}

.page-list-keyword-research__recommendation--error::before {
  background: #dc2626;
}

.page-list-keyword-research__recommendation--warning {
  background: rgba(245, 158, 11, 0.08);
  border-left-color: #f59e0b;
  color: #92400e;
}

.page-list-keyword-research__recommendation--warning::before {
  background: #f59e0b;
}

.page-list-keyword-research__recommendation--info {
  background: rgba(59, 130, 246, 0.08);
  border-left-color: #3b82f6;
  color: #1e40af;
}

.page-list-keyword-research__recommendation--info::before {
  background: #3b82f6;
}

.page-list-keyword-research__recommendation--success {
  background: rgba(16, 185, 129, 0.08);
  border-left-color: #10b981;
  color: #065f46;
}

.page-list-keyword-research__recommendation--success::before {
  background: #10b981;
}

.page-list-keyword-research__keywords-controls {
  display: flex;
  gap: 1rem;
  margin: 1.5rem 0;
  padding: 1rem;
  background: rgba(37, 99, 235, 0.03);
  border-radius: 12px;
  border: 1px solid rgba(37, 99, 235, 0.1);
  flex-wrap: wrap;
  align-items: center;
}

@media (max-width: 768px) {
  .page-list-keyword-research__keywords-controls {
    flex-direction: column;
    align-items: stretch;
  }
}

.page-list-keyword-research__filter-group, .page-list-keyword-research__sort-group {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex: 1;
  min-width: 200px;
}

@media (max-width: 768px) {
  .page-list-keyword-research__filter-group, .page-list-keyword-research__sort-group {
    flex: 1 1 100%;
  }
}

.page-list-keyword-research__filter-label, .page-list-keyword-research__sort-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(30, 30, 30, 0.8);
  white-space: nowrap;
}

.page-list-keyword-research__filter-select, .page-list-keyword-research__sort-select {
  flex: 1;
  padding: 0.625rem 1rem;
  border: 2px solid rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  font-size: 0.9375rem;
  font-family: inherit;
  background: #ffffff;
  color: #1E1E1E;
  cursor: pointer;
  transition: all 0.2s ease;
}

.page-list-keyword-research__filter-select:focus, .page-list-keyword-research__sort-select:focus {
  outline: none;
  border-color: #2563EB;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.page-list-keyword-research__filter-select:hover, .page-list-keyword-research__sort-select:hover {
  border-color: rgba(37, 99, 235, 0.7);
}

.page-list-keyword-research__keywords-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .page-list-keyword-research__keywords-columns {
    grid-template-columns: 1fr;
  }
}

.page-list-keyword-research__keyword-column {
  display: flex;
  flex-direction: column;
  max-height: 500px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  background: #ffffff;
  overflow: hidden;
}

.page-list-keyword-research__keyword-column-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: #0F1D45;
  margin: 0;
  padding: 0.75rem 1rem;
  background: rgba(37, 99, 235, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.page-list-keyword-research__keyword-column-title .material-symbols-outlined {
  font-size: 1.125rem;
  color: #2563EB;
}

.page-list-keyword-research__keywords-list {
  list-style: none;
  padding: 0.5rem;
  margin: 0;
  overflow-y: auto;
  flex: 1;
}

@supports (scrollbar-width: thin) {
  .page-list-keyword-research__keywords-list {
    scrollbar-width: thin;
    scrollbar-color: rgba(30, 30, 30, 0.2) transparent;
  }
}

.page-list-keyword-research__keywords-list::-webkit-scrollbar {
  width: 6px;
}

.page-list-keyword-research__keywords-list::-webkit-scrollbar-track {
  background: transparent;
}

.page-list-keyword-research__keywords-list::-webkit-scrollbar-thumb {
  background-color: rgba(30, 30, 30, 0.2);
  border-radius: 3px;
}

.page-list-keyword-research__keywords-list::-webkit-scrollbar-thumb:hover {
  background-color: rgba(30, 30, 30, 0.4);
}

.page-list-keyword-research__keyword-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  border-radius: 4px;
  transition: background-color 0.15s ease;
}

.page-list-keyword-research__keyword-item:hover {
  background: rgba(37, 99, 235, 0.05);
}

.page-list-keyword-research__keyword-text {
  font-size: 0.875rem;
  font-weight: 500;
  color: #1E1E1E;
  line-height: 1.4;
  word-break: break-word;
  flex: 1;
}

.page-list-keyword-research__keyword-meta {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  flex-shrink: 0;
}

.page-list-keyword-research__keyword-frequency, .page-list-keyword-research__keyword-pages {
  font-size: 0.75rem;
  color: rgba(30, 30, 30, 0.6);
  font-weight: 500;
}

.page-list-keyword-research__competitors {
  margin-bottom: 2rem;
}

.page-list-keyword-research__add-competitor {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  background: rgba(37, 99, 235, 0.03);
  border-radius: 12px;
  border: 1px solid rgba(37, 99, 235, 0.1);
}

@media (max-width: 768px) {
  .page-list-keyword-research__add-competitor {
    flex-direction: column;
  }
}

.page-list-keyword-research__url-input {
  flex: 1;
  padding: 0.875rem 1.25rem;
  border: 2px solid rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  font-size: 0.9375rem;
  font-family: inherit;
  background: #ffffff;
  transition: all 0.2s ease;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.page-list-keyword-research__url-input:focus {
  outline: none;
  border-color: #2563EB;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}

.page-list-keyword-research__url-input::placeholder {
  color: rgba(30, 30, 30, 0.5);
}

.page-list-keyword-research__add-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.875rem 1.75rem;
  background: linear-gradient(135deg, #2563EB 0%, #1555e2 100%);
  color: #ffffff;
  border: none;
  border-radius: 10px;
  font-size: 0.9375rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
  box-shadow: 0 2px 4px 0 rgba(37, 99, 235, 0.3);
}

.page-list-keyword-research__add-btn:hover {
  background: linear-gradient(135deg, #1555e2 0%, #134cca 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px 0 rgba(37, 99, 235, 0.4);
}

.page-list-keyword-research__add-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px 0 rgba(37, 99, 235, 0.3);
}

.page-list-keyword-research__add-btn:focus {
  outline: 2px solid #2563EB;
  outline-offset: 2px;
}

.page-list-keyword-research__add-btn .material-symbols-outlined {
  font-size: 1.125rem;
}

.page-list-keyword-research__competitor-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.page-list-keyword-research__empty {
  color: rgba(30, 30, 30, 0.6);
  font-style: italic;
  padding: 1rem;
  text-align: center;
}

.page-list-keyword-research__competitor-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  transition: all 0.2s ease;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}

.page-list-keyword-research__competitor-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #2563EB 0%, #5484ef 100%);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.3s ease;
}

.page-list-keyword-research__competitor-item--loading {
  opacity: 0.7;
  pointer-events: none;
}

.page-list-keyword-research__competitor-item:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transform: translateX(4px);
  border-color: rgba(37, 99, 235, 0.5);
}

.page-list-keyword-research__competitor-item:hover::before {
  transform: scaleY(1);
}

.page-list-keyword-research__competitor-url {
  flex: 1;
  font-size: 0.9375rem;
  color: #1E1E1E;
  word-break: break-all;
  font-weight: 500;
  font-family: 'Courier New', monospace;
}

.page-list-keyword-research__competitor-status {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  border-radius: 8px;
  font-size: 0.8125rem;
  font-weight: 500;
  background: rgba(30, 30, 30, 0.05);
  color: rgba(30, 30, 30, 0.7);
}

.page-list-keyword-research__competitor-status--success {
  background: rgba(16, 185, 129, 0.15);
  color: #065f46;
}

.page-list-keyword-research__competitor-status--error {
  background: rgba(217, 26, 36, 0.15);
  color: #951219;
}

.page-list-keyword-research__competitor-status .material-symbols-outlined {
  font-size: 1rem;
}

.page-list-keyword-research__competitor-remove {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 0.5rem;
  cursor: pointer;
  color: rgba(30, 30, 30, 0.6);
  border-radius: 8px;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}

.page-list-keyword-research__competitor-remove:hover {
  background: rgba(220, 38, 38, 0.1);
  border-color: rgba(220, 38, 38, 0.3);
  color: #dc2626;
  transform: scale(1.1);
}

.page-list-keyword-research__competitor-remove:active {
  transform: scale(0.95);
}

.page-list-keyword-research__competitor-remove:focus {
  outline: 2px solid #dc2626;
  outline-offset: 2px;
}

.page-list-keyword-research__competitor-remove .material-symbols-outlined {
  font-size: 1.125rem;
}

.page-list-keyword-research__results {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 2px solid rgba(0, 0, 0, 0.3);
}

.page-list-keyword-research__results-title {
  font-size: 1.375rem;
  font-weight: 700;
  color: #0F1D45;
  margin: 0 0 1.5rem 0;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.page-list-keyword-research__results-title::before {
  content: '🎯';
  font-size: 1.5rem;
}

.page-list-keyword-research__comparison {
  margin-top: 1rem;
}

.page-list-keyword-research__opportunities {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  border-radius: 16px;
  padding: 2rem;
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.page-list-keyword-research__opportunities-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0F1D45;
  margin: 0 0 0.75rem 0;
  letter-spacing: -0.02em;
}

.page-list-keyword-research__opportunities-count {
  color: rgba(30, 30, 30, 0.75);
  font-size: 0.9375rem;
  margin: 0 0 1.5rem 0;
  font-weight: 500;
}

.page-list-keyword-research__opportunities-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-height: 600px;
  overflow-y: auto;
  padding-right: 0.5rem;
}

@supports (scrollbar-width: thin) {
  .page-list-keyword-research__opportunities-list {
    scrollbar-width: thin;
    scrollbar-color: rgba(30, 30, 30, 0.2) transparent;
  }
}

.page-list-keyword-research__opportunities-list::-webkit-scrollbar {
  width: 6px;
}

.page-list-keyword-research__opportunities-list::-webkit-scrollbar-track {
  background: transparent;
}

.page-list-keyword-research__opportunities-list::-webkit-scrollbar-thumb {
  background-color: rgba(30, 30, 30, 0.2);
  border-radius: 3px;
  transition: background-color 0.2s ease;
}

.page-list-keyword-research__opportunities-list::-webkit-scrollbar-thumb:hover {
  background-color: rgba(30, 30, 30, 0.4);
}

.page-list-keyword-research__opportunity-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-left: 4px solid #2563EB;
  transition: all 0.2s ease;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}

.page-list-keyword-research__opportunity-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #2563EB 0%, #5484ef 100%);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.3s ease;
}

.page-list-keyword-research__opportunity-item:hover {
  background: rgba(37, 99, 235, 0.03);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transform: translateX(4px);
  border-color: rgba(37, 99, 235, 0.5);
}

.page-list-keyword-research__opportunity-item:hover::before {
  transform: scaleY(1);
}

.page-list-keyword-research__opportunity-keyword {
  flex: 1;
  font-weight: 600;
  color: #0F1D45;
  font-size: 1rem;
  line-height: 1.5;
}

.page-list-keyword-research__opportunity-count {
  font-size: 0.875rem;
  color: rgba(30, 30, 30, 0.7);
  white-space: nowrap;
  padding: 0.375rem 0.75rem;
  background: rgba(37, 99, 235, 0.1);
  border-radius: 6px;
  font-weight: 500;
}

.page-list-keyword-research__opportunity-remove {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 0.5rem;
  cursor: pointer;
  color: rgba(30, 30, 30, 0.6);
  border-radius: 8px;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}

.page-list-keyword-research__opportunity-remove .material-symbols-outlined {
  font-size: 1.125rem;
}

.page-list-keyword-research__opportunity-remove:hover {
  background: rgba(220, 38, 38, 0.1);
  border-color: rgba(220, 38, 38, 0.3);
  color: #dc2626;
  transform: scale(1.1);
}

.page-list-keyword-research__opportunity-remove:active {
  transform: scale(0.95);
}

.page-list-keyword-research__opportunity-remove:focus {
  outline: 2px solid #dc2626;
  outline-offset: 2px;
}

.page-list-keyword-research__empty {
  color: rgba(30, 30, 30, 0.6);
  font-style: italic;
  padding: 3rem 2rem;
  text-align: center;
  font-size: 0.9375rem;
  background: rgba(30, 30, 30, 0.02);
  border-radius: 12px;
  border: 2px dashed rgba(0, 0, 0, 0.5);
}

.page-list-link-map {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.page-list-link-map__controls {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.page-list-link-map__control-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: #F8F8F8;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #1E1E1E;
  cursor: pointer;
  transition: all 0.2s ease;
}

.page-list-link-map__control-btn:hover {
  background: rgba(37, 99, 235, 0.05);
  border-color: #2563EB;
}

.page-list-link-map__control-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.page-list-link-map__control-btn--active {
  background: #2563EB;
  color: #ffffff;
  border-color: #2563EB;
  font-weight: 600;
}

.page-list-link-map__control-btn--active:hover {
  background: #1555e2;
  border-color: #1555e2;
}

.page-list-link-map__control-btn .material-symbols-outlined {
  font-size: 1.125rem;
}

.page-list-link-map__view-group {
  display: flex;
  gap: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  background: #F8F8F8;
}

.page-list-link-map__view-group .page-list-link-map__control-btn {
  border-radius: 0;
  border: none;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  background: transparent;
  margin: 0;
}

.page-list-link-map__view-group .page-list-link-map__control-btn:last-child {
  border-right: none;
}

.page-list-link-map__view-group .page-list-link-map__control-btn:hover {
  background: rgba(37, 99, 235, 0.05);
}

.page-list-link-map__view-group .page-list-link-map__control-btn--active {
  background: #2563EB;
  color: #ffffff;
  border-color: #2563EB;
}

.page-list-link-map__view-group .page-list-link-map__control-btn--active:hover {
  background: #1555e2;
}

.page-list-link-map__search {
  flex: 1;
  min-width: 200px;
}

.page-list-link-map__search-input {
  width: 100%;
  padding: 0.5rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  font-size: 0.875rem;
  font-family: inherit;
  color: #1E1E1E;
  background: #ffffff;
}

.page-list-link-map__search-input:focus {
  outline: none;
  border-color: #2563EB;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.page-list-link-map__canvas-wrapper {
  position: relative;
  width: 100%;
  min-height: 600px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

.page-list-link-map__svg {
  width: 100%;
  height: 100%;
  display: block;
  cursor: grab;
}

.page-list-link-map__svg:active {
  cursor: grabbing;
}

.page-list-link-map__links .page-list-link-map__link {
  stroke: #999;
  stroke-width: 1;
  fill: none;
  pointer-events: none;
}

.page-list-link-map__nodes .page-list-link-map__node {
  cursor: pointer;
  transition: all 0.3s ease;
}

.page-list-link-map__nodes .page-list-link-map__node:focus {
  outline: 2px solid #2563EB;
  outline-offset: 2px;
}

.page-list-link-map__nodes .page-list-link-map__node:hover {
  filter: brightness(1.1);
}

.page-list-link-map__nodes .page-list-link-map__node--focused {
  filter: drop-shadow(0 0 8px rgba(74, 144, 226, 0.6));
  animation: pulse-focus 2s ease-in-out infinite;
}

.page-list-link-map__nodes .page-list-link-map__node--connected {
  filter: drop-shadow(0 0 4px rgba(74, 144, 226, 0.4));
}

.page-list-link-map__nodes .page-list-link-map__node--unconnected {
  opacity: 0.3;
  filter: blur(2px);
}

@keyframes pulse-focus {
  0%, 100% {
    filter: drop-shadow(0 0 8px rgba(74, 144, 226, 0.6));
  }
  50% {
    filter: drop-shadow(0 0 12px rgba(74, 144, 226, 0.8));
  }
}

.page-list-link-map__labels {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}

.page-list-link-map__labels .page-list-link-map__label {
  font-family: sans-serif;
  font-size: 12px;
  font-weight: bold;
  fill: #333;
  pointer-events: none;
}

.page-list-link-map__tooltip {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  background: rgba(0, 0, 0, 0.9);
  color: #ffffff;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  font-size: 0.875rem;
  line-height: 1.5;
  z-index: 1000;
  max-width: 300px;
  box-shadow: 0 15px 35px rgba(30, 30, 30, 0.2);
  transition: opacity 0.2s ease;
}

.page-list-link-map__tooltip-content strong {
  display: block;
  margin-bottom: 0.25rem;
  font-weight: 600;
}

.page-list-link-map__tooltip-url {
  display: block;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0.5rem;
  word-break: break-all;
}

.page-list-link-map__tooltip-stats {
  display: block;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
}

.page-list-link-map__heatmap-legend {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 0.75rem 1rem;
  z-index: 100;
  box-shadow: 0 10px 30px rgba(30, 30, 30, 0.2);
  min-width: 140px;
}

@supports (backdrop-filter: blur(4px)) {
  .page-list-link-map__heatmap-legend {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
  }
}

.page-list-link-map__heatmap-legend-title {
  font-size: 0.75rem;
  font-weight: 600;
  color: #1E1E1E;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.page-list-link-map__heatmap-legend-scale {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.page-list-link-map__heatmap-legend-gradient {
  width: 100%;
  height: 12px;
  border-radius: 6px;
  background: linear-gradient(to right, #003296 0%, #00c8ff 20%, #c8ff00 40%, #ff9b00 60%, #ff3700 80%, red 100%);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.page-list-link-map__heatmap-legend-labels {
  display: flex;
  justify-content: space-between;
  font-size: 0.6875rem;
  color: #6B6B6B;
  font-weight: 500;
}

.page-list-link-map__focused-panel {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.99), rgba(255, 255, 255, 0.97));
  border: 1px solid rgba(0, 0, 0, 0.8);
  border-radius: 16px;
  padding: 1.25rem;
  z-index: 200;
  box-shadow: 0 15px 35px rgba(30, 30, 30, 0.2);
  min-width: 300px;
  max-width: 420px;
  max-height: calc(100% - 2rem);
  overflow-y: auto;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08);
}

@supports (backdrop-filter: blur(12px)) or (-webkit-backdrop-filter: blur(12px)) {
  .page-list-link-map__focused-panel {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
  }
}

.page-list-link-map__focused-panel::-webkit-scrollbar {
  width: 6px;
}

.page-list-link-map__focused-panel::-webkit-scrollbar-track {
  background: rgba(30, 30, 30, 0.05);
  border-radius: 3px;
}

.page-list-link-map__focused-panel::-webkit-scrollbar-thumb {
  background: rgba(30, 30, 30, 0.2);
  border-radius: 3px;
}

.page-list-link-map__focused-panel::-webkit-scrollbar-thumb:hover {
  background: rgba(30, 30, 30, 0.3);
}

.page-list-link-map__focused-panel-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid rgba(37, 99, 235, 0.15);
  position: relative;
}

.page-list-link-map__focused-panel-header::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 60px;
  height: 2px;
  background: #2563EB;
  border-radius: 2px;
}

.page-list-link-map__focused-panel-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1E1E1E;
  margin: 0;
  flex: 1;
  line-height: 1.5;
  padding-right: 0.75rem;
  letter-spacing: -0.01em;
}

.page-list-link-map__focused-panel-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  background: rgba(30, 30, 30, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  cursor: pointer;
  color: #6B6B6B;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.page-list-link-map__focused-panel-close:hover {
  background: rgba(30, 30, 30, 0.1);
  border-color: rgba(30, 30, 30, 0.2);
  color: #1E1E1E;
  transform: scale(1.05);
}

.page-list-link-map__focused-panel-close:active {
  transform: scale(0.95);
}

.page-list-link-map__focused-panel-close .material-symbols-outlined {
  font-size: 1.125rem;
}

.page-list-link-map__focused-panel-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.page-list-link-map__focused-detail {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease;
  padding-bottom: 0.5rem;
}

.page-list-link-map__focused-detail:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.page-list-link-map__focused-detail:hover {
  background: rgba(30, 30, 30, 0.04);
  border-color: rgba(37, 99, 235, 0.3);
}

.page-list-link-map__focused-detail-label {
  font-size: 0.6875rem;
  font-weight: 700;
  color: #6B6B6B;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 0.125rem;
  display: flex;
  align-items: center;
  gap: 0.375rem;
}

.page-list-link-map__focused-detail-value {
  font-size: 0.9375rem;
  color: #1E1E1E;
  line-height: 1.6;
  word-break: break-word;
  font-weight: 500;
}

.page-list-link-map__focused-detail-value a {
  color: #2563EB;
  text-decoration: none;
  transition: all 0.2s ease;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.125rem 0.25rem;
  margin: -0.125rem -0.25rem;
  border-radius: 4px;
}

.page-list-link-map__focused-detail-value a:hover {
  color: #134cca;
  background: rgba(37, 99, 235, 0.1);
  text-decoration: none;
}

.page-list-link-map__focused-detail-value a::after {
  content: 'open_in_new';
  font-family: 'Material Symbols Outlined';
  font-size: 0.875rem;
  opacity: 0.7;
  font-weight: normal;
}

.page-list-link-map__focused-topic {
  display: inline-flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin: 0.25rem 0.375rem 0.25rem 0;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.15), rgba(37, 99, 235, 0.08));
  color: #2563EB;
  border-radius: 6px;
  font-size: 0.8125rem;
  font-weight: 600;
  border: 1px solid rgba(37, 99, 235, 0.2);
  transition: all 0.2s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.page-list-link-map__focused-topic:hover {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.2), rgba(37, 99, 235, 0.12));
  border-color: rgba(37, 99, 235, 0.3);
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.page-list-link-map__legend {
  padding: 1rem;
  background: rgba(30, 30, 30, 0.02);
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 1rem;
}

.page-list-link-map__legend-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #1E1E1E;
  margin: 0 0 0.75rem 0;
}

.page-list-link-map__legend-items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
}

.page-list-link-map__legend-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  cursor: pointer;
  padding: 0.25rem 0.5rem;
  border-radius: 6px;
  transition: background-color 0.2s ease;
  -webkit-user-select: none;
  user-select: none;
}

.page-list-link-map__legend-item:hover {
  background-color: rgba(30, 30, 30, 0.05);
}

.page-list-link-map__legend-item:has(input:checked) .page-list-link-map__legend-label {
  font-weight: 600;
}

.page-list-link-map__legend-item:has(input:not(:checked)) {
  opacity: 0.5;
}

.page-list-link-map__legend-item:has(input:not(:checked)) .page-list-link-map__legend-color {
  opacity: 0.4;
}

.page-list-link-map__legend-checkbox {
  margin: 0;
  cursor: pointer;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.page-list-link-map__legend-color {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid rgba(30, 30, 30, 0.2);
  flex-shrink: 0;
}

.page-list-link-map__legend-label {
  color: #1E1E1E;
  font-weight: 500;
}

.page-list-link-map__legend-count {
  color: rgba(30, 30, 30, 0.6);
  font-size: 0.75rem;
}

.page-list-link-map__stats {
  display: flex;
  gap: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  flex-wrap: wrap;
}

.page-list-link-map__stat {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
}

.page-list-link-map__stat-label {
  color: rgba(30, 30, 30, 0.7);
  font-weight: 500;
}

.page-list-link-map__stat-value {
  color: #0F1D45;
  font-weight: 700;
}

.page-list-link-map__empty, .page-list-link-map__error {
  padding: 3rem 2rem;
  text-align: center;
  color: rgba(30, 30, 30, 0.6);
  font-style: italic;
  background: rgba(30, 30, 30, 0.02);
  border-radius: 12px;
  border: 2px dashed rgba(0, 0, 0, 0.5);
}

.page-list-link-map__error {
  color: #D91A24;
  font-style: normal;
}

.text-warning {
  color: #F59E0B;
}

.text-error {
  color: #D91A24;
}

.text-muted {
  color: rgba(30, 30, 30, 0.6);
}

.page-list-broken-items {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  max-width: 100%;
}

.page-list-broken-item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  background: rgba(217, 26, 36, 0.05);
  border: 1px solid rgba(217, 26, 36, 0.2);
  border-radius: 6px;
  transition: all 0.2s ease;
}

.page-list-broken-item:hover {
  background: rgba(217, 26, 36, 0.08);
  border-color: rgba(217, 26, 36, 0.3);
}

.page-list-broken-item__url {
  font-family: 'Courier New', 'Monaco', 'Menlo', monospace;
  font-size: 0.8125rem;
  color: #D91A24;
  word-break: break-all;
  line-height: 1.4;
  flex: 1;
  min-width: 0;
}

.page-list-broken-count {
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(30, 30, 30, 0.7);
  margin-top: 0.25rem;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  text-align: center;
}

.page-list-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.page-list-action-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  padding: 0.5rem 0.875rem;
  background: linear-gradient(135deg, #D91A24 0%, #c21720 100%);
  color: #FFFFFF;
  border: none;
  border-radius: 6px;
  font-size: 0.8125rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-family: inherit;
  white-space: nowrap;
  min-height: 36px;
}

.page-list-action-button:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  background: linear-gradient(135deg, #d01922 0%, #b9161f 100%);
}

.page-list-action-button:active:not(:disabled) {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.page-list-action-button:focus-visible {
  outline: 2px solid #D91A24;
  outline-offset: 2px;
}

.page-list-action-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.page-list-action-button .material-symbols-outlined {
  font-size: 1rem;
  line-height: 1;
  flex-shrink: 0;
}

.page-list-action-button span:not(.material-symbols-outlined) {
  font-weight: 600;
}

.page-list-action-button--fix {
  background: linear-gradient(135deg, #D91A24 0%, #c21720 100%);
}

.page-list-action-button--fix:hover:not(:disabled) {
  background: linear-gradient(135deg, #d01922 0%, #b9161f 100%);
}

@media (max-width: 768px) {
  .page-list-action-button {
    padding: 0.5rem;
    min-width: 36px;
  }
  .page-list-action-button span:not(.material-symbols-outlined) {
    display: none;
  }
}

.page-list-pages--compact .page-list-broken-items {
  gap: 0.25rem;
}

.page-list-pages--compact .page-list-broken-item {
  padding: 0.375rem 0.5rem;
}

.page-list-pages--compact .page-list-broken-item__url {
  font-size: 0.75rem;
}

.page-list-pages--compact .page-list-actions .page-list-action-button {
  padding: 0.375rem 0.5rem;
  min-width: 36px;
}

.page-list-pages--compact .page-list-actions .page-list-action-button span:not(.material-symbols-outlined) {
  display: none;
}

.page-list-pages--compact .page-list-table tbody td[data-label="Broken Links"], .page-list-pages--compact .page-list-table tbody td[data-label="Broken Images"] {
  max-width: 250px;
}

@media (max-width: 768px) {
  .page-list-broken-items {
    gap: 0.375rem;
  }
  .page-list-broken-item {
    padding: 0.375rem 0.5rem;
    font-size: 0.75rem;
  }
  .page-list-broken-item__url {
    font-size: 0.75rem;
  }
  .page-list-actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
  .page-list-action-button {
    width: 100%;
    justify-content: center;
  }
}

/**
 * Keyword Research Styles (DEV-ONLY)
 * ============================================================================
 * Styles for the keyword research modal and components.
 * Only active in development mode (localhost).
 * ============================================================================
 */
.dev-keyword-research-page-info {
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--color-border, #e0e0e0);
}

.dev-keyword-research-page-info h3 {
  margin: 0 0 0.5rem 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--color-text-primary, #1a1a1a);
}

.dev-keyword-research-page-info code {
  display: block;
  padding: 0.5rem;
  background: var(--color-bg-secondary, #f5f5f5);
  border-radius: 4px;
  font-size: 0.875rem;
  color: var(--color-text-secondary, #666);
  word-break: break-all;
}

.dev-keyword-research-section {
  margin-bottom: 2rem;
}

.dev-keyword-research-section:last-child {
  margin-bottom: 0;
}

.dev-keyword-research-section .dev-keyword-research-search-container {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}

.dev-keyword-research-section .dev-keyword-research-search-input {
  flex: 1;
  padding: 0.5rem;
  border: 1px solid var(--color-border, #e0e0e0);
  border-radius: 4px;
  font-size: 0.9375rem;
  font-family: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.dev-keyword-research-section .dev-keyword-research-search-input:focus {
  outline: none;
  border-color: var(--color-primary, #0066cc);
  box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.1);
}

.dev-keyword-research-section .dev-keyword-research-search-input::placeholder {
  color: var(--color-text-secondary, #999);
}

.dev-keyword-research-section .dev-keyword-research-search-button {
  padding: 0.5rem 1rem;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.dev-keyword-research-section .dev-keyword-research-results-container {
  max-height: 300px;
  overflow-y: auto;
  border: 1px solid var(--color-border, #e0e0e0);
  border-radius: 4px;
  padding: 0.5rem;
  background: var(--color-bg-primary, #ffffff);
}

.dev-keyword-research-section .dev-keyword-research-results-container .dev-keyword-research-empty-message {
  padding: 1rem;
  color: var(--color-text-secondary, #666);
  text-align: center;
  margin: 0;
}

.dev-keyword-research-section .dev-keyword-research-results-container .dev-keyword-research-results-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}

.dev-keyword-research-section .dev-keyword-research-results-container .dev-keyword-research-results-table thead tr {
  background: var(--color-bg-secondary, #f5f5f5);
  border-bottom: 2px solid var(--color-border, #e0e0e0);
}

.dev-keyword-research-section .dev-keyword-research-results-container .dev-keyword-research-results-table thead tr th {
  padding: 0.75rem 0.5rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--color-text-secondary, #666);
}

.dev-keyword-research-section .dev-keyword-research-results-container .dev-keyword-research-results-table thead tr th.dev-keyword-research-th-numeric {
  text-align: right;
}

.dev-keyword-research-section .dev-keyword-research-results-container .dev-keyword-research-results-table thead tr th.dev-keyword-research-th-center {
  text-align: center;
}

.dev-keyword-research-section .dev-keyword-research-results-container .dev-keyword-research-results-table tbody tr {
  border-bottom: 1px solid var(--color-border, #e0e0e0);
  transition: background-color 0.15s ease;
}

.dev-keyword-research-section .dev-keyword-research-results-container .dev-keyword-research-results-table tbody tr:hover {
  background: var(--color-bg-secondary, #f5f5f5);
}

.dev-keyword-research-section .dev-keyword-research-results-container .dev-keyword-research-results-table tbody tr:last-child {
  border-bottom: none;
}

.dev-keyword-research-section .dev-keyword-research-results-container .dev-keyword-research-results-table tbody tr td {
  padding: 0.75rem 0.5rem;
  vertical-align: middle;
}

.dev-keyword-research-section .dev-keyword-research-results-container .dev-keyword-research-results-table tbody tr td.dev-keyword-research-keyword-cell {
  font-weight: 500;
  color: var(--color-text-primary, #1a1a1a);
}

.dev-keyword-research-section .dev-keyword-research-results-container .dev-keyword-research-results-table tbody tr td.dev-keyword-research-numeric-cell {
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.dev-keyword-research-section .dev-keyword-research-results-container .dev-keyword-research-results-table tbody tr td.dev-keyword-research-center-cell {
  text-align: center;
  text-transform: capitalize;
  font-size: 0.8125rem;
}

.dev-keyword-research-metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1rem;
  margin-bottom: 2rem;
  padding: 1rem;
  background: var(--color-bg-secondary, #f5f5f5);
  border-radius: 8px;
}

.dev-keyword-research-metric {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.dev-keyword-research-metric-label {
  font-size: 0.875rem;
  color: var(--color-text-secondary, #666);
  font-weight: 500;
}

.dev-keyword-research-metric-value {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-primary, #0066cc);
}

.dev-keyword-research-metric--recommendations {
  gap: 0.75rem;
  margin-top: 0.5rem;
}

.dev-keyword-research-metric--recommendations .dev-keyword-research-metric-label {
  margin-bottom: 0.25rem;
}

.dev-keyword-research-metric--recommendations .dev-keyword-research-recommendations {
  margin: 0;
  padding: 0;
}

.dev-keyword-research-metric--full-width {
  grid-column: 1 / -1;
}

.dev-keyword-research-section-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1rem 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--color-text-primary, #1a1a1a);
}

.dev-keyword-research-section-title .material-symbols-outlined {
  font-size: 1.25rem;
  color: var(--color-primary, #0066cc);
}

.dev-keyword-research-section-description {
  margin: 0 0 1rem 0;
  font-size: 0.9375rem;
  color: var(--color-text-secondary, #666);
  line-height: 1.6;
}

.dev-keyword-research-competitor {
  margin-bottom: 2rem;
  padding: 1rem;
  background: var(--color-bg-secondary, #f5f5f5);
  border-radius: 8px;
  border: 1px solid var(--color-border, #e0e0e0);
}

.dev-keyword-research-competitor:last-child {
  margin-bottom: 0;
}

.dev-keyword-research-competitor-url {
  margin: 0 0 0.75rem 0;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--color-text-primary, #1a1a1a);
  word-break: break-all;
}

.dev-keyword-research-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.dev-keyword-research-keyword {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  background: var(--color-bg-secondary, #f5f5f5);
  border: 1px solid var(--color-border, #e0e0e0);
  border-radius: 6px;
  transition: all 0.2s ease;
}

.dev-keyword-research-keyword:hover {
  background: var(--color-bg-hover, #ebebeb);
  border-color: var(--color-primary, #0066cc);
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.dev-keyword-research-keyword--opportunity {
  border-color: var(--color-warning, #ffc107);
  background: var(--color-warning-light, #fff8e1);
}

.dev-keyword-research-keyword--opportunity:hover {
  border-color: var(--color-warning-dark, #f57c00);
  background: var(--color-warning-hover, #ffecb3);
}

.dev-keyword-research-keyword-text {
  font-weight: 500;
  color: var(--color-text-primary, #1a1a1a);
  font-size: 0.9375rem;
}

.dev-keyword-research-keyword-stats {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: auto;
  font-size: 0.8125rem;
  flex-wrap: wrap;
}

.dev-keyword-research-keyword-frequency {
  padding: 0.125rem 0.375rem;
  background: var(--color-primary-light, #e6f2ff);
  color: var(--color-primary, #0066cc);
  border-radius: 4px;
  font-weight: 600;
  white-space: nowrap;
}

.dev-keyword-research-keyword-density {
  padding: 0.125rem 0.375rem;
  background: var(--color-success-light, #e6f7e6);
  color: var(--color-success, #28a745);
  border-radius: 4px;
  font-weight: 600;
  white-space: nowrap;
}

.dev-keyword-research-keyword-density--low {
  background: #fef3c7;
  color: #92400e;
}

.dev-keyword-research-keyword-density--ok {
  background: #dbeafe;
  color: #1e40af;
}

.dev-keyword-research-keyword-density--optimal {
  background: #d1fae5;
  color: #065f46;
}

.dev-keyword-research-keyword-density--high {
  background: #fee2e2;
  color: #991b1b;
}

.dev-keyword-research-keyword-volume {
  padding: 0.125rem 0.375rem;
  background: var(--color-info-light, #e3f2fd);
  color: var(--color-info, #2196f3);
  border-radius: 4px;
  font-weight: 600;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

.dev-keyword-research-keyword-competition {
  padding: 0.125rem 0.375rem;
  background: var(--color-warning-light, #fff8e1);
  color: var(--color-warning-dark, #f57c00);
  border-radius: 4px;
  font-weight: 600;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

.dev-keyword-research-keyword-opportunity-score {
  padding: 0.125rem 0.375rem;
  background: var(--color-success-light, #e6f7e6);
  color: var(--color-success, #28a745);
  border-radius: 4px;
  font-weight: 600;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

.dev-keyword-research-copy-btn {
  padding: 0.25rem 0.5rem;
  background: var(--color-primary, #0066cc);
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.8125rem;
  font-weight: 500;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.dev-keyword-research-copy-btn:hover {
  background: var(--color-primary-dark, #0052a3);
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 102, 204, 0.3);
}

.dev-keyword-research-copy-btn:active {
  transform: translateY(0);
  box-shadow: 0 1px 2px rgba(0, 102, 204, 0.2);
}

.dev-keyword-research-copy-btn:focus {
  outline: 2px solid var(--color-primary, #0066cc);
  outline-offset: 2px;
}

.dev-keyword-research-remove-btn {
  padding: 0.125rem;
  background: transparent;
  color: var(--color-text-secondary, #666);
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  width: 20px;
  height: 20px;
  margin-left: 0.25rem;
}

.dev-keyword-research-remove-btn .material-symbols-outlined {
  font-size: 16px;
}

.dev-keyword-research-remove-btn:hover {
  background: var(--color-error-light, #fee2e2);
  color: var(--color-error, #dc2626);
  transform: scale(1.1);
}

.dev-keyword-research-remove-btn:active {
  transform: scale(0.95);
}

.dev-keyword-research-remove-btn:focus {
  outline: 2px solid var(--color-error, #dc2626);
  outline-offset: 2px;
}

.dev-keyword-research-recommendations {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dev-keyword-research-recommendations li {
  position: relative;
  padding: 0.75rem 1rem 0.75rem 2.5rem;
  margin-bottom: 0.5rem;
  line-height: 1.6;
  border-radius: 6px;
  border-left: 3px solid;
}

.dev-keyword-research-recommendations li:before {
  position: absolute;
  left: 0.75rem;
  top: 0.75rem;
  font-size: 1.125rem;
}

.dev-keyword-research-recommendations li:last-child {
  margin-bottom: 0;
}

.dev-keyword-research-recommendations li.dev-keyword-research-recommendation--error {
  background: #fee2e2;
  color: #991b1b;
  border-left-color: #dc2626;
}

.dev-keyword-research-recommendations li.dev-keyword-research-recommendation--error:before {
  content: "⚠️";
}

.dev-keyword-research-recommendations li.dev-keyword-research-recommendation--warning {
  background: #fef3c7;
  color: #92400e;
  border-left-color: #f59e0b;
}

.dev-keyword-research-recommendations li.dev-keyword-research-recommendation--warning:before {
  content: "⚡";
}

.dev-keyword-research-recommendations li.dev-keyword-research-recommendation--info {
  background: #dbeafe;
  color: #1e40af;
  border-left-color: #3b82f6;
}

.dev-keyword-research-recommendations li.dev-keyword-research-recommendation--info:before {
  content: "💡";
}

.dev-keyword-research-recommendations li.dev-keyword-research-recommendation--success {
  background: #d1fae5;
  color: #065f46;
  border-left-color: #10b981;
}

.dev-keyword-research-recommendations li.dev-keyword-research-recommendation--success:before {
  content: "✅";
}

@media (max-width: 768px) {
  .dev-keyword-research-metrics {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    padding: 0.75rem;
  }
  .dev-keyword-research-metric-value {
    font-size: 1.25rem;
  }
  .dev-keyword-research-keywords {
    gap: 0.5rem;
  }
  .dev-keyword-research-keyword {
    padding: 0.375rem 0.5rem;
    font-size: 0.875rem;
  }
  .dev-keyword-research-keyword-stats {
    flex-direction: column;
    gap: 0.25rem;
    align-items: flex-end;
  }
  .dev-keyword-research-section > div[style*="display: flex"] {
    flex-direction: column;
  }
  .dev-keyword-research-section > div[style*="display: flex"] input[type="text"] {
    width: 100%;
  }
  .dev-keyword-research-section > div[style*="display: flex"] button {
    width: 100%;
    justify-content: center;
  }
  .dev-keyword-research-section > div[id="dev-seed-results"] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .dev-keyword-research-section > div[id="dev-seed-results"] table {
    min-width: 600px;
  }
  .dev-keyword-research-section > div[id="dev-seed-results"] table thead th,
.dev-keyword-research-section > div[id="dev-seed-results"] table tbody td {
    padding: 0.5rem 0.375rem;
    font-size: 0.8125rem;
  }
}

.dev-keyword-research-section > div[id="dev-seed-results"]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.dev-keyword-research-section > div[id="dev-seed-results"]::-webkit-scrollbar-track {
  background: var(--color-bg-secondary, #f5f5f5);
  border-radius: 4px;
}

.dev-keyword-research-section > div[id="dev-seed-results"]::-webkit-scrollbar-thumb {
  background: var(--color-border, #ccc);
  border-radius: 4px;
}

.dev-keyword-research-section > div[id="dev-seed-results"]::-webkit-scrollbar-thumb:hover {
  background: var(--color-text-secondary, #999);
}

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

.padding-top-5 {
  padding-top: 5px !important;
}

.padding-top-10 {
  padding-top: 10px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.padding-top-40 {
  padding-top: 40px !important;
}

.padding-top-60 {
  padding-top: 60px !important;
}

.padding-right-0 {
  padding-right: 0 !important;
}

.padding-right-5 {
  padding-right: 5px !important;
}

.padding-right-10 {
  padding-right: 10px !important;
}

.padding-right-20 {
  padding-right: 20px !important;
}

.padding-right-40 {
  padding-right: 40px !important;
}

.padding-right-60 {
  padding-right: 60px !important;
}

.padding-bottom-0 {
  padding-bottom: 0 !important;
}

.padding-bottom-5 {
  padding-bottom: 5px !important;
}

.padding-bottom-10 {
  padding-bottom: 10px !important;
}

.padding-bottom-20 {
  padding-bottom: 20px !important;
}

.padding-bottom-40 {
  padding-bottom: 40px !important;
}

.padding-bottom-60 {
  padding-bottom: 60px !important;
}

.padding-left-0 {
  padding-left: 0 !important;
}

.padding-left-5 {
  padding-left: 5px !important;
}

.padding-left-10 {
  padding-left: 10px !important;
}

.padding-left-20 {
  padding-left: 20px !important;
}

.padding-left-40 {
  padding-left: 40px !important;
}

.padding-left-60 {
  padding-left: 60px !important;
}

.padding-vertical-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.padding-horizontal-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

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

.padding-vertical-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.padding-horizontal-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.padding-5 {
  padding: 5px !important;
}

.padding-vertical-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.padding-horizontal-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.padding-10 {
  padding: 10px !important;
}

.padding-vertical-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.padding-horizontal-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.padding-20 {
  padding: 20px !important;
}

.padding-vertical-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.padding-horizontal-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.padding-40 {
  padding: 40px !important;
}

.padding-vertical-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.padding-horizontal-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.padding-60 {
  padding: 60px !important;
}

@media (max-width: 1280px) {
  .padding-top-0--desktop {
    padding-top: 0 !important;
  }
  .padding-top-5--desktop {
    padding-top: 5px !important;
  }
  .padding-top-10--desktop {
    padding-top: 10px !important;
  }
  .padding-top-20--desktop {
    padding-top: 20px !important;
  }
  .padding-top-40--desktop {
    padding-top: 40px !important;
  }
  .padding-top-60--desktop {
    padding-top: 60px !important;
  }
  .padding-right-0--desktop {
    padding-right: 0 !important;
  }
  .padding-right-5--desktop {
    padding-right: 5px !important;
  }
  .padding-right-10--desktop {
    padding-right: 10px !important;
  }
  .padding-right-20--desktop {
    padding-right: 20px !important;
  }
  .padding-right-40--desktop {
    padding-right: 40px !important;
  }
  .padding-right-60--desktop {
    padding-right: 60px !important;
  }
  .padding-bottom-0--desktop {
    padding-bottom: 0 !important;
  }
  .padding-bottom-5--desktop {
    padding-bottom: 5px !important;
  }
  .padding-bottom-10--desktop {
    padding-bottom: 10px !important;
  }
  .padding-bottom-20--desktop {
    padding-bottom: 20px !important;
  }
  .padding-bottom-40--desktop {
    padding-bottom: 40px !important;
  }
  .padding-bottom-60--desktop {
    padding-bottom: 60px !important;
  }
  .padding-left-0--desktop {
    padding-left: 0 !important;
  }
  .padding-left-5--desktop {
    padding-left: 5px !important;
  }
  .padding-left-10--desktop {
    padding-left: 10px !important;
  }
  .padding-left-20--desktop {
    padding-left: 20px !important;
  }
  .padding-left-40--desktop {
    padding-left: 40px !important;
  }
  .padding-left-60--desktop {
    padding-left: 60px !important;
  }
  .padding-vertical-0--desktop {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .padding-horizontal-0--desktop {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .padding-0--desktop {
    padding: 0 !important;
  }
  .padding-vertical-5--desktop {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .padding-horizontal-5--desktop {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .padding-5--desktop {
    padding: 5px !important;
  }
  .padding-vertical-10--desktop {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .padding-horizontal-10--desktop {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .padding-10--desktop {
    padding: 10px !important;
  }
  .padding-vertical-20--desktop {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .padding-horizontal-20--desktop {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .padding-20--desktop {
    padding: 20px !important;
  }
  .padding-vertical-40--desktop {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .padding-horizontal-40--desktop {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .padding-40--desktop {
    padding: 40px !important;
  }
  .padding-vertical-60--desktop {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .padding-horizontal-60--desktop {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .padding-60--desktop {
    padding: 60px !important;
  }
}

@media (max-width: 768px) {
  .padding-top-0--tablet {
    padding-top: 0 !important;
  }
  .padding-top-5--tablet {
    padding-top: 5px !important;
  }
  .padding-top-10--tablet {
    padding-top: 10px !important;
  }
  .padding-top-20--tablet {
    padding-top: 20px !important;
  }
  .padding-top-40--tablet {
    padding-top: 40px !important;
  }
  .padding-top-60--tablet {
    padding-top: 60px !important;
  }
  .padding-right-0--tablet {
    padding-right: 0 !important;
  }
  .padding-right-5--tablet {
    padding-right: 5px !important;
  }
  .padding-right-10--tablet {
    padding-right: 10px !important;
  }
  .padding-right-20--tablet {
    padding-right: 20px !important;
  }
  .padding-right-40--tablet {
    padding-right: 40px !important;
  }
  .padding-right-60--tablet {
    padding-right: 60px !important;
  }
  .padding-bottom-0--tablet {
    padding-bottom: 0 !important;
  }
  .padding-bottom-5--tablet {
    padding-bottom: 5px !important;
  }
  .padding-bottom-10--tablet {
    padding-bottom: 10px !important;
  }
  .padding-bottom-20--tablet {
    padding-bottom: 20px !important;
  }
  .padding-bottom-40--tablet {
    padding-bottom: 40px !important;
  }
  .padding-bottom-60--tablet {
    padding-bottom: 60px !important;
  }
  .padding-left-0--tablet {
    padding-left: 0 !important;
  }
  .padding-left-5--tablet {
    padding-left: 5px !important;
  }
  .padding-left-10--tablet {
    padding-left: 10px !important;
  }
  .padding-left-20--tablet {
    padding-left: 20px !important;
  }
  .padding-left-40--tablet {
    padding-left: 40px !important;
  }
  .padding-left-60--tablet {
    padding-left: 60px !important;
  }
  .padding-vertical-0--tablet {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .padding-horizontal-0--tablet {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .padding-0--tablet {
    padding: 0 !important;
  }
  .padding-vertical-5--tablet {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .padding-horizontal-5--tablet {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .padding-5--tablet {
    padding: 5px !important;
  }
  .padding-vertical-10--tablet {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .padding-horizontal-10--tablet {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .padding-10--tablet {
    padding: 10px !important;
  }
  .padding-vertical-20--tablet {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .padding-horizontal-20--tablet {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .padding-20--tablet {
    padding: 20px !important;
  }
  .padding-vertical-40--tablet {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .padding-horizontal-40--tablet {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .padding-40--tablet {
    padding: 40px !important;
  }
  .padding-vertical-60--tablet {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .padding-horizontal-60--tablet {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .padding-60--tablet {
    padding: 60px !important;
  }
}

@media (max-width: 480px) {
  .padding-top-0--phone {
    padding-top: 0 !important;
  }
  .padding-top-5--phone {
    padding-top: 5px !important;
  }
  .padding-top-10--phone {
    padding-top: 10px !important;
  }
  .padding-top-20--phone {
    padding-top: 20px !important;
  }
  .padding-top-40--phone {
    padding-top: 40px !important;
  }
  .padding-top-60--phone {
    padding-top: 60px !important;
  }
  .padding-right-0--phone {
    padding-right: 0 !important;
  }
  .padding-right-5--phone {
    padding-right: 5px !important;
  }
  .padding-right-10--phone {
    padding-right: 10px !important;
  }
  .padding-right-20--phone {
    padding-right: 20px !important;
  }
  .padding-right-40--phone {
    padding-right: 40px !important;
  }
  .padding-right-60--phone {
    padding-right: 60px !important;
  }
  .padding-bottom-0--phone {
    padding-bottom: 0 !important;
  }
  .padding-bottom-5--phone {
    padding-bottom: 5px !important;
  }
  .padding-bottom-10--phone {
    padding-bottom: 10px !important;
  }
  .padding-bottom-20--phone {
    padding-bottom: 20px !important;
  }
  .padding-bottom-40--phone {
    padding-bottom: 40px !important;
  }
  .padding-bottom-60--phone {
    padding-bottom: 60px !important;
  }
  .padding-left-0--phone {
    padding-left: 0 !important;
  }
  .padding-left-5--phone {
    padding-left: 5px !important;
  }
  .padding-left-10--phone {
    padding-left: 10px !important;
  }
  .padding-left-20--phone {
    padding-left: 20px !important;
  }
  .padding-left-40--phone {
    padding-left: 40px !important;
  }
  .padding-left-60--phone {
    padding-left: 60px !important;
  }
  .padding-vertical-0--phone {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .padding-horizontal-0--phone {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .padding-0--phone {
    padding: 0 !important;
  }
  .padding-vertical-5--phone {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .padding-horizontal-5--phone {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .padding-5--phone {
    padding: 5px !important;
  }
  .padding-vertical-10--phone {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .padding-horizontal-10--phone {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .padding-10--phone {
    padding: 10px !important;
  }
  .padding-vertical-20--phone {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .padding-horizontal-20--phone {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .padding-20--phone {
    padding: 20px !important;
  }
  .padding-vertical-40--phone {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .padding-horizontal-40--phone {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .padding-40--phone {
    padding: 40px !important;
  }
  .padding-vertical-60--phone {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .padding-horizontal-60--phone {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .padding-60--phone {
    padding: 60px !important;
  }
}

@media (max-width: 980px) {
  .padding-top-0--laptop {
    padding-top: 0 !important;
  }
  .padding-top-5--laptop {
    padding-top: 5px !important;
  }
  .padding-top-10--laptop {
    padding-top: 10px !important;
  }
  .padding-top-20--laptop {
    padding-top: 20px !important;
  }
  .padding-top-40--laptop {
    padding-top: 40px !important;
  }
  .padding-top-60--laptop {
    padding-top: 60px !important;
  }
  .padding-right-0--laptop {
    padding-right: 0 !important;
  }
  .padding-right-5--laptop {
    padding-right: 5px !important;
  }
  .padding-right-10--laptop {
    padding-right: 10px !important;
  }
  .padding-right-20--laptop {
    padding-right: 20px !important;
  }
  .padding-right-40--laptop {
    padding-right: 40px !important;
  }
  .padding-right-60--laptop {
    padding-right: 60px !important;
  }
  .padding-bottom-0--laptop {
    padding-bottom: 0 !important;
  }
  .padding-bottom-5--laptop {
    padding-bottom: 5px !important;
  }
  .padding-bottom-10--laptop {
    padding-bottom: 10px !important;
  }
  .padding-bottom-20--laptop {
    padding-bottom: 20px !important;
  }
  .padding-bottom-40--laptop {
    padding-bottom: 40px !important;
  }
  .padding-bottom-60--laptop {
    padding-bottom: 60px !important;
  }
  .padding-left-0--laptop {
    padding-left: 0 !important;
  }
  .padding-left-5--laptop {
    padding-left: 5px !important;
  }
  .padding-left-10--laptop {
    padding-left: 10px !important;
  }
  .padding-left-20--laptop {
    padding-left: 20px !important;
  }
  .padding-left-40--laptop {
    padding-left: 40px !important;
  }
  .padding-left-60--laptop {
    padding-left: 60px !important;
  }
  .padding-vertical-0--laptop {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .padding-horizontal-0--laptop {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .padding-0--laptop {
    padding: 0 !important;
  }
  .padding-vertical-5--laptop {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .padding-horizontal-5--laptop {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .padding-5--laptop {
    padding: 5px !important;
  }
  .padding-vertical-10--laptop {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .padding-horizontal-10--laptop {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .padding-10--laptop {
    padding: 10px !important;
  }
  .padding-vertical-20--laptop {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .padding-horizontal-20--laptop {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .padding-20--laptop {
    padding: 20px !important;
  }
  .padding-vertical-40--laptop {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .padding-horizontal-40--laptop {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .padding-40--laptop {
    padding: 40px !important;
  }
  .padding-vertical-60--laptop {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .padding-horizontal-60--laptop {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .padding-60--laptop {
    padding: 60px !important;
  }
}

.margin-top-0 {
  margin-top: 0 !important;
}

.margin-top-5 {
  margin-top: 5px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-top-60 {
  margin-top: 60px !important;
}

.margin-top-auto {
  margin-top: auto !important;
}

.margin-right-0 {
  margin-right: 0 !important;
}

.margin-right-5 {
  margin-right: 5px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.margin-right-20 {
  margin-right: 20px !important;
}

.margin-right-40 {
  margin-right: 40px !important;
}

.margin-right-60 {
  margin-right: 60px !important;
}

.margin-right-auto {
  margin-right: auto !important;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}

.margin-bottom-5 {
  margin-bottom: 5px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

.margin-bottom-auto {
  margin-bottom: auto !important;
}

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

.margin-left-5 {
  margin-left: 5px !important;
}

.margin-left-10 {
  margin-left: 10px !important;
}

.margin-left-20 {
  margin-left: 20px !important;
}

.margin-left-40 {
  margin-left: 40px !important;
}

.margin-left-60 {
  margin-left: 60px !important;
}

.margin-left-auto {
  margin-left: auto !important;
}

.margin-vertical-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.margin-horizontal-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.margin-0 {
  margin: 0 !important;
}

.margin-vertical-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.margin-horizontal-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.margin-5 {
  margin: 5px !important;
}

.margin-vertical-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.margin-horizontal-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.margin-10 {
  margin: 10px !important;
}

.margin-vertical-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.margin-horizontal-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.margin-20 {
  margin: 20px !important;
}

.margin-vertical-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.margin-horizontal-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.margin-40 {
  margin: 40px !important;
}

.margin-vertical-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.margin-horizontal-60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.margin-60 {
  margin: 60px !important;
}

.margin-vertical-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.margin-horizontal-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.margin-auto {
  margin: auto !important;
}

@media (max-width: 1280px) {
  .margin-top-0--desktop {
    margin-top: 0 !important;
  }
  .margin-top-5--desktop {
    margin-top: 5px !important;
  }
  .margin-top-10--desktop {
    margin-top: 10px !important;
  }
  .margin-top-20--desktop {
    margin-top: 20px !important;
  }
  .margin-top-40--desktop {
    margin-top: 40px !important;
  }
  .margin-top-60--desktop {
    margin-top: 60px !important;
  }
  .margin-top-auto--desktop {
    margin-top: auto !important;
  }
  .margin-right-0--desktop {
    margin-right: 0 !important;
  }
  .margin-right-5--desktop {
    margin-right: 5px !important;
  }
  .margin-right-10--desktop {
    margin-right: 10px !important;
  }
  .margin-right-20--desktop {
    margin-right: 20px !important;
  }
  .margin-right-40--desktop {
    margin-right: 40px !important;
  }
  .margin-right-60--desktop {
    margin-right: 60px !important;
  }
  .margin-right-auto--desktop {
    margin-right: auto !important;
  }
  .margin-bottom-0--desktop {
    margin-bottom: 0 !important;
  }
  .margin-bottom-5--desktop {
    margin-bottom: 5px !important;
  }
  .margin-bottom-10--desktop {
    margin-bottom: 10px !important;
  }
  .margin-bottom-20--desktop {
    margin-bottom: 20px !important;
  }
  .margin-bottom-40--desktop {
    margin-bottom: 40px !important;
  }
  .margin-bottom-60--desktop {
    margin-bottom: 60px !important;
  }
  .margin-bottom-auto--desktop {
    margin-bottom: auto !important;
  }
  .margin-left-0--desktop {
    margin-left: 0 !important;
  }
  .margin-left-5--desktop {
    margin-left: 5px !important;
  }
  .margin-left-10--desktop {
    margin-left: 10px !important;
  }
  .margin-left-20--desktop {
    margin-left: 20px !important;
  }
  .margin-left-40--desktop {
    margin-left: 40px !important;
  }
  .margin-left-60--desktop {
    margin-left: 60px !important;
  }
  .margin-left-auto--desktop {
    margin-left: auto !important;
  }
  .margin-vertical-0--desktop {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .margin-horizontal-0--desktop {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .margin-0--desktop {
    margin: 0 !important;
  }
  .margin-vertical-5--desktop {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .margin-horizontal-5--desktop {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .margin-5--desktop {
    margin: 5px !important;
  }
  .margin-vertical-10--desktop {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .margin-horizontal-10--desktop {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .margin-10--desktop {
    margin: 10px !important;
  }
  .margin-vertical-20--desktop {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .margin-horizontal-20--desktop {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .margin-20--desktop {
    margin: 20px !important;
  }
  .margin-vertical-40--desktop {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .margin-horizontal-40--desktop {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .margin-40--desktop {
    margin: 40px !important;
  }
  .margin-vertical-60--desktop {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .margin-horizontal-60--desktop {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .margin-60--desktop {
    margin: 60px !important;
  }
  .margin-vertical-auto--desktop {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .margin-horizontal-auto--desktop {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .margin-auto--desktop {
    margin: auto !important;
  }
}

@media (max-width: 768px) {
  .margin-top-0--tablet {
    margin-top: 0 !important;
  }
  .margin-top-5--tablet {
    margin-top: 5px !important;
  }
  .margin-top-10--tablet {
    margin-top: 10px !important;
  }
  .margin-top-20--tablet {
    margin-top: 20px !important;
  }
  .margin-top-40--tablet {
    margin-top: 40px !important;
  }
  .margin-top-60--tablet {
    margin-top: 60px !important;
  }
  .margin-top-auto--tablet {
    margin-top: auto !important;
  }
  .margin-right-0--tablet {
    margin-right: 0 !important;
  }
  .margin-right-5--tablet {
    margin-right: 5px !important;
  }
  .margin-right-10--tablet {
    margin-right: 10px !important;
  }
  .margin-right-20--tablet {
    margin-right: 20px !important;
  }
  .margin-right-40--tablet {
    margin-right: 40px !important;
  }
  .margin-right-60--tablet {
    margin-right: 60px !important;
  }
  .margin-right-auto--tablet {
    margin-right: auto !important;
  }
  .margin-bottom-0--tablet {
    margin-bottom: 0 !important;
  }
  .margin-bottom-5--tablet {
    margin-bottom: 5px !important;
  }
  .margin-bottom-10--tablet {
    margin-bottom: 10px !important;
  }
  .margin-bottom-20--tablet {
    margin-bottom: 20px !important;
  }
  .margin-bottom-40--tablet {
    margin-bottom: 40px !important;
  }
  .margin-bottom-60--tablet {
    margin-bottom: 60px !important;
  }
  .margin-bottom-auto--tablet {
    margin-bottom: auto !important;
  }
  .margin-left-0--tablet {
    margin-left: 0 !important;
  }
  .margin-left-5--tablet {
    margin-left: 5px !important;
  }
  .margin-left-10--tablet {
    margin-left: 10px !important;
  }
  .margin-left-20--tablet {
    margin-left: 20px !important;
  }
  .margin-left-40--tablet {
    margin-left: 40px !important;
  }
  .margin-left-60--tablet {
    margin-left: 60px !important;
  }
  .margin-left-auto--tablet {
    margin-left: auto !important;
  }
  .margin-vertical-0--tablet {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .margin-horizontal-0--tablet {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .margin-0--tablet {
    margin: 0 !important;
  }
  .margin-vertical-5--tablet {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .margin-horizontal-5--tablet {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .margin-5--tablet {
    margin: 5px !important;
  }
  .margin-vertical-10--tablet {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .margin-horizontal-10--tablet {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .margin-10--tablet {
    margin: 10px !important;
  }
  .margin-vertical-20--tablet {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .margin-horizontal-20--tablet {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .margin-20--tablet {
    margin: 20px !important;
  }
  .margin-vertical-40--tablet {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .margin-horizontal-40--tablet {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .margin-40--tablet {
    margin: 40px !important;
  }
  .margin-vertical-60--tablet {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .margin-horizontal-60--tablet {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .margin-60--tablet {
    margin: 60px !important;
  }
  .margin-vertical-auto--tablet {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .margin-horizontal-auto--tablet {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .margin-auto--tablet {
    margin: auto !important;
  }
}

@media (max-width: 480px) {
  .margin-top-0--phone {
    margin-top: 0 !important;
  }
  .margin-top-5--phone {
    margin-top: 5px !important;
  }
  .margin-top-10--phone {
    margin-top: 10px !important;
  }
  .margin-top-20--phone {
    margin-top: 20px !important;
  }
  .margin-top-40--phone {
    margin-top: 40px !important;
  }
  .margin-top-60--phone {
    margin-top: 60px !important;
  }
  .margin-top-auto--phone {
    margin-top: auto !important;
  }
  .margin-right-0--phone {
    margin-right: 0 !important;
  }
  .margin-right-5--phone {
    margin-right: 5px !important;
  }
  .margin-right-10--phone {
    margin-right: 10px !important;
  }
  .margin-right-20--phone {
    margin-right: 20px !important;
  }
  .margin-right-40--phone {
    margin-right: 40px !important;
  }
  .margin-right-60--phone {
    margin-right: 60px !important;
  }
  .margin-right-auto--phone {
    margin-right: auto !important;
  }
  .margin-bottom-0--phone {
    margin-bottom: 0 !important;
  }
  .margin-bottom-5--phone {
    margin-bottom: 5px !important;
  }
  .margin-bottom-10--phone {
    margin-bottom: 10px !important;
  }
  .margin-bottom-20--phone {
    margin-bottom: 20px !important;
  }
  .margin-bottom-40--phone {
    margin-bottom: 40px !important;
  }
  .margin-bottom-60--phone {
    margin-bottom: 60px !important;
  }
  .margin-bottom-auto--phone {
    margin-bottom: auto !important;
  }
  .margin-left-0--phone {
    margin-left: 0 !important;
  }
  .margin-left-5--phone {
    margin-left: 5px !important;
  }
  .margin-left-10--phone {
    margin-left: 10px !important;
  }
  .margin-left-20--phone {
    margin-left: 20px !important;
  }
  .margin-left-40--phone {
    margin-left: 40px !important;
  }
  .margin-left-60--phone {
    margin-left: 60px !important;
  }
  .margin-left-auto--phone {
    margin-left: auto !important;
  }
  .margin-vertical-0--phone {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .margin-horizontal-0--phone {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .margin-0--phone {
    margin: 0 !important;
  }
  .margin-vertical-5--phone {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .margin-horizontal-5--phone {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .margin-5--phone {
    margin: 5px !important;
  }
  .margin-vertical-10--phone {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .margin-horizontal-10--phone {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .margin-10--phone {
    margin: 10px !important;
  }
  .margin-vertical-20--phone {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .margin-horizontal-20--phone {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .margin-20--phone {
    margin: 20px !important;
  }
  .margin-vertical-40--phone {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .margin-horizontal-40--phone {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .margin-40--phone {
    margin: 40px !important;
  }
  .margin-vertical-60--phone {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .margin-horizontal-60--phone {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .margin-60--phone {
    margin: 60px !important;
  }
  .margin-vertical-auto--phone {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .margin-horizontal-auto--phone {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .margin-auto--phone {
    margin: auto !important;
  }
}

@media (max-width: 980px) {
  .margin-top-0--laptop {
    margin-top: 0 !important;
  }
  .margin-top-5--laptop {
    margin-top: 5px !important;
  }
  .margin-top-10--laptop {
    margin-top: 10px !important;
  }
  .margin-top-20--laptop {
    margin-top: 20px !important;
  }
  .margin-top-40--laptop {
    margin-top: 40px !important;
  }
  .margin-top-60--laptop {
    margin-top: 60px !important;
  }
  .margin-top-auto--laptop {
    margin-top: auto !important;
  }
  .margin-right-0--laptop {
    margin-right: 0 !important;
  }
  .margin-right-5--laptop {
    margin-right: 5px !important;
  }
  .margin-right-10--laptop {
    margin-right: 10px !important;
  }
  .margin-right-20--laptop {
    margin-right: 20px !important;
  }
  .margin-right-40--laptop {
    margin-right: 40px !important;
  }
  .margin-right-60--laptop {
    margin-right: 60px !important;
  }
  .margin-right-auto--laptop {
    margin-right: auto !important;
  }
  .margin-bottom-0--laptop {
    margin-bottom: 0 !important;
  }
  .margin-bottom-5--laptop {
    margin-bottom: 5px !important;
  }
  .margin-bottom-10--laptop {
    margin-bottom: 10px !important;
  }
  .margin-bottom-20--laptop {
    margin-bottom: 20px !important;
  }
  .margin-bottom-40--laptop {
    margin-bottom: 40px !important;
  }
  .margin-bottom-60--laptop {
    margin-bottom: 60px !important;
  }
  .margin-bottom-auto--laptop {
    margin-bottom: auto !important;
  }
  .margin-left-0--laptop {
    margin-left: 0 !important;
  }
  .margin-left-5--laptop {
    margin-left: 5px !important;
  }
  .margin-left-10--laptop {
    margin-left: 10px !important;
  }
  .margin-left-20--laptop {
    margin-left: 20px !important;
  }
  .margin-left-40--laptop {
    margin-left: 40px !important;
  }
  .margin-left-60--laptop {
    margin-left: 60px !important;
  }
  .margin-left-auto--laptop {
    margin-left: auto !important;
  }
  .margin-vertical-0--laptop {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .margin-horizontal-0--laptop {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .margin-0--laptop {
    margin: 0 !important;
  }
  .margin-vertical-5--laptop {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .margin-horizontal-5--laptop {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .margin-5--laptop {
    margin: 5px !important;
  }
  .margin-vertical-10--laptop {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .margin-horizontal-10--laptop {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .margin-10--laptop {
    margin: 10px !important;
  }
  .margin-vertical-20--laptop {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .margin-horizontal-20--laptop {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .margin-20--laptop {
    margin: 20px !important;
  }
  .margin-vertical-40--laptop {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .margin-horizontal-40--laptop {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .margin-40--laptop {
    margin: 40px !important;
  }
  .margin-vertical-60--laptop {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .margin-horizontal-60--laptop {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .margin-60--laptop {
    margin: 60px !important;
  }
  .margin-vertical-auto--laptop {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .margin-horizontal-auto--laptop {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .margin-auto--laptop {
    margin: auto !important;
  }
}

.overflow-hidden {
  overflow: hidden;
}

.hide {
  display: none;
}

.hidden {
  display: none;
}

@media (max-width: 1280px) {
  .hide--desktop {
    display: none;
  }
}

@media (max-width: 768px) {
  .hide--tablet {
    display: none;
  }
}

@media (max-width: 480px) {
  .hide--phone {
    display: none;
  }
}

@media (max-width: 980px) {
  .hide--laptop {
    display: none;
  }
}

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

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

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

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

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

.no-mt-first > *:first-child {
  margin-top: 0;
}

.border-side {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.border-ends {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.border-left {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.border-all {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.border-none {
  border: none;
}

/*# sourceMappingURL=main.css.map */