:root {
  --brand-blue: #1477b8;
  --brand-blue-dark: #0e5f93;
  --brand-blue-soft: #e9f5fc;
  --brand-yellow: #f5b400;
  --brand-white: #ffffff;
  --brand-text: #173047;
  --brand-muted: #4C555F;
  --brand-border: rgba(20, 119, 184, 0.14);
  --shadow-soft: 0 24px 60px rgba(16, 57, 91, 0.12);
}
/* --brand-muted: #647589; */
html {
  scroll-behavior: smooth;
}
.muted {
    color: #4C555F;
}
body {
  font-family: "Manrope", sans-serif;
  color: var(--brand-text);
  background-color: var(--brand-white);
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar-brand,
.section-tag,
.btn {
  font-family: "Barlow", sans-serif;
}

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

.py-lg-6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.pb-lg-6 {
  padding-bottom: 5rem;
}

.topbar {
  background: linear-gradient(90deg, var(--brand-blue-dark), var(--brand-blue));
  color: var(--brand-white);
}

.topbar-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--brand-white);
  font-size: 0.95rem;
}

.topbar-link:hover,
.social-links a:hover {
  color: rgba(255, 255, 255, 0.84);
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: var(--brand-white);
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.social-links a:hover {
  transform: translateY(-2px);
  background-color: rgba(255, 255, 255, 0.08);
}

.main-navbar {
  background-color: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(23, 48, 71, 0.08);
}

.navbar-brand img {
  height: 72px;
  width: auto;
}

.navbar-nav .nav-link {
  color: var(--brand-text);
  font-weight: 600;
  padding: 0.85rem 1rem;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover,
.navbar-nav .show > .nav-link {
  color: var(--brand-blue);
}

.dropdown-menu {
  border: 1px solid var(--brand-border);
  border-radius: 1rem;
  box-shadow: 0 20px 40px rgba(23, 48, 71, 0.08);
  padding: 0.75rem;
}

.dropdown-item {
  border-radius: 0.75rem;
  font-weight: 600;
  padding: 0.7rem 0.9rem;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--brand-blue-soft);
  color: var(--brand-blue-dark);
}

.btn-brand {
  background-color: var(--brand-yellow);
  border-color: var(--brand-yellow);
  color: var(--brand-text);
  font-weight: 700;
  padding: 0.85rem 1.5rem;
  border-radius: 999px;
}

.btn-brand:hover,
.btn-brand:focus {
  background-color: #ffca38;
  border-color: #ffca38;
  color: var(--brand-text);
}

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

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.05) brightness(1.08) contrast(1.02);
}

.hero-video-placeholder {
  width: 100%;
  height: 100%;
  background:
    linear-gradient(125deg, rgba(14, 95, 147, 0.58), rgba(20, 119, 184, 0.36)),
    radial-gradient(circle at top left, rgba(245, 180, 0, 0.18), transparent 28%),
    url("../../images/Logo.jpg") center 20% / cover no-repeat;
  filter: saturate(0.85);
  transform: scale(1.03);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(8, 35, 58, 0.54) 0%, rgba(8, 35, 58, 0.34) 45%, rgba(8, 35, 58, 0.12) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.hero-brand-stage {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}

.hero-brand-logo {
  width: min(100%, 560px);
  height: auto;
  filter: drop-shadow(0 22px 45px rgba(8, 35, 58, 0.22));
}

.hero-section-inner .min-vh-100 {
  min-height: 76vh !important;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-title {
  font-weight: 700;
  line-height: 1.05;
}

.hero-text {
  max-width: 38rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.1rem;
}

.intro-section,
.services-section {
  background-color: var(--brand-white);
}

.intro-vehicle-image {
  display: block;
  width: 100%;
  margin-top: 1.5rem;
  border-radius: 1.5rem;
}

.section-tag {
  color: var(--brand-blue);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.08;
  margin-bottom: 0;
}

.section-copy {
  color: var(--brand-muted);
  font-size: 1.08rem;
  line-height: 1.75;
}
.section-copy li {
  color: var(--brand-muted);
  font-size: 1.08rem;
  line-height: 1.75;
}
.target-group-row {
  align-items: stretch;
}

.target-group-card {
  height: 100%;
  padding: 1.35rem 1.4rem;
  border-left: 4px solid var(--brand-yellow);
  border-radius: 1.15rem;
  background: linear-gradient(180deg, rgba(233, 245, 252, 0.8) 0%, rgba(255, 255, 255, 1) 100%);
  box-shadow: 0 14px 32px rgba(23, 48, 71, 0.05);
}

.target-group-label {
  display: inline-block;
  margin-bottom: 0.55rem;
  color: var(--brand-blue-dark);
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.target-group-copy {
  color: var(--brand-muted);
  line-height: 1.7;
}

.service-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 2rem;
  border: 1px solid var(--brand-border);
  border-radius: 1.5rem;
  background:
    linear-gradient(180deg, rgba(233, 245, 252, 0.55) 0%, rgba(255, 255, 255, 1) 100%);
  box-shadow: 0 16px 40px rgba(23, 48, 71, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(20, 119, 184, 0.25);
  box-shadow: 0 26px 50px rgba(23, 48, 71, 0.12);
}

.service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin-bottom: 1.4rem;
  border-radius: 1.15rem;
  background: linear-gradient(135deg, var(--brand-blue), var(--brand-blue-dark));
  color: var(--brand-white);
  font-size: 1.4rem;
}

.service-card h3 {
  font-size: 1.55rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}

.service-meta {
  display: inline-block;
  margin-bottom: 0.7rem;
  color: var(--brand-blue-dark);
  font-family: "Barlow", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.service-card p {
  color: var(--brand-muted);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.service-link {
  margin-top: auto;
  color: var(--brand-blue);
  font-weight: 700;
}

.service-detail-section {
  background-color: var(--brand-white);
}

.detail-card {
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border-radius: 1.5rem;
  border: 1px solid var(--brand-border);
  background-color: var(--brand-white);
  box-shadow: 0 16px 40px rgba(23, 48, 71, 0.06);
}

.detail-card-accent {
  background: linear-gradient(160deg, var(--brand-blue-dark), var(--brand-blue));
  color: var(--brand-white);
}

.detail-card h3 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
}

.detail-card-accent h3 {
  color: var(--brand-white);
}

.detail-copy-light {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.05rem;
  line-height: 1.8;
}

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

.detail-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
}

.detail-card:not(.detail-card-accent) .detail-list li {
  color: var(--brand-muted);
}

.detail-list li + li {
  margin-top: 0.9rem;
}

.detail-list li::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  flex: 0 0 0.7rem;
  margin-top: 0.45rem;
  border-radius: 50%;
  background-color: var(--brand-yellow);
}

.detail-list-dark li {
  color: var(--brand-muted);
}

.cta-panel {
  padding: clamp(1.75rem, 4vw, 3rem);
  border-radius: 2rem;
  background: linear-gradient(145deg, #0f2437, var(--brand-blue-dark));
  box-shadow: var(--shadow-soft);
}

.section-tag-light {
  color: rgba(255, 255, 255, 0.82);
}

.cta-copy {
  max-width: 48rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
  line-height: 1.75;
}

.about-section {
  background-color: var(--brand-white);
}

.about-photo-card {
  overflow: hidden;
  border-radius: 1.75rem;
  background-color: var(--brand-white);
  box-shadow: var(--shadow-soft);
}

.about-photo {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center top;
}

.about-story {
  height: 100%;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border: 1px solid var(--brand-border);
  border-radius: 1.75rem;
  background:
    linear-gradient(180deg, rgba(233, 245, 252, 0.5) 0%, rgba(255, 255, 255, 1) 100%);
  box-shadow: 0 16px 40px rgba(23, 48, 71, 0.05);
}

.about-story p + p {
  margin-top: 1.1rem;
}

.about-quote {
  padding: 1.35rem 1.5rem;
  border-left: 4px solid var(--brand-yellow);
  border-radius: 1rem;
  background-color: rgba(20, 119, 184, 0.06);
}

.about-quote p {
  color: var(--brand-blue-dark);
  font-family: "Barlow", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.6;
}

.about-facts {
  background:
    linear-gradient(180deg, rgba(233, 245, 252, 0.45) 0%, rgba(255, 255, 255, 1) 100%);
}

.about-vehicle-band {
  overflow: hidden;
  border-radius: 1.75rem;
  background-color: var(--brand-white);
  box-shadow: var(--shadow-soft);
}

.about-vehicle-media {
  overflow: hidden;
  border-radius: 1.25rem;
  height: 100%;
}

.about-vehicle-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  max-height: 430px;
  object-fit: cover;
  object-position: center;
  border: thin solid var(--brand-white);
  border-radius: 1.25rem;
}

@media (min-width: 1200px) {
  .about-vehicle-band {
    display: flex;
    align-items: center;
    padding: 1rem;
  }

  .about-vehicle-media {
    width: 100%;
  }

  .about-vehicle-image {
    height: auto;
    min-height: 0;
    max-height: none;
    object-fit: initial;
  }
}

.fact-card {
  height: 100%;
  padding: 1.6rem;
  border: 1px solid var(--brand-border);
  border-radius: 1.5rem;
  background-color: var(--brand-white);
  box-shadow: 0 14px 30px rgba(23, 48, 71, 0.05);
}

.fact-value {
  display: block;
  margin-bottom: 0.6rem;
  color: var(--brand-blue-dark);
  font-family: "Barlow", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
}

.fact-copy {
  color: var(--brand-muted);
  line-height: 1.7;
}

.contact-form .form-label {
  margin-bottom: 0.5rem;
  color: var(--brand-text);
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.contact-input {
  padding: 0.9rem 1rem;
  border: 1px solid rgba(20, 119, 184, 0.2);
  border-radius: 1rem;
  color: var(--brand-text);
  box-shadow: none;
}

.contact-input:focus {
  border-color: rgba(20, 119, 184, 0.48);
  box-shadow: 0 0 0 0.2rem rgba(20, 119, 184, 0.12);
}

.form-note {
  margin-top: 0.45rem;
  color: var(--brand-muted);
  font-size: 0.92rem;
}

.contact-alert {
  margin-top: 1.5rem;
  border-radius: 1rem;
}

.honeypot-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-info-list {
  display: grid;
  gap: 1rem;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 0.95rem;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.7;
}

.contact-info-item i {
  color: var(--brand-yellow);
  font-size: 1.1rem;
  margin-top: 0.18rem;
}

.contact-info-item a {
  color: rgba(255, 255, 255, 0.92);
}

.contact-info-item a:hover {
  color: var(--brand-white);
}

.request-grid {
  display: grid;
  gap: 0.95rem;
}

.request-group {
  padding: 1.15rem 1.2rem;
  border: 1px solid rgba(20, 119, 184, 0.16);
  border-radius: 1rem;
  background-color: rgba(233, 245, 252, 0.45);
}

.request-group .form-check {
  margin: 0;
}

.request-group .form-check + .form-check {
  margin-top: 0.85rem;
}

.request-group .form-check-input {
  margin-top: 0.28rem;
  border-color: rgba(20, 119, 184, 0.38);
}

.request-group .form-check-input:checked {
  background-color: var(--brand-blue);
  border-color: var(--brand-blue);
}

.request-group .form-check-label {
  color: var(--brand-text);
  line-height: 1.6;
}

.legal-section {
  background:
    linear-gradient(180deg, rgba(233, 245, 252, 0.38) 0%, rgba(255, 255, 255, 1) 100%);
}

.legal-card {
  padding: clamp(1.6rem, 3vw, 2.6rem);
  border: 1px solid var(--brand-border);
  border-radius: 1.75rem;
  background-color: var(--brand-white);
  box-shadow: 0 16px 40px rgba(23, 48, 71, 0.06);
}

.legal-note {
  padding: 1rem 1.2rem;
  border-left: 4px solid var(--brand-yellow);
  border-radius: 1rem;
  background-color: rgba(20, 119, 184, 0.06);
  color: var(--brand-blue-dark);
  font-weight: 600;
  line-height: 1.7;
}

.legal-block + .legal-block {
  margin-top: 2rem;
}

.privacy-page .legal-block + .legal-block {
  margin-top: 2.8rem;
}

.legal-block h2 {
  margin-bottom: 0.9rem;
  font-size: clamp(1.45rem, 2.3vw, 2rem);
  font-weight: 700;
}

.legal-block p,
.legal-block address {
  margin-bottom: 0;
  color: var(--brand-muted);
  font-size: 1.05rem;
  line-height: 1.8;
}

.legal-block p + p {
  margin-top: 1rem;
}

.legal-address {
  font-style: normal;
}

.legal-list {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--brand-muted);
}

.legal-list li + li {
  margin-top: 0.7rem;
}

.site-footer {
  background-color: #0f2437;
  color: rgba(255, 255, 255, 0.86);
}

.footer-logo {
  width: min(160px, 100%);
  padding: 0.45rem;
  background-color: var(--brand-white);
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.footer-title {
  color: var(--brand-white);
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.footer-copy,
.footer-list li,
.footer-bottom {
  color: rgba(255, 255, 255, 0.72);
}

.footer-list li + li {
  margin-top: 0.7rem;
}

.footer-list a:hover {
  color: var(--brand-yellow);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.comparison-section {
  background:
    linear-gradient(180deg, rgba(233, 245, 252, 0.55) 0%, rgba(255, 255, 255, 1) 45%);
}

.comparison-card {
  padding: clamp(1rem, 3vw, 1.5rem);
  border-radius: 2rem;
  background-color: var(--brand-white);
  border: 1px solid var(--brand-border);
  box-shadow: var(--shadow-soft);
}

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

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

.comparison-slider {
  --position: 50%;
  position: relative;
  height: clamp(260px, 30vw, 420px);
  overflow: hidden;
  border-radius: 1.5rem;
  background-color: #dcecf6;
}

.comparison-pane {
  position: absolute;
  inset: 0;
}

.comparison-media {
  position: relative;
  width: 100%;
  height: 100%;
}

.comparison-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 29, 45, 0.04) 0%, rgba(9, 29, 45, 0.18) 100%);
  pointer-events: none;
}

.comparison-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.comparison-pane-before {
  width: var(--position);
  overflow: hidden;
  z-index: 2;
}

.comparison-placeholder {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: clamp(1.25rem, 3vw, 2rem);
}

.comparison-placeholder::before {
  content: "";
  position: absolute;
  inset: 0;
}

.comparison-placeholder-before {
  background:
    linear-gradient(180deg, rgba(34, 53, 68, 0.1), rgba(34, 53, 68, 0.78)),
    linear-gradient(135deg, #9ba8b3 0%, #596775 100%);
}

.comparison-placeholder-before::before {
  background:
    radial-gradient(circle at 15% 22%, rgba(255, 255, 255, 0.3) 0 9%, transparent 10%),
    radial-gradient(circle at 32% 48%, rgba(255, 255, 255, 0.2) 0 11%, transparent 12%),
    radial-gradient(circle at 78% 28%, rgba(255, 255, 255, 0.18) 0 8%, transparent 9%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0 2%, transparent 2% 22%, rgba(255, 255, 255, 0.2) 22% 24%, transparent 24% 100%);
  mix-blend-mode: screen;
}

.comparison-placeholder-after {
  background:
    linear-gradient(180deg, rgba(20, 119, 184, 0.12), rgba(20, 119, 184, 0.72)),
    linear-gradient(135deg, #f6fbff 0%, #8cc9eb 100%);
}

.comparison-placeholder-after::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.42) 0 2%, transparent 2% 22%, rgba(255, 255, 255, 0.36) 22% 24%, transparent 24% 100%),
    radial-gradient(circle at 25% 18%, rgba(255, 255, 255, 0.54) 0 6%, transparent 7%),
    radial-gradient(circle at 74% 34%, rgba(255, 255, 255, 0.5) 0 7%, transparent 8%);
}

.comparison-badge,
.comparison-copy {
  position: relative;
  z-index: 1;
}

.comparison-badge {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  font-family: "Barlow", sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.comparison-pane-before .comparison-badge {
  color: var(--brand-white);
  background-color: rgba(15, 36, 55, 0.8);
}

.comparison-pane-after .comparison-badge {
  color: var(--brand-text);
  background-color: rgba(255, 255, 255, 0.8);
}

.comparison-copy {
  max-width: 26rem;
  color: var(--brand-white);
}

.comparison-pane-after .comparison-copy {
  color: #133047;
}

.comparison-copy h3 {
  margin-bottom: 0.5rem;
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 700;
}

.comparison-copy p {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.7;
}

.comparison-item-title {
  margin: 1.1rem 0 0.35rem;
  font-size: 1.2rem;
  font-weight: 700;
}

.comparison-item-copy {
  margin-bottom: 0;
  color: var(--brand-muted);
  line-height: 1.7;
}

.comparison-divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--position);
  width: 2px;
  background-color: rgba(255, 255, 255, 0.92);
  transform: translateX(-50%);
  z-index: 3;
  box-shadow: 0 0 0 1px rgba(19, 48, 71, 0.12);
}

.comparison-handle {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  background-color: var(--brand-white);
  color: var(--brand-blue);
  font-size: 1.1rem;
  box-shadow: 0 12px 30px rgba(15, 36, 55, 0.2);
  transform: translate(-50%, -50%);
}

.comparison-range {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: ew-resize;
  z-index: 4;
}

@media (min-width: 1600px) {
  .comparison-grid,
  .comparison-grid-dense {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .comparison-grid .comparison-slider,
  .comparison-grid-dense .comparison-slider {
    height: clamp(260px, 24vw, 400px);
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .comparison-grid,
  .comparison-grid-dense {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1199.98px) {
  .navbar-nav {
    padding: 1rem 0 0.5rem;
  }

  .navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 991.98px) {
  .navbar-brand img {
    height: 60px;
  }

  .hero-section .min-vh-100 {
    min-height: auto !important;
  }

  .hero-section {
    padding: 5rem 0;
  }

  .hero-section-inner .min-vh-100 {
    min-height: auto !important;
  }

  .hero-brand-stage {
    justify-content: flex-start;
  }

  .hero-brand-logo {
    width: min(320px, 70vw);
  }

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

  .comparison-grid-dense {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .service-card {
    padding: 1.5rem;
  }

  .hero-brand-logo {
    width: min(260px, 78vw);
  }

  .about-photo {
    min-height: 420px;
  }

  .comparison-card {
    border-radius: 1.5rem;
  }

  .comparison-slider {
    height: 360px;
  }

  .comparison-handle {
    width: 3.15rem;
    height: 3.15rem;
  }
}
