:root {
  --primary: #334155;
  --secondary: #3570d4;
  --accent: #3570d4;
  /* Soft bands for alternating sections (reads calm / corporate on tinted page) */
  --bg: #e2e8f1;
  --text: #0f172a;
  --muted: #475569;
  --white: #ffffff;
  --border: #cbd5e1;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: var(--text);
  background-color: #e5eaf2;
  background-image: radial-gradient(
      ellipse 115% 65% at 12% -12%,
      rgba(53, 112, 212, 0.09),
      transparent 55%
    ),
    radial-gradient(ellipse 85% 50% at 98% 8%, rgba(100, 116, 139, 0.1), transparent 50%),
    radial-gradient(ellipse 90% 45% at 50% 108%, rgba(203, 213, 225, 0.32), transparent 58%),
    linear-gradient(168deg, #f7f9fc 0%, #eef2f8 42%, #e6eaf1 78%, #dfe5ef 100%);
  line-height: 1.7;
  transition: opacity 0.2s ease;
}

body.lang-switching {
  opacity: 0.92;
}

.container {
  width: min(1100px, 92%);
  margin: 0 auto;
}

header.site-header,
.navbar {
  transition: background-color 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: transparent;
  border-bottom: none;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.site-header.navbar-scrolled {
  background-color: #ffffff !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(148, 163, 184, 0.2);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.nav-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
}
.site-header .brand-name,
.site-header .brand-motto {
  color: #ffffff;
  transition: color 0.32s ease;
}

.site-header .main-nav a:not(.btn) {
  color: #ffffff;
}

.site-header .main-nav a:not(.btn):hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
}

.site-header .main-nav a:not(.btn).active {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.2);
  font-weight: 600;
}

.site-header .lang-btn {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.42);
}

.site-header .lang-btn.is-active {
  color: #0f172a;
  background: #ffffff;
  border-color: #ffffff;
}

.site-header .menu-btn {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.45);
}

.site-header .main-nav .btn-primary {
  background: #ffb800;
  color: #0f172a;
  border: 1px solid #ffb800;
  box-shadow: 0 8px 18px rgba(255, 184, 0, 0.32);
}

.site-header .main-nav .btn-primary:hover {
  background: #e6a600;
  border-color: #e6a600;
  color: #0f172a;
}

.site-header.navbar-scrolled .brand-name {
  color: #1a22d9;
}

.site-header.navbar-scrolled .brand-motto {
  color: #334155;
}

.site-header.navbar-scrolled .main-nav a:not(.btn) {
  color: var(--text);
}

.site-header.navbar-scrolled .main-nav a:not(.btn):hover {
  color: var(--secondary);
  background: rgba(53, 112, 212, 0.1);
}

.site-header.navbar-scrolled .main-nav a:not(.btn).active {
  color: var(--secondary);
  background: rgba(53, 112, 212, 0.14);
}

.site-header.navbar-scrolled .lang-btn {
  color: #334155;
  background: #ffffff;
  border-color: #d4deee;
}

.site-header.navbar-scrolled .lang-btn.is-active {
  color: #244f99;
  background: #eaf1fe;
  border-color: #bcd0f2;
}

.site-header.navbar-scrolled .menu-btn {
  color: var(--text);
  background: var(--white);
  border-color: var(--border);
}

.logo {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
}

.logo img {
  height: 58px;
  width: auto;
  display: block;
  object-fit: contain;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.brand-name {
  font-family: "Inter", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #1a22d9;
}

.brand-motto {
  font-family: "Inter", sans-serif;
  font-size: 0.86rem;
  font-style: italic;
  color: #334155;
  margin-top: 0.14rem;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.main-nav a {
  color: var(--text);
  text-decoration: none;
  font-weight: 500;
  padding: 0.35rem 0.6rem;
  border-radius: 0.55rem;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.main-nav a:hover {
  color: var(--secondary);
  background: rgba(53, 112, 212, 0.1);
}

.main-nav a.active {
  color: var(--secondary);
  background: rgba(53, 112, 212, 0.14);
  font-weight: 600;
}

.menu-btn {
  display: none;
  border: 1px solid var(--border);
  padding: 0.45rem 0.7rem;
  border-radius: 0.5rem;
  background: var(--white);
}

.hero {
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)),
    url("assets/gallery/hero-logistik-natural.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 160px 20px 4.5rem;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  width: 100%;
}

.hero-content h1 {
  max-width: 700px;
  color: #ffffff;
}

.hero-badge {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.hero-lead,
.hero .lead {
  color: #ffffff;
  max-width: 42ch;
  margin-left: 0;
  margin-right: 0;
}

.hero-actions {
  justify-content: flex-start;
}

.hero .btn-primary {
  background: #ffb800;
  color: #0f172a;
  border: 1px solid #ffb800;
  box-shadow: 0 10px 24px rgba(255, 184, 0, 0.38);
}

.hero .btn-primary:hover {
  background: #e6a600;
  border-color: #e6a600;
  color: #0f172a;
  box-shadow: 0 12px 28px rgba(230, 166, 0, 0.42);
  transform: translateY(-1px);
}

.hero .btn-outline {
  border: 2px solid #ffffff;
  color: #ffffff;
  background: transparent;
}

.hero .btn-outline:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #ffffff;
  color: #ffffff;
}

.badge {
  display: inline-block;
  margin: 0 0 1rem;
  color: var(--secondary);
  background: #e8eeff;
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
  font-weight: 600;
  font-size: 0.85rem;
}

h1,
h2,
h3 {
  line-height: 1.2;
  margin-top: 0;
  letter-spacing: -0.02em;
}

h1 {
  font-size: clamp(1.75rem, 3.5vw, 2.7rem);
  font-weight: 800;
  line-height: 1.14;
  margin-bottom: 1rem;
}

h2 {
  font-size: clamp(1.65rem, 3vw, 2.4rem);
  font-weight: 700;
  margin-bottom: 1rem;
}

#about h2,
#advantages h2,
#services h2,
#activities h2 {
  text-align: center;
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}

#about h2::after,
#advantages h2::after,
#services h2::after,
#activities h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 88px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #b8cef2 0%, #6695dd 55%, #3570d4 100%);
  opacity: 0.95;
}

.lead {
  color: var(--muted);
  max-width: 60ch;
  font-size: clamp(1.02rem, 1.6vw, 1.18rem);
  line-height: 1.9;
}

.actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 1.3rem;
}

.btn {
  border: none;
  border-radius: 0.7rem;
  padding: 0.7rem 1rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.28s ease, color 0.28s ease, border-color 0.28s ease,
    box-shadow 0.28s ease, transform 0.2s ease;
}

.main-nav .btn {
  padding: 0.56rem 0.82rem;
  font-size: 0.94rem;
  border-radius: 0.62rem;
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-left: 0.2rem;
  margin-right: 0.15rem;
}

.lang-btn {
  border: 1px solid #d4deee;
  background: #ffffff;
  color: #334155;
  border-radius: 999px;
  padding: 0.28rem 0.55rem;
  font: inherit;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
}

.lang-btn.is-active {
  color: #244f99;
  background: #eaf1fe;
  border-color: #bcd0f2;
}

.btn-primary {
  background: #3570d4;
  color: var(--white);
  box-shadow: 0 8px 18px rgba(53, 112, 212, 0.28);
}

.btn-primary:hover {
  background: #2b5fb3;
  box-shadow: 0 10px 22px rgba(43, 95, 179, 0.34);
  transform: translateY(-1px);
}

.btn-outline {
  border: 1px solid var(--secondary);
  color: var(--secondary);
  background: transparent;
}

.btn-outline:hover {
  background: rgba(53, 112, 212, 0.1);
  border-color: #2b5fb3;
  color: #2b5fb3;
}

.hero-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 1rem;
  padding: 1.1rem 1.2rem;
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.06);
}

.hero-card ul {
  margin: 0.7rem 0 0;
  padding-left: 1.2rem;
}

.section {
  padding: 5.25rem 0;
}

#activities,
#coverage {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

main section.scroll-reveal {
  opacity: 0;
  transform: translateY(24px);
}

main section.scroll-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.section-soft {
  background: linear-gradient(180deg, #e8ecf4 0%, var(--bg) 48%, #dde4ef 100%);
}

.cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.advantages-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.3rem;
  margin-top: 1.2rem;
}

.adv-card {
  background: var(--white);
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 0.95rem;
  padding: 1.3rem 1.15rem;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  position: relative;
  overflow: hidden;
}

.adv-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #b8cef2 0%, #6695dd 55%, #3570d4 100%);
  opacity: 0.75;
}

.adv-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.1);
  border-color: #e8e8e8;
}

.adv-icon {
  font-size: 1.32rem;
  color: #3570d4;
  width: 2.55rem;
  height: 2.55rem;
  border-radius: 0.8rem;
  display: inline-grid;
  place-items: center;
  background: linear-gradient(135deg, #edf3ff 0%, #dfe9fb 100%);
  border: 1px solid #d0ddf5;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
  margin-bottom: 0.9rem;
}

.adv-card h3 {
  font-size: 1.06rem;
  margin-bottom: 0.4rem;
}

.adv-card p {
  margin: 0;
  line-height: 1.75;
  color: var(--muted);
}

.issuer-highlight {
  color: #1e3a8a;
  font-weight: 800;
}

.advantages-grid.is-animated .adv-card {
  opacity: 0;
  transform: translateY(18px);
}

.advantages-grid.is-animated .adv-card.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.55s ease, transform 0.55s ease, box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.card {
  background: var(--white);
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 0.9rem;
  padding: 1.35rem;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  position: relative;
  overflow: hidden;
}

.card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #b8cef2 0%, #6695dd 55%, #3570d4 100%);
  opacity: 0.75;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.1);
  border-color: #e8e8e8;
}

.cards.is-animated .card {
  opacity: 0;
  transform: translateY(18px);
}

.cards.is-animated .card.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.55s ease, transform 0.55s ease, box-shadow 0.25s ease,
    border-color 0.25s ease;
}

p {
  line-height: 1.9;
  margin-bottom: 1rem;
}

#about > .container > p,
#advantages > .container > p,
#services > .container > p,
#activities > .container > p {
  max-width: 740px;
  margin: 0 auto 2rem;
  text-align: center;
  color: var(--muted);
}

#about > .container > p {
  max-width: 800px;
}

#advantages > .container > p {
  font-size: 18px;
  color: #334155;
  margin-bottom: 32px;
}

.coverage-box {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.coverage-box span {
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 0.45rem 0.9rem;
  font-weight: 500;
}

.quote-form {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.92) 0%, #f0f4fa 100%);
  border: 1px solid rgba(203, 213, 225, 0.65);
  border-radius: 1rem;
  padding: 1.5rem;
}

.quote-form label {
  display: grid;
  gap: 0.4rem;
  font-weight: 500;
  grid-column: span 2;
}

.quote-form label:nth-child(-n + 4) {
  grid-column: span 1;
}

.quote-form input,
.quote-form textarea,
.quote-form select {
  border: 1px solid #cbd5e1;
  border-radius: 0.65rem;
  padding: 0.9rem 1rem;
  font: inherit;
}

.quote-form button {
  grid-column: span 2;
}

.quote-modal {
  position: fixed;
  inset: 0;
  z-index: 130;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  background: rgba(2, 6, 23, 0.55);
}

.quote-modal.open {
  display: flex;
}

.quote-modal-box {
  width: min(420px, 100%);
  background: #ffffff;
  border-radius: 14px;
  padding: 1.5rem 1.35rem;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.2);
  text-align: center;
}

.quote-modal-box p {
  margin: 0 0 1.25rem;
  color: var(--text);
  line-height: 1.6;
}

.quote-modal-close {
  min-width: 120px;
}

.activity-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
  align-items: stretch;
}

.activity-item {
  margin: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.9);
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.07);
  background: #fbfcfe;
  cursor: zoom-in;
}

.activity-item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  flex-shrink: 0;
  transition: transform 0.35s ease;
}

.activity-item figcaption {
  margin: 0;
  padding: 0.8rem 0.9rem 1rem;
  font-size: 0.84rem;
  line-height: 1.55;
  color: var(--muted);
  border-top: 1px solid rgba(226, 232, 240, 0.85);
  flex: 1 1 auto;
  overflow-wrap: anywhere;
}

.activity-item:hover img {
  transform: scale(1.06);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 120;
  background: rgba(2, 6, 23, 0.82);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 4rem;
}

.lightbox.open {
  display: flex;
}

.lightbox-content {
  margin: 0;
  max-width: min(980px, 100%);
  max-height: 85vh;
}

.lightbox-content figcaption {
  margin: 0.85rem 0 0;
  color: #e2e8f0;
  font-size: 0.92rem;
  line-height: 1.55;
  text-align: center;
  max-width: 52rem;
  margin-inline: auto;
}

.lightbox-content img {
  width: 100%;
  max-height: 85vh;
  object-fit: contain;
  border-radius: 12px;
  border: 1px solid rgba(226, 232, 240, 0.3);
  box-shadow: 0 22px 44px rgba(2, 6, 23, 0.35);
}

.lightbox-close,
.lightbox-nav {
  position: absolute;
  border: 1px solid rgba(226, 232, 240, 0.35);
  color: #e2e8f0;
  background: rgba(15, 23, 42, 0.6);
  border-radius: 999px;
  cursor: pointer;
}

.lightbox-close {
  top: 18px;
  right: 18px;
  width: 40px;
  height: 40px;
  font-size: 1.5rem;
  line-height: 1;
}

.lightbox-nav {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  top: 50%;
  transform: translateY(-50%);
}

.lightbox-prev {
  left: 14px;
}

.lightbox-next {
  right: 14px;
}

.lightbox-close:hover,
.lightbox-nav:hover {
  background: rgba(53, 112, 212, 0.5);
  border-color: rgba(226, 232, 240, 0.7);
}

@media (max-width: 1100px) {
  .activity-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

button,
input,
select,
textarea {
  font-family: "Inter", sans-serif;
}

.site-footer {
  background: #0f172a;
  color: #ffffff;
  padding: 3rem 0;
}

.final-cta {
  background: #102a56;
  padding: 80px 0;
  text-align: center;
}

.final-cta h2 {
  color: #ffffff;
  font-size: clamp(2rem, 3.4vw, 2.8rem);
  margin-bottom: 1rem;
}

.final-cta p {
  color: #dbe3ee;
  max-width: 760px;
  margin: 0 auto 2rem;
  font-size: 1.06rem;
}

.final-cta-btn {
  display: inline-block;
  padding: 0.95rem 1.7rem;
  border-radius: 0.8rem;
  background: #facc15;
  color: #1f2937;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(250, 204, 21, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.final-cta-btn:hover {
  background: #fbbf24;
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(251, 191, 36, 0.38);
}

.site-footer a {
  color: #ffffff;
  text-decoration: none;
}

.site-footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer-links {
  display: flex;
  gap: 0.95rem;
  flex-wrap: wrap;
  margin-top: 0.35rem;
}

.footer-social-title {
  margin: 1rem 0 0;
  color: #ffffff;
  font-weight: 600;
}

.footer-links a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.32rem 0.62rem;
  border-radius: 999px;
  border: 1px solid rgba(199, 210, 254, 0.5);
  background: rgba(53, 112, 212, 0.18);
  font-size: 0.86rem;
  transition: background-color 0.22s ease, color 0.22s ease, border-color 0.22s ease,
    transform 0.18s ease;
}

.footer-links a:hover {
  color: #ffffff;
  background: rgba(53, 112, 212, 0.42);
  border-color: rgba(224, 231, 255, 0.95);
  transform: translateY(-1px);
}

.site-footer .small {
  margin-top: 1rem;
  opacity: 0.8;
  font-size: 0.9rem;
  color: #cbd5e1;
}

@media (max-width: 860px) {
  .container {
    width: min(1100px, 94%);
  }

  .nav-wrap {
    min-height: 70px;
  }

  .logo img {
    height: 42px;
  }

  .brand-text {
    display: none;
  }

  .menu-btn {
    display: inline-block;
  }

  .main-nav {
    display: none;
    position: absolute;
    right: 3%;
    left: 3%;
    top: 74px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 0.8rem;
    padding: 0.85rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.1);
  }

  .lang-switch {
    margin: 0.2rem 0;
    width: 100%;
    justify-content: flex-start;
  }

  .lang-btn {
    min-width: 52px;
    text-align: center;
  }

  .main-nav.open {
    display: flex;
  }

  .hero {
    min-height: 55vh;
  }

  .hero-container {
    padding: 7.5rem 20px 3rem;
  }

  .hero-content h1 {
    max-width: 100%;
  }

  .hero-lead {
    font-size: 1rem;
    line-height: 1.75;
  }

  h1 {
    font-size: clamp(1.6rem, 7vw, 2.2rem);
    line-height: 1.2;
    margin-bottom: 0.9rem;
  }

  .actions {
    gap: 0.6rem;
  }

  .actions .btn {
    width: 100%;
    text-align: center;
  }


  .cards {
    grid-template-columns: 1fr;
  }

  .activity-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quote-form {
    grid-template-columns: 1fr;
    padding: 1.2rem;
  }

  .quote-form label,
  .quote-form label:nth-child(-n + 4),
  .quote-form button {
    grid-column: span 1;
  }

  .advantages-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section {
    padding: 3.75rem 0;
  }

  #activities,
  #coverage {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  /* Tall portfolio grid cannot hit scroll-reveal threshold on phones */
  #activities.scroll-reveal {
    opacity: 1;
    transform: none;
  }

  .final-cta {
    padding: 64px 0;
  }

  .final-cta h2 {
    font-size: clamp(1.65rem, 5vw, 2.2rem);
  }

  .final-cta p {
    font-size: 1rem;
    margin-bottom: 1.6rem;
  }
}

@media (max-width: 620px) {
  .container {
    width: 92%;
  }

  .menu-btn {
    padding: 0.42rem 0.62rem;
    font-size: 0.9rem;
  }

  .main-nav a {
    width: 100%;
  }

  .main-nav .btn {
    width: 100%;
    text-align: center;
  }

  .advantages-grid {
    grid-template-columns: 1fr;
  }

  .activity-grid {
    grid-template-columns: 1fr;
  }

  .lightbox {
    padding: 1rem 2.7rem;
  }

  .lightbox-close {
    top: 10px;
    right: 10px;
  }

  .lightbox-nav {
    width: 38px;
    height: 38px;
  }

  .lightbox-prev {
    left: 8px;
  }

  .lightbox-next {
    right: 8px;
  }

}

@media (max-width: 420px) {
  h1 {
    font-size: 1.55rem;
  }


  .quote-form {
    padding: 1rem;
  }

  .quote-form input,
  .quote-form textarea,
  .quote-form select {
    padding: 0.82rem 0.88rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  main section.scroll-reveal,
  main section.scroll-reveal.is-visible,
  .advantages-grid.is-animated .adv-card,
  .advantages-grid.is-animated .adv-card.is-visible,
  .cards.is-animated .card,
  .cards.is-animated .card.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
