/* Scooter Fix – eigenes Design passend zum Logo */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,600;0,9..40,700;0,9..40,800;1,9..40,400&display=swap');

:root {
  --sf-blue: #42a5f5;
  --sf-blue-light: #e3f2fd;
  --sf-blue-dark: #1e88e5;
  --sf-green: #76c043;
  --sf-green-dark: #5fa032;
  --sf-navy: #1a3d6e;
  --sf-navy-dark: #142d52;
  --white: #ffffff;
  --gray-50: #f7f9fc;
  --gray-100: #edf1f7;
  --gray-200: #d8e0eb;
  --gray-500: #6b7c93;
  --gray-800: #2a3548;
  --shadow-sm: 0 4px 16px rgba(26, 61, 110, 0.08);
  --shadow: 0 12px 40px rgba(26, 61, 110, 0.14);
  --radius: 12px;
  --radius-lg: 16px;
  --font: "DM Sans", "Segoe UI", system-ui, sans-serif;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--font);
  color: var(--gray-800);
  background: var(--white);
  line-height: 1.65;
  overflow-x: hidden;
}

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

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

.container {
  width: min(1180px, 92%);
  margin: 0 auto;
}

.text-scooter { color: var(--sf-blue); }
.text-fix { color: var(--sf-green); }

/* ── Top bar ── */
.top-bar {
  background: var(--sf-navy-dark);
  color: rgba(255,255,255,0.92);
  font-size: 0.82rem;
  padding: 0.55rem 0;
  border-bottom: 3px solid var(--sf-green);
}

.top-bar .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1.5rem;
}

.top-bar a { color: var(--sf-blue); transition: color 0.2s; }
.top-bar a:hover { color: var(--white); }

.top-bar__left,
.top-bar__right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
}

.top-bar__item {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.social-links { display: flex; gap: 0.5rem; }

.social-links a {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: rgba(255,255,255,0.08);
  display: grid;
  place-items: center;
  color: var(--sf-blue);
  transition: background 0.2s, color 0.2s;
}

.social-links a:hover {
  background: var(--sf-green);
  color: var(--white);
}

/* ── Header ── */
.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--white);
  border-bottom: 1px solid var(--gray-100);
  box-shadow: var(--shadow-sm);
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem 0;
  gap: 1.5rem;
}

.logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.logo img {
  height: auto;
  max-height: 100px;
  width: auto;
  max-width: min(340px, 38vw);
}

.nav {
  display: flex;
  align-items: center;
  gap: 0.15rem;
}

.nav a {
  color: var(--sf-navy);
  font-weight: 600;
  font-size: 0.88rem;
  padding: 0.5rem 0.85rem;
  border-radius: 8px;
  transition: color 0.2s, background 0.2s;
}

.nav a:hover { color: var(--sf-blue-dark); background: var(--sf-blue-light); }

.nav a.active {
  color: var(--sf-navy);
  background: var(--sf-blue-light);
  box-shadow: inset 0 -2px 0 var(--sf-green);
}

.nav-cta {
  background: var(--sf-green) !important;
  color: var(--white) !important;
  margin-left: 0.35rem;
  box-shadow: inset 0 -2px 0 transparent !important;
}

.nav-cta:hover {
  background: var(--sf-green-dark) !important;
  color: var(--white) !important;
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--sf-navy);
  margin: 5px 0;
}

/* ── Hero ── */
.hero {
  background:
    linear-gradient(135deg, var(--white) 0%, var(--sf-blue-light) 55%, rgba(118,192,67,0.12) 100%);
  padding: 4.5rem 0 4rem;
  position: relative;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  border: 28px solid rgba(118,192,67,0.18);
  pointer-events: none;
}

.hero .container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 3rem;
}

.hero-eyebrow {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--sf-navy);
  opacity: 0.7;
  margin-bottom: 1rem;
}

.hero h1 {
  font-size: clamp(2.4rem, 6vw, 3.8rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 0.75rem;
}

.hero-tagline {
  font-size: clamp(1.1rem, 2.5vw, 1.45rem);
  font-weight: 600;
  color: var(--sf-navy);
  margin-bottom: 1.25rem;
}

.hero-desc {
  font-size: 1.05rem;
  color: var(--gray-500);
  max-width: 520px;
  margin-bottom: 2rem;
}

.hero-buttons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  max-width: 480px;
}

.hero-buttons .btn {
  justify-content: center;
  text-align: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  font-size: 0.92rem;
  padding: 0.8rem 1.6rem;
  border-radius: var(--radius);
  border: none;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
  font-family: inherit;
}

.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow); }

.btn-green {
  background: var(--sf-green);
  color: var(--white);
}

.btn-green:hover { background: var(--sf-green-dark); }

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

.btn-blue:hover { background: var(--sf-blue-dark); }

.btn-outline {
  background: var(--white);
  color: var(--sf-navy);
  border: 2px solid var(--gray-200);
}

.btn-outline:hover {
  border-color: var(--sf-blue);
  color: var(--sf-blue-dark);
}

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

.hero-brand__frame {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 2.5rem 2rem;
  box-shadow: var(--shadow);
  border: 1px solid var(--gray-100);
  border-left: 5px solid var(--sf-navy);
  max-width: 420px;
  width: 100%;
}

.hero-brand__frame img {
  width: 100%;
  max-height: 180px;
  object-fit: contain;
}

.hero-brand__note {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 2px solid var(--gray-100);
  font-size: 0.88rem;
  color: var(--gray-500);
  text-align: center;
}

.hero-brand__note strong {
  display: block;
  color: var(--sf-navy);
  font-size: 1rem;
  margin-bottom: 0.2rem;
}

/* ── Benefits ── */
.benefits {
  background: var(--sf-navy);
  padding: 3rem 0;
  color: var(--white);
}

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

.benefit-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  transition: border-color 0.2s, background 0.2s;
}

.benefit-card:hover {
  background: rgba(255,255,255,0.1);
  border-color: var(--sf-green);
}

.benefit-icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: var(--sf-green);
  color: var(--white);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  font-weight: 800;
  font-size: 1.1rem;
}

.benefit-card h3 {
  font-size: 1rem;
  margin-bottom: 0.3rem;
  color: var(--sf-blue);
}

.benefit-card p {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.75);
}

/* ── Sections ── */
.section { padding: 4.5rem 0; }

.section--light { background: var(--gray-50); }

.section-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 3rem;
}

.section-header h2 {
  font-size: clamp(1.55rem, 3.2vw, 2.2rem);
  font-weight: 800;
  margin-bottom: 0.85rem;
  color: var(--sf-navy);
}

.section-header h2 em {
  color: var(--sf-blue);
  font-style: normal;
}

.section-header p {
  color: var(--gray-500);
  font-size: 1.02rem;
}

/* ── Services ── */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.service-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 2rem 1.75rem;
  border: 1px solid var(--gray-100);
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--sf-blue), var(--sf-green));
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: var(--sf-blue);
}

.service-card__icon-wrap {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--sf-navy);
  border: 4px solid var(--sf-green);
  display: grid;
  place-items: center;
  margin-bottom: 1.25rem;
  color: var(--white);
}

.service-card__icon-wrap svg {
  width: 26px;
  height: 26px;
}

.service-card h3 {
  font-size: 1.15rem;
  color: var(--sf-navy);
  margin-bottom: 0.5rem;
}

.service-card p {
  font-size: 0.92rem;
  color: var(--gray-500);
  line-height: 1.6;
}

/* ── Gallery ── */
.gallery-section { background: var(--white); }

.gallery-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.gallery-card--featured .ba-slider {
  aspect-ratio: 1248 / 832;
  min-height: 320px;
}

.gallery-card--static {
  max-width: 640px;
  margin: 0 auto;
  width: 100%;
}

.gallery-card__media {
  aspect-ratio: 1168 / 784;
  overflow: hidden;
  background: #f5f7fa;
}

.gallery-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gallery-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--gray-100);
  transition: box-shadow 0.25s;
}

.gallery-card:hover { box-shadow: var(--shadow); }

.ba-slider {
  position: relative;
  aspect-ratio: 1248 / 832;
  overflow: hidden;
  cursor: ew-resize;
  user-select: none;
  touch-action: none;
  -webkit-user-drag: none;
  background: #f5f7fa;
  container-type: inline-size;
  outline: none;
}

.ba-slider:focus-visible {
  box-shadow: inset 0 0 0 3px rgba(37, 99, 235, 0.45);
}

.ba-slider__img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  pointer-events: none;
}

.ba-slider__img--after { width: 100%; z-index: 1; }

.ba-slider__clip {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
  z-index: 2;
  will-change: width;
}

.ba-slider__img--before {
  width: 100cqw;
  max-width: none;
  z-index: 1;
}

.ba-slider__divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  transform: translateX(-50%);
  background: var(--white);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  z-index: 4;
  pointer-events: none;
}

.ba-slider__handle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--white);
  color: var(--sf-navy);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.ba-slider.is-dragging .ba-slider__handle {
  transform: translate(-50%, -50%) scale(1.08);
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.28);
}

.ba-slider:not(.is-dragging) .ba-slider__handle {
  animation: ba-handle-pulse 2.4s ease-in-out infinite;
}

@keyframes ba-handle-pulse {
  0%, 100% { box-shadow: 0 4px 18px rgba(0, 0, 0, 0.22); }
  50% { box-shadow: 0 4px 22px rgba(37, 99, 235, 0.35); }
}

.ba-slider__label {
  position: absolute;
  top: 0.65rem;
  z-index: 4;
  background: rgba(20, 45, 82, 0.82);
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.3rem 0.65rem;
  border-radius: 6px;
  pointer-events: none;
}

.ba-slider__label--before { left: 0.65rem; }
.ba-slider__label--after { right: 0.65rem; }

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

.ba-slider__hint {
  position: absolute;
  bottom: 0.6rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  background: rgba(20, 45, 82, 0.85);
  color: var(--white);
  font-size: 0.68rem;
  font-weight: 600;
  padding: 0.3rem 0.75rem;
  border-radius: 6px;
  pointer-events: none;
  white-space: nowrap;
  transition: opacity 0.25s;
}

.ba-slider.is-dragging .ba-slider__hint,
.ba-slider:focus .ba-slider__hint { opacity: 0; }

.gallery-card__body { padding: 1.25rem 1.5rem 1.5rem; }

.gallery-card__body h3 {
  font-size: 1.05rem;
  color: var(--sf-navy);
  margin-bottom: 0.35rem;
}

.gallery-card__body p {
  font-size: 0.88rem;
  color: var(--gray-500);
}

/* ── Gallery carousel ── */
.gallery-carousel {
  margin-bottom: 2.5rem;
}

.gallery-carousel__viewport {
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid var(--gray-100);
  box-shadow: var(--shadow-sm);
  background: var(--white);
  touch-action: pan-x pinch-zoom;
  cursor: grab;
  user-select: none;
}

.gallery-carousel__viewport:active,
.gallery-carousel__track.is-dragging {
  cursor: grabbing;
}

.gallery-carousel__track {
  display: flex;
  will-change: transform;
}

.gallery-carousel__slide {
  flex: 0 0 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #f5f7fa;
}

.gallery-carousel__slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  pointer-events: none;
  -webkit-user-drag: none;
}

.gallery-carousel__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}

.gallery-carousel__arrow {
  width: 40px;
  height: 40px;
  border: 1px solid var(--gray-200);
  border-radius: 50%;
  background: var(--white);
  color: var(--sf-navy);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
  flex-shrink: 0;
}

.gallery-carousel__arrow:hover:not(:disabled) {
  background: var(--sf-blue-light);
  border-color: var(--sf-blue);
  color: var(--sf-blue-dark);
}

.gallery-carousel__arrow:disabled {
  opacity: 0.35;
  cursor: default;
}

.gallery-carousel__dots {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.gallery-carousel__dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: var(--gray-200);
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}

.gallery-carousel__dot.is-active {
  background: var(--sf-green);
  transform: scale(1.2);
}

.gallery-carousel__hint {
  text-align: center;
  margin-top: 0.65rem;
  font-size: 0.82rem;
  color: var(--gray-500);
  letter-spacing: 0.02em;
}

.gallery-upload {
  background: var(--white);
  border: 1px solid var(--gray-100);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  box-shadow: var(--shadow-sm);
}

.gallery-upload__header h3 {
  color: var(--sf-navy);
  font-size: 1.15rem;
  margin-bottom: 0.35rem;
}

.gallery-upload__header p {
  color: var(--gray-500);
  font-size: 0.92rem;
  margin-bottom: 1.25rem;
}

.upload-dropzone {
  border: 2px dashed var(--gray-200);
  border-radius: var(--radius-lg);
  padding: 2rem 1.5rem;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  background: var(--gray-50);
}

.upload-dropzone:hover,
.upload-dropzone.is-dragover,
.upload-dropzone:focus-visible {
  border-color: var(--sf-blue);
  background: var(--sf-blue-light);
  outline: none;
}

.upload-dropzone__icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 0.75rem;
  border-radius: 50%;
  background: var(--sf-green);
  color: var(--white);
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 52px;
}

.upload-dropzone__title {
  font-weight: 700;
  color: var(--sf-navy);
  margin-bottom: 0.25rem;
}

.upload-dropzone__sub {
  font-size: 0.82rem;
  color: var(--gray-500);
}

.upload-status {
  margin-top: 1rem;
  font-size: 0.88rem;
  line-height: 1.55;
}

.upload-status a { color: var(--sf-blue-dark); }

.upload-status--info { color: var(--gray-500); }
.upload-status--ok { color: var(--sf-green-dark); font-weight: 600; }
.upload-status--error { color: #c62828; font-weight: 600; }

/* ── Offer ── */
.offer-section {
  background: var(--sf-blue-light);
  padding: 4rem 0;
}

.offer-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  border: 1px solid var(--gray-100);
  box-shadow: var(--shadow);
}

.offer-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 2.5rem;
}

.offer-box h2 {
  font-size: clamp(1.4rem, 2.8vw, 1.85rem);
  color: var(--sf-navy);
  margin-bottom: 0.85rem;
}

.offer-box h2 span { color: var(--sf-blue); }

.offer-box > div > p {
  color: var(--gray-500);
  margin-bottom: 1.25rem;
}

.offer-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}

.offer-points span {
  background: var(--gray-50);
  border: 1px solid var(--gray-200);
  color: var(--sf-navy);
  font-size: 0.78rem;
  font-weight: 600;
  padding: 0.35rem 0.8rem;
  border-radius: 6px;
}

.offer-action {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 1rem;
  text-align: center;
  padding-left: 2.5rem;
  border-left: 1px solid var(--gray-100);
}

.offer-action .btn {
  width: 100%;
  justify-content: center;
}

.offer-phone {
  color: var(--sf-blue-dark);
  font-weight: 700;
  font-size: 0.95rem;
}

.offer-phone:hover { text-decoration: underline; }

/* ── About ── */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.about-text p {
  color: var(--gray-500);
  margin-bottom: 1rem;
}

.about-text p strong { color: var(--sf-navy); }

.brand-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.25rem;
}

.brand-tags span {
  background: var(--white);
  color: var(--sf-navy);
  font-size: 0.78rem;
  font-weight: 600;
  padding: 0.35rem 0.8rem;
  border-radius: 6px;
  border: 1px solid var(--gray-200);
}

.about-visual {
  background: var(--sf-navy);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  color: var(--white);
  text-align: center;
  border-top: 5px solid var(--sf-green);
}

.about-visual .big-number {
  font-size: 3.5rem;
  font-weight: 800;
  color: var(--sf-blue);
  line-height: 1;
}

.about-visual h3 {
  font-size: 1.2rem;
  margin: 0.5rem 0 0.75rem;
  color: var(--sf-green);
}

.about-visual p {
  font-size: 0.9rem;
  opacity: 0.85;
}

/* ── FAQ ── */
.faq-list { max-width: 760px; margin: 0 auto; }

.faq-item { border-bottom: 1px solid var(--gray-100); }

.faq-question {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 1.15rem 0;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  color: var(--sf-navy);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.faq-question::after {
  content: "+";
  font-size: 1.3rem;
  color: var(--sf-green);
  flex-shrink: 0;
}

.faq-item.open .faq-question::after { transform: rotate(45deg); }

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
}

.faq-item.open .faq-answer {
  max-height: 300px;
  padding-bottom: 1.15rem;
}

.faq-answer p {
  color: var(--gray-500);
  font-size: 0.92rem;
}

/* ── Contact ── */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 2.5rem;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 1.35rem;
  border: 1px solid var(--gray-100);
  border-left: 4px solid var(--sf-blue);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.contact-card:hover {
  border-left-color: var(--sf-green);
  box-shadow: var(--shadow-sm);
}

.contact-card__icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: var(--sf-blue-light);
  color: var(--sf-navy);
  display: grid;
  place-items: center;
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 0.6rem;
}

.contact-card h3 {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--gray-500);
  margin-bottom: 0.3rem;
}

.contact-card a,
.contact-card p {
  font-size: 1rem;
  font-weight: 600;
  color: var(--sf-navy);
}

.contact-card a:hover { color: var(--sf-blue-dark); }

.contact-form-wrap {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 2rem;
  border: 1px solid var(--gray-100);
  box-shadow: var(--shadow-sm);
}

.contact-form-wrap h2 {
  font-size: 1.4rem;
  color: var(--sf-navy);
  margin-bottom: 0.4rem;
}

.contact-form-wrap > p {
  color: var(--gray-500);
  margin-bottom: 1.5rem;
  font-size: 0.92rem;
}

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

.form-group label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--sf-navy);
  margin-bottom: 0.35rem;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 0.7rem 0.9rem;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  font-family: inherit;
  font-size: 0.92rem;
  background: var(--gray-50);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--sf-blue);
  box-shadow: 0 0 0 3px rgba(66,165,245,0.15);
  background: var(--white);
}

.form-group textarea { resize: vertical; min-height: 110px; }

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.form-success {
  display: none;
  background: rgba(118,192,67,0.12);
  border: 1px solid var(--sf-green);
  color: var(--sf-green-dark);
  padding: 0.9rem;
  border-radius: var(--radius);
  margin-top: 1rem;
  font-weight: 600;
  font-size: 0.9rem;
}

.map-section { margin-top: 2.5rem; }

.map-wrap {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--gray-100);
  box-shadow: var(--shadow-sm);
}

.map-wrap iframe {
  display: block;
  width: 100%;
  height: 400px;
  border: 0;
}

.map-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: var(--gray-50);
  border-top: 1px solid var(--gray-100);
}

.map-actions p {
  color: var(--gray-500);
  font-size: 0.92rem;
  margin: 0;
}

.map-actions strong { color: var(--sf-navy); }

/* ── Footer ── */
.footer {
  background: var(--sf-navy-dark);
  color: rgba(255,255,255,0.8);
  padding: 3rem 0 1.25rem;
  border-top: 4px solid var(--sf-green);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}

.footer .logo img { height: 44px; margin-bottom: 0.85rem; }

.footer p { font-size: 0.88rem; line-height: 1.7; }

.footer h4 {
  color: var(--sf-blue);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.85rem;
}

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.footer-links a {
  font-size: 0.88rem;
  transition: color 0.2s;
}

.footer-links a:hover { color: var(--sf-green); }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.78rem;
}

.footer-bottom a:hover { color: var(--sf-green); }

/* ── Legal ── */
.legal-page {
  padding: 3.5rem 0 4.5rem;
  background: var(--gray-50);
  min-height: 55vh;
}

.legal-page .container { max-width: 760px; }

.legal-page h1 {
  font-size: 2rem;
  color: var(--sf-navy);
  margin-bottom: 0.4rem;
}

.legal-breadcrumb {
  font-size: 0.85rem;
  color: var(--gray-500);
  margin-bottom: 2rem;
}

.legal-breadcrumb a { color: var(--sf-blue-dark); }

.legal-content h2 {
  font-size: 1.15rem;
  color: var(--sf-navy);
  margin: 1.75rem 0 0.65rem;
}

.legal-content h3 {
  font-size: 0.95rem;
  color: var(--gray-500);
  margin: 1.25rem 0 0.45rem;
}

.legal-content p,
.legal-content address {
  color: var(--gray-500);
  margin-bottom: 0.7rem;
  font-size: 0.92rem;
  font-style: normal;
  line-height: 1.7;
}

.legal-content a { color: var(--sf-blue-dark); }

/* ── Animations ── */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

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

/* ── Mobile nav overlay ── */
.nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(20, 45, 82, 0.45);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  border: none;
  padding: 0;
  cursor: pointer;
}

.nav-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

body.nav-open { overflow: hidden; }

.menu-toggle.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.menu-toggle span {
  transition: transform 0.25s ease, opacity 0.25s ease;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .hero .container,
  .about-grid,
  .contact-grid,
  .offer-box {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .offer-content { padding-right: 0; }

  .offer-action {
    padding-left: 0;
    border-left: none;
    padding-top: 1.75rem;
    border-top: 1px solid var(--gray-100);
  }

  .hero-brand { order: -1; }
  .hero-brand__frame { max-width: 360px; margin: 0 auto; }

  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .container {
    width: min(1180px, 94%);
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
  }

  .top-bar {
    font-size: 0.76rem;
    padding: 0.5rem 0;
  }

  .top-bar .container {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 0.5rem;
  }

  .top-bar__left,
  .top-bar__right {
    justify-content: center;
    gap: 0.65rem 1rem;
  }

  .top-bar__item {
    justify-content: center;
    text-align: center;
  }

  .top-bar__right .top-bar__item:first-child { display: none; }

  .logo img {
    max-height: 64px;
    max-width: min(220px, 52vw);
  }

  .header .container {
    padding: 0.75rem 0;
    padding-top: calc(0.75rem + env(safe-area-inset-top));
  }

  .menu-toggle {
    display: block;
    z-index: 1001;
    margin-right: -0.25rem;
  }

  .nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: min(300px, 88vw);
    height: 100vh;
    height: 100dvh;
    background: var(--white);
    flex-direction: column;
    align-items: stretch;
    padding: calc(4.5rem + env(safe-area-inset-top)) 1.25rem calc(2rem + env(safe-area-inset-bottom));
    gap: 0.1rem;
    transition: right 0.3s ease;
    box-shadow: -6px 0 30px rgba(26,61,110,0.15);
    border-left: 4px solid var(--sf-green);
    z-index: 1000;
    overflow-y: auto;
  }

  .nav.open { right: 0; }

  .nav a {
    padding: 0.85rem 0.9rem;
    font-size: 0.95rem;
  }

  .nav-cta {
    margin-left: 0 !important;
    text-align: center;
    margin-top: 0.75rem;
    padding: 0.9rem 1rem !important;
  }

  .hero {
    padding: 2.5rem 0 2.75rem;
  }

  .hero::after {
    width: 200px;
    height: 200px;
    right: -60px;
    top: -60px;
    border-width: 18px;
  }

  .hero .container { gap: 2rem; }

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

  .hero-desc {
    max-width: none;
    font-size: 0.98rem;
    margin-bottom: 1.5rem;
  }

  .hero-buttons {
    grid-template-columns: 1fr;
    max-width: none;
  }

  .hero-buttons .btn {
    width: 100%;
    justify-content: center;
  }

  .hero-brand__frame {
    padding: 1.75rem 1.25rem;
    max-width: 100%;
  }

  .benefits { padding: 2.25rem 0; }

  .benefits-grid,
  .services-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .benefit-card { padding: 1.15rem; }

  .section {
    padding: 3rem 0;
  }

  .section-header {
    margin-bottom: 2rem;
  }

  .section-header p {
    font-size: 0.95rem;
  }

  .service-card {
    padding: 1.5rem 1.25rem;
  }

  .gallery-layout { gap: 1.5rem; }

  .gallery-card--featured .ba-slider {
    min-height: 0;
    aspect-ratio: 1248 / 832;
  }

  .gallery-card--static { max-width: 100%; }

  .gallery-card__body {
    padding: 1rem 1.1rem 1.25rem;
  }

  .ba-slider__handle {
    width: 42px;
    height: 42px;
  }

  .ba-slider__handle svg {
    width: 18px;
    height: 18px;
  }

  .ba-slider__label {
    font-size: 0.62rem;
    padding: 0.25rem 0.5rem;
    top: 0.5rem;
  }

  .ba-slider__label--before { left: 0.5rem; }
  .ba-slider__label--after { right: 0.5rem; }

  .ba-slider__hint {
    font-size: 0.62rem;
    max-width: calc(100% - 1rem);
    white-space: normal;
    text-align: center;
    line-height: 1.35;
  }

  .gallery-carousel__viewport {
    touch-action: pan-x pinch-zoom;
    border-radius: var(--radius);
  }

  .gallery-carousel__slide {
    aspect-ratio: 4 / 3;
  }

  .gallery-carousel__arrow {
    width: 44px;
    height: 44px;
  }

  .gallery-carousel__hint {
    font-size: 0.78rem;
  }

  .offer-section { padding: 2.75rem 0; }

  .offer-box {
    padding: 1.5rem 1.25rem;
    gap: 1.5rem;
  }

  .offer-content {
    padding-right: 0;
  }

  .offer-action {
    padding-left: 0;
    border-left: none;
    padding-top: 0.25rem;
    border-top: 1px solid var(--gray-100);
  }

  .offer-points {
    grid-template-columns: 1fr;
  }

  .offer-action .btn {
    width: 100%;
    justify-content: center;
  }

  .about-grid { gap: 2rem; }

  .about-visual {
    padding: 2rem 1.5rem;
  }

  .about-visual .big-number { font-size: 2.75rem; }

  .contact-grid { gap: 1.75rem; }

  .contact-form-wrap {
    padding: 1.5rem 1.15rem;
  }

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

  .form-group input,
  .form-group select,
  .form-group textarea {
    font-size: 16px;
  }

  .map-wrap iframe { height: 260px; }

  .map-actions {
    flex-direction: column;
    text-align: center;
    padding: 1rem;
  }

  .map-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .footer {
    padding: 2.5rem 0 calc(1.25rem + env(safe-area-inset-bottom));
  }

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

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .legal-page {
    padding: 2.5rem 0 3.5rem;
  }

  .legal-page h1 { font-size: 1.65rem; }
}

@media (max-width: 480px) {
  .top-bar__left {
    flex-direction: column;
    gap: 0.35rem;
  }

  .hero h1 { font-size: 2.15rem; }

  .hero-tagline { font-size: 1.05rem; }

  .section-header h2 { font-size: 1.45rem; }

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

  .offer-points span { text-align: center; }

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

  .about-text { text-align: center; }
}