.mobile-menu-toggle {
  display: none;
}

@media (max-width: 900px) {
  html,
  body {
    overflow-x: hidden;
    max-width: 100%;
  }

  body::before,
  body::after,
  .bg-shape-a,
  .bg-shape-b,
  .intro-tech-glow,
  .contact-hero-card::after {
    animation: none !important;
    filter: none !important;
    transform: none !important;
  }

  body::after {
    opacity: 0.35;
  }

  body::before {
    opacity: 0.18;
    background-size: 44px 44px;
  }

  .bg-shape-a,
  .bg-shape-b {
    opacity: 0.22;
  }

  img,
  svg,
  video,
  canvas,
  iframe {
    max-width: 100%;
    height: auto;
  }

  .site-header {
    padding-top: 12px;
  }

  .container {
    width: calc(100% - 20px);
    max-width: 1200px;
  }

  .header-inner {
    flex-wrap: wrap;
    gap: 12px;
    min-height: auto;
    padding: 12px;
    border-radius: 18px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  }

  .brand {
    display: inline-flex;
    align-items: center;
    min-width: 0;
  }

  .brand img {
    width: 112px;
    max-width: 100%;
  }

  .mobile-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    width: 44px;
    height: 44px;
    margin-left: auto;
    border: 1px solid rgba(23, 75, 140, 0.10);
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
    cursor: pointer;
    flex-shrink: 0;
    -webkit-tap-highlight-color: transparent;
    transition:
      transform 0.16s ease,
      border-color 0.16s ease,
      box-shadow 0.16s ease;
  }

  .mobile-menu-toggle:hover,
  .mobile-menu-toggle:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(23, 75, 140, 0.18);
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.10);
  }

  .mobile-menu-toggle span {
    width: 20px;
    height: 2px;
    background: var(--blue-1);
    border-radius: 999px;
  }

  .nav {
    display: none;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    padding-top: 6px;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    overflow-x: hidden;
  }

  .nav.is-open {
    display: flex;
  }

  .nav > a,
  .nav-link,
  .nav .btn-contact {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 14px !important;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(23, 75, 140, 0.08);
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04);
    box-sizing: border-box;
  }

  .nav-link {
    appearance: none;
    text-align: left;
  }

  .nav > a::after,
  .nav-link::before {
    display: none;
  }

  .nav-link::after {
    margin-left: 12px;
    flex-shrink: 0;
  }

  .nav .btn-contact {
    display: flex;
    width: 100%;
    max-width: 100%;
    margin-top: 4px;
    padding: 13px 14px !important;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--blue-1), var(--blue-3));
    border: 0;
    color: #ffffff !important;
    box-shadow: 0 10px 22px rgba(23, 75, 140, 0.18);
    transform: none !important;
  }

  .nav .btn-contact::after,
  .nav .btn-contact::before {
    display: none !important;
  }

  .nav .btn-contact:hover,
  .nav .btn-contact:focus-visible {
    transform: none !important;
    box-shadow: 0 10px 22px rgba(23, 75, 140, 0.18);
    color: #ffffff !important;
    background: linear-gradient(135deg, var(--blue-1), var(--blue-3));
  }

  .nav-item {
    width: 100%;
    max-width: 100%;
  }

  .nav-dropdown,
  .nav-dropdown-small {
    position: static;
    width: 100% !important;
    max-width: 100%;
    min-width: 0;
    margin-top: 8px;
    padding: 8px;
    transform: none !important;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    display: none;
    border-radius: 14px;
    background: #f7fafe;
    border: 1px solid rgba(23, 75, 140, 0.08);
    box-shadow: none;
    overflow: hidden;
    box-sizing: border-box;
  }

  .nav-dropdown::before,
  .has-dropdown::before {
    display: none !important;
  }

  .has-dropdown.is-open .nav-dropdown,
  .has-dropdown.is-open .nav-dropdown-small {
    display: block;
  }

  .has-dropdown.is-open > .nav-link {
    border-color: rgba(23, 75, 140, 0.14);
    background: #ffffff;
  }

  .has-dropdown.is-open .nav-link::after {
    transform: rotate(225deg) translateY(-1px);
  }

  .nav-dropdown a,
  .nav-dropdown-small a {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 11px 12px;
    border-radius: 10px;
    transform: none !important;
    box-sizing: border-box;
  }

  .dropdown-title {
    font-size: 0.88rem;
    line-height: 1.35;
    word-break: break-word;
  }

  .dropdown-text {
    font-size: 0.78rem;
    line-height: 1.5;
    word-break: break-word;
  }

  .intro-section {
    padding-top: 16px;
  }

  .intro-card {
    padding: 24px 18px 20px;
    border-radius: 20px;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
  }

  .intro-section::before,
  .contact-hero-section::before,
  .service-page-hero::before {
    opacity: 0.45;
  }

  .intro-topbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
  }

  .intro-kicker {
    font-size: 0.74rem;
    letter-spacing: 0.13em;
  }

  .intro-chip {
    min-height: 34px;
    padding: 0 10px;
    font-size: 0.68rem;
    letter-spacing: 0.08em;
  }

  .intro-grid,
  .about-grid,
  .services-grid,
  .contact-hero-grid,
  .contact-main-grid,
  .footer-inner,
  .service-page-grid,
  .service-feature-grid,
  .service-split-grid,
  .service-process-grid,
  .service-benefits-card {
    grid-template-columns: 1fr;
  }

  .intro-grid,
  .about-grid,
  .contact-hero-grid,
  .contact-main-grid,
  .service-page-grid,
  .service-split-grid {
    gap: 20px;
  }

  .intro-copy h1,
  .about-copy h2,
  .services-head h2,
  .contact-hero-copy h1,
  .service-page-copy h1,
  .service-section-head h2,
  .service-split-copy h2,
  .service-benefits-copy h2,
  .service-cta-card h2 {
    max-width: 100%;
    word-break: break-word;
  }

  .intro-eyebrow {
    font-size: 0.82rem;
  }

  .intro-lead,
  .about-lead,
  .services-lead,
  .about-copy p,
  .intro-service-item span,
  .service-card p,
  .contact-lead,
  .contact-card-top p,
  .contact-info-item p,
  .contact-side-note,
  .service-page-lead,
  .service-section-lead,
  .service-split-copy p,
  .service-benefits-copy p,
  .service-cta-card p,
  .service-feature-card p,
  .service-process-card p,
  .service-image-content p,
  .service-benefit-stat span {
    font-size: 0.95rem;
    line-height: 1.7;
  }

  .intro-actions,
  .service-page-actions {
    flex-direction: column;
    gap: 10px;
  }

  .btn-primary,
  .btn-secondary {
    width: 100%;
  }

  .intro-service-strip {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 22px;
  }

  .intro-service-item {
    min-height: auto;
    border-radius: 16px;
  }

  .intro-panel,
  .about-panel,
  .contact-side-panel,
  .service-page-panel {
    border-radius: 18px;
    box-shadow: 0 12px 26px rgba(23, 75, 140, 0.12);
  }

  .about-section {
    margin-top: 54px;
  }

  .about-panel {
    padding: 20px;
  }

  .about-stat {
    margin-bottom: 18px;
  }

  .about-stat-value {
    font-size: 1.9rem;
  }

  .services-section,
  .service-explainer-section,
  .service-split-section,
  .service-process-section,
  .service-benefits-section,
  .service-cta-section {
    margin-top: 58px;
  }

  .services-head,
  .service-section-head {
    margin-bottom: 20px;
  }

  .section-divider {
    margin: 48px auto;
    width: calc(100% - 20px);
    max-width: 1100px;
  }

  .services-grid,
  .service-feature-grid,
  .service-process-grid,
  .service-benefits-stats {
    gap: 14px;
  }

  .service-card,
  .service-card-content {
    min-height: 280px;
  }

  .service-card {
    border-radius: 18px;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
  }

  .service-card-content {
    padding: 18px;
  }

  .service-card h3 {
    font-size: 1.16rem;
    line-height: 1.18;
  }

  .service-card p {
    font-size: 0.92rem;
    line-height: 1.6;
  }

  .service-card-label {
    font-size: 0.72rem;
    letter-spacing: 0.14em;
  }

  .contact-hero-card,
  .service-page-card {
    padding: 24px 18px 20px;
    border-radius: 20px;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
  }

  .contact-form-card,
  .contact-info-card,
  .service-benefits-card,
  .service-cta-card {
    padding: 20px;
    border-radius: 18px;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
  }

  .service-feature-card,
  .service-process-card {
    padding: 18px 16px;
    border-radius: 16px;
  }

  .service-check-list {
    gap: 10px;
    margin-top: 18px;
  }

  .service-check-item {
    padding: 13px 14px 13px 40px;
    border-radius: 14px;
    font-size: 0.92rem;
  }

  .service-check-item::before {
    left: 14px;
  }

  .service-page-pill-row {
    gap: 8px;
    margin-top: 22px;
  }

  .service-page-pill-row span {
    min-height: 34px;
    padding: 0 12px;
    font-size: 0.76rem;
  }

  .service-page-panel-row,
  .service-page-panel-footer {
    gap: 12px;
  }

  .service-page-panel-row strong {
    font-size: 0.92rem;
  }

  .service-image-card,
  .service-image-content {
    min-height: 300px;
  }

  .service-image-card {
    border-radius: 18px;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
  }

  .service-image-content {
    padding: 18px;
  }

  .service-image-content strong {
    font-size: 1.18rem;
    line-height: 1.2;
  }

  .service-benefits-stats {
    grid-template-columns: 1fr;
  }

  .service-benefit-stat {
    padding: 16px;
    border-radius: 14px;
  }

  .form-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .form-field-full {
    grid-column: auto;
  }

  .form-field input,
  .form-field select,
  .form-field textarea {
    min-height: 50px;
    border-radius: 12px;
  }

  .form-field textarea {
    min-height: 160px;
  }

  .form-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .form-actions .btn-primary {
    width: 100%;
  }

  .form-note {
    text-align: left;
  }

  .contact-trust-row {
    gap: 8px;
  }

  .contact-trust-row span {
    min-height: 34px;
    padding: 0 12px;
    font-size: 0.76rem;
  }

  .contact-side-item {
    padding: 14px 0;
  }

  .site-footer {
    margin-top: 70px;
    padding: 36px 0 24px;
  }

  .footer-inner {
    gap: 22px;
    text-align: center;
  }

  .footer-brand {
    justify-self: center;
  }

  .footer-logo-link img {
    width: 136px;
  }

  .footer-links {
    justify-self: center;
    flex-direction: column;
    gap: 18px;
  }

  .footer-col {
    align-items: center;
    gap: 6px;
  }

  .footer-col-title {
    margin-bottom: 4px;
  }

  .footer-contact {
    align-items: center;
    justify-self: center;
    gap: 8px;
  }

  .footer-contact-item {
    justify-content: center;
    text-align: center;
    font-size: 0.84rem;
  }

  .footer-bottom {
    margin-top: 24px;
  }

  .footer-bottom p {
    font-size: 0.82rem;
  }

  .cookie-banner {
    left: 10px;
    right: 10px;
    bottom: 10px;
    width: auto;
    max-width: calc(100vw - 20px);
  }

  .cookie-banner-inner {
    width: 100%;
    max-width: 100%;
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px;
    border-radius: 16px;
    box-sizing: border-box;
    overflow: hidden;
  }

  .cookie-banner-copy,
  .cookie-banner-copy p,
  .cookie-banner-actions,
  .cookie-btn {
    max-width: 100%;
  }

  .cookie-banner-copy p {
    font-size: 0.88rem;
    line-height: 1.6;
    word-break: break-word;
  }

  .cookie-banner-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .cookie-btn {
    width: 100%;
    min-height: 42px;
  }
}

@media (max-width: 560px) {
  .container {
    width: calc(100% - 16px);
  }

  .site-header {
    padding-top: 10px;
  }

  .header-inner {
    padding: 10px;
    border-radius: 16px;
  }

  .brand img {
    width: 104px;
  }

  .mobile-menu-toggle {
    width: 42px;
    height: 42px;
  }

  .nav > a,
  .nav-link,
  .nav .btn-contact {
    padding: 12px 13px !important;
    font-size: 0.9rem;
  }

  .nav-dropdown,
  .nav-dropdown-small {
    padding: 7px;
  }

  .nav-dropdown a,
  .nav-dropdown-small a {
    padding: 10px 11px;
  }

  .dropdown-title {
    font-size: 0.84rem;
  }

  .dropdown-text {
    font-size: 0.76rem;
  }

  .intro-card,
  .contact-hero-card,
  .service-page-card {
    padding: 20px 14px 18px;
    border-radius: 18px;
  }

  .intro-copy h1 {
    font-size: clamp(1.85rem, 10vw, 2.55rem);
    line-height: 0.98;
  }

  .about-copy h2,
  .services-head h2,
  .service-section-head h2,
  .service-split-copy h2,
  .service-benefits-copy h2,
  .service-cta-card h2 {
    font-size: clamp(1.7rem, 8vw, 2.3rem);
  }

  .contact-hero-copy h1,
  .service-page-copy h1 {
    font-size: clamp(1.9rem, 10vw, 2.75rem);
  }

  .contact-form-card,
  .contact-info-card,
  .service-benefits-card,
  .service-cta-card {
    padding: 16px;
    border-radius: 16px;
  }

  .service-card,
  .service-card-content {
    min-height: 260px;
  }

  .service-card-content {
    padding: 16px;
  }

  .service-card h3 {
    font-size: 1.08rem;
  }

  .about-stat-value {
    font-size: 1.75rem;
  }

  .service-feature-card,
  .service-process-card {
    padding: 16px 14px;
  }

  .service-image-card,
  .service-image-content {
    min-height: 250px;
  }

  .service-image-content {
    padding: 16px;
  }

  .service-image-content strong {
    font-size: 1.08rem;
  }

  .footer-links {
    gap: 14px;
  }

  .cookie-banner {
    left: 8px;
    right: 8px;
    bottom: 8px;
    max-width: calc(100vw - 16px);
  }

  .cookie-banner-inner {
    padding: 12px;
    border-radius: 14px;
  }
}

@media (max-width: 380px) {
  .container {
    width: calc(100% - 12px);
  }

  .header-inner {
    padding: 9px;
  }

  .brand img {
    width: 98px;
  }

  .intro-card,
  .contact-hero-card,
  .service-page-card {
    padding-left: 12px;
    padding-right: 12px;
  }

  .contact-form-card,
  .contact-info-card,
  .service-card-content,
  .service-benefits-card,
  .service-cta-card {
    padding: 14px;
  }

  .nav > a,
  .nav-link,
  .nav .btn-contact {
    padding: 11px 12px !important;
  }

  .dropdown-title,
  .service-card h3,
  .service-image-content strong {
    word-break: break-word;
  }
}

@media (max-width: 900px) {
  .service-image-band-section {
    margin-top: 58px;
  }

  .service-dual-image-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

@media (max-width: 900px) {
  .service-image-band-section {
    margin-top: 58px;
  }

  .service-dual-image-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}