.mobile-bottom-actions {
  display: none;
}

@media (max-width: 1500px) {
  .brand {
    min-width: 230px;
  }

  .brand img {
    width: 230px;
  }

  .top-strip-inner {
    font-size: .86rem;
    gap: 16px;
  }

  .main-nav {
    gap: 12px;
    font-size: .86rem;
  }

  .header-phone-box,
  .header-cta {
    min-height: 50px;
    padding-inline: 16px;
  }

  .hero-copy h1 {
    max-width: 680px;
    font-size: clamp(3rem, 4.8vw, 5rem);
  }

  .hero-badge {
    width: 300px;
    margin-top: 66px;
  }
}

@media (max-width: 1260px) {
  .top-strip-inner {
    grid-template-columns: repeat(2, max-content);
    justify-content: center;
    column-gap: 48px;
    row-gap: 8px;
    padding-block: 8px;
  }

  .brand {
    min-width: 210px;
  }

  .brand img {
    width: 210px;
  }

  .main-nav {
    gap: 13px;
    font-size: .84rem;
  }

  .main-nav a:nth-child(6),
  .main-nav a:nth-child(7) {
    display: none;
  }

  .hero {
    min-height: 700px;
  }

  .hero-grid {
    min-height: 700px;
    grid-template-columns: minmax(0, 1fr) 300px;
  }

  .hero-benefits {
    gap: 18px;
  }

  .hero-benefits div {
    grid-template-columns: 52px 1fr;
  }

  .benefit-icon {
    width: 52px;
    height: 52px;
  }
}

@media (max-width: 920px) {
  .top-strip {
    display: none;
  }

  .header-phone-box {
    border-color: #cfd7de;
    box-shadow: none;
  }

  .header-cta {
    width: 100%;
  }

  .hero {
    min-height: 720px;
  }

  .hero-grid {
    min-height: 720px;
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding: 72px 0 42px;
  }

  .hero-copy h1 {
    max-width: 620px;
    font-size: clamp(2.65rem, 8.6vw, 4.6rem);
  }

  .hero .lead {
    max-width: 600px;
  }

  .hero-badge {
    display: none;
  }

  .hero-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 620px;
    margin-top: 34px;
    gap: 12px;
  }

  .hero-benefits div {
    min-height: 74px;
    padding: 10px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 14px;
    background: rgba(5,21,38,.38);
    backdrop-filter: blur(8px);
  }

  .hero-benefits strong {
    max-width: none;
  }
}

@media (max-width: 640px) {
  .hero {
    min-height: calc(100svh - 64px);
  }

  .hero-grid {
    min-height: calc(100svh - 64px);
  }

  .hero-copy {
    min-height: calc(100svh - 64px);
    padding: 42px 0 22px;
    justify-content: center;
  }

  .hero-kicker {
    max-width: 330px;
    margin-bottom: 12px;
    font-size: .76rem;
    line-height: 1.4;
    letter-spacing: .02em;
  }

  .hero-copy h1 {
    max-width: 360px;
    font-size: clamp(2.25rem, 10vw, 3rem);
    line-height: 1.04;
  }

  .hero-stroke {
    width: min(250px, 74vw);
    height: 5px;
    margin: 14px 0 18px;
  }

  .hero .lead {
    max-width: 348px;
    font-size: .98rem;
    line-height: 1.58;
  }

  .hero-actions {
    margin-top: 24px;
  }

  .hero-actions .btn {
    min-height: 54px;
    border-radius: 14px;
    font-size: 1rem;
  }

  .hero-benefits {
    grid-template-columns: 1fr 1fr;
    margin-top: 24px;
    gap: 9px;
  }

  .hero-benefits div {
    grid-template-columns: 36px 1fr;
    min-height: 62px;
    gap: 8px;
    padding: 9px;
    border-radius: 14px;
    background: rgba(5,21,38,.48);
  }

  .benefit-icon {
    width: 36px;
    height: 36px;
    border-width: 1.5px;
  }

  .benefit-icon svg {
    width: 19px;
    height: 19px;
  }

  .hero-benefits strong {
    font-size: .78rem;
    line-height: 1.18;
  }

  .hero-bg {
    object-position: 66% center;
  }

  .hero-photo::before {
    background:
      linear-gradient(180deg, rgba(5,21,38,.34) 0%, rgba(5,21,38,.68) 42%, rgba(5,21,38,.94) 100%),
      linear-gradient(90deg, rgba(5,21,38,.74), rgba(5,21,38,.2));
  }
}

@media (max-width: 1380px) {
  .nav-wrap { gap: 16px; }
  .brand { min-width: 215px; }
  .brand img { width: 205px; }
  .main-nav { gap: 17px; font-size: .9rem; }
  .header-actions { gap: 8px; }
  .header-actions .phone-link { display: none; }
  .header-actions .btn { padding-inline: 18px; }
}

@media (max-width: 1180px) {
  .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .projects-grid, .faq-grid { grid-template-columns: repeat(2, 1fr); }
  .nav-wrap { gap: 16px; }
  .brand { min-width: 210px; }
  .brand img { width: 205px; }
  .main-nav { gap: 16px; font-size: .88rem; }
  .header-actions { gap: 8px; }
  .phone-link { display: none; }
}

@media (max-width: 920px) {
  .container { width: min(100% - 30px, var(--max)); }
  .nav-wrap { min-height: 72px; }
  .brand { min-width: 205px; }
  .brand img { width: 190px; }
  .menu-toggle { display: block; }
  .main-nav, .header-actions {
    position: fixed;
    left: 0;
    right: 0;
    background: var(--white);
    padding-inline: 22px;
    display: none;
  }
  .main-nav {
    top: 72px;
    gap: 0;
    border-top: 1px solid var(--line);
    box-shadow: 0 18px 30px rgba(31,42,51,.08);
  }
  .main-nav a { padding: 15px 0; border-bottom: 1px solid var(--line); }
  .header-actions {
    top: 332px;
    gap: 12px;
    padding-block: 18px 22px;
    border-bottom: 1px solid var(--line);
  }
  .header-actions .phone-link { display: inline-flex; }
  .site-header.nav-open .main-nav,
  .site-header.nav-open .header-actions {
    display: grid;
  }
  .header-actions .btn { width: 100%; }
  .hero { min-height: 680px; }
  .hero-grid { min-height: 680px; grid-template-columns: 1fr; }
  .hero-copy { padding: 80px 0 70px; }
  .hero-photo::before {
    background:
      linear-gradient(180deg, rgba(5, 21, 38, .88) 0%, rgba(5, 21, 38, .68) 50%, rgba(5, 21, 38, .44) 100%),
      linear-gradient(90deg, rgba(5, 21, 38, .72), rgba(5, 21, 38, .24));
  }
  .about-grid, .about-split, .contact-grid, .content-grid, .review-submit, .seo-content { grid-template-columns: 1fr; }
  .seo-side { position: static; }
  .seo-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .video-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-panel { padding: 28px; }
  .about-img,
  .about-visual { aspect-ratio: 1.45 / 1; }
  .about-cards .info-card { min-height: 0; }
  .cta-band { display: grid; }
  .local-seo { grid-template-columns: 1fr; }
  .steps, .reviews-grid { grid-template-columns: 1fr 1fr; }
  .step::after { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .cookie-settings, .cookie-actions { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 26px, var(--max)); }
  body { background: #f4f6f8; font-size: 15.5px; }
  .site-header { border-bottom: 0; box-shadow: 0 8px 24px rgba(8,34,60,.08); }
  .nav-wrap { min-height: 66px; gap: 12px; }
  .brand { min-width: 0; }
  .brand img { width: 168px; }
  .menu-toggle {
    width: 44px;
    height: 44px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #fff;
  }
  .main-nav { top: 66px; padding: 10px 18px 0; }
  .main-nav a {
    min-height: 48px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #edf0f2;
    font-size: 1rem;
  }
  .header-actions { top: 326px; padding: 14px 18px 20px; }
  .section { padding: 46px 0; }
  h1 { font-size: clamp(2rem, 8.8vw, 2.45rem); line-height: 1.07; }
  h2 { font-size: clamp(1.45rem, 6.4vw, 1.9rem); line-height: 1.14; }
  .lead { font-size: 1rem; line-height: 1.68; }
  .eyebrow { font-size: .72rem; letter-spacing: .1em; }
  .hero { min-height: calc(100svh - 66px); background: var(--ink); }
  .hero-copy {
    padding: 50px 0 34px;
    min-height: calc(100svh - 66px);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .hero-bg { object-position: 62% center; }
  .hero-photo::before {
    background:
      linear-gradient(180deg, rgba(5, 21, 38, .9) 0%, rgba(5, 21, 38, .72) 52%, rgba(5, 21, 38, .5) 100%),
      linear-gradient(90deg, rgba(5, 21, 38, .76), rgba(5, 21, 38, .26));
  }
  .hero .lead { font-size: 1rem; line-height: 1.62; }
  .hero-actions {
    display: grid;
    gap: 10px;
    margin-top: 26px;
  }
  .cookie-actions { display: grid; }
  .btn { width: 100%; min-height: 52px; border-radius: 12px; }
  .service-card,
  .project-card,
  .review-card,
  .info-card,
  .legal-box,
  .form-card,
  .local-panel,
  .faq-item,
  .step {
    border-radius: 16px;
    box-shadow: 0 12px 28px rgba(8,34,60,.07);
  }
  .trust-row { gap: 12px; margin-top: 26px; }
  .services-grid, .projects-grid, .steps, .reviews-grid, .form-grid, .footer-grid, .faq-grid { grid-template-columns: 1fr; }
  .services-grid, .projects-grid, .reviews-grid, .faq-grid { margin-top: 26px; }
  .service-card { text-align: center; padding: 0 18px 22px; }
  .service-card h3 { display: block; font-size: 1.12rem; }
  .service-card p { font-size: .98rem; }
  .service-photo { margin: 0 -18px 0; }
  .service-photo { aspect-ratio: 1.95 / 1; }
  .service-photo img { height: 100%; }
  .service-badge { width: 52px; height: 52px; margin-top: -26px; margin-bottom: 14px; }
  .service-badge svg { width: 27px; height: 27px; }
  .about-panel { padding: 22px; }
  .about-story { gap: 22px; }
  .about-story .about-img { aspect-ratio: 1.28 / 1; }
  .about-copy p:not(.lead),
  .about-split p:not(.lead) {
    font-size: .97rem;
    line-height: 1.68;
  }
  .about-note {
    padding: 15px 16px;
    border-radius: 14px;
  }
  .section-head { margin-bottom: 18px; }
  .section-head p { font-size: .98rem; }
  .about-quote li {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .cta-band {
    padding: 22px 18px;
    border-radius: 18px;
    align-items: stretch;
  }
  .cta-band .btn { width: 100%; }
  .about-stats { grid-template-columns: 1fr; }
  .about-badge { position: static; margin: -1px 0 0; border-radius: 0; display: block; }
  .about-badge span { display: block; text-align: left; margin-top: 4px; }
  .service-card { padding: 0 18px 24px; }
  .service-card h3 { min-height: 0; }
  .local-panel, .faq-item, .review-card { padding: 20px; }
  .step { padding: 0; }
  .step-body { padding: 18px; }
  .local-panel::before { left: 20px; right: 20px; }
  .local-panel-head { display: block; }
  .local-panel-head span { display: block; margin-top: 5px; }
  .project-card img { aspect-ratio: 1.42 / 1; }
  .form-card { padding: 18px; }
  .field input,
  .field select,
  .field textarea {
    min-height: 52px;
    border-radius: 12px;
    font-size: 16px;
    background: #fff;
  }
  .field textarea { min-height: 128px; }
  .page-hero { padding: 56px 0 40px; }
  .breadcrumbs {
    gap: 6px;
    margin-bottom: 16px;
    font-size: .84rem;
  }
  .seo-hero-actions {
    display: grid;
    gap: 10px;
  }
  .seo-content {
    gap: 24px;
  }
  .seo-main {
    max-width: none;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: var(--white);
    box-shadow: 0 12px 28px rgba(8,34,60,.06);
  }
  .seo-main h2 { margin-top: 28px; }
  .seo-card-grid { grid-template-columns: 1fr; margin-top: 22px; }
  .seo-card { min-height: 0; border-radius: 16px; padding: 18px; }
  .video-grid { grid-template-columns: 1fr; gap: 16px; }
  .video-card { border-radius: 16px; }
  .video-dialog { padding: 12px; border-radius: 16px; }
  .wa-button { width: 54px; height: 54px; right: 16px; bottom: 18px; }
  .wa-button img { width: 48px; height: 48px; }
  .wa-button svg { width: 28px; height: 32px; }
  .to-top { display: none; }
  .cookie-banner {
    left: 10px;
    bottom: calc(78px + env(safe-area-inset-bottom));
    width: calc(100% - 20px);
    max-height: calc(100vh - 20px);
    overflow: auto;
    padding: 15px;
    border-radius: 16px;
    transform: translateY(12px);
  }
  .cookie-settings, .cookie-actions { grid-template-columns: 1fr; }
  .cookie-option { min-height: 0; }
  .callback-modal { align-items: flex-end; padding: 10px; }
  .callback-dialog {
    width: 100%;
    max-height: calc(100svh - 20px);
    padding: 22px;
    border-radius: 20px;
  }
  .callback-dialog h2 { font-size: 1.5rem; }
  .callback-close { top: 12px; right: 12px; }
}

@media (max-width: 640px) {
  .lazy-video { display: none; }

  :root {
    --mobile-gutter: 14px;
  }

  html {
    scroll-padding-top: 76px;
  }

  body {
    padding-bottom: calc(76px + env(safe-area-inset-bottom));
    background:
      linear-gradient(180deg, #f8fafc 0%, #f3f6f8 100%);
  }

  .container {
    width: calc(100% - (var(--mobile-gutter) * 2));
  }

  .site-header {
    background: rgba(255,255,255,.98);
    backdrop-filter: blur(18px);
  }

  .nav-wrap {
    min-height: 64px;
  }

  .brand img {
    width: 158px;
  }

  .main-nav,
  .header-actions {
    left: var(--mobile-gutter);
    right: var(--mobile-gutter);
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: 0 24px 60px rgba(8,34,60,.16);
  }

  .main-nav {
    top: 76px;
    padding: 8px 14px;
  }

  .main-nav a {
    min-height: 44px;
    padding: 10px 4px;
    font-weight: 760;
  }

  .main-nav a.active {
    color: var(--orange-2);
  }

  .main-nav a::after {
    display: none;
  }

  .header-actions {
    top: 410px;
    padding: 12px;
  }

  .header-actions .phone-link,
  .header-actions .callback-open,
  .header-actions .btn {
    justify-content: center;
    min-height: 48px;
    border-radius: 14px;
  }

  .section {
    padding: 38px 0;
  }

  .section + .section {
    border-top: 1px solid rgba(8,34,60,.06);
  }

  h1 {
    font-size: clamp(2rem, 9.6vw, 2.7rem);
    line-height: 1.04;
  }

  h2 {
    font-size: clamp(1.42rem, 6.4vw, 1.92rem);
  }

  h3 {
    font-size: 1.02rem;
  }

  .lead {
    font-size: .98rem;
    line-height: 1.62;
  }

  .hero {
    min-height: min(720px, calc(100svh - 64px));
  }

  .hero-grid {
    min-height: min(720px, calc(100svh - 64px));
  }

  .hero-copy {
    min-height: min(720px, calc(100svh - 64px));
    padding: 34px 0 30px;
    justify-content: flex-end;
  }

  .hero .lead {
    max-width: 34rem;
    font-size: .98rem;
  }

  .hero-actions {
    grid-template-columns: 1fr;
    gap: 9px;
    margin-top: 22px;
  }

  .hero-actions .btn,
  .seo-hero-actions .btn {
    min-height: 50px;
  }

  .hero-photo::before {
    background:
      linear-gradient(180deg, rgba(5,21,38,.28) 0%, rgba(5,21,38,.62) 42%, rgba(5,21,38,.92) 100%),
      linear-gradient(90deg, rgba(5,21,38,.62), rgba(5,21,38,.16));
  }

  .hero-bg {
    object-position: 68% center;
  }

  .center {
    text-align: left;
  }

  .center .lead {
    margin-inline: 0;
  }

  .steps {
    gap: 14px;
    margin-top: 22px;
  }

  .step,
  .service-card,
  .info-card,
  .faq-item,
  .seo-card,
  .form-card,
  .local-panel,
  .video-card {
    border-radius: 18px;
    border-color: rgba(8,34,60,.1);
    box-shadow: 0 10px 26px rgba(8,34,60,.075);
  }

  .step figure {
    height: 126px;
  }

  .step img {
    height: 100%;
  }

  .step::before {
    width: 34px;
    height: 34px;
    left: 12px;
    top: 12px;
    font-size: .92rem;
  }

  .step-body {
    padding: 14px 15px 16px;
  }

  .services-grid {
    gap: 14px;
  }

  .service-card {
    padding: 0 14px 16px;
  }

  .service-photo {
    margin: 0 -14px 14px;
    aspect-ratio: 1.62 / 1;
  }

  .service-photo img {
    height: 100%;
  }

  .service-card h3 {
    font-size: 1.04rem;
    line-height: 1.2;
  }

  .service-card p {
    margin-top: 7px;
    font-size: .93rem;
    line-height: 1.52;
  }

  .service-card .text-link {
    display: inline-flex;
    margin-top: 12px;
    min-height: 36px;
    align-items: center;
  }

  .local-seo {
    gap: 18px;
  }

  .local-panel {
    padding: 18px;
  }

  .local-meta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .local-meta span {
    display: flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #fff4eb;
    color: var(--ink);
    font-weight: 760;
  }

  .page-hero {
    padding: 42px 0 30px;
  }

  .seo-page-hero {
    background: linear-gradient(180deg, #fff, #f6f8fa);
  }

  .breadcrumbs {
    overflow-x: auto;
    flex-wrap: nowrap;
    white-space: nowrap;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .breadcrumbs::-webkit-scrollbar {
    display: none;
  }

  .seo-main,
  .legal-box {
    padding: 18px;
  }

  .seo-main p,
  .seo-main li,
  .legal-box p,
  .legal-box li {
    font-size: .96rem;
    line-height: 1.66;
  }

  .seo-card-grid {
    gap: 12px;
  }

  .contact-list {
    margin-top: 20px;
  }

  .contact-item {
    grid-template-columns: 44px 1fr;
    gap: 12px;
    padding: 13px 0;
  }

  .contact-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }

  .form-grid {
    gap: 13px;
  }

  .field label,
  .check-row label {
    font-size: .92rem;
  }

  .footer-grid {
    gap: 24px;
  }

  .site-footer {
    padding: 36px 0 calc(26px + env(safe-area-inset-bottom));
  }

  .footer-grid > div:first-child > img {
    width: 210px;
  }

  .social {
    margin-top: 14px;
  }

  .social-link {
    min-height: 40px;
  }

  .wa-button {
    display: none;
  }

  body::after {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 45;
    height: calc(66px + env(safe-area-inset-bottom));
    background: rgba(255,255,255,.96);
    border-top: 1px solid rgba(8,34,60,.12);
    box-shadow: 0 -12px 30px rgba(8,34,60,.08);
    backdrop-filter: blur(18px);
    pointer-events: none;
  }

  .mobile-bottom-actions {
    position: fixed;
    left: var(--mobile-gutter);
    right: var(--mobile-gutter);
    bottom: calc(10px + env(safe-area-inset-bottom));
    z-index: 46;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
  }

  .mobile-bottom-actions a,
  .mobile-bottom-actions button {
    min-height: 46px;
    border-radius: 999px;
    font-weight: 780;
    font-size: .86rem;
    box-shadow: 0 10px 22px rgba(8,34,60,.1);
    padding-inline: 10px;
  }
}

@media (max-width: 420px) {
  .brand img {
    width: 162px;
  }

  h1 {
    font-size: clamp(1.86rem, 9.2vw, 2.35rem);
  }

  .hero-copy {
    padding-bottom: 24px;
  }

  .service-photo img,
  .video-thumb img {
    aspect-ratio: 1.62 / 1;
  }

  .btn {
    padding-inline: 16px;
  }
}

@media (max-width: 1500px) {
  .brand {
    min-width: 230px;
  }

  .brand img {
    width: 230px;
  }

  .top-strip-inner {
    font-size: .86rem;
    gap: 16px;
  }

  .main-nav {
    gap: 12px;
    font-size: .86rem;
  }

  .header-phone-box,
  .header-cta {
    min-height: 50px;
    padding-inline: 16px;
  }

  .hero-copy h1 {
    max-width: 680px;
    font-size: clamp(3rem, 4.8vw, 5rem);
  }

  .hero-badge {
    width: 300px;
    margin-top: 66px;
  }
}

@media (max-width: 1260px) {
  .top-strip-inner {
    grid-template-columns: repeat(2, max-content);
    justify-content: center;
    column-gap: 48px;
    row-gap: 8px;
    padding-block: 8px;
  }

  .brand {
    min-width: 210px;
  }

  .brand img {
    width: 210px;
  }

  .main-nav {
    gap: 13px;
    font-size: .84rem;
  }

  .main-nav a:nth-child(6),
  .main-nav a:nth-child(7) {
    display: none;
  }

  .hero {
    min-height: 700px;
  }

  .hero-grid {
    min-height: 700px;
    grid-template-columns: minmax(0, 1fr) 300px;
  }

  .hero-benefits {
    gap: 18px;
  }

  .hero-benefits div {
    grid-template-columns: 52px 1fr;
  }

  .benefit-icon {
    width: 52px;
    height: 52px;
  }
}

@media (max-width: 920px) {
  .top-strip {
    display: none;
  }

  .header-phone-box {
    border-color: #cfd7de;
    box-shadow: none;
  }

  .header-cta {
    width: 100%;
  }

  .hero {
    min-height: 720px;
  }

  .hero-grid {
    min-height: 720px;
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding: 72px 0 42px;
  }

  .hero-copy h1 {
    max-width: 620px;
    font-size: clamp(2.65rem, 8.6vw, 4.6rem);
  }

  .hero .lead {
    max-width: 600px;
  }

  .hero-badge {
    display: none;
  }

  .hero-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 620px;
    margin-top: 34px;
    gap: 12px;
  }

  .hero-benefits div {
    min-height: 74px;
    padding: 10px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 14px;
    background: rgba(5,21,38,.38);
    backdrop-filter: blur(8px);
  }

  .hero-benefits strong {
    max-width: none;
  }
}

@media (max-width: 640px) {
  .hero {
    min-height: calc(100svh - 64px);
  }

  .hero-grid {
    min-height: calc(100svh - 64px);
  }

  .hero-copy {
    min-height: calc(100svh - 64px);
    padding: 42px 0 22px;
    justify-content: center;
  }

  .hero-kicker {
    max-width: 330px;
    margin-bottom: 12px;
    font-size: .76rem;
    line-height: 1.4;
    letter-spacing: .02em;
  }

  .hero-copy h1 {
    max-width: 360px;
    font-size: clamp(2.25rem, 10vw, 3rem);
    line-height: 1.04;
  }

  .hero-stroke {
    width: min(250px, 74vw);
    height: 5px;
    margin: 14px 0 18px;
  }

  .hero .lead {
    max-width: 348px;
    font-size: .98rem;
    line-height: 1.58;
  }

  .hero-actions {
    margin-top: 24px;
  }

  .hero-actions .btn {
    min-height: 54px;
    border-radius: 14px;
    font-size: 1rem;
  }

  .hero-benefits {
    grid-template-columns: 1fr 1fr;
    margin-top: 24px;
    gap: 9px;
  }

  .hero-benefits div {
    grid-template-columns: 36px 1fr;
    min-height: 62px;
    gap: 8px;
    padding: 9px;
    border-radius: 14px;
    background: rgba(5,21,38,.48);
  }

  .benefit-icon {
    width: 36px;
    height: 36px;
    border-width: 1.5px;
  }

  .benefit-icon svg {
    width: 19px;
    height: 19px;
  }

  .hero-benefits strong {
    font-size: .78rem;
    line-height: 1.18;
  }

  .hero-bg {
    object-position: 66% center;
  }

  .hero-photo::before {
    background:
      linear-gradient(180deg, rgba(5,21,38,.34) 0%, rgba(5,21,38,.68) 42%, rgba(5,21,38,.94) 100%),
      linear-gradient(90deg, rgba(5,21,38,.74), rgba(5,21,38,.2));
  }
}



@media (max-width: 920px) {
  .services-grid-primary,
  .services-grid-support {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .services-head {
    margin-bottom: 16px;
  }

  .services-head h2 {
    font-size: 2.25rem;
  }

  .services-head .lead {
    font-size: .98rem;
  }

  .service-group-label {
    margin-top: 22px;
  }

  .services-grid-primary,
  .services-grid-support {
    grid-template-columns: 1fr;
  }
}

/* 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 override loaded last. */
.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;
  box-shadow: 0 18px 42px rgba(5,14,24,.16) !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-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;
}

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

.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;
}

.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;
}

.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 responsive rules */
@media (max-width: 1180px) {
  .footer-benefit-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .footer-main {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }

  .footer-social-block {
    justify-self: start !important;
  }

  .footer-link-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .footer-obi-style {
    padding: 0 !important;
  }

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

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

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

  .footer-benefit-list > div {
    min-height: 54px !important;
    padding: 10px 0 !important;
    border-bottom: 1px solid #e5e9ee !important;
  }

  .footer-main {
    padding: 28px 0 !important;
  }

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

  .footer-social-block {
    min-width: 0 !important;
  }

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

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

  .footer-link-grid > div:last-child {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .footer-obi-style h2 {
    margin-bottom: 12px !important;
  }

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

  .footer-bottom-inner {
    min-height: 74px !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    gap: 6px !important;
    padding: 12px 0 calc(12px + env(safe-area-inset-bottom)) !important;
    font-size: .82rem !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 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;
  }
}

@media (max-width: 760px) {
  .hero-price-note,
  .contact-price-note {
    width: 100% !important;
    margin-top: 14px !important;
    padding: 11px 12px !important;
    border-radius: 16px !important;
    display: grid !important;
    gap: 3px !important;
    font-size: .82rem !important;
    line-height: 1.25 !important;
    box-shadow: 0 12px 28px rgba(3,14,28,.16) !important;
  }

  .hero-price-note span,
  .contact-price-note span {
    font-size: .76rem !important;
    line-height: 1.28 !important;
  }

  .wa-button.mascot-wa {
    right: 12px !important;
    bottom: calc(78px + env(safe-area-inset-bottom)) !important;
    height: 96px !important;
    padding: 7px !important;
    gap: 0 !important;
    border-radius: 24px !important;
    background: rgba(255,255,255,.98) !important;
    box-shadow: 0 18px 44px rgba(6,20,38,.24) !important;
  }

  .wa-button.mascot-wa img {
    width: 82px !important;
    height: 82px !important;
    border-radius: 20px !important;
  }

  .wa-button.mascot-wa span {
    display: none !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: app-like logo with wider mark */
@media (max-width: 760px) {
  .luna-header .mobile-brand img,
  .brand img {
    width: min(220px, 58vw) !important;
    max-height: 76px !important;
    object-fit: contain !important;
  }

  .hero-copy h1 {
    max-width: 23rem !important;
    font-size: clamp(2.18rem, 9.4vw, 2.72rem) !important;
  }
}

@media (max-width: 360px) {
  .luna-header .mobile-brand img,
  .brand img {
    width: min(198px, 56vw) !important;
  }
}

/* LUNA365 appointment planner 20260902-02 */
@media (max-width: 920px) {
  .booking-hero-inner,
  .booking-layout,
  .booking-form-grid {
    grid-template-columns: 1fr !important;
  }

  .booking-side {
    position: static !important;
    order: -1;
  }
}

@media (max-width: 720px) {
  .booking-hero {
    padding: 30px 0 24px !important;
  }

  .booking-hero h1 {
    font-size: clamp(2rem, 11vw, 3rem) !important;
  }

  .booking-section {
    padding-top: 22px !important;
    padding-bottom: 86px !important;
  }

  .booking-layout {
    gap: 14px !important;
  }

  .booking-panel,
  .booking-side,
  .booking-price-card {
    border-radius: 20px !important;
  }

  .booking-panel {
    padding: 16px !important;
  }

  .booking-side {
    padding: 18px !important;
  }

  .booking-step {
    gap: 11px !important;
  }

  .booking-step span {
    width: 30px !important;
    height: 30px !important;
    flex-basis: 30px !important;
  }

  .booking-form-grid {
    gap: 12px !important;
  }

  .slot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .slot-button,
  .booking-submit,
  .booking-label input,
  .booking-form-grid input,
  .booking-form-grid select,
  .booking-form-grid textarea {
    min-height: 50px !important;
    font-size: 16px !important;
  }

  .mobile-sticky-cta {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 55;
    display: grid;
    grid-template-columns: 1fr 1.35fr;
    gap: 8px;
    padding: 8px;
    border: 1px solid rgba(8,34,60,.12);
    border-radius: 18px;
    background: rgba(255,255,255,.94);
    box-shadow: 0 16px 44px rgba(8,34,60,.16);
    backdrop-filter: blur(14px);
  }

  .mobile-sticky-cta a {
    display: grid;
    place-items: center;
    min-height: 46px;
    border-radius: 13px;
    background: #f2f5f7;
    color: var(--ink);
    font-weight: 850;
  }

  .mobile-sticky-cta a:last-child {
    background: var(--orange);
    color: #fff;
  }
}

@media (max-width: 640px) {
  .about-story .owner-photo {
    aspect-ratio: 1 / 1.08 !important;
    max-width: 100% !important;
  }

  .about-story .owner-photo img {
    object-position: 58% 24% !important;
  }

  .owner-photo::after {
    left: 12px;
    right: 12px;
    bottom: 12px;
    font-size: .9rem;
  }
}

