/* Rohreinsatz24 – Startseite im Video-Design (September 2026) */

body.home-brand {
  --brand-navy: #071c33;
  --brand-navy-2: #0b2744;
  --brand-cyan: #5ec8f0;
  --brand-cyan-deep: #2eb6e8;
  --brand-magenta: #e5004f;
  --brand-magenta-dark: #c40045;
  --brand-paper: #eef5f9;
  --brand-muted: #5c7288;
  --brand-line: rgba(7, 28, 51, 0.1);
  background: var(--brand-paper);
  font-family: Inter, "Plus Jakarta Sans", system-ui, sans-serif;
}

body.home-brand .container {
  width: min(1140px, calc(100% - 40px));
}

.brand-kicker {
  margin: 0 0 12px;
  color: var(--brand-cyan);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.brand-kicker-dark {
  color: var(--brand-navy);
}

.brand-rule {
  display: block;
  width: 54px;
  height: 5px;
  margin: 16px 0 18px;
  border-radius: 99px;
  background: var(--brand-magenta);
}

.brand-lead {
  margin: 0;
  max-width: 36rem;
  color: var(--brand-muted);
  font-size: 1.08rem;
  line-height: 1.65;
}

.brand-hero-benefit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  padding: 8px 12px;
  border: 1px solid rgba(125, 211, 240, 0.42);
  border-radius: 999px;
  background: rgba(94, 200, 240, 0.12);
  color: #fff;
  font-size: 0.92rem;
  font-weight: 700;
}

.brand-hero-benefit span {
  color: var(--brand-cyan);
}

.brand-pipe {
  position: absolute;
  pointer-events: none;
  border: 42px solid rgba(94, 200, 240, 0.12);
  border-radius: 50%;
}

.brand-dots {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(255, 255, 255, 0.09) 1px, transparent 1px);
  background-size: 22px 22px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 86%);
}

/* Header */
.brand-header {
  position: sticky;
  top: 0;
  z-index: 130;
  background: rgba(7, 28, 51, 0.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.brand-header-inner {
  display: flex;
  align-items: center;
  gap: 22px;
  min-height: 74px;
}

.brand-logo {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  flex-shrink: 0;
}

.brand-logo img {
  width: auto;
  height: 34px;
}

.brand-header-services {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
}

.brand-mobile-call {
  display: none;
}

.brand-header .site-nav {
  margin-left: auto;
  gap: 18px;
}

.brand-header .site-nav > a:not(.btn):not(.brand-phone-chip):not(.menu-whatsapp) {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 500;
}

.brand-header .site-nav > a:not(.btn):not(.brand-phone-chip):not(.menu-whatsapp)::after {
  background: var(--brand-cyan);
}

.brand-header .site-nav > a:not(.btn):not(.brand-phone-chip):not(.menu-whatsapp):hover {
  color: #fff;
}

.brand-header .site-nav .menu-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  height: 42px;
  padding: 0 16px;
  border-radius: 10px;
  background: #25d366;
  color: #fff !important;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  border: 0;
  box-shadow: none;
}

.brand-header .site-nav .menu-whatsapp::after {
  display: none !important;
}

.brand-header .site-nav .menu-whatsapp:hover {
  background: #1ebe5d;
  color: #fff !important;
}

.brand-header .nav-toggle span {
  background: #fff;
}

.brand-phone-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 8px 16px;
  border-radius: 10px;
  background: var(--brand-magenta);
  color: #fff !important;
  font-size: 0.88rem;
  font-weight: 700;
  white-space: nowrap;
}

.brand-phone-chip:hover {
  background: var(--brand-magenta-dark);
}

/* Shared dark / light sections */
.brand-section {
  position: relative;
  overflow: hidden;
  padding: 88px 0;
}

.brand-section-dark {
  background:
    radial-gradient(circle at 88% 8%, rgba(94, 200, 240, 0.16), transparent 26%),
    linear-gradient(135deg, #06182c 0%, #0a2a48 56%, #071c33 100%);
  color: #fff;
}

.brand-section-light {
  background:
    radial-gradient(circle at 92% 12%, rgba(94, 200, 240, 0.18), transparent 28%),
    linear-gradient(180deg, #f7fbfd 0%, #eef5f9 100%);
  color: var(--brand-navy);
}

.brand-section h2 {
  margin: 0;
  font-family: Inter, "Sora", sans-serif;
  font-size: clamp(2rem, 4.2vw, 3.35rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.brand-section-dark .brand-lead {
  color: rgba(255, 255, 255, 0.78);
}

.brand-foot {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 36px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.86rem;
}

.brand-section-light .brand-foot {
  border-top-color: var(--brand-line);
  color: var(--brand-muted);
}

.brand-foot a {
  color: inherit;
  font-weight: 700;
}

/* Hero */
.brand-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
}

.brand-hero h1 {
  margin: 0;
  font-size: clamp(2.4rem, 5.4vw, 4.4rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 0.98;
  color: #fff;
}

.brand-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.brand-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 12px 22px;
  border: 0;
  border-radius: 12px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
}

.brand-btn-primary {
  background: var(--brand-magenta);
  color: #fff;
  box-shadow: 0 12px 28px rgba(229, 0, 79, 0.28);
}

.brand-btn-primary:hover {
  background: var(--brand-magenta-dark);
}

.brand-btn-ghost {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.brand-btn-ghost:hover {
  background: #fff;
  color: var(--brand-navy);
}

.brand-hero-art {
  position: relative;
  min-height: 360px;
  display: grid;
  place-items: center;
}

.brand-hero-art svg {
  width: min(100%, 420px);
  height: auto;
  filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.28));
}

.hero-fixture-stage {
  position: relative;
  width: min(100%, 420px);
  aspect-ratio: 360 / 340;
}

.brand-hero-art .hero-fixture-stage svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translateY(12px) scale(0.96);
  pointer-events: none;
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.brand-hero-art .hero-fixture-stage svg.is-active {
  opacity: 1;
  transform: none;
  z-index: 1;
}

.hero-water {
  transform-box: fill-box;
  transform-origin: center;
  animation: hero-water 2.4s ease-in-out infinite;
}

.hero-clog {
  transform-box: fill-box;
  transform-origin: center;
  animation: brand-pulse 1.7s ease-in-out infinite;
}

.hero-alert {
  transform-box: fill-box;
  transform-origin: center;
  animation: hero-alert 1.7s ease-in-out infinite;
}

.hero-drip {
  transform-box: fill-box;
  transform-origin: center top;
  animation: hero-drip 1.8s ease-in infinite;
}

.hero-ring {
  transform-box: fill-box;
  transform-origin: center;
  animation: brand-spin 22s linear infinite;
}

.hero-ring-slow {
  animation-duration: 34s;
  animation-direction: reverse;
}

.brand-hero-rooms {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-align: center;
  text-transform: uppercase;
}

.brand-hero-rooms [data-fixture] {
  color: rgba(255, 255, 255, 0.38);
  transition: color 0.35s ease;
  cursor: pointer;
}

.brand-hero-rooms [data-fixture].is-active {
  color: #5ec8f0;
}

.brand-hero-rooms .hero-room-city {
  color: rgba(255, 255, 255, 0.72);
}

/* Offer cards */
.brand-center {
  text-align: center;
}

.brand-center .brand-rule {
  margin-inline: auto;
}

.brand-center .brand-lead {
  margin-inline: auto;
}

.offer-grid,
.tech-grid,
.audience-grid-brand {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 42px;
}

.offer-card,
.audience-card {
  position: relative;
  padding: 28px 22px 24px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(7, 28, 51, 0.08);
  text-align: center;
}

.offer-card svg,
.audience-card svg {
  width: 92px;
  height: 92px;
  margin: 8px auto 16px;
}

.offer-card h3,
.audience-card h3 {
  margin: 0;
  color: var(--brand-navy);
  font-size: 1.12rem;
}

.offer-check {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--brand-cyan);
  color: #fff;
}

.offer-note,
.tech-note,
.audience-note {
  margin: 22px 0 0;
  color: var(--brand-muted);
  text-align: center;
}

/* Video */
.brand-player-wrap {
  margin-top: 28px;
}

.brand-player {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
  background: var(--brand-navy);
  box-shadow: 0 24px 60px rgba(7, 28, 51, 0.18);
}

.brand-player::cue {
  font-size: 18px;
  background: rgba(7, 28, 51, 0.88);
  color: #fff;
}

.brand-video-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.brand-btn-navy {
  background: var(--brand-navy);
  color: #fff;
}

.brand-btn-navy:hover {
  background: #0d3152;
}

/* Technique cards */
.tech-card {
  padding: 22px 20px 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background: rgba(8, 28, 51, 0.45);
  transition: border-color 0.25s var(--ease), box-shadow 0.25s var(--ease), transform 0.25s var(--ease);
}

.tech-card.is-active,
.tech-card:hover {
  border-color: var(--brand-cyan);
  box-shadow: 0 0 0 1px rgba(94, 200, 240, 0.35), 0 18px 40px rgba(0, 0, 0, 0.18);
  transform: translateY(-4px);
}

.tech-num {
  display: block;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.tech-card.is-active .tech-num {
  color: var(--brand-cyan);
}

.tech-card svg {
  width: 100%;
  height: 92px;
  margin-bottom: 18px;
}

.tech-card h3 {
  margin: 0 0 6px;
  font-size: 1.15rem;
}

.tech-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
}

.tech-note {
  color: rgba(255, 255, 255, 0.7);
  text-align: left;
}

/* Process */
.process-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.process-card {
  position: relative;
  padding: 28px 24px 26px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 22px 50px rgba(7, 28, 51, 0.1);
}

.process-card::before {
  content: "";
  display: block;
  width: 42px;
  height: 4px;
  margin-bottom: 16px;
  border-radius: 99px;
  background: var(--brand-magenta);
}

.process-card h3 {
  margin: 0 0 18px;
  font-size: 1.2rem;
}

.process-step {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  background: #f3f7fb;
  font-weight: 600;
}

.process-step.is-pending {
  background: rgba(94, 200, 240, 0.16);
}

.process-step.is-pending .process-mark {
  background: transparent;
  border: 2px solid #c5d4e0;
  color: transparent;
}

.process-card.is-complete .process-step.is-pending {
  background: #eef8fd;
}

.process-card.is-complete .process-step.is-pending .process-mark {
  background: var(--brand-cyan);
  border-color: var(--brand-cyan);
  color: #fff;
}

.process-mark {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--brand-cyan);
  color: #fff;
  font-size: 0.78rem;
  flex-shrink: 0;
}

.process-seal {
  position: absolute;
  right: -10px;
  bottom: -14px;
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--brand-magenta);
  color: #fff;
  box-shadow: 0 12px 24px rgba(229, 0, 79, 0.32);
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 0.35s var(--ease), transform 0.35s var(--ease);
}

.process-card.is-complete .process-seal {
  opacity: 1;
  transform: scale(1);
}

.process-more {
  display: inline-block;
  margin-top: 22px;
  color: var(--brand-navy);
  font-weight: 700;
}

/* Availability */
.avail-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: center;
}

.avail-ring {
  width: min(100%, 280px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  margin: 28px auto 0;
  border-radius: 50%;
  background:
    conic-gradient(from -80deg, var(--brand-cyan) 0 250deg, rgba(255, 255, 255, 0.12) 250deg 360deg);
  box-shadow: 0 0 0 14px rgba(94, 200, 240, 0.08);
}

.avail-ring > span {
  width: calc(100% - 18px);
  height: calc(100% - 18px);
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #071c33;
  text-align: center;
}

.avail-ring strong {
  display: block;
  font-size: clamp(2.6rem, 6vw, 3.6rem);
  letter-spacing: -0.06em;
  line-height: 1;
}

.avail-ring small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
}

.avail-list {
  list-style: none;
  margin: 28px 0 18px;
  padding: 0;
}

.avail-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 1.12rem;
  font-weight: 600;
}

.avail-list li::before {
  content: "✓";
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--brand-cyan);
  color: #071c33;
  font-size: 0.85rem;
  font-weight: 800;
}

.avail-box {
  max-width: 420px;
  padding: 18px 20px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.avail-box strong {
  display: block;
}

/* Final CTA */
.brand-cta {
  text-align: center;
}

.brand-phone-cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(560px, 100%);
  margin: 28px auto 14px;
  padding: 16px 16px 16px 22px;
  border-radius: 18px;
  background: var(--brand-magenta);
  color: #fff;
  font-size: clamp(1.2rem, 3vw, 1.7rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  box-shadow: 0 18px 40px rgba(229, 0, 79, 0.28);
}

.brand-phone-cta:hover {
  background: var(--brand-magenta-dark);
}

.brand-phone-cta svg {
  flex-shrink: 0;
}

.brand-phone-cta-arrow {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
}

.brand-live {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 18px 0 0;
  color: var(--brand-navy);
  font-weight: 700;
}

.brand-live::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--brand-cyan);
  box-shadow: 0 0 0 6px rgba(94, 200, 240, 0.18);
}

/* Existing blocks on the new homepage */
body.home-brand .proof-strip {
  margin-top: 0;
  background: #071c33;
  border: 0;
}

body.home-brand .proof-item strong {
  color: #fff;
}

body.home-brand .proof-item small {
  color: rgba(255, 255, 255, 0.68);
}

body.home-brand .proof-icon {
  background: rgba(94, 200, 240, 0.16);
  color: #5ec8f0;
}

body.home-brand .section-label {
  color: var(--brand-cyan-deep);
}

body.home-brand .cta-band {
  display: none;
}

body.home-brand .top-bar,
body.home-brand .status-card {
  display: none;
}

body.home-brand .brand-section + .proof-strip {
  display: none;
}

body.home-brand .page-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 8%, rgba(94, 200, 240, 0.16), transparent 26%),
    linear-gradient(135deg, #06182c 0%, #0a2a48 56%, #071c33 100%);
  color: #fff;
  border: 0;
  text-align: left;
  padding: 84px 0 72px;
}

body.home-brand .page-hero h1 {
  color: #fff;
  max-width: 18ch;
}

body.home-brand .page-hero p {
  color: rgba(255, 255, 255, 0.78);
  margin-left: 0;
}

body.home-brand .page-hero .btn-main {
  background: var(--brand-magenta);
  box-shadow: 0 12px 28px rgba(229, 0, 79, 0.28);
}

body.home-brand .page-hero .btn-main:hover {
  background: var(--brand-magenta-dark);
}

body.home-brand .section {
  background: var(--brand-paper);
}

body.home-brand .section-alt {
  background: #e4eef4;
}

body.home-brand .section-dark {
  background:
    radial-gradient(circle at 88% 8%, rgba(94, 200, 240, 0.16), transparent 26%),
    linear-gradient(135deg, #06182c 0%, #0a2a48 56%, #071c33 100%);
}

body.home-brand .service-card,
body.home-brand .detail-card,
body.home-brand .problem-card,
body.home-brand .guide-card,
body.home-brand .audience-grid article {
  border: 1px solid rgba(7, 28, 51, 0.08);
  box-shadow: 0 16px 40px rgba(7, 28, 51, 0.06);
}

body.home-brand .service-card h3,
body.home-brand .detail-card h3,
body.home-brand .problem-card h3,
body.home-brand .guide-card h3 {
  color: var(--brand-navy);
}

body.home-brand .card-link {
  color: var(--brand-magenta);
}

body.home-brand .notfall-badge {
  background: var(--brand-magenta);
  color: #fff;
  letter-spacing: 0.08em;
}

body.home-brand .problem-card p,
body.home-brand .service-card p,
body.home-brand .detail-card p,
body.home-brand .guide-card p {
  color: #334155;
}

body.home-brand .service-icon {
  width: 58px;
  height: 58px;
  background: var(--brand-navy);
  color: var(--brand-cyan);
  border-radius: 16px;
}

body.home-brand .service-icon svg {
  width: 30px;
  height: 30px;
  display: block;
}

.problem-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin: 0 0 12px;
  border-radius: 16px;
  background: var(--brand-navy);
  color: var(--brand-cyan);
}

.problem-icon svg {
  width: 28px;
  height: 28px;
}

.brand-icon-wrap {
  display: grid;
  place-items: center;
}

.offer-card .brand-icon-wrap svg,
.audience-card .brand-icon-wrap svg {
  width: 92px;
  height: 92px;
  margin: 8px auto 16px;
}

.tech-card .brand-icon-wrap svg {
  width: 100%;
  height: 92px;
  margin-bottom: 18px;
}

.anim-flow {
  stroke-dasharray: 10 8;
  animation: brand-flow 1.6s linear infinite;
}

.anim-dash {
  stroke-dasharray: 120;
  stroke-dashoffset: 120;
  animation: brand-draw 1.4s ease forwards, brand-flow 2.2s linear 1.4s infinite;
}

.anim-pulse {
  transform-box: fill-box;
  transform-origin: center;
  animation: brand-pulse 1.8s ease-in-out infinite;
}

.anim-spin-slow {
  transform-box: fill-box;
  transform-origin: center;
  animation: brand-spin 6s linear infinite;
}

@keyframes brand-flow {
  to { stroke-dashoffset: -36; }
}

@keyframes brand-draw {
  to { stroke-dashoffset: 0; }
}

@keyframes brand-pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.16); opacity: 0.82; }
}

@keyframes brand-spin {
  to { transform: rotate(360deg); }
}

@keyframes hero-water {
  0%, 100% { transform: scaleX(1) translateY(0); }
  50% { transform: scaleX(1.06) translateY(2px); }
}

@keyframes hero-alert {
  0%, 100% { transform: translateY(0) scale(1); }
  45% { transform: translateY(-4px) scale(1.08); }
}

@keyframes hero-drip {
  0% { opacity: 0; transform: translateY(0) scale(1); }
  18% { opacity: 1; }
  100% { opacity: 0; transform: translateY(26px) scale(0.7); }
}

@media (prefers-reduced-motion: reduce) {
  .anim-flow,
  .anim-dash,
  .anim-pulse,
  .anim-spin-slow,
  .hero-water,
  .hero-clog,
  .hero-alert,
  .hero-drip,
  .hero-ring,
  .hero-ring-slow {
    animation: none;
  }

  .brand-hero-art .hero-fixture-stage svg {
    transition: none;
  }
}

body.home-brand .footer {
  background: #06182c;
  border-top: 1px solid rgba(94, 200, 240, 0.16);
}

body.home-brand .footer-title {
  color: #fff;
}

body.home-brand .customer-feedback-strip {
  background: #0a2a48;
}

body.home-brand .principle-stack article,
body.home-brand .faq-item,
body.home-brand .city-team-card,
body.home-brand .postal-service-area {
  border-color: rgba(7, 28, 51, 0.1);
}

body.home-brand .nearby-cities a {
  background: #fff;
  border-color: rgba(7, 28, 51, 0.1);
}

@media (max-width: 1080px) {
  .brand-header .site-nav .brand-phone-chip {
    color: #fff !important;
    background: var(--brand-magenta);
  }
}

@media (max-width: 980px) {
  .brand-hero-grid,
  .process-layout,
  .avail-layout,
  .offer-grid,
  .tech-grid,
  .audience-grid-brand {
    grid-template-columns: 1fr;
  }

  .brand-header-services {
    display: none;
  }

  .brand-hero-art {
    min-height: 0;
    order: -1;
  }

  .avail-ring {
    margin-top: 8px;
  }
}

@media (max-width: 760px) {
  .brand-header-inner {
    min-height: 64px;
  }

  .brand-mobile-call {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    margin-left: auto;
    padding: 8px 11px;
    border-radius: 9px;
    background: var(--brand-magenta);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 800;
    white-space: nowrap;
    box-shadow: 0 8px 20px rgba(229, 0, 79, 0.3);
  }

  .brand-header .nav-toggle {
    display: flex;
    margin-left: 10px;
  }

  .brand-header .site-nav {
    margin-left: 0;
  }

  .brand-header .site-nav > a:not(.btn):not(.brand-phone-chip):not(.menu-whatsapp) {
    color: var(--brand-navy);
  }

  .brand-header .site-nav > a:not(.btn):not(.brand-phone-chip):not(.menu-whatsapp):hover {
    color: var(--brand-magenta);
  }

  .brand-section {
    padding: 64px 0;
  }

  .process-seal {
    right: 12px;
    bottom: -10px;
  }

  .brand-phone-cta {
    width: 100%;
    justify-content: center;
    padding-inline: 16px;
  }
}

/* City landing heroes */
.city-hero.city-brand-hero {
  background: linear-gradient(135deg, #06182c 0%, #0a2a48 56%, #071c33 100%);
}
.city-hero.city-brand-hero.has-city-photo .city-hero-photo { opacity: 0.22; }
.city-hero.city-brand-hero.has-city-photo::before {
  opacity: 1;
  background: linear-gradient(90deg, rgba(7,28,51,0.94) 0%, rgba(7,28,51,0.82) 52%, rgba(7,28,51,0.66) 100%);
}
.city-hero.city-brand-hero .hero-kicker {
  color: #5ec8f0;
  background: transparent;
  border: 0;
  box-shadow: none;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0;
}
.city-hero.city-brand-hero .hero-kicker::before { display: none; }
.city-hero.city-brand-hero h1 { color: #fff; }
.city-hero.city-brand-hero .hero-lead,
.city-hero.city-brand-hero .hero-lead strong { color: rgba(255,255,255,0.86); }
.city-hero.city-brand-hero .trust-chip {
  background: rgba(255,255,255,0.12);
  color: #fff;
  border-color: rgba(255,255,255,0.16);
}
.city-hero.city-brand-hero .btn-main {
  background: #e5004f;
  box-shadow: 0 12px 28px rgba(229, 0, 79, 0.28);
}
.city-hero.city-brand-hero .btn-main:hover { background: #c40045; }

/* Rest of page: same brand language as the video design */
body.home-brand .section,
body.home-brand .story-copy,
body.home-brand .feedback-copy,
body.home-brand .postal-service-area,
body.home-brand .footer {
  font-family: Inter, "Plus Jakarta Sans", system-ui, sans-serif;
}

body.home-brand .section-label,
body.home-brand .feedback-copy .section-label {
  color: var(--brand-navy);
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  font-weight: 700;
}

body.home-brand .section h2,
body.home-brand .story-copy h2,
body.home-brand .feedback-copy h2,
body.home-brand .postal-service-area h2,
body.home-brand .footer-title {
  font-family: Inter, "Plus Jakarta Sans", system-ui, sans-serif;
  letter-spacing: -0.03em;
}

body.home-brand .section-head h2::after,
body.home-brand .story-copy h2::after,
body.home-brand .feedback-copy h2::after,
body.home-brand .postal-service-area h2::after {
  content: "";
  display: block;
  width: 54px;
  height: 5px;
  margin: 16px 0 0;
  border-radius: 99px;
  background: var(--brand-magenta);
}

body.home-brand .section-intro,
body.home-brand .story-copy p,
body.home-brand .principle-stack p,
body.home-brand .process-grid p {
  color: #3d5266;
}

body.home-brand .story-copy .story-lead {
  color: var(--brand-navy);
  font-size: 1.08rem;
}

body.home-brand .customer-feedback-strip {
  position: relative;
  overflow: hidden;
  padding: 88px 0;
  background:
    radial-gradient(circle at 88% 8%, rgba(94, 200, 240, 0.16), transparent 26%),
    linear-gradient(135deg, #06182c 0%, #0a2a48 56%, #071c33 100%);
}

body.home-brand .customer-feedback-strip .brand-kicker {
  color: var(--brand-cyan);
}

body.home-brand .customer-feedback-strip h2 {
  color: #fff;
}

body.home-brand .customer-feedback-strip .brand-lead,
body.home-brand .customer-feedback-strip .feedback-copy p {
  color: rgba(255, 255, 255, 0.82);
}

body.home-brand .feedback-points > div {
  border-radius: 22px;
  border-color: rgba(94, 200, 240, 0.22);
  background: rgba(8, 28, 51, 0.45);
}

body.home-brand .feedback-points span {
  color: var(--brand-cyan);
}

body.home-brand .principle-stack article,
body.home-brand .process-grid article,
body.home-brand .detail-card,
body.home-brand .faq-item,
body.home-brand .local-facts > div,
body.home-brand .guide-card {
  border-radius: 22px;
  border: 1px solid rgba(7, 28, 51, 0.08);
  box-shadow: 0 16px 40px rgba(7, 28, 51, 0.06);
}

body.home-brand .principle-stack article > span,
body.home-brand .process-grid span {
  color: var(--brand-cyan);
  background: var(--brand-navy);
}

body.home-brand .process-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  border-radius: 12px;
  margin-bottom: 18px;
}

body.home-brand .process-grid article::after {
  background: rgba(94, 200, 240, 0.12);
}

body.home-brand .section-dark .section-label,
body.home-brand .section-head-light .section-label {
  color: var(--brand-cyan);
}

body.home-brand .section-dark h2,
body.home-brand .section-head-light h2 {
  color: #fff;
}

body.home-brand .section-dark .section-intro,
body.home-brand .section-head-light .section-intro {
  color: #fff;
}

body.home-brand .section-dark .audience-grid article {
  border-radius: 22px;
  background: rgba(8, 28, 51, 0.45);
  border-color: rgba(94, 200, 240, 0.18);
}

body.home-brand .section-dark .audience-grid article > span {
  color: var(--brand-cyan);
  background: rgba(94, 200, 240, 0.12);
}

body.home-brand .city-team-card,
body.home-brand .gallery-card {
  border-radius: 22px;
}

body.home-brand .guide-tag {
  background: var(--brand-magenta);
  color: #fff;
}

body.home-brand .nearby-cities a {
  background: #fff;
  color: var(--brand-navy);
  border-color: rgba(7, 28, 51, 0.1);
}

body.home-brand .nearby-cities a:hover {
  background: var(--brand-magenta);
  color: #fff;
  border-color: var(--brand-magenta);
}

body.home-brand .faq-question {
  font-family: Inter, "Plus Jakarta Sans", system-ui, sans-serif;
  color: var(--brand-navy);
}

body.home-brand .faq-item.open {
  border-color: rgba(229, 0, 79, 0.28);
}

body.home-brand .postal-service-area {
  background: var(--brand-paper);
  border-top: 1px solid var(--brand-line);
  padding: 64px 0;
}

body.home-brand .footer {
  background: #06182c;
  border-top: 1px solid rgba(94, 200, 240, 0.16);
}

body.home-brand .footer a:hover,
body.home-brand .footer-cookie-settings:hover {
  color: var(--brand-cyan);
}

/* Burger: header blur traps position:fixed to ~header height — disable it on mobile */
@media (max-width: 1080px) {
  html.nav-open {
    overflow: hidden;
  }

  body.home-brand .brand-header {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    overflow: visible;
  }

  body.home-brand.nav-open .brand-header {
    z-index: 10050;
  }

  body.home-brand.nav-open::before {
    display: none !important;
  }

  .brand-nav-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 10020;
    background: rgba(4, 16, 32, 0.58);
  }

  body.home-brand.nav-open .brand-nav-overlay {
    display: block;
  }

  body.home-brand .brand-header .nav-toggle {
    display: flex !important;
    position: relative;
    z-index: 10120;
    margin-left: auto;
    width: 44px;
    height: 44px;
    padding: 0;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
  }

  body.home-brand .brand-header .nav-toggle span {
    background: #fff;
    width: 18px;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  body.home-brand .brand-header .nav-toggle[aria-expanded="true"] {
    position: fixed !important;
    top: 14px !important;
    right: 14px !important;
    width: 44px;
    height: 44px;
    display: flex !important;
    z-index: 10130 !important;
    background: #fff !important;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  }

  body.home-brand .brand-header .nav-toggle[aria-expanded="true"] span {
    position: absolute;
    left: 13px;
    top: 21px;
    width: 18px;
    background: #071c33 !important;
    opacity: 1;
  }

  body.home-brand .brand-header .nav-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: rotate(45deg);
  }

  body.home-brand .brand-header .nav-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  body.home-brand .brand-header .nav-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: rotate(-45deg);
  }

  body.home-brand .brand-header .site-nav {
    position: fixed;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    width: min(340px, 88vw) !important;
    height: 100vh !important;
    height: 100dvh !important;
    max-height: none !important;
    z-index: 10110 !important;
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    margin: 0;
    padding: 92px 22px 28px !important;
    gap: 10px !important;
    overflow-y: auto;
    isolation: auto;
    background:
      radial-gradient(circle at 88% 8%, rgba(94, 200, 240, 0.16), transparent 28%),
      linear-gradient(180deg, #06182c 0%, #0a2a48 100%) !important;
    box-shadow: -18px 0 40px rgba(0, 0, 0, 0.28) !important;
    transform: translateX(110%);
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s 0.28s;
  }

  body.home-brand .brand-header .site-nav.open {
    transform: none !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s;
  }

  body.home-brand .brand-header .site-nav::before {
    content: "Menü";
    color: #5ec8f0;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    padding: 0 4px 10px;
  }

  body.home-brand .brand-header .site-nav > a {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 14px;
    padding: 14px 16px;
    font-size: 1rem;
    font-weight: 700;
    text-shadow: none !important;
  }

  body.home-brand .brand-header .site-nav > a::after {
    display: none !important;
  }

  body.home-brand .brand-header .site-nav > a:hover,
  body.home-brand .brand-header .site-nav > a:focus-visible {
    background: rgba(94, 200, 240, 0.16) !important;
    color: #fff !important;
  }

  body.home-brand .brand-header .site-nav .menu-whatsapp {
    background: #25d366 !important;
    border-color: #25d366 !important;
    color: #fff !important;
    justify-content: center;
    height: auto;
    min-height: 48px;
    padding: 14px 16px;
    font-size: 1rem;
    white-space: nowrap;
  }

  body.home-brand .brand-header .site-nav .brand-phone-chip {
    background: #e5004f !important;
    border-color: #e5004f !important;
    color: #fff !important;
    justify-content: center;
    min-height: 48px;
  }
}
