:root {
  --white: #ffffff;
  --paper: #f7f8fa;
  --ink: #08223c;
  --ink-2: #102f4f;
  --muted: #59636d;
  --line: #e2e6e9;
  --orange: #c94f00;
  --orange-2: #a64000;
  --blue: #0d355a;
  --red: #ff6b00;
  --yellow: #ffb000;
  --green: #34a853;
  --shadow: 0 14px 35px rgba(8, 34, 60, .09);
  --radius: 8px;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: var(--ink);
  background: var(--white);
  line-height: 1.64;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
body.modal-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid rgba(255, 107, 0, .5); outline-offset: 3px; }
@supports (content-visibility: auto) {
  .section { content-visibility: auto; contain-intrinsic-size: 760px; }
}

.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.section { padding: 78px 0; }
.section-soft { background: var(--paper); }
.eyebrow {
  margin: 0 0 10px;
  color: var(--orange);
  font-size: .78rem;
  font-weight: 750;
  letter-spacing: .09em;
  text-transform: uppercase;
}
h1, h2, h3 { margin: 0; color: var(--ink); line-height: 1.12; letter-spacing: 0; }
h1 { font-size: clamp(2.35rem, 4.2vw, 4.45rem); max-width: 920px; font-weight: 780; }
h2 { font-size: clamp(1.62rem, 2.45vw, 2.28rem); font-weight: 720; }
h3 { font-size: 1.06rem; font-weight: 720; }
p { margin: 0; color: var(--muted); }
.lead { font-size: 1.06rem; max-width: 720px; line-height: 1.74; }
.center { text-align: center; }
.center .lead { margin-inline: auto; }
.mt { margin-top: 24px; }

.top-strip {
  position: relative;
  z-index: 60;
  color: var(--white);
  background: #061d35;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.top-strip-inner {
  min-height: 39px;
  display: grid;
  grid-template-columns: repeat(4, max-content);
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  font-size: .92rem;
  font-weight: 700;
}
.top-strip span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
  color: rgba(255,255,255,.94);
}
.top-strip svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.15;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
  transition: box-shadow .2s ease;
}
.site-header.is-scrolled { box-shadow: 0 10px 22px rgba(31,42,51,.08); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; gap: 22px; }
.brand { display: inline-flex; align-items: center; min-width: 270px; }
.brand img { width: 265px; height: auto; display: block; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 22px; font-weight: 680; font-size: .92rem; }
.main-nav a { position: relative; padding: 8px 0; white-space: nowrap; }
.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  height: 2px;
  background: var(--orange);
  transition: right .18s ease;
}
.main-nav a:hover::after, .main-nav a.active::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 10px; margin-left: 4px; }
.phone-link { display: inline-flex; gap: 8px; align-items: center; font-weight: 750; white-space: nowrap; }
.header-phone-box {
  min-height: 54px;
  padding: 0 20px;
  border: 1px solid #b9c6d1;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(8,34,60,.04);
}
.header-cta {
  min-height: 54px;
  padding-inline: 26px;
  border-radius: 7px;
}
.icon { width: 22px; height: 22px; display: inline-block; color: currentColor; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 12px 22px;
  border: 1px solid var(--orange);
  border-radius: 6px;
  background: var(--orange);
  color: var(--white);
  font-weight: 750;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); background: var(--orange-2); border-color: var(--orange-2); }
.btn.secondary { color: var(--ink); background: var(--white); border-color: #bfc8cf; }
.btn.secondary:hover { border-color: var(--orange); color: var(--orange-2); }
.callback-open {
  min-height: 44px;
  padding: 10px 14px;
  color: var(--ink);
  background: var(--white);
  border-color: #cfd7de;
  font-size: .9rem;
  line-height: 1;
}
.callback-open:hover {
  color: var(--orange-2);
  background: #fff7f1;
  border-color: var(--orange);
}

.mobile-sticky-cta {
  display: none;
}

.booking-hero {
  padding: clamp(44px, 7vw, 86px) 0;
  border-bottom: 1px solid var(--line);
}

.booking-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 380px);
  gap: 24px;
  align-items: end;
}

.booking-price-card {
  display: grid;
  gap: 8px;
  padding: 22px;
  border: 1px solid rgba(201, 79, 0, .22);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(8, 34, 60, .08);
}

.booking-price-card strong {
  color: var(--ink);
  font-size: 1.12rem;
}

.booking-price-card span {
  color: var(--muted);
}

.booking-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  align-items: start;
}

.booking-panel,
.booking-side {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(8, 34, 60, .08);
}

.booking-panel {
  padding: clamp(18px, 3vw, 32px);
}

.booking-side {
  position: sticky;
  top: 112px;
  padding: 24px;
}

.booking-side ol {
  margin: 16px 0 0;
  padding-left: 22px;
  color: var(--muted);
}

.booking-side li + li {
  margin-top: 10px;
}

.booking-side-call {
  display: grid;
  gap: 5px;
  margin-top: 22px;
  padding: 16px;
  border-radius: 14px;
  background: #f6f8fa;
}

.booking-side-call a {
  color: var(--orange-2);
  font-weight: 850;
}

.booking-step {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 16px;
}

.booking-step:not(:first-child) {
  margin-top: 32px;
}

.booking-step span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  font-weight: 850;
}

.booking-step h2 {
  margin-bottom: 4px;
}

.booking-label,
.booking-form-grid label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-weight: 750;
}

.booking-label input,
.booking-form-grid input,
.booking-form-grid select,
.booking-form-grid textarea {
  min-height: 48px;
  width: 100%;
  border: 1px solid #cbd5dd;
  border-radius: 12px;
  padding: 12px 13px;
  color: var(--ink);
  background: #fff;
}

.booking-label input:focus,
.booking-form-grid input:focus,
.booking-form-grid select:focus,
.booking-form-grid textarea:focus {
  outline: none;
  border-color: var(--orange);
  box-shadow: 0 0 0 4px rgba(201, 79, 0, .12);
}

#booking-company {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.slot-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(104px, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.slot-button {
  min-height: 48px;
  border: 1px solid #cbd5dd;
  border-radius: 12px;
  background: #fff;
  color: var(--ink);
  font-weight: 850;
}

.slot-button:hover,
.slot-button.active {
  border-color: var(--orange);
  background: var(--orange);
  color: #fff;
}

.slot-note {
  grid-column: 1 / -1;
  margin: 0;
  padding: 14px 16px;
  border-radius: 12px;
  background: #f6f8fa;
  color: var(--muted);
}

.slot-note.error {
  background: #fff3f0;
  color: #9c2f13;
}

.booking-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.booking-form-grid .full {
  grid-column: 1 / -1;
}

.privacy-check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 18px;
  color: var(--muted);
  font-weight: 650;
}

.privacy-check input {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  flex: 0 0 auto;
}

.privacy-check a {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.booking-submit {
  width: 100%;
  margin-top: 20px;
  min-height: 54px;
  border-radius: 12px;
}

.booking-submit:disabled {
  opacity: .65;
  cursor: wait;
}

.booking-status {
  margin-top: 14px;
  padding: 0;
  color: var(--muted);
}

.booking-status.success,
.booking-status.error {
  padding: 14px 16px;
  border-radius: 14px;
}

.booking-status.success {
  background: #edf8f1;
  color: #116b45;
}

.booking-status.error {
  background: #fff3f0;
  color: #9c2f13;
}
.menu-toggle { display: none; margin-left: auto; background: transparent; border: 0; color: var(--ink); padding: 10px; cursor: pointer; }
.menu-toggle span { display: block; width: 26px; height: 2px; background: currentColor; margin: 6px 0; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background: var(--ink);
}
.hero-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5, 21, 38, .94) 0%, rgba(5, 21, 38, .82) 34%, rgba(5, 21, 38, .32) 66%, rgba(5, 21, 38, .04) 100%),
    linear-gradient(180deg, rgba(5, 21, 38, .16), rgba(5, 21, 38, .32));
  pointer-events: none;
}
.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-picture {
  position: absolute;
  inset: 0;
  display: block;
}
.lazy-video {
  opacity: 0;
  transition: opacity .35s ease;
}
.lazy-video.is-loaded {
  opacity: 1;
}
.ai-photo-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.ai-photo-holder {
  position: relative;
}
.hero-picture.ai-photo-holder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero-picture.ai-photo-holder .hero-bg {
  height: 100%;
}
.ai-photo-wrap > img {
  width: 100%;
}
.hero > .ai-photo-wrap,
.hero > .ai-photo-wrap > img {
  position: absolute;
  inset: 0;
  height: 100%;
}
.ai-photo-label {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 4px 9px;
  border-radius: 999px;
  color: var(--white);
  background: rgba(8, 34, 60, .76);
  border: 1px solid rgba(255,255,255,.28);
  font-size: .72rem;
  font-weight: 750;
  line-height: 1;
  letter-spacing: 0;
  box-shadow: 0 6px 18px rgba(0,0,0,.16);
  backdrop-filter: blur(8px);
}

/* Current LUNA365 brand asset: keep the taller logo controlled in every layout. */
.site-header .nav-wrap {
  min-height: 138px;
}

.site-header .brand {
  min-width: 350px;
}

.site-header .brand img {
  width: 340px;
  max-height: none;
  object-fit: contain;
}

.site-footer .footer-grid > div:first-child > img {
  width: 360px;
  background: #fff;
  padding: 12px 16px;
}

.ai-photo-label {
  display: none !important;
}

@media (max-width: 920px) {
  .site-header .nav-wrap {
    min-height: 96px;
  }

  .site-header .brand {
    min-width: 218px;
  }

  .site-header .brand img {
    width: 212px;
    max-height: none;
  }
}

@media (max-width: 420px) {
  .site-header .brand {
    min-width: 196px;
  }

  .site-header .brand img {
    width: 192px;
    max-height: none;
  }
}
.hero-grid {
  position: relative;
  z-index: 2;
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  align-items: start;
}
.hero-copy {
  width: 100%;
  padding: 78px 0 56px;
}
.hero-kicker {
  margin: 0 0 16px;
  color: rgba(255,255,255,.9);
  font-size: clamp(.92rem, 1.25vw, 1.22rem);
  font-weight: 650;
  letter-spacing: .025em;
  text-transform: uppercase;
}
.hero-copy h1 {
  max-width: 720px;
  font-size: clamp(3.1rem, 5vw, 5.55rem);
  line-height: 1.02;
  font-weight: 840;
}
.hero-stroke {
  display: block;
  width: min(520px, 78vw);
  height: 8px;
  margin: 18px 0 24px;
  border-radius: 999px;
  background: var(--red);
  transform: skewX(-18deg);
  box-shadow: 0 2px 0 rgba(5,21,38,.2);
}
.hero-copy .lead { margin-top: 0; }
.hero .eyebrow,
.hero h1,
.hero .lead { color: var(--white); }
.hero .eyebrow { color: #ffb16a; }
.hero .lead {
  max-width: 680px;
  color: rgba(255,255,255,.88);
  font-size: 1.2rem;
  line-height: 1.62;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}
.hero-actions .btn {
  min-height: 64px;
  padding-inline: 30px;
  border-radius: 8px;
  font-size: 1.08rem;
}
.hero-actions .btn.secondary {
  color: var(--white);
  background: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.55);
}
.hero-actions .btn.secondary:hover {
  color: var(--white);
  background: rgba(255,255,255,.18);
  border-color: var(--white);
}
.hero-price-note,
.contact-price-note {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  width: fit-content;
  max-width: 100%;
  margin: 16px 0 0;
  padding: 12px 15px;
  border-radius: 14px;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(255,255,255,.7);
  color: #061426;
  box-shadow: 0 16px 38px rgba(3,14,28,.18);
}
.hero-price-note strong,
.contact-price-note strong {
  font-weight: 900;
}
.hero-price-note span,
.contact-price-note span {
  color: #4f5d6c;
  font-weight: 700;
}
.contact-price-note {
  margin-top: 22px;
  background: #fff;
  border-color: rgba(8,24,42,.12);
}
.hero-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  width: min(100%, 1040px);
  margin-top: 76px;
}
.hero-benefits div {
  display: grid;
  grid-template-columns: 62px 1fr;
  align-items: center;
  gap: 12px;
  color: var(--white);
}
.hero-benefits strong {
  display: block;
  max-width: 170px;
  color: var(--white);
  font-size: 1rem;
  line-height: 1.28;
  font-weight: 800;
}
.benefit-icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border: 2px solid var(--red);
  border-radius: 999px;
  color: var(--red);
  background: rgba(5,21,38,.2);
}
.benefit-icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.hero-badge {
  align-self: start;
  justify-self: end;
  margin-top: 74px;
  width: 330px;
  min-height: 120px;
  padding: 22px 26px 24px;
  color: #071525;
  background: var(--red);
  transform: rotate(-5deg);
  box-shadow: 0 18px 34px rgba(0,0,0,.22);
  clip-path: polygon(4% 9%, 100% 0, 96% 31%, 100% 58%, 94% 100%, 0 90%, 5% 63%, 0 36%);
}
.hero-badge strong,
.hero-badge span {
  display: block;
  color: #071525;
  font-family: "Segoe UI", Arial, sans-serif;
  font-weight: 900;
  line-height: 1.12;
}
.hero-badge strong { font-size: 1.42rem; }
.hero-badge span { margin-top: 8px; font-size: 1.32rem; }
.hero-badge::after {
  content: "";
  display: block;
  width: 190px;
  height: 4px;
  margin-top: 14px;
  background: #071525;
  transform: skewX(-18deg);
}
@media (min-width: 921px) {
  .hero {
    min-height: 760px;
  }

  .hero-grid {
    min-height: 760px;
  }

  .hero-copy {
    position: relative;
    padding: 72px 0 150px;
  }

  .hero-benefits {
    position: absolute;
    left: 0;
    bottom: 42px;
    margin-top: 0;
  }
}
.trust-row { display: flex; flex-wrap: wrap; gap: 28px; margin-top: 42px; }
.trust-item { display: inline-flex; align-items: center; gap: 10px; color: var(--ink-2); font-size: .9rem; font-weight: 750; }
.trust-item .icon { color: var(--blue); }
.grid { display: grid; gap: 22px; }
.services-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  margin-top: 34px;
}
.service-card, .project-card, .review-card, .info-card, .legal-box, .form-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 8px 20px rgba(31,42,51,.04);
}
.service-card { padding: 0 22px 24px; text-align: left; overflow: hidden; transition: transform .18s ease, box-shadow .18s ease; }
.service-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.service-card .service-icon { width: 54px; height: 54px; margin: 0 auto 18px; color: var(--ink); }
.service-card:nth-child(odd) { border-top: 3px solid var(--orange); }
.service-card:nth-child(even) { border-top: 3px solid var(--ink); }
.service-card p { margin-top: 10px; font-size: .98rem; line-height: 1.58; }
.service-card h3 { min-height: 0; font-size: 1.18rem; }

.service-photo {
  margin: 0 -22px 18px;
  overflow: hidden;
  background: var(--paper);
  aspect-ratio: 1.55 / 1;
}

.service-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .28s ease;
}

.service-card:hover .service-photo img { transform: scale(1.04); }


.services-section {
  background: #fff;
}

.services-head {
  max-width: 900px;
  margin: 0 auto 30px;
}

.services-head h2 {
  font-size: clamp(2.25rem, 4vw, 4rem);
  line-height: .98;
}

.services-head h2 span {
  color: var(--orange);
}

.services-head .lead {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  color: #40516a;
}

.service-group-label {
  display: inline-flex;
  align-items: center;
  margin: 28px 0 16px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 102, 0, .22);
  border-radius: 999px;
  background: #fff7f0;
  color: #b94700;
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.service-group-secondary {
  margin-top: 36px;
}

.services-grid-primary,
.services-grid-support {
  margin-top: 0;
}

.service-card {
  position: relative;
  padding: 0 34px 26px;
  text-align: center;
  border-top: 0 !important;
  border-radius: 14px;
  border-color: #d8e0e8;
  box-shadow: 0 10px 24px rgba(8, 34, 60, .05);
}

.service-card::before {
  content: none;
}

.service-card .service-photo {
  margin: 0 -34px 0;
  aspect-ratio: 2.42 / 1;
  border-radius: 14px 14px 0 0;
}

.service-badge {
  position: relative;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin: -29px auto 16px;
  border: 4px solid #fff;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff6817, #d94a00);
  color: #fff;
  box-shadow: 0 10px 18px rgba(217, 74, 0, .24);
}

.service-badge svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card h3 {
  margin-top: 0;
  letter-spacing: 0;
  color: var(--ink);
}

.service-card p {
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
  color: #4f5b66;
}

.service-card .text-link {
  justify-content: center;
  margin-top: 16px;
  color: var(--orange);
}

.service-overview-grid .seo-card {
  border-left: 4px solid var(--orange);
  min-height: 168px;
}

.service-icon {
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #fff2e7;
  color: var(--orange) !important;
}

.service-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.local-seo {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 34px;
  align-items: start;
}

.local-panel {
  position: relative;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}
.local-panel::before {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  top: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--orange), rgba(255,107,0,.16));
}
.local-panel-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}
.local-panel-head strong {
  color: var(--ink);
  font-size: 1.15rem;
}
.local-panel-head span {
  color: var(--orange);
  font-size: .82rem;
  font-weight: 760;
  text-transform: uppercase;
}
.local-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.local-meta span {
  color: var(--ink-2);
  font-size: .9rem;
  font-weight: 700;
}

.about-section {
  position: relative;
  background:
    linear-gradient(180deg, #f7f8fa 0%, #ffffff 100%);
}
.about-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 56px;
  align-items: center;
}
.about-img, .about-visual {
  position: relative;
  min-width: 0;
  aspect-ratio: 1.42 / 1;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(8, 34, 60, .1);
  box-shadow: 0 24px 55px rgba(8, 34, 60, .14);
  background: var(--ink);
}
.about-img img, .about-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 40% center;
}
.about-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 34, 60, 0) 48%, rgba(8, 34, 60, .56) 100%);
  pointer-events: none;
}
.about-badge {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding: 14px 16px;
  border-radius: 8px;
  color: var(--white);
  background: rgba(8, 34, 60, .82);
  border: 1px solid rgba(255,255,255,.22);
  backdrop-filter: blur(10px);
}
.about-badge strong { color: var(--white); font-size: 1rem; }
.about-badge span { color: rgba(255,255,255,.8); font-size: .9rem; text-align: right; }
.about-panel {
  padding: 34px;
  border-radius: 8px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(8, 34, 60, .08);
  box-shadow: 0 18px 45px rgba(8, 34, 60, .08);
}
.about-panel h2 { max-width: 680px; }
.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 26px;
}
.about-stats div {
  padding: 16px 14px;
  border-radius: 8px;
  background: var(--white);
  border: 1px solid var(--line);
}
.about-stats strong {
  display: block;
  color: var(--orange);
  font-size: 1.35rem;
  line-height: 1;
  margin-bottom: 7px;
}
.about-stats span { display: block; color: var(--ink); font-size: .84rem; line-height: 1.35; font-weight: 680; }
.about-hero .container {
  max-width: 980px;
}
.about-hero .lead {
  max-width: 880px;
}
.about-story {
  align-items: center;
}
.about-story .about-img img {
  object-position: 54% center;
}

.about-story .owner-photo {
  aspect-ratio: 4 / 5;
  max-width: 520px;
  justify-self: center;
  background: #eef2f5;
}

.about-story .owner-photo img {
  object-position: 58% 32%;
}

.owner-photo::after {
  content: "Adin Mehmedovic · Inhaber";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  padding: 10px 14px;
  border-radius: 12px;
  color: #fff;
  background: rgba(8, 34, 60, .84);
  font-weight: 800;
  text-align: center;
  backdrop-filter: blur(10px);
}

.about-copy {
  align-self: center;
  min-width: 0;
}
.about-copy p:not(.lead) {
  margin-top: 18px;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.78;
}
.about-note {
  margin-top: 26px;
  padding: 18px 20px;
  border-radius: 8px;
  border: 1px solid rgba(201, 79, 0, .22);
  background: #fff8f2;
  color: var(--ink);
  line-height: 1.58;
}
.section-head {
  max-width: 760px;
  margin-bottom: 28px;
}
.section-head p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}
.about-cards .info-card {
  min-height: 210px;
}
.about-split {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 36px;
  align-items: start;
}
.about-split p:not(.lead) {
  margin-top: 18px;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.78;
}
.about-quote {
  border-top: 4px solid var(--orange);
}
.about-quote ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}
.about-quote li {
  padding: 12px 0 12px 28px;
  position: relative;
  color: var(--muted);
  border-top: 1px solid var(--line);
}
.about-quote li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--orange);
}
.section-cta {
  padding-top: 0;
}
.cta-band {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 26px;
  padding: 28px 30px;
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(135deg, #09213a, #123a5f);
  box-shadow: 0 18px 42px rgba(8, 34, 60, .16);
}
.cta-band h2 {
  color: var(--white);
  font-size: clamp(1.45rem, 2.4vw, 2rem);
}
.cta-band p {
  margin-top: 8px;
  color: rgba(255,255,255,.78);
}
.cta-band .btn {
  flex: 0 0 auto;
}
.value-list { display: grid; gap: 18px; margin-top: 28px; }
.value-item { display: block; }
.premium-values { gap: 14px; margin-top: 24px; }
.premium-values .value-item {
  padding: 16px 0 15px;
  border-top: 1px solid rgba(8, 34, 60, .08);
}
.premium-values .value-item p { font-size: .95rem; }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 30px; counter-reset: step; position: relative; }
.step {
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(8,34,60,.045);
}
.step::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 14px;
  top: 14px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: var(--orange);
  color: var(--white);
  font-weight: 750;
  box-shadow: 0 8px 18px rgba(201,79,0,.2);
}
.step::after { content: ""; position: absolute; top: 82px; left: calc(100% - 6px); width: 30px; height: 1px; background: var(--line); }
.step:last-child::after { display: none; }
.step figure {
  height: 132px;
  margin: 0;
  overflow: hidden;
  background: var(--paper);
}
.step img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .28s ease;
}
.step:hover img { transform: scale(1.035); }
.step-body { padding: 17px 16px 18px; }
.step-body h3 { margin-bottom: 8px; }
.step-body p { font-size: .92rem; line-height: 1.55; }
.steps .ai-photo-label {
  right: 8px;
  bottom: 8px;
  min-height: 22px;
  padding: 3px 8px;
  font-size: .66rem;
  background: rgba(8, 34, 60, .68);
}

.projects-grid { grid-template-columns: repeat(4, 1fr); margin-top: 34px; }
.project-card { overflow: hidden; }
.project-card figure { margin: 0; overflow: hidden; background: var(--paper); }
.project-card img { width: 100%; aspect-ratio: 1.55 / 1; object-fit: cover; transition: transform .28s ease; }
.project-card:hover img { transform: scale(1.04); }
.project-body { padding: 16px 18px 18px; }
.project-body p { font-size: .92rem; }
.project-meta { color: var(--muted); font-size: .86rem; }
.filter-bar { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin: 32px 0; }
.filter-btn { border: 1px solid var(--line); background: var(--white); color: var(--ink); border-radius: 999px; padding: 10px 16px; font-weight: 750; cursor: pointer; }
.filter-btn.active, .filter-btn:hover { background: var(--orange); color: var(--white); border-color: var(--orange); }

.reviews-grid { grid-template-columns: repeat(3, 1fr); margin-top: 34px; }
.review-card { padding: 26px; }
.stars { color: var(--yellow); letter-spacing: 0; font-size: 1.1rem; margin-bottom: 12px; }
.review-author { margin-top: 18px; font-weight: 750; color: var(--ink); }
.review-submit {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 34px;
  align-items: start;
}
.review-copy {
  padding-top: 8px;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 34px;
}
.faq-item {
  padding: 24px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 8px 20px rgba(31,42,51,.04);
}
.faq-item p { margin-top: 10px; font-size: .95rem; }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 34px; align-items: start; }
.contact-list { display: grid; gap: 0; margin-top: 28px; }
.contact-item {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  align-items: start;
  padding: 14px 0;
  border-bottom: 1px solid rgba(8, 34, 60, .08);
}
.contact-item:last-child { border-bottom: 0; }
.contact-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--orange);
  background: var(--white);
  border: 1px solid #ffd2ad;
  box-shadow: 0 8px 20px rgba(8, 34, 60, .07);
}
.contact-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.contact-item strong { color: var(--ink); }
.contact-item p { line-height: 1.55; }
.form-card { padding: 26px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field.full { grid-column: 1 / -1; }
label { display: block; margin-bottom: 6px; font-weight: 750; font-size: .9rem; }
input, select, textarea {
  width: 100%;
  border: 1px solid #ccd3d9;
  border-radius: 5px;
  padding: 12px 13px;
  color: var(--ink);
  background: var(--white);
}
textarea { min-height: 130px; resize: vertical; }
.check-row { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; }
.check-row input { width: 18px; height: 18px; margin-top: 3px; }
.check-row .error { grid-column: 2; }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.error { min-height: 18px; color: #b42318; font-size: .84rem; margin-top: 4px; }
.form-message { margin: 16px 0 0; padding: 12px 14px; border-radius: 6px; display: none; }
.form-message.success { display: block; background: #e9f7ef; color: #136b35; border: 1px solid #bfe6cd; }
.form-message.fail { display: block; background: #fff1f0; color: #9f1c13; border: 1px solid #ffd0cc; }

.callback-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: rgba(5, 21, 38, .62);
}
.callback-modal.open { display: flex; }
.callback-dialog {
  position: relative;
  width: min(100%, 520px);
  max-height: calc(100vh - 44px);
  overflow: auto;
  padding: 30px;
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 30px 90px rgba(0,0,0,.28);
}
.callback-dialog h2 { margin-bottom: 10px; }
.callback-dialog > p { margin-bottom: 22px; }
.callback-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}
.callback-form {
  display: grid;
  gap: 14px;
}
.callback-form textarea { min-height: 96px; }

.video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 34px;
}
.video-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 30px rgba(8,34,60,.08);
}
.video-thumb {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: var(--ink);
  cursor: pointer;
}
.video-thumb img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.play-mark {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 58px;
  height: 58px;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: rgba(255,107,0,.94);
  box-shadow: 0 14px 28px rgba(0,0,0,.25);
}
.play-mark::before {
  content: "";
  position: absolute;
  left: 23px;
  top: 18px;
  border-left: 17px solid #fff;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
}
.video-card-body {
  display: grid;
  gap: 8px;
  padding: 18px;
}
.video-card-body span {
  color: var(--orange);
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
}
.video-card-body p { line-height: 1.58; }
.text-link {
  color: var(--orange-2);
  font-weight: 800;
}
.video-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: none;
  place-items: center;
  padding: 22px;
  background: rgba(5, 21, 38, .78);
}
.video-modal.open { display: grid; }
.video-dialog {
  width: min(980px, 100%);
  border-radius: 10px;
  background: var(--white);
  padding: 18px;
  box-shadow: 0 30px 90px rgba(0,0,0,.35);
}
.video-dialog h2 { margin: 0 48px 14px 0; font-size: 1.35rem; }
.video-dialog video {
  width: 100%;
  max-height: 72vh;
  background: #000;
  border-radius: 8px;
}
.video-close {
  float: right;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-size: 1.4rem;
  cursor: pointer;
}

.page-hero { padding: 82px 0 56px; background: var(--paper); border-bottom: 1px solid var(--line); }
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 20px;
  color: var(--muted);
  font-size: .9rem;
}
.breadcrumbs a {
  color: var(--ink-2);
  font-weight: 750;
}
.breadcrumbs a:last-child {
  color: var(--muted);
  font-weight: 650;
}
.seo-page-hero {
  background:
    linear-gradient(180deg, rgba(247,248,250,.96), rgba(255,255,255,1)),
    radial-gradient(circle at 80% 0%, rgba(255,107,0,.08), transparent 32%);
}
.seo-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.seo-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 38px;
  align-items: start;
}
.seo-main {
  max-width: 820px;
}
.seo-main h2 {
  margin: 36px 0 12px;
  font-size: clamp(1.35rem, 2vw, 1.85rem);
}
.seo-main h2:first-child { margin-top: 0; }
.seo-main p,
.seo-main li {
  color: var(--muted);
  line-height: 1.74;
}
.seo-main p + p { margin-top: 14px; }
.seo-main ul {
  margin: 18px 0 0;
  padding-left: 20px;
}
.seo-side {
  position: sticky;
  top: 112px;
}
.seo-side .info-card {
  border-top: 3px solid var(--orange);
}
.seo-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}
.seo-card {
  display: grid;
  gap: 8px;
  min-height: 150px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 24px rgba(8,34,60,.06);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.seo-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255,107,0,.55);
  box-shadow: var(--shadow);
}
.seo-card strong {
  color: var(--ink);
  font-size: 1.05rem;
}
.seo-card span {
  color: var(--muted);
  line-height: 1.55;
}
.content-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.info-card { padding: 28px; }
.info-card h2 { font-size: 1.45rem; }
.info-card ul { margin: 18px 0 0; padding-left: 20px; color: var(--muted); }
.legal-box { padding: 30px; margin-top: 22px; }
.legal-box h2 { font-size: 1.45rem; margin-top: 12px; }
.legal-box p, .legal-box li { color: var(--muted); }

.site-footer { background: var(--ink); color: var(--white); padding: 48px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr 1fr; gap: 32px; }
.footer-grid > div:first-child > img {
  width: 300px;
  max-width: 100%;
  height: auto;
  background: var(--white);
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 10px;
  padding: 12px 14px;
  box-shadow: 0 14px 32px rgba(0,0,0,.16);
}
.site-footer p, .site-footer a { color: rgba(255,255,255,.78); }
.site-footer h2 { color: var(--white); font-size: 1rem; margin-bottom: 14px; }
.footer-links { display: grid; gap: 8px; }
.footer-button {
  width: fit-content;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255,255,255,.78);
  text-align: left;
  cursor: pointer;
}
.footer-button:hover { color: var(--white); }
.social { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.social a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px 8px 8px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  color: var(--white);
  font-weight: 750;
  font-size: .86rem;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.social a:hover { transform: translateY(-1px); border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.18); color: var(--white); }
.social img, .social-icon { width: 24px; height: 24px; flex: 0 0 24px; padding: 0; background: transparent; border: 0; border-radius: 0; }
.copyright { margin-top: 34px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); text-align: center; font-size: .88rem; }

.wa-button, .to-top {
  position: fixed;
  z-index: 45;
  border: 0;
  border-radius: 999px;
  color: var(--white);
  box-shadow: 0 10px 24px rgba(31,42,51,.2);
}
.wa-button { right: 18px; bottom: 20px; width: 54px; height: 54px; display: grid; place-items: center; background: #25d366; }
.wa-button img { width: 54px; height: 54px; }
.wa-button svg { width: 28px; height: 32px; fill: var(--white); }
.to-top { display: none; }

.wa-button.mascot-wa {
  right: 20px;
  bottom: 22px;
  width: auto;
  height: 118px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 18px 10px 10px;
  border-radius: 28px;
  background: rgba(255,255,255,.98);
  border: 1px solid rgba(8,24,42,.12);
  box-shadow: 0 22px 55px rgba(6,20,38,.22);
  text-decoration: none;
}

.wa-button.mascot-wa img {
  width: 94px;
  height: 94px;
  display: block;
  border-radius: 24px;
  object-fit: cover;
  object-position: center 18%;
  border: 2px solid rgba(255,255,255,.96);
  box-shadow: 0 12px 28px rgba(6,20,38,.18);
}

.wa-button.mascot-wa span {
  color: #061426;
  font-size: .92rem;
  font-weight: 900;
  line-height: 1.1;
}

.wa-button.mascot-wa span::before {
  content: "Hallo!";
  display: block;
  margin-bottom: 3px;
  color: #ff2634;
  font-size: .78rem;
  font-weight: 900;
}

.cookie-banner {
  position: fixed;
  left: 22px;
  bottom: 18px;
  z-index: 999;
  width: min(520px, calc(100% - 44px));
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 18px 46px rgba(8, 34, 60, .16);
  padding: 16px;
  display: none;
  gap: 12px;
  transform: translateY(16px);
}
.cookie-banner.show { display: grid; transform: translateY(0); }
.cookie-copy strong {
  display: block;
  color: var(--ink);
  font-size: 1rem;
  margin-bottom: 5px;
}
.cookie-copy p {
  font-size: .92rem;
  line-height: 1.5;
}
.cookie-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 8px;
  font-size: .86rem;
  font-weight: 750;
}
.cookie-links a {
  color: var(--ink);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.cookie-settings {
  display: none;
  grid-template-columns: 1fr;
  gap: 10px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}
.cookie-settings.open { display: grid; }
.cookie-option {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
  min-height: 0;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfcfd;
}
.cookie-option input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--orange);
}
.cookie-option strong {
  display: block;
  color: var(--ink);
  line-height: 1.25;
}
.cookie-option small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  line-height: 1.35;
}
.cookie-option.disabled { opacity: .76; }
.cookie-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.cookie-actions .btn {
  width: 100%;
  min-height: 40px;
  padding: 9px 10px;
  font-size: .88rem;
  white-space: normal;
}

.lightbox { position: fixed; inset: 0; z-index: 80; display: none; align-items: center; justify-content: center; padding: 24px; background: rgba(12,18,23,.84); }
.lightbox.open { display: flex; }
.lightbox img { max-height: 82vh; border-radius: 8px; box-shadow: 0 20px 70px rgba(0,0,0,.35); }
.lightbox button { position: absolute; top: 18px; right: 18px; background: var(--white); border: 0; border-radius: 999px; width: 42px; height: 42px; cursor: pointer; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}


.reveal { opacity: 1; transform: none; }
.js-ready .reveal { opacity: 0; transform: translateY(18px); transition: opacity .45s ease, transform .45s ease; }
.js-ready .reveal.visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Final logo placement override for the full-height LUNA365 mark. */
.site-header .nav-wrap {
  min-height: 138px;
  align-items: center;
}

.site-header .brand {
  min-width: 350px;
}

.site-header .brand img {
  width: 340px;
  height: auto;
  max-height: none;
  object-fit: contain;
}

.site-footer .footer-grid > div:first-child > img {
  width: 360px;
  height: auto;
}

@media (max-width: 1380px) {
  .site-header .nav-wrap {
    min-height: 126px;
    gap: 14px;
  }

  .site-header .brand {
    min-width: 300px;
  }

  .site-header .brand img {
    width: 292px;
  }

  .main-nav {
    gap: 14px;
    font-size: .86rem;
  }
}

@media (max-width: 1180px) {
  .site-header .nav-wrap {
    min-height: 108px;
  }

  .site-header .brand {
    min-width: 250px;
  }

  .site-header .brand img {
    width: 242px;
  }

  .main-nav {
    gap: 12px;
    font-size: .82rem;
  }
}

@media (max-width: 920px) {
  .site-header .nav-wrap {
    min-height: 96px;
  }

  .site-header .brand {
    min-width: 218px;
  }

  .site-header .brand img {
    width: 212px;
  }
}

@media (max-width: 420px) {
  .site-header .nav-wrap {
    min-height: 88px;
  }

  .site-header .brand {
    min-width: 196px;
  }

  .site-header .brand img {
    width: 192px;
  }
}

/* Center-logo header: three links left, logo center, three links right. */
.site-header .nav-wrap-centered {
  min-height: 116px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
}

.desktop-nav-shell {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  width: 100%;
  gap: 26px;
}

.desktop-brand {
  min-width: 0 !important;
  justify-content: center;
}

.desktop-brand img {
  width: 250px !important;
  max-height: none !important;
  height: auto;
  object-fit: contain;
}

.mobile-brand,
.mobile-nav {
  display: none;
}

.site-header .nav-side {
  margin-left: 0;
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: .93rem;
}

.site-header .nav-left {
  justify-content: flex-end;
}

.site-header .nav-right {
  justify-content: flex-start;
}

@media (max-width: 1180px) {
  .site-header .nav-wrap-centered {
    min-height: 104px;
  }

  .desktop-nav-shell {
    gap: 18px;
  }

  .desktop-brand img {
    width: 202px !important;
  }

  .site-header .nav-side {
    gap: 18px;
    font-size: .86rem;
  }
}

@media (max-width: 920px) {
  .site-header .nav-wrap-centered {
    min-height: 76px;
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .desktop-nav-shell {
    display: none;
  }

  .mobile-brand {
    display: inline-flex;
    min-width: 0 !important;
  }

  .mobile-brand img {
    width: 138px !important;
    max-height: none !important;
    height: auto;
  }

  .mobile-nav {
    display: none;
  }

  .site-header.nav-open .mobile-nav {
    display: flex;
  }
}

@media (max-width: 420px) {
  .mobile-brand img {
    width: 132px !important;
  }
}

/* Final centered header override: 3 links left, logo center, 3 links right. */
.site-header .nav-wrap-centered {
  min-height: 98px !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  align-items: center !important;
  gap: 0 !important;
}

.desktop-nav-shell {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) !important;
  align-items: center !important;
  width: 100% !important;
  gap: 30px !important;
}

.desktop-brand {
  min-width: 0 !important;
  justify-content: center !important;
}

.desktop-brand img {
  width: 220px !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
}

.mobile-brand,
.mobile-nav {
  display: none !important;
}

.site-header .nav-side {
  margin-left: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 28px !important;
  font-size: .93rem !important;
}

.site-header .nav-left {
  justify-content: flex-end !important;
}

.site-header .nav-right {
  justify-content: flex-start !important;
}

@media (max-width: 1180px) {
  .site-header .nav-wrap-centered {
    min-height: 98px !important;
  }

  .desktop-nav-shell {
    gap: 18px !important;
  }

  .desktop-brand img {
    width: 202px !important;
  }

  .site-header .nav-side {
    gap: 18px !important;
    font-size: .86rem !important;
  }
}

@media (max-width: 920px) {
  .site-header .nav-wrap-centered {
    min-height: 76px !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
  }

  .desktop-nav-shell {
    display: none !important;
  }

  .mobile-brand {
    display: inline-flex !important;
    min-width: 0 !important;
  }

  .mobile-brand img {
    width: 138px !important;
    height: auto !important;
    max-height: none !important;
  }

  .mobile-nav {
    display: none !important;
  }

  .site-header.nav-open .mobile-nav {
    display: flex !important;
  }
}

@media (max-width: 420px) {
  .mobile-brand img {
    width: 132px !important;
  }
}

/* Professional centered header tune: balanced logo size, real breathing room. */
.site-header {
  background: rgba(255,255,255,.98) !important;
  backdrop-filter: none !important;
}

.site-header .nav-wrap-centered {
  min-height: 126px !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  align-items: center !important;
  gap: 0 !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.desktop-nav-shell {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 250px minmax(0, 1fr) !important;
  align-items: center !important;
  width: 100% !important;
  gap: 34px !important;
}

.desktop-brand {
  min-width: 0 !important;
  width: 250px !important;
  justify-content: center !important;
  align-self: center !important;
}

.desktop-brand img {
  width: 238px !important;
  height: auto !important;
  max-height: 136px !important;
  object-fit: contain !important;
  display: block !important;
}

.mobile-brand,
.mobile-nav {
  display: none !important;
}

.site-header .nav-side {
  margin-left: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 30px !important;
  font-size: .94rem !important;
  font-weight: 760 !important;
}

.site-header .nav-side a {
  padding: 10px 0 !important;
}

.site-header .nav-left {
  justify-content: flex-end !important;
}

.site-header .nav-right {
  justify-content: flex-start !important;
}

@media (max-width: 1180px) {
  .site-header .nav-wrap-centered {
    min-height: 112px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .desktop-nav-shell {
    grid-template-columns: minmax(0, 1fr) 220px minmax(0, 1fr) !important;
    gap: 20px !important;
  }

  .desktop-brand {
    width: 220px !important;
  }

  .desktop-brand img {
    width: 212px !important;
    max-height: 121px !important;
  }

  .site-header .nav-side {
    gap: 18px !important;
    font-size: .86rem !important;
  }
}

@media (max-width: 920px) {
  .site-header .nav-wrap-centered {
    min-height: 82px !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  .desktop-nav-shell {
    display: none !important;
  }

  .mobile-brand {
    display: inline-flex !important;
    width: auto !important;
    min-width: 0 !important;
    align-items: center !important;
  }

  .mobile-brand img {
    width: 148px !important;
    height: auto !important;
    max-height: 84px !important;
    object-fit: contain !important;
  }

  .mobile-nav {
    display: none !important;
  }

  .site-header.nav-open .mobile-nav {
    display: flex !important;
  }

  .menu-toggle {
    width: 46px !important;
    height: 46px !important;
    margin-left: auto !important;
    border: 1px solid rgba(8,34,60,.16) !important;
    border-radius: 50% !important;
    background: #fff !important;
  }
}

@media (max-width: 420px) {
  .site-header .nav-wrap-centered {
    min-height: 80px !important;
  }

  .mobile-brand img {
    width: 142px !important;
    max-height: 81px !important;
  }
}

/* Modern header-to-hero transition: soft overlap instead of a hard 2000s edge. */
.site-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 80 !important;
  border-bottom: 0 !important;
  background: #fff !important;
  box-shadow: 0 14px 34px rgba(8,34,60,.08) !important;
}

.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -28px;
  height: 28px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,0));
}

.site-header .nav-wrap-centered {
  position: relative !important;
  z-index: 2 !important;
}

.hero {
  margin-top: -18px !important;
  padding-top: 18px !important;
}

.hero-photo::before {
  background:
    linear-gradient(180deg, rgba(5,21,38,.22) 0%, rgba(5,21,38,.08) 10%, rgba(5,21,38,.24) 100%),
    linear-gradient(90deg, rgba(5, 21, 38, .94) 0%, rgba(5, 21, 38, .82) 34%, rgba(5, 21, 38, .32) 66%, rgba(5, 21, 38, .04) 100%) !important;
}

@media (min-width: 921px) {
  .site-header .nav-wrap-centered {
    min-height: 118px !important;
  }

  .desktop-brand img {
    width: 232px !important;
    max-height: 132px !important;
  }
}

@media (max-width: 920px) {
  .site-header {
    box-shadow: 0 10px 26px rgba(8,34,60,.09) !important;
  }

  .site-header::after {
    bottom: -18px;
    height: 18px;
  }

  .hero {
    margin-top: -12px !important;
    padding-top: 12px !important;
  }

  .hero-photo::before {
    background:
      linear-gradient(180deg, rgba(5,21,38,.16) 0%, rgba(5,21,38,.52) 36%, rgba(5,21,38,.94) 100%),
      linear-gradient(90deg, rgba(5,21,38,.72), rgba(5,21,38,.22)) !important;
  }
}

/* Reference-style LUNA365 header and hero polish. */
.top-strip {
  position: relative !important;
  z-index: 120 !important;
  background: #030b14 !important;
  border-bottom: 1px solid rgba(255,255,255,.08) !important;
}

.top-strip-inner {
  min-height: 54px !important;
  grid-template-columns: repeat(4, max-content) !important;
  font-size: .95rem !important;
  font-weight: 760 !important;
}

.top-strip a {
  color: #fff !important;
}

.luna-header.site-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 110 !important;
  min-height: 184px !important;
  background: #fff !important;
  border-bottom: 0 !important;
  box-shadow: 0 18px 42px rgba(5,14,24,.16) !important;
  overflow: visible !important;
}

.luna-header.site-header::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -92px;
  height: 110px;
  background: #fff;
  clip-path: polygon(0 0, 50% 100%, 100% 0, 100% 0, 0 0);
  pointer-events: none;
  filter: drop-shadow(0 16px 20px rgba(5,14,24,.18));
}

.luna-header.site-header::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -76px;
  width: min(420px, 34vw);
  height: 7px;
  background: linear-gradient(90deg, #c71017, #ff5f00);
  transform: translateX(-50%) skewY(-8deg);
  border-radius: 999px;
  pointer-events: none;
}

.luna-header .nav-wrap-centered {
  min-height: 184px !important;
  padding-top: 12px !important;
  padding-bottom: 34px !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  align-items: center !important;
}

.luna-header .desktop-nav-shell {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 360px minmax(0, 1fr) !important;
  align-items: end !important;
  gap: 38px !important;
  width: 100% !important;
}

.luna-header .desktop-brand {
  width: 360px !important;
  min-width: 0 !important;
  justify-content: center !important;
  align-self: center !important;
  transform: translateY(8px);
}

.luna-header .desktop-brand img {
  width: 350px !important;
  max-height: 200px !important;
  height: auto !important;
  object-fit: contain !important;
  display: block !important;
}

.luna-header .nav-side {
  display: flex !important;
  align-items: center !important;
  gap: 34px !important;
  margin-left: 0 !important;
  padding-bottom: 40px !important;
  font-size: .92rem !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

.luna-header .nav-left {
  justify-content: flex-end !important;
}

.luna-header .nav-right {
  justify-content: flex-start !important;
}

.luna-header .main-nav a {
  color: #061426 !important;
  padding: 10px 0 !important;
}

.luna-header .main-nav a:hover,
.luna-header .main-nav a.active {
  color: #c71017 !important;
}

.luna-header .main-nav a::after {
  height: 2px !important;
  background: #c71017 !important;
  bottom: 3px !important;
}

.luna-header .mobile-brand,
.luna-header .mobile-nav {
  display: none !important;
}

.hero {
  margin-top: -52px !important;
  padding-top: 52px !important;
  min-height: 780px !important;
}

.hero-photo::before {
  background:
    linear-gradient(90deg, rgba(2,8,15,.96) 0%, rgba(2,8,15,.84) 34%, rgba(2,8,15,.24) 68%, rgba(2,8,15,.06) 100%),
    linear-gradient(180deg, rgba(2,8,15,.10) 0%, rgba(2,8,15,.24) 100%) !important;
}

.hero-grid {
  min-height: 730px !important;
  align-items: center !important;
}

.hero-copy {
  padding-top: 86px !important;
  padding-bottom: 86px !important;
  max-width: 720px !important;
}

.hero-copy h1 {
  font-size: clamp(4.4rem, 6.5vw, 6.35rem) !important;
  line-height: .92 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  font-weight: 950 !important;
  text-shadow: 0 7px 22px rgba(0,0,0,.38) !important;
}

.hero-subline {
  margin: 16px 0 8px !important;
  color: #df151b !important;
  font-size: clamp(2rem, 3.2vw, 3rem) !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  text-transform: uppercase !important;
  letter-spacing: 0 !important;
  text-shadow: 0 5px 18px rgba(0,0,0,.35) !important;
}

.hero-stroke {
  width: 94px !important;
  height: 3px !important;
  margin: 16px 0 20px !important;
  background: #df151b !important;
  border-radius: 999px !important;
}

.hero-copy .lead {
  max-width: 620px !important;
  font-size: clamp(1.12rem, 1.42vw, 1.35rem) !important;
  line-height: 1.48 !important;
}

.hero-actions .btn {
  min-height: 58px !important;
  padding: 16px 28px !important;
  border-radius: 7px !important;
  background: linear-gradient(135deg, #c80f16, #ef4f00) !important;
  border-color: #d91b13 !important;
  box-shadow: 0 14px 28px rgba(198,16,22,.28) !important;
  text-transform: uppercase !important;
  font-weight: 900 !important;
}

.hero-actions .btn.secondary {
  background: rgba(5,14,24,.34) !important;
  border-color: rgba(255,255,255,.55) !important;
  color: #fff !important;
  box-shadow: none !important;
  text-transform: none !important;
}

.hero-benefits {
  position: absolute !important;
  left: 100px !important;
  right: 100px !important;
  bottom: 54px !important;
  z-index: 4 !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  border-radius: 12px !important;
  background: rgba(4,10,17,.70) !important;
  backdrop-filter: blur(10px) !important;
  box-shadow: 0 24px 55px rgba(0,0,0,.24) !important;
  overflow: hidden !important;
}

.hero-benefits div {
  min-height: 96px !important;
  padding: 18px 22px !important;
  border-radius: 0 !important;
  border: 0 !important;
  border-right: 1px solid rgba(255,255,255,.16) !important;
  background: transparent !important;
  display: grid !important;
  grid-template-columns: 54px 1fr !important;
  align-items: center !important;
  gap: 16px !important;
}

.hero-benefits div:last-child {
  border-right: 0 !important;
}

.benefit-icon {
  width: 52px !important;
  height: 52px !important;
  color: #e1131a !important;
  border-color: #e1131a !important;
  background: rgba(225,19,26,.06) !important;
}

.hero-benefits strong {
  color: #fff !important;
  font-size: .95rem !important;
  line-height: 1.16 !important;
  text-transform: uppercase !important;
  font-weight: 900 !important;
}

@media (max-width: 1260px) {
  .luna-header .desktop-nav-shell {
    grid-template-columns: minmax(0, 1fr) 300px minmax(0, 1fr) !important;
    gap: 24px !important;
  }

  .luna-header .desktop-brand,
  .luna-header .desktop-brand img {
    width: 300px !important;
  }

  .luna-header .nav-side {
    gap: 18px !important;
    font-size: .82rem !important;
  }
}

@media (max-width: 920px) {
  .top-strip {
    display: none !important;
  }

  .luna-header.site-header {
    min-height: 92px !important;
    box-shadow: 0 12px 30px rgba(5,14,24,.13) !important;
  }

  .luna-header.site-header::before {
    bottom: -30px;
    height: 34px;
    clip-path: polygon(0 0, 50% 100%, 100% 0, 100% 0, 0 0);
    filter: drop-shadow(0 10px 12px rgba(5,14,24,.14));
  }

  .luna-header.site-header::after {
    bottom: -24px;
    width: 110px;
    height: 4px;
  }

  .luna-header .nav-wrap-centered {
    min-height: 92px !important;
    display: flex !important;
    padding-top: 8px !important;
    padding-bottom: 10px !important;
  }

  .luna-header .desktop-nav-shell {
    display: none !important;
  }

  .luna-header .mobile-brand {
    display: inline-flex !important;
    min-width: 0 !important;
  }

  .luna-header .mobile-brand img {
    width: 158px !important;
    max-height: 90px !important;
    height: auto !important;
    object-fit: contain !important;
  }

  .hero {
    margin-top: -22px !important;
    padding-top: 22px !important;
    min-height: calc(100svh - 20px) !important;
  }

  .hero-grid {
    min-height: auto !important;
    display: block !important;
  }

  .hero-copy {
    padding-top: 126px !important;
    padding-bottom: 260px !important;
  }

  .hero-copy h1 {
    font-size: clamp(3rem, 13vw, 3.7rem) !important;
    line-height: .95 !important;
  }

  .hero-subline {
    font-size: clamp(1.25rem, 7vw, 1.75rem) !important;
    margin-top: 12px !important;
  }

  .hero-copy .lead {
    font-size: 1rem !important;
    line-height: 1.5 !important;
  }

  .hero-actions {
    grid-template-columns: 1fr !important;
  }

  .hero-actions .btn {
    width: 100% !important;
    min-height: 56px !important;
    font-size: .92rem !important;
  }

  .hero-benefits {
    left: 14px !important;
    right: 14px !important;
    bottom: 92px !important;
    grid-template-columns: 1fr 1fr !important;
    border-radius: 14px !important;
  }

  .hero-benefits div {
    min-height: 66px !important;
    padding: 10px !important;
    grid-template-columns: 38px 1fr !important;
    gap: 9px !important;
  }

  .benefit-icon {
    width: 38px !important;
    height: 38px !important;
  }

  .hero-benefits strong {
    font-size: .73rem !important;
  }

  .menu-toggle {
    width: 48px !important;
    height: 48px !important;
    margin-left: auto !important;
    border: 1px solid rgba(8,34,60,.16) !important;
    border-radius: 50% !important;
    background: #fff !important;
  }
}

@media (max-width: 420px) {
  .luna-header .mobile-brand img {
    width: 150px !important;
  }

  .hero-copy {
    padding-top: 118px !important;
  }
}

/* Reference layout correction: keep nav, headline and benefit bar inside the viewport. */
@media (min-width: 921px) {
  .luna-header .desktop-nav-shell {
    grid-template-columns: minmax(0, 1fr) 310px minmax(0, 1fr) !important;
    gap: 26px !important;
  }

  .luna-header .desktop-brand {
    width: 310px !important;
  }

  .luna-header .desktop-brand img {
    width: 305px !important;
    max-height: 174px !important;
  }

  .luna-header .nav-side {
    gap: 24px !important;
    font-size: .82rem !important;
    letter-spacing: -.01em !important;
  }

  .hero-grid {
    position: relative !important;
  }

  .hero-copy {
    position: static !important;
  }

  .hero-benefits {
    left: 0 !important;
    right: 0 !important;
    bottom: 42px !important;
    width: auto !important;
  }
}

@media (max-width: 1260px) and (min-width: 921px) {
  .luna-header .desktop-nav-shell {
    grid-template-columns: minmax(0, 1fr) 270px minmax(0, 1fr) !important;
    gap: 18px !important;
  }

  .luna-header .desktop-brand,
  .luna-header .desktop-brand img {
    width: 270px !important;
  }

  .luna-header .nav-side {
    gap: 14px !important;
    font-size: .76rem !important;
  }
}

@media (max-width: 920px) {
  .hero-copy h1 {
    font-size: clamp(2.45rem, 10.6vw, 3rem) !important;
    max-width: 100% !important;
  }

  .hero-subline {
    font-size: clamp(1.18rem, 6.2vw, 1.55rem) !important;
  }

  .hero-copy {
    overflow: hidden !important;
  }
}

/* Desktop hero spacing correction for the reference layout. */
@media (min-width: 921px) {
  .hero-copy {
    transform: none !important;
    padding-top: 18px !important;
    padding-bottom: 170px !important;
  }

  .hero-actions {
    margin-top: 30px !important;
  }
}

/* Desktop fold alignment: CTA above the wide trust bar. */
@media (min-width: 921px) {
  .hero-actions {
    transform: translateY(-62px) !important;
  }

  .hero-benefits {
    bottom: 112px !important;
  }
}

/* Keep the red header accent away from the hero headline. */
.luna-header.site-header::after {
  left: 55% !important;
  bottom: -56px !important;
  width: min(360px, 28vw) !important;
  transform: translateX(0) skewY(-8deg) !important;
  z-index: 1 !important;
}

@media (max-width: 920px) {
  .luna-header.site-header::after {
    left: 36% !important;
    bottom: -24px !important;
    width: 110px !important;
  }
}

/* 2026-08-24 reference hero: premium moving-company composition. */
.top-strip-inner {
  grid-template-columns: repeat(3, max-content) max-content max-content !important;
}

.strip-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 18px;
  border-radius: 8px;
  color: #fff !important;
  background: linear-gradient(135deg, #e20d1a, #ff3b22);
  box-shadow: 0 8px 20px rgba(226,13,26,.3);
  font-size: .86rem;
  font-weight: 900;
}

.luna-header.site-header {
  min-height: 206px !important;
}

.luna-header.site-header::before {
  bottom: -78px !important;
  height: 118px !important;
  clip-path: polygon(0 0, 36% 22%, 50% 72%, 64% 22%, 100% 0, 100% 42%, 64% 42%, 50% 92%, 36% 42%, 0 42%) !important;
}

.luna-header.site-header::after {
  left: auto !important;
  right: 0 !important;
  bottom: -58px !important;
  width: 35vw !important;
  height: 12px !important;
  transform: skewY(-7deg) !important;
  background: linear-gradient(90deg, #062548, #e40f1b) !important;
}

.luna-header .nav-wrap-centered {
  min-height: 206px !important;
  padding-bottom: 44px !important;
}

.luna-header .desktop-nav-shell {
  grid-template-columns: minmax(0, 1fr) 340px minmax(0, 1fr) !important;
  align-items: end !important;
  gap: 30px !important;
}

.luna-header .desktop-brand,
.luna-header .desktop-brand img {
  width: 340px !important;
}

.luna-header .desktop-brand img {
  max-height: 194px !important;
}

.luna-header .nav-side {
  padding-bottom: 56px !important;
}

.hero {
  margin-top: -54px !important;
  padding-top: 54px !important;
  min-height: 820px !important;
}

.hero-grid {
  min-height: 760px !important;
}

.hero-copy {
  padding-top: 0 !important;
  padding-bottom: 250px !important;
}

.hero-copy h1 {
  max-width: 760px !important;
  font-size: clamp(5.2rem, 7vw, 7rem) !important;
}

.hero-subline {
  display: inline-block !important;
  padding: 8px 32px 10px !important;
  color: #fff !important;
  background: #ed1220 !important;
  transform: rotate(-3deg) !important;
  font-family: "Segoe Print", "Comic Sans MS", cursive !important;
  font-size: clamp(1.65rem, 2.6vw, 2.55rem) !important;
  line-height: 1.05 !important;
  text-transform: none !important;
  box-shadow: 0 12px 22px rgba(237,18,32,.28);
  clip-path: polygon(0 18%, 96% 0, 100% 78%, 5% 100%);
}

.hero-copy .lead {
  max-width: 560px !important;
}

.hero-actions {
  transform: translateY(-34px) !important;
}

.hero-benefits {
  bottom: 96px !important;
  background: linear-gradient(180deg, rgba(13,24,35,.72), rgba(4,9,15,.78)) !important;
  border-color: rgba(255,255,255,.26) !important;
}

.hero-service-area {
  position: absolute;
  right: 18px;
  top: 250px;
  z-index: 4;
  width: 270px;
  padding: 22px 22px 18px;
  border-radius: 16px;
  color: #061426;
  background: rgba(255,255,255,.96);
  box-shadow: 0 22px 50px rgba(5,14,24,.24);
}

.hero-service-area .area-pin {
  position: absolute;
  left: -19px;
  top: 18px;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #ed1220;
  font-size: 1.8rem;
  line-height: 1;
}

.hero-service-area p {
  margin: 0 0 4px;
  font-weight: 900;
}

.hero-service-area strong {
  display: block;
  margin-bottom: 14px;
  font-size: 1.12rem;
}

.hero-service-area ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: .92rem;
  font-weight: 750;
}

.hero-service-area li::before {
  content: "✓";
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border-radius: 50%;
  color: #fff;
  background: #ed1220;
  font-size: .72rem;
}

.hero-service-area em {
  display: block;
  margin-top: 14px;
  color: #ed1220;
  font-family: "Segoe Print", "Comic Sans MS", cursive;
  font-weight: 900;
  text-align: right;
}

.hero-chat-card {
  position: absolute;
  right: 34px;
  bottom: 102px;
  z-index: 5;
  width: 270px;
  padding: 16px;
  border-radius: 22px;
  color: #061426;
  background: rgba(255,255,255,.98);
  box-shadow: 0 22px 50px rgba(5,14,24,.28);
}

.hero-chat-close {
  position: absolute;
  right: 14px;
  top: 12px;
  border: 0;
  background: transparent;
  font-size: 1.2rem;
  cursor: pointer;
}

.hero-chat-head {
  display: grid;
  grid-template-columns: 1fr 72px;
  gap: 10px;
  align-items: center;
}

.hero-chat-head strong {
  display: block;
  font-size: 1.1rem;
}

.hero-chat-head span {
  display: block;
  margin-top: 2px;
  color: #526273;
  font-size: .82rem;
}

.hero-chat-avatar {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #09294b, #ed1220);
  font-weight: 950;
  box-shadow: inset 0 0 0 3px rgba(255,255,255,.6);
}

.hero-chat-options {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 12px 0 14px;
}

.hero-chat-options a {
  padding: 7px 10px;
  border-radius: 999px;
  color: #12304f;
  background: #f1f5f9;
  border: 1px solid #dbe4ee;
  font-size: .76rem;
  font-weight: 800;
}

.hero-chat-input {
  display: grid;
  grid-template-columns: 1fr 38px 38px;
  align-items: center;
  gap: 8px;
}

.hero-chat-input span {
  min-height: 38px;
  padding: 11px 12px;
  border-radius: 999px;
  color: #7a8794;
  background: #f7f9fb;
  font-size: .78rem;
}

.hero-chat-input a {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #1d6fff;
  font-weight: 900;
}

.hero-chat-input .chat-whatsapp {
  background: #25d366;
  font-size: .68rem;
}

.hero-proof-strip {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 18px 40px;
  color: #102942;
  background: rgba(255,255,255,.94);
  clip-path: ellipse(70% 100% at 50% 100%);
  font-weight: 750;
}

.proof-stars {
  color: #ffc400;
  font-size: 1.2rem;
}

@media (max-width: 1180px) {
  .hero-service-area,
  .hero-chat-card {
    display: none !important;
  }
}

@media (max-width: 920px) {
  .top-strip-inner,
  .strip-cta {
    display: none !important;
  }

  .luna-header.site-header {
    min-height: 94px !important;
  }

  .luna-header .nav-wrap-centered {
    min-height: 94px !important;
    padding-top: 8px !important;
    padding-bottom: 10px !important;
    display: flex !important;
    align-items: center !important;
  }

  .luna-header.site-header::before {
    bottom: -24px !important;
    height: 32px !important;
  }

  .luna-header .mobile-brand img {
    width: 156px !important;
  }

  .hero {
    margin-top: -16px !important;
    padding-top: 16px !important;
    min-height: 900px !important;
  }

  .hero-copy {
    padding-top: 116px !important;
    padding-bottom: 278px !important;
  }

  .hero-copy h1 {
    font-size: clamp(2.65rem, 11.2vw, 3.15rem) !important;
  }

  .hero-subline {
    padding: 6px 14px 8px !important;
    font-size: clamp(1.18rem, 6.2vw, 1.55rem) !important;
  }

  .hero-actions {
    transform: none !important;
  }

  .hero-benefits {
    bottom: 96px !important;
  }

  .hero-proof-strip {
    display: none !important;
  }
}

/* Reference-style LUNA365 header and hero fold tuning */
@media (min-width: 1181px) {
  .top-strip {
    min-height: 55px !important;
    background:
      linear-gradient(115deg, rgba(255,255,255,.08) 0 10%, transparent 10% 100%),
      linear-gradient(180deg, #07172a 0%, #04101f 100%) !important;
  }

  .top-strip-inner {
    min-height: 55px !important;
    gap: clamp(34px, 5vw, 82px) !important;
  }

  .top-strip svg {
    color: #ed1220 !important;
    stroke-width: 2.7px !important;
  }

  .strip-cta {
    margin-left: auto !important;
    padding: 12px 22px !important;
    border-radius: 9px !important;
    background: linear-gradient(135deg, #ff1f2d, #d50614) !important;
    box-shadow: 0 12px 30px rgba(237,18,32,.32) !important;
  }

  .luna-header.site-header {
    min-height: 174px !important;
    border-bottom: 0 !important;
    background: #fff !important;
    box-shadow: 0 10px 28px rgba(7, 23, 42, .09) !important;
  }

  .luna-header.site-header::before {
    bottom: -62px !important;
    height: 96px !important;
    clip-path: ellipse(73% 74% at 50% 0%) !important;
    box-shadow: 0 18px 22px rgba(7,23,42,.13) !important;
  }

  .luna-header.site-header::after {
    bottom: -47px !important;
    right: 0 !important;
    width: 42vw !important;
    height: 10px !important;
    transform: skewY(-6deg) !important;
    background: #ed1220 !important;
  }

  .luna-header .nav-wrap-centered {
    min-height: 174px !important;
    padding-top: 8px !important;
    padding-bottom: 26px !important;
  }

  .luna-header .desktop-nav-shell {
    grid-template-columns: minmax(0, 1fr) 330px minmax(0, 1fr) !important;
    gap: clamp(24px, 3vw, 48px) !important;
  }

  .luna-header .desktop-brand,
  .luna-header .desktop-brand img {
    width: 330px !important;
  }

  .luna-header .desktop-brand img {
    max-height: 188px !important;
  }

  .luna-header .nav-side {
    gap: clamp(20px, 2vw, 34px) !important;
    padding-bottom: 38px !important;
    font-size: .84rem !important;
  }

  .luna-header .main-nav a::after {
    height: 2px !important;
    background: #ed1220 !important;
  }

  .hero {
    margin-top: -46px !important;
    padding-top: 46px !important;
    min-height: 728px !important;
  }

  .hero::before {
    background:
      linear-gradient(90deg, rgba(4,14,26,.95) 0%, rgba(4,14,26,.82) 30%, rgba(4,14,26,.28) 58%, rgba(4,14,26,.08) 100%) !important;
  }

  .hero::after {
    background:
      radial-gradient(circle at 78% 24%, rgba(255,255,255,.18), transparent 24%),
      linear-gradient(180deg, rgba(0,0,0,.04), rgba(2,8,17,.4)) !important;
  }

  .hero-grid {
    width: min(calc(100% - 64px), 1460px) !important;
    max-width: 1460px !important;
    min-height: 682px !important;
  }

  .hero-copy {
    max-width: 760px !important;
    padding-top: 24px !important;
    padding-bottom: 190px !important;
  }

  .hero-copy h1 {
    max-width: 760px !important;
    font-size: clamp(4.8rem, 6.1vw, 6.15rem) !important;
    line-height: .94 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    text-shadow: 0 7px 26px rgba(0,0,0,.28) !important;
  }

  .hero-subline {
    display: inline-block !important;
    margin: 16px 0 12px !important;
    padding: 7px 22px 11px !important;
    border-radius: 0 !important;
    color: #fff !important;
    background: #ed1220 !important;
    font-family: "Segoe Print", "Bradley Hand ITC", cursive !important;
    font-size: clamp(1.55rem, 2.25vw, 2.25rem) !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    transform: rotate(-2deg) !important;
    box-shadow: 0 12px 24px rgba(237,18,32,.22) !important;
  }

  .hero .lead {
    max-width: 600px !important;
    font-size: 1.18rem !important;
    line-height: 1.68 !important;
  }

  .hero-actions {
    margin-top: 28px !important;
    transform: translateY(-10px) !important;
  }

  .hero-actions .btn {
    min-height: 61px !important;
    padding: 18px 28px !important;
    border-radius: 12px !important;
    background: linear-gradient(135deg, #ff1f2d, #d40614) !important;
    box-shadow: 0 18px 40px rgba(214,6,20,.31) !important;
  }

  .hero-actions .btn.secondary {
    min-width: 236px !important;
    background: rgba(5,14,24,.44) !important;
    border: 1px solid rgba(255,255,255,.74) !important;
    color: #fff !important;
    box-shadow: none !important;
  }

  .hero-benefits {
    left: 0 !important;
    right: auto !important;
    bottom: 78px !important;
    width: min(1060px, calc(100vw - 620px)) !important;
    min-height: 96px !important;
    padding: 17px 24px !important;
    border: 1px solid rgba(255,255,255,.34) !important;
    border-radius: 17px !important;
    background: linear-gradient(180deg, rgba(8,20,35,.74), rgba(8,20,35,.56)) !important;
    box-shadow: 0 22px 45px rgba(0,0,0,.24) !important;
    backdrop-filter: blur(9px) !important;
  }

  .hero-benefits div {
    gap: 12px !important;
    color: #fff !important;
  }

  .hero-benefits strong {
    color: #fff !important;
    font-size: .92rem !important;
  }

  .benefit-icon {
    width: 55px !important;
    height: 55px !important;
    color: #ff2432 !important;
    border-color: #ff2432 !important;
    background: rgba(5,14,24,.28) !important;
  }

  .hero-service-area {
    top: 76px !important;
    right: 18px !important;
    width: 272px !important;
    padding: 20px 20px 17px !important;
    border-radius: 18px !important;
    background: rgba(255,255,255,.96) !important;
  }

  .hero-service-area .area-pin {
    left: -17px !important;
    top: 14px !important;
    color: transparent !important;
    background: #ed1220 !important;
  }

  .hero-service-area .area-pin::before {
    content: "" !important;
    width: 13px !important;
    height: 13px !important;
    border: 4px solid #fff !important;
    border-radius: 50% !important;
  }

  .hero-service-area ul {
    gap: 7px !important;
  }

  .hero-chat-card {
    right: 34px !important;
    bottom: 82px !important;
    width: 274px !important;
    padding: 16px !important;
    border-radius: 22px !important;
  }

  .hero-chat-avatar {
    width: 70px !important;
    height: 70px !important;
    padding: 7px !important;
    background: linear-gradient(135deg, #fff, #f1f5f9) !important;
    border: 1px solid #dde7f1 !important;
  }

  .hero-chat-avatar img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }

  .hero-chat-input a svg {
    width: 18px !important;
    height: 18px !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2.2px !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
  }

  .hero-chat-input .chat-whatsapp svg {
    width: 21px !important;
    height: 21px !important;
  }

  .hero-proof-strip {
    min-height: 68px !important;
    padding: 16px 40px !important;
    background: #fff !important;
  }
}

@media (min-width: 921px) and (max-width: 1180px) {
  .luna-header.site-header {
    min-height: 140px !important;
  }

  .luna-header .nav-wrap-centered {
    min-height: 140px !important;
    padding-bottom: 18px !important;
  }

  .luna-header .desktop-nav-shell {
    grid-template-columns: minmax(0, 1fr) 250px minmax(0, 1fr) !important;
    gap: 18px !important;
  }

  .luna-header .desktop-brand,
  .luna-header .desktop-brand img {
    width: 250px !important;
  }

  .hero {
    margin-top: -34px !important;
    padding-top: 34px !important;
    min-height: 680px !important;
  }

  .hero-grid {
    min-height: 640px !important;
  }

  .hero-copy {
    padding-top: 36px !important;
    padding-bottom: 180px !important;
  }

  .hero-benefits {
    bottom: 62px !important;
  }
}

@media (max-width: 920px) {
  .hero-chat-input a svg {
    width: 18px !important;
    height: 18px !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2.2px !important;
  }
}

/* Emergency polish pass: calmer, professional first screen */
@media (min-width: 1181px) {
  .top-strip { min-height: 44px !important; }
  .top-strip-inner { min-height: 44px !important; font-size: .88rem !important; }
  .strip-cta { padding: 9px 18px !important; border-radius: 8px !important; }

  .luna-header.site-header {
    min-height: 132px !important;
    box-shadow: 0 8px 24px rgba(6, 18, 33, .08) !important;
  }

  .luna-header.site-header::before {
    bottom: -34px !important;
    height: 56px !important;
    clip-path: ellipse(76% 68% at 50% 0%) !important;
    box-shadow: 0 10px 16px rgba(6, 18, 33, .08) !important;
  }

  .luna-header.site-header::after { display: none !important; }

  .luna-header .nav-wrap-centered {
    min-height: 132px !important;
    padding-top: 4px !important;
    padding-bottom: 14px !important;
  }

  .luna-header .desktop-nav-shell {
    grid-template-columns: minmax(0, 1fr) 276px minmax(0, 1fr) !important;
    gap: clamp(20px, 3vw, 44px) !important;
  }

  .luna-header .desktop-brand,
  .luna-header .desktop-brand img { width: 276px !important; }
  .luna-header .desktop-brand img { max-height: 158px !important; }

  .luna-header .nav-side {
    padding-bottom: 26px !important;
    gap: clamp(18px, 2vw, 31px) !important;
    font-size: .86rem !important;
  }

  .hero {
    margin-top: -22px !important;
    padding-top: 22px !important;
    min-height: 720px !important;
  }

  .hero-grid {
    width: min(calc(100% - 72px), 1460px) !important;
    max-width: 1460px !important;
    min-height: 698px !important;
  }

  .hero-copy {
    max-width: 720px !important;
    padding-top: 42px !important;
    padding-bottom: 172px !important;
  }

  .hero-copy h1 {
    max-width: 720px !important;
    font-size: clamp(4.25rem, 5.55vw, 5.45rem) !important;
    line-height: .93 !important;
    text-transform: none !important;
  }

  .hero-amp { color: #ed1220 !important; }

  .hero-subline {
    margin: 15px 0 14px !important;
    padding: 8px 18px 10px !important;
    border-radius: 7px !important;
    font-family: inherit !important;
    font-size: clamp(1.45rem, 2.1vw, 2rem) !important;
    letter-spacing: 0 !important;
    transform: none !important;
    background: linear-gradient(135deg, #ed1220, #d40714) !important;
  }

  .hero-stroke { display: none !important; }

  .hero .lead {
    max-width: 590px !important;
    font-size: 1.08rem !important;
    line-height: 1.62 !important;
  }

  .hero-actions {
    margin-top: 24px !important;
    transform: none !important;
  }

  .hero-actions .btn {
    min-height: 58px !important;
    border-radius: 11px !important;
  }

  .hero-service-area {
    top: 60px !important;
    right: 0 !important;
    width: 254px !important;
    padding: 17px 18px 15px !important;
    border-radius: 18px !important;
    box-shadow: 0 18px 42px rgba(6,18,33,.20) !important;
  }

  .hero-service-area .area-pin {
    width: 42px !important;
    height: 42px !important;
    left: -16px !important;
    top: 14px !important;
  }

  .hero-service-area strong {
    margin-bottom: 10px !important;
    font-size: 1.02rem !important;
  }

  .hero-service-area ul {
    gap: 5px !important;
    font-size: .82rem !important;
  }

  .hero-service-area li::before {
    width: 16px !important;
    height: 16px !important;
    margin-right: 7px !important;
  }

  .hero-service-area em {
    margin-top: 10px !important;
    font-family: inherit !important;
    font-size: .9rem !important;
    transform: rotate(-4deg) !important;
  }

  .hero-chat-card {
    right: 0 !important;
    bottom: 92px !important;
    width: 254px !important;
    padding: 15px !important;
    border-radius: 20px !important;
    box-shadow: 0 18px 42px rgba(6,18,33,.22) !important;
  }

  .hero-chat-head { grid-template-columns: 1fr 58px !important; }

  .hero-chat-avatar {
    width: 58px !important;
    height: 58px !important;
    padding: 6px !important;
  }

  .hero-chat-options {
    gap: 6px !important;
    margin: 10px 0 12px !important;
  }

  .hero-chat-options a {
    padding: 6px 9px !important;
    font-size: .7rem !important;
  }

  .hero-chat-input {
    grid-template-columns: 1fr 36px 36px !important;
    gap: 7px !important;
  }

  .hero-chat-input span {
    min-height: 36px !important;
    padding: 10px 11px !important;
    font-size: .72rem !important;
  }

  .hero-chat-input a {
    width: 36px !important;
    height: 36px !important;
  }

  .hero-benefits {
    left: 0 !important;
    bottom: 66px !important;
    width: min(1040px, calc(100vw - 610px)) !important;
    min-height: 86px !important;
    padding: 14px 20px !important;
    border-radius: 16px !important;
  }

  .benefit-icon {
    width: 48px !important;
    height: 48px !important;
  }

  .hero-benefits strong { font-size: .84rem !important; }
  .hero-proof-strip { display: none !important; }
}

@media (min-width: 921px) and (max-width: 1180px) {
  .hero-amp { color: #ed1220 !important; }
}

@media (max-width: 920px) {
  .hero-amp { color: #ed1220 !important; }
  .hero-subline {
    font-family: inherit !important;
    transform: none !important;
    border-radius: 7px !important;
  }
}

/* Hero after removing chat card */
@media (min-width: 1181px) {
  .hero-chat-card { display: none !important; }

  .hero-service-area {
    top: 112px !important;
    right: 16px !important;
  }

  .hero-benefits {
    width: min(1080px, calc(100vw - 560px)) !important;
  }
}

@media (max-width: 920px) {
  .hero {
    min-height: 820px !important;
  }

  .hero-copy {
    padding-top: 112px !important;
    padding-bottom: 220px !important;
  }

  .hero-copy h1 {
    font-size: clamp(2.45rem, 10.7vw, 3rem) !important;
    line-height: .98 !important;
  }

  .hero .lead {
    font-size: 1rem !important;
    line-height: 1.58 !important;
  }

  .hero-actions {
    gap: 10px !important;
  }

  .hero-actions .btn {
    min-height: 58px !important;
    border-radius: 11px !important;
  }

  .hero-benefits {
    bottom: 78px !important;
    grid-template-columns: 1fr 1fr !important;
    min-height: 122px !important;
    padding: 14px !important;
    gap: 10px !important;
  }

  .hero-benefits div {
    min-width: 0 !important;
    gap: 8px !important;
  }

  .benefit-icon {
    width: 42px !important;
    height: 42px !important;
    flex: 0 0 42px !important;
  }

  .hero-benefits strong {
    font-size: .75rem !important;
    line-height: 1.15 !important;
  }

  .luna-header.site-header::after {
    display: none !important;
  }
}

/* OBI-inspired SEO footer for LUNA365 */
.footer-obi-style {
  padding: 0 !important;
  color: #07172a !important;
  background: #fff !important;
  border-top: 1px solid #d7dee6 !important;
}

.footer-obi-style h2 {
  color: #061426 !important;
  font-size: 1rem !important;
  font-weight: 900 !important;
  margin: 0 0 18px !important;
}

.footer-obi-style p,
.footer-obi-style a,
.footer-obi-style span {
  color: #12263b !important;
}

.footer-benefits {
  padding: 34px 0 38px;
  border-bottom: 1px solid #cfd7df;
  background: #fff;
}

.footer-benefits-inner > h2 {
  text-align: center;
  margin-bottom: 26px !important;
}

.footer-benefit-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
}

.footer-benefit-list > div {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  font-size: 1rem;
  line-height: 1.35;
}

.footer-benefit-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  color: #ed1220 !important;
}

.footer-benefit-icon svg,
.footer-obi-style .footer-benefit-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(260px, 1.1fr) minmax(220px, .9fr);
  gap: 52px;
  padding: 38px 0;
  border-bottom: 1px solid #cfd7df;
}

.footer-brand-block img {
  width: 260px;
  max-width: 100%;
  height: auto;
  display: block;
  background: #fff;
}

.footer-brand-block p {
  max-width: 560px;
  margin: 18px 0 0;
  line-height: 1.62;
  color: #405166 !important;
}

.footer-social-block {
  justify-self: end;
  min-width: 280px;
}

.footer-obi-style .social {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 0;
}

.footer-obi-style .social a {
  width: 44px;
  height: 44px;
  min-height: 44px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #222;
  color: #fff !important;
  box-shadow: none;
}

.footer-obi-style .social a span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.footer-obi-style .social-icon {
  width: 44px;
  height: 44px;
}

.footer-link-grid {
  display: grid;
  grid-template-columns: 1.15fr repeat(5, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 46px);
  padding: 38px 0 52px;
}

.footer-link-grid p {
  margin: 0 0 14px;
  font-size: .92rem;
  line-height: 1.55;
  color: #35465a !important;
}

.footer-link-grid p strong a {
  color: #061426 !important;
  font-size: 1.08rem;
  text-decoration: none;
}

.footer-obi-style .footer-links {
  display: grid;
  gap: 12px;
}

.footer-obi-style .footer-links a,
.footer-obi-style .footer-button,
.footer-highlight-link {
  width: fit-content;
  padding: 0;
  border: 0;
  background: transparent;
  color: #061426 !important;
  text-decoration: underline;
  text-underline-offset: 2px;
  font: inherit;
  font-size: .94rem;
  cursor: pointer;
}

.footer-obi-style .footer-links a:hover,
.footer-obi-style .footer-button:hover {
  color: #ed1220 !important;
}

.footer-highlight-link {
  display: inline-flex;
  margin-top: 4px;
  color: #ed1220 !important;
  font-weight: 900;
  text-decoration: none !important;
}

.footer-bottom {
  background: #3f3f3d;
  color: #fff;
}

.footer-bottom-inner {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  font-size: .88rem;
}

.footer-bottom-inner,
.footer-bottom-inner span,
.footer-bottom-inner a {
  color: #fff !important;
}

.footer-bottom-inner a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-obi-style .copyright {
  display: none !important;
}

/* Mobile app-like polish */
@media (max-width: 640px) {
  .luna-header.site-header {
    min-height: 88px !important;
  }

  .luna-header .nav-wrap-centered,
  .nav-wrap {
    min-height: 88px !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  .luna-header .mobile-brand img,
  .brand img {
    width: 148px !important;
    max-height: 78px !important;
    object-fit: contain !important;
  }

  .menu-toggle {
    width: 46px !important;
    height: 46px !important;
  }

  .hero {
    margin-top: -10px !important;
    padding-top: 10px !important;
    min-height: 770px !important;
  }

  .hero-grid {
    min-height: 760px !important;
  }

  .hero-copy {
    min-height: 760px !important;
    padding-top: 96px !important;
    padding-bottom: 186px !important;
    justify-content: flex-start !important;
  }

  .hero-copy h1 {
    font-size: clamp(2.2rem, 10vw, 2.68rem) !important;
    line-height: 1 !important;
    max-width: 100% !important;
  }

  .hero-subline {
    width: fit-content !important;
    max-width: 100% !important;
    margin: 12px 0 12px !important;
    padding: 8px 12px 9px !important;
    font-size: clamp(1.08rem, 5.3vw, 1.34rem) !important;
    line-height: 1.05 !important;
  }

  .hero .lead {
    max-width: 21.5rem !important;
    font-size: .95rem !important;
    line-height: 1.55 !important;
  }

  .hero-actions {
    margin-top: 18px !important;
    gap: 9px !important;
  }

  .hero-actions .btn {
    min-height: 54px !important;
    padding: 14px 16px !important;
    font-size: .88rem !important;
  }

  .hero-benefits {
    left: var(--mobile-gutter, 14px) !important;
    right: var(--mobile-gutter, 14px) !important;
    bottom: 86px !important;
    width: auto !important;
    min-height: 112px !important;
    padding: 12px !important;
    gap: 8px !important;
    border-radius: 18px !important;
  }

  .hero-benefits div {
    align-items: center !important;
    gap: 7px !important;
  }

  .benefit-icon {
    width: 36px !important;
    height: 36px !important;
    flex-basis: 36px !important;
  }

  .benefit-icon svg {
    width: 18px !important;
    height: 18px !important;
  }

  .hero-benefits strong {
    font-size: .68rem !important;
    line-height: 1.12 !important;
  }

  .footer-benefits {
    padding: 22px 0 !important;
  }

  .footer-benefits-inner > h2 {
    font-size: 1.05rem !important;
    margin-bottom: 14px !important;
  }

  .footer-benefit-list {
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
  }

  .footer-benefit-list > div {
    min-height: 88px !important;
    display: grid !important;
    grid-template-columns: 30px 1fr !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 10px !important;
    border: 1px solid #e5e9ee !important;
    border-radius: 14px !important;
    font-size: .78rem !important;
    background: #fff !important;
  }

  .footer-benefit-icon {
    width: 30px !important;
    height: 30px !important;
    flex-basis: 30px !important;
  }

  .footer-benefit-icon svg,
  .footer-obi-style .footer-benefit-icon svg {
    width: 25px !important;
    height: 25px !important;
  }

  .footer-main {
    padding: 24px 0 !important;
    gap: 20px !important;
  }

  .footer-brand-block img {
    width: 210px !important;
  }

  .footer-brand-block p {
    margin-top: 12px !important;
    font-size: .9rem !important;
    line-height: 1.55 !important;
  }

  .footer-link-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 18px 16px !important;
    padding: 24px 0 30px !important;
  }

  .footer-link-grid > div {
    padding: 0 0 16px !important;
    border-bottom: 1px solid #e5e9ee !important;
  }

  .footer-link-grid > div:first-child {
    grid-column: 1 / -1 !important;
  }

  .footer-link-grid > div:first-child p {
    display: inline-block !important;
    margin-right: 18px !important;
  }

  .footer-obi-style h2 {
    font-size: .94rem !important;
    margin-bottom: 10px !important;
  }

  .footer-obi-style .footer-links {
    gap: 8px !important;
  }

  .footer-obi-style .footer-links a,
  .footer-obi-style .footer-button,
  .footer-highlight-link {
    font-size: .82rem !important;
    line-height: 1.3 !important;
  }
}

/* Final mobile reset: clean app-like landing without cramped overlays */
@media (max-width: 640px) {
  body {
    background: #f6f8fb !important;
  }

  .top-strip {
    display: none !important;
  }

  .luna-header.site-header {
    position: sticky !important;
    top: 0 !important;
    min-height: 76px !important;
    background: rgba(255,255,255,.98) !important;
    border-bottom: 1px solid rgba(6,20,38,.08) !important;
    box-shadow: 0 8px 22px rgba(6,20,38,.08) !important;
  }

  .luna-header.site-header::before,
  .luna-header.site-header::after {
    display: none !important;
  }

  .luna-header .nav-wrap-centered,
  .nav-wrap {
    min-height: 76px !important;
    padding: 6px 0 !important;
  }

  .luna-header .mobile-brand img,
  .brand img {
    width: 132px !important;
    max-height: 66px !important;
  }

  .menu-toggle {
    width: 44px !important;
    height: 44px !important;
    border-radius: 14px !important;
  }

  .main-nav {
    top: 86px !important;
  }

  .hero {
    margin-top: 0 !important;
    padding-top: 0 !important;
    min-height: 0 !important;
    border-bottom-left-radius: 24px !important;
    border-bottom-right-radius: 24px !important;
    overflow: hidden !important;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(5,18,34,.58) 0%, rgba(5,18,34,.86) 52%, rgba(5,18,34,.96) 100%),
      linear-gradient(90deg, rgba(5,18,34,.76), rgba(5,18,34,.18)) !important;
  }

  .hero-bg {
    object-position: 70% center !important;
  }

  .hero-grid {
    min-height: 0 !important;
    width: calc(100% - 28px) !important;
  }

  .hero-copy {
    min-height: 0 !important;
    padding: 72px 0 26px !important;
    justify-content: flex-start !important;
  }

  .hero-copy h1 {
    width: 100% !important;
    max-width: 22rem !important;
    font-size: clamp(2rem, 9.2vw, 2.45rem) !important;
    line-height: 1.02 !important;
    text-shadow: 0 4px 18px rgba(0,0,0,.35) !important;
  }

  .hero-subline {
    display: block !important;
    width: auto !important;
    max-width: 21rem !important;
    margin: 10px 0 0 !important;
    padding: 0 0 2px 0 !important;
    color: #ff2634 !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 1.14rem !important;
    font-weight: 900 !important;
    clip-path: none !important;
    overflow: visible !important;
    transform: none !important;
  }

  .hero .lead {
    max-width: 21.5rem !important;
    margin-top: 18px !important;
    font-size: .95rem !important;
    line-height: 1.58 !important;
    color: rgba(255,255,255,.92) !important;
  }

  .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 9px !important;
    margin-top: 20px !important;
  }

  .hero-actions .btn {
    min-height: 52px !important;
    padding: 13px 14px !important;
    border-radius: 14px !important;
    font-size: .86rem !important;
  }

  .hero-actions .btn.secondary {
    background: rgba(255,255,255,.1) !important;
    border: 1px solid rgba(255,255,255,.42) !important;
  }

  .hero-benefits {
    position: static !important;
    width: 100% !important;
    margin: 16px 0 0 !important;
    padding: 10px !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
    min-height: 0 !important;
    border-radius: 18px !important;
    background: rgba(5,18,34,.74) !important;
    border: 1px solid rgba(255,255,255,.16) !important;
    box-shadow: 0 16px 36px rgba(0,0,0,.18) !important;
    backdrop-filter: blur(10px) !important;
  }

  .hero-benefits div {
    min-height: 58px !important;
    padding: 8px !important;
    border-radius: 13px !important;
    background: rgba(255,255,255,.06) !important;
  }

  .benefit-icon {
    width: 32px !important;
    height: 32px !important;
    flex: 0 0 32px !important;
  }

  .benefit-icon svg {
    width: 16px !important;
    height: 16px !important;
  }

  .hero-benefits strong {
    font-size: .66rem !important;
    line-height: 1.12 !important;
  }

  .hero-benefits small {
    display: block !important;
    margin-top: 2px !important;
    color: rgba(255,255,255,.72) !important;
    font-size: .56rem !important;
    font-weight: 650 !important;
    line-height: 1.15 !important;
  }

  .hero-service-area,
  .hero-proof-strip,
  .hero-chat-card {
    display: none !important;
  }

  .section {
    padding: 34px 0 !important;
  }

  .steps,
  .services-grid,
  .faq-grid {
    gap: 12px !important;
  }

  .step figure {
    height: 116px !important;
  }

  .service-photo {
    aspect-ratio: 1.75 / 1 !important;
  }

  .footer-brand-block img {
    width: 172px !important;
  }

  .footer-brand-block p {
    max-width: 22rem !important;
  }

  .footer-social-block {
    margin-top: 2px !important;
  }

  .footer-link-grid {
    grid-template-columns: 1fr 1fr !important;
  }

  .footer-link-grid p {
    font-size: .86rem !important;
  }

  .footer-bottom-inner {
    padding-bottom: calc(84px + env(safe-area-inset-bottom)) !important;
  }
}

.hero-benefits small {
  display: block;
  margin-top: 3px;
  color: rgba(255,255,255,.74);
  font-size: .78rem;
  font-weight: 650;
  line-height: 1.2;
}

/* LUNA365 final polish 20260901-03: stable hero card and app-like mobile header */
.hero-service-area {
  right: clamp(22px, 5vw, 82px) !important;
  top: clamp(128px, 22vh, 220px) !important;
  width: min(320px, 28vw) !important;
  padding: 24px 24px 22px !important;
  border-radius: 22px !important;
  background: rgba(255,255,255,.94) !important;
  border: 1px solid rgba(255,255,255,.8) !important;
  box-shadow: 0 22px 55px rgba(4,18,34,.22) !important;
  backdrop-filter: blur(14px) !important;
  overflow: visible !important;
}

.hero-service-area .area-pin {
  position: absolute !important;
  left: -16px !important;
  top: 20px !important;
  width: 42px !important;
  height: 42px !important;
  display: grid !important;
  place-items: center !important;
  color: transparent !important;
  border-radius: 16px !important;
  background: linear-gradient(135deg, #ff2634, #d60012) !important;
  box-shadow: 0 14px 26px rgba(214,0,18,.28) !important;
}

.hero-service-area .area-pin::before {
  content: "" !important;
  width: 12px !important;
  height: 12px !important;
  border-radius: 999px !important;
  border: 4px solid #fff !important;
  background: transparent !important;
}

.hero-service-area p {
  margin: 0 0 8px !important;
  color: #5d6877 !important;
  font-size: .94rem !important;
  font-weight: 800 !important;
}

.hero-service-area strong {
  display: block !important;
  margin-bottom: 14px !important;
  color: #061426 !important;
  font-size: clamp(1.05rem, 1.3vw, 1.28rem) !important;
  line-height: 1.15 !important;
}

.hero-service-area ul {
  display: grid !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.hero-service-area li {
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
  color: #102033 !important;
  font-size: .95rem !important;
  font-weight: 750 !important;
}

.hero-service-area li::before {
  content: "✓" !important;
  display: grid !important;
  place-items: center !important;
  width: 18px !important;
  height: 18px !important;
  flex: 0 0 18px !important;
  border-radius: 999px !important;
  color: #fff !important;
  background: #ff2634 !important;
  box-shadow: inset 0 0 0 5px #ff2634 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  mask: none !important;
}

.hero-service-area li::after {
  content: "" !important;
  position: absolute !important;
}

.hero-service-area em {
  display: block !important;
  margin-top: 16px !important;
  color: #ff2634 !important;
  font-size: 1.08rem !important;
  font-weight: 900 !important;
  text-align: right !important;
  transform: rotate(-4deg) !important;
}

@media (max-width: 980px) {
  .hero-service-area {
    display: none !important;
  }
}

@media (max-width: 760px) {
  .top-strip {
    display: none !important;
  }

  .luna-header.site-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
    min-height: 86px !important;
    background: rgba(255,255,255,.97) !important;
    border-bottom: 1px solid rgba(8,24,42,.08) !important;
    box-shadow: 0 10px 30px rgba(8,24,42,.1) !important;
    backdrop-filter: saturate(160%) blur(18px) !important;
  }

  .luna-header.site-header::before,
  .luna-header.site-header::after {
    display: none !important;
  }

  .luna-header .nav-wrap-centered,
  .nav-wrap {
    width: 100% !important;
    min-height: 86px !important;
    padding: 8px 16px !important;
    display: grid !important;
    grid-template-columns: 48px minmax(0, 1fr) 48px !important;
    align-items: center !important;
    gap: 0 !important;
  }

  .luna-header .desktop-nav-shell {
    display: none !important;
  }

  .luna-header .mobile-brand {
    grid-column: 2 !important;
    justify-self: center !important;
    display: flex !important;
    min-width: 0 !important;
    width: auto !important;
  }

  .luna-header .mobile-brand img,
  .brand img {
    width: min(190px, 48vw) !important;
    max-height: 72px !important;
    object-fit: contain !important;
  }

  .menu-toggle {
    grid-column: 3 !important;
    justify-self: end !important;
    width: 46px !important;
    height: 46px !important;
    border-radius: 16px !important;
    background: #fff !important;
    border: 1px solid rgba(8,24,42,.14) !important;
    box-shadow: 0 8px 20px rgba(8,24,42,.1) !important;
  }

  .menu-toggle span {
    background: #061426 !important;
    height: 2px !important;
  }

  .luna-header .mobile-nav {
    position: fixed !important;
    left: 12px !important;
    right: 12px !important;
    top: calc(86px + env(safe-area-inset-top)) !important;
    z-index: 999 !important;
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    padding: 14px !important;
    border-radius: 24px !important;
    background: rgba(255,255,255,.98) !important;
    border: 1px solid rgba(8,24,42,.1) !important;
    box-shadow: 0 26px 70px rgba(8,24,42,.22) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    width: auto !important;
    max-height: calc(100vh - 106px) !important;
    overflow-y: auto !important;
    transform: translateY(-8px) scale(.98) !important;
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease !important;
  }

  .luna-header.nav-open .mobile-nav {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) scale(1) !important;
  }

  .luna-header .mobile-nav a {
    display: flex !important;
    width: 100% !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 48px !important;
    padding: 12px 14px !important;
    border-radius: 16px !important;
    background: #f4f7fb !important;
    color: #061426 !important;
    border: 1px solid rgba(8,24,42,.06) !important;
    font-size: .98rem !important;
    font-weight: 850 !important;
    text-align: center !important;
    white-space: normal !important;
  }

  .luna-header .mobile-nav a.active,
  .luna-header .mobile-nav a:hover {
    color: #fff !important;
    background: linear-gradient(135deg, #ff2634, #d60012) !important;
  }

  .hero {
    margin-top: 0 !important;
  }

  .hero-copy {
    padding-top: 64px !important;
  }
}

@media (max-width: 420px) {
  .luna-header .mobile-brand img,
  .brand img {
    width: min(178px, 52vw) !important;
    max-height: 70px !important;
  }

  .hero-copy h1 {
    font-size: clamp(2.12rem, 10vw, 2.55rem) !important;
  }
}

/* LUNA365 final hero repair 20260901-04: compact premium desktop benefit bar */
@media (min-width: 981px) {
  .hero {
    min-height: 660px !important;
  }

  .hero-copy {
    padding-bottom: 54px !important;
  }

  .hero-subline {
    display: inline-block !important;
    width: auto !important;
    margin: 16px 0 4px !important;
    padding: 0 !important;
    color: #ff2634 !important;
    background: transparent !important;
    box-shadow: none !important;
    clip-path: none !important;
    transform: none !important;
    font-size: clamp(1.65rem, 2.2vw, 2.15rem) !important;
    font-weight: 950 !important;
    line-height: 1.05 !important;
    text-shadow: 0 2px 12px rgba(0,0,0,.25) !important;
  }

  .hero-stroke {
    display: block !important;
    width: 118px !important;
    height: 4px !important;
    margin: 12px 0 22px !important;
    border-radius: 999px !important;
    background: #ff2634 !important;
    box-shadow: 0 10px 26px rgba(255,38,52,.28) !important;
  }

  .hero-benefits {
    display: none !important;
  }

  .hero-benefits div {
    min-height: 66px !important;
    padding: 10px 12px !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 11px !important;
    border-right: 0 !important;
    background: rgba(255,255,255,.06) !important;
    border-radius: 14px !important;
  }

  .hero-benefits div:last-child {
    border-right: 0 !important;
  }

  .hero-benefits .benefit-icon {
    width: 42px !important;
    height: 42px !important;
    flex: 0 0 42px !important;
    border-color: #ff2634 !important;
  }

  .hero-benefits .benefit-icon svg {
    width: 20px !important;
    height: 20px !important;
  }

  .hero-benefits strong {
    display: block !important;
    color: #fff !important;
    font-size: .82rem !important;
    line-height: 1.18 !important;
    letter-spacing: .01em !important;
    white-space: normal !important;
  }

  .hero-benefits small {
    display: block !important;
    max-width: none !important;
    margin-top: 3px !important;
    color: rgba(255,255,255,.72) !important;
    font-size: .64rem !important;
    font-weight: 650 !important;
    line-height: 1.16 !important;
  }
}

@media (min-width: 981px) and (max-width: 1240px) {
  .hero-service-area {
    display: none !important;
  }

  .hero-benefits {
    width: min(640px, 100%) !important;
    min-width: 0 !important;
  }
}

/* LUNA365 mascot WhatsApp + mobile benefit cleanup 20260901-06 */
@media (max-width: 760px) {
  .hero-benefits small {
    display: none !important;
  }

  .hero-benefits div {
    align-items: center !important;
  }

  .hero-benefits strong {
    overflow-wrap: normal !important;
    word-break: normal !important;
  }
}

/* LUNA365 scope update 20260902-01: Entruempelung & Transport */
.luna-header .desktop-nav-shell {
  grid-template-columns: minmax(260px, 1fr) minmax(320px, 410px) minmax(260px, 1fr) !important;
  align-items: center !important;
  gap: clamp(22px, 3vw, 46px) !important;
}

.luna-header .nav-side {
  align-items: center !important;
  padding-bottom: 0 !important;
  gap: clamp(24px, 2.8vw, 42px) !important;
}

.luna-header .desktop-brand,
.luna-header .desktop-brand img {
  width: min(410px, 27vw) !important;
  max-width: 410px !important;
  max-height: 118px !important;
  transform: none !important;
}

.luna-header .nav-right {
  justify-content: flex-start !important;
}

.luna-header .nav-left {
  justify-content: flex-end !important;
}

.hero-copy .lead {
  max-width: 700px !important;
}

.footer-brand-block img {
  width: min(360px, 100%) !important;
  max-height: 185px !important;
  object-fit: contain !important;
}

