body.skill-frontend-design {
  --workflow-focus-ring: 0 0 0 4px rgba(185, 117, 126, 0.18);
}

.skill-frontend-design .site-nav a,
.skill-frontend-design .footer-contact-card,
.skill-frontend-design .quiet-contact-row a,
.skill-frontend-design .mobile-sticky-bar a {
  -webkit-tap-highlight-color: transparent;
}

.skill-frontend-design .site-nav .nav-cta {
  min-width: 9.5rem;
  box-shadow: 0 10px 28px rgba(23, 17, 14, 0.14);
}

.skill-frontend-design .hero-actions .button,
.skill-frontend-design .button-row .button {
  min-width: 9rem;
}

.skill-frontend-design .contact-action-row .button,
.skill-frontend-design .direct-contact-row .button {
  min-width: 0;
}

.skill-frontend-design .booking-panel {
  display: grid;
  gap: 0.2rem;
}

.skill-frontend-design .booking-panel .button-row {
  margin-top: 1.35rem;
}

.skill-frontend-design .mobile-sticky-bar {
  grid-template-columns: minmax(0, 1.15fr) minmax(84px, 0.58fr) minmax(68px, 0.42fr);
  align-items: center;
  background: rgba(24, 20, 18, 0.98);
  border-radius: 24px;
}

.skill-frontend-design .mobile-sticky-bar a {
  min-width: 0;
  white-space: nowrap;
}

.skill-frontend-design .mobile-sticky-mini {
  border-color: rgba(255, 250, 248, 0.28);
  color: rgba(255, 253, 248, 0.92);
}

.skill-frontend-design .mobile-sticky-whatsapp {
  border-color: rgba(37, 211, 102, 0.78);
  background: #25d366;
  color: #082814 !important;
  box-shadow: 0 10px 26px rgba(37, 211, 102, 0.22);
}

.skill-frontend-design .mobile-sticky-whatsapp .contact-icon {
  color: #082814;
}

.skill-frontend-design .mobile-sticky-main {
  background: var(--color-ivory);
  color: var(--color-espresso) !important;
}

.skill-frontend-design .mobile-sticky-bar a:focus-visible {
  outline: 2px solid rgba(255, 253, 248, 0.92);
  outline-offset: 2px;
}

.skill-frontend-design .review-summary div,
.skill-frontend-design .price-row,
.skill-frontend-design .faq-item {
  min-width: 0;
}

@media (max-width: 679px) {
  .skill-frontend-design .hero-actions {
    grid-template-columns: 1fr;
  }

  .skill-frontend-design .mobile-sticky-bar {
    grid-template-columns: minmax(0, 1fr) minmax(92px, 0.48fr);
    max-width: 430px;
    border-radius: 22px;
  }

  .skill-frontend-design .mobile-sticky-route {
    display: none;
  }
}

@media (min-width: 900px) {
  .skill-frontend-design .site-nav a {
    justify-content: center;
  }
}

/* Mobile experience layer: safe areas, dependable touch input and overlays. */
.skill-frontend-design :where(a, button, summary, input, select, textarea) {
  -webkit-tap-highlight-color: rgba(185, 117, 126, 0.18);
}

.skill-frontend-design :where(h2[id], h3[id], section[id], article[id]) {
  scroll-margin-top: calc(var(--header-height) + 1rem);
}

.skill-frontend-design .site-nav,
.skill-frontend-design .consent-card,
.skill-frontend-design .training-modal-card {
  overscroll-behavior: contain;
}

.skill-frontend-design.nav-open::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 99;
  background: rgba(23, 17, 14, 0.22);
}

@media (max-width: 899px) {
  .skill-frontend-design .header-language-switch::before {
    view-transition-name: none;
  }

  ::view-transition-group(*),
  ::view-transition-old(*),
  ::view-transition-new(*) {
    animation-delay: 0s !important;
    animation-duration: 1ms !important;
  }
}

@media (max-width: 679px) {
  .skill-frontend-design .hero .reveal {
    animation: none;
  }

  .skill-frontend-design .header-inner,
  .skill-frontend-design .section-inner,
  .skill-frontend-design .page-hero-inner,
  .skill-frontend-design .hero-grid,
  .skill-frontend-design .footer-inner {
    width: auto;
    max-width: var(--content-max);
    margin-right: max(0.75rem, env(safe-area-inset-right));
    margin-left: max(0.75rem, env(safe-area-inset-left));
  }

  .skill-frontend-design .site-nav {
    right: max(0.7rem, env(safe-area-inset-right));
    left: max(0.7rem, env(safe-area-inset-left));
    max-height: calc(100dvh - var(--header-height) - max(1.1rem, env(safe-area-inset-bottom)));
    -webkit-overflow-scrolling: touch;
  }

  .skill-frontend-design .brand,
  .skill-frontend-design .header-language,
  .skill-frontend-design .nav-toggle,
  .skill-frontend-design .footer-links a,
  .skill-frontend-design .footer-bottom a,
  .skill-frontend-design .footer-social-restore,
  .skill-frontend-design .quiet-contact-row a,
  .skill-frontend-design .card-link,
  .skill-frontend-design .breadcrumb a,
  .skill-frontend-design .testimonial-link,
  .skill-frontend-design .faq-item-links a,
  .skill-frontend-design .service-detail-links a {
    min-height: 44px;
  }

  .skill-frontend-design .press-link-nav a {
    min-height: 44px;
  }

  .skill-frontend-design .header-language,
  .skill-frontend-design .nav-toggle {
    width: 44px;
    height: 44px;
  }

  .skill-frontend-design .header-language-switch {
    width: 78px;
    height: 44px;
  }

  .skill-frontend-design .header-language-switch::before {
    width: 35px;
  }

  body.skill-frontend-design[data-language="en"] .header-language-switch::before {
    transform: translateX(35px);
  }

  .skill-frontend-design .header-language-switch a {
    min-width: 0;
    min-height: 36px;
    height: 36px;
  }

  .skill-frontend-design .article-body > * {
    min-width: 0;
    max-width: 100%;
  }

  .skill-frontend-design .article-sources,
  .skill-frontend-design .article-sources ul,
  .skill-frontend-design .article-sources li {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .skill-frontend-design .article-sources li {
    min-height: 44px;
  }

  .skill-frontend-design .article-sources a,
  .skill-frontend-design .article-section p a,
  .skill-frontend-design .legal-section a,
  .skill-frontend-design .press-studio-facts a,
  .skill-frontend-design .press-studio-card a:not(.button),
  .skill-frontend-design .press-detail-body a:not(.button),
  .skill-frontend-design .text-panel > p.copy a {
    box-sizing: border-box;
    width: fit-content;
    min-width: 44px;
    min-height: 44px;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .skill-frontend-design :where(
    .trust-strip,
    .service-grid,
    .testimonial-marquee,
    .article-table-scroll
  ) {
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
  }

  .skill-frontend-design :where(.trust-item, .service-card, .testimonial-card) {
    scroll-snap-stop: always;
  }

  .skill-frontend-design .consent-card {
    scrollbar-gutter: stable;
  }

  .skill-frontend-design .consent-toggle {
    min-height: 64px;
  }

  .skill-frontend-design .consent-toggle input {
    width: 22px;
    height: 22px;
    margin-top: 0.05rem;
  }

  .skill-frontend-design .training-contact-modal {
    align-items: end;
    padding: max(0.65rem, env(safe-area-inset-top)) max(0.65rem, env(safe-area-inset-right)) max(0.65rem, env(safe-area-inset-bottom)) max(0.65rem, env(safe-area-inset-left));
  }

  .skill-frontend-design .training-modal-card {
    max-height: calc(100dvh - max(1.3rem, env(safe-area-inset-top)) - max(1.3rem, env(safe-area-inset-bottom)));
    overflow-y: auto;
  }
}
