/* PVA Pixel v2 — mobile and hero refinement */
html, body { max-width: 100%; overflow-x: clip; }

/* Hand-built homepage catalog console; no raster hero image. */
.pv-hero-visual {
  min-height: 540px;
  display: grid;
  align-items: center;
}
.pv-console-window {
  position: relative;
  width: 100%;
  overflow: hidden;
  color: #fff;
  background: rgba(14, 18, 21, .92);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 22px;
  box-shadow: 0 40px 100px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.06);
  backdrop-filter: blur(18px);
}
.pv-console-top {
  min-height: 54px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: rgba(255,255,255,.035);
  border-bottom: 1px solid rgba(255,255,255,.10);
}
.pv-console-dots { display: flex; gap: 6px; }
.pv-console-dots i { width: 7px; height: 7px; display: block; border-radius: 50%; background: rgba(255,255,255,.22); }
.pv-console-dots i:first-child { background: #d9ff43; }
.pv-console-status { display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,.58); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.pv-console-status i { width: 7px; height: 7px; border-radius: 50%; background: #25e7c5; box-shadow: 0 0 0 5px rgba(37,231,197,.10); }
.pv-console-body { padding: 22px; }
.pv-console-label { margin-bottom: 12px; color: rgba(255,255,255,.38); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.pv-console-list { display: grid; gap: 8px; }
.pv-console-row {
  min-height: 72px;
  display: grid;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 13px;
  padding: 11px 14px;
  background: rgba(255,255,255,.035);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 13px;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.pv-console-row:hover { transform: translateX(4px); background: rgba(255,255,255,.065); border-color: rgba(217,255,67,.32); }
.pv-console-code { width: 42px; height: 42px; display: grid; place-items: center; color: #090b0d; background: #d9ff43; border-radius: 10px; font-size: 10px; font-weight: 950; }
.pv-console-row:nth-child(2) .pv-console-code { background: #25e7c5; }
.pv-console-row:nth-child(3) .pv-console-code { color: #fff; background: #645cff; }
.pv-console-row strong { display: block; color: #fff; font-family: var(--font-heading); font-size: 14px; letter-spacing: -.02em; }
.pv-console-row small { display: block; margin-top: 3px; color: rgba(255,255,255,.42); font-size: 10px; }
.pv-console-row b { color: #d9ff43; font-family: var(--font-heading); font-size: 12px; white-space: nowrap; }
.pv-console-order {
  margin-top: 14px;
  padding: 18px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 14px;
  color: #090b0d;
  background: linear-gradient(135deg, #d9ff43, #bdfc70);
  border-radius: 15px;
}
.pv-console-order span { display: block; color: rgba(9,11,13,.54); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.pv-console-order strong { display: block; margin-top: 3px; color: #090b0d; font-size: 16px; }
.pv-console-order button { min-height: 40px; padding: 0 14px; color: #fff; background: #090b0d; border: 0; border-radius: 10px; font-size: 10px; font-weight: 900; white-space: nowrap; }
.pv-console-footer { min-height: 48px; padding: 0 22px; display: flex; align-items: center; justify-content: space-between; gap: 10px; color: rgba(255,255,255,.38); border-top: 1px solid rgba(255,255,255,.09); font-size: 9px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.pv-console-footer span::before { content: ''; width: 5px; height: 5px; display: inline-block; margin-right: 7px; background: #25e7c5; border-radius: 50%; vertical-align: 1px; }

/* Informative service trust cards. */
.value-strip { padding: 18px 0; background: #0b0e10 !important; border: 0 !important; }
.value-strip-content { gap: 10px; }
.value-strip-item {
  min-height: 88px;
  padding: 15px !important;
  align-items: flex-start;
  color: #fff !important;
  background: linear-gradient(145deg, rgba(255,255,255,.065), rgba(255,255,255,.025)) !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  border-radius: 14px;
}
.value-strip-item svg {
  flex: 0 0 auto;
  width: 30px !important;
  height: 30px;
  padding: 8px;
  color: #090b0d !important;
  background: #d9ff43;
  border-radius: 8px;
}
.value-strip-item > div { min-width: 0; display: grid; gap: 3px; }
.value-strip-item strong { color: #fff; font-family: var(--font-heading); font-size: 12px; line-height: 1.25; letter-spacing: -.01em; }
.value-strip-item span { color: rgba(255,255,255,.45); font-size: 9px; line-height: 1.35; }

/* Contact controls. */
.floating-contacts { padding: 6px; background: rgba(9,11,13,.92); border: 1px solid rgba(255,255,255,.12); border-radius: 16px; backdrop-filter: blur(16px); }
.floating-btn { box-shadow: none; }
.modal-content { max-height: min(720px, calc(100vh - 28px)); overflow-y: auto; }
.modal-option-checkout { min-height: 62px; }

/* Tablet navigation becomes touch-first before it gets crowded. */
@media (max-width: 900px) {
  :root { --section-padding: 72px; }
  .container { width: min(calc(100% - 28px), var(--container-max)); }
  .navbar-content { position: relative; min-height: 66px; }
  .mobile-menu-btn { width: 42px; height: 42px; display: grid; place-content: center; gap: 5px; color: #fff; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 10px; }
  .mobile-menu-btn span { display: block; width: 18px; height: 1px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
  .mobile-menu-btn.active span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .mobile-menu-btn.active span:nth-child(2) { opacity: 0; }
  .mobile-menu-btn.active span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .nav-links {
    position: absolute;
    inset: calc(100% + 8px) 0 auto;
    max-height: calc(100vh - 92px);
    display: none;
    padding: 12px;
    overflow-y: auto;
    background: rgba(9,11,13,.985);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 17px;
    box-shadow: 0 30px 80px rgba(0,0,0,.45);
  }
  .nav-links.active { display: grid; }
  .nav-links > a:nth-last-of-type(-n+2) { display: flex; }
  .nav-link { width: 100%; min-height: 44px; justify-content: space-between; padding-inline: 13px; }
  .nav-links > .btn { width: 100%; margin: 6px 0 0; }
  .dropdown-menu { position: static; width: 100%; max-height: 0; padding: 0; overflow: hidden; background: transparent; border: 0; border-radius: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; transition: max-height .3s ease; }
  .dropdown-grid-services { grid-template-columns: 1fr 1fr; padding: 8px 0; }
  .dropdown-section { padding: 11px; }
  .dropdown-view-all { margin-bottom: 8px; }

  .pv-hero-layout { min-height: auto; grid-template-columns: 1fr; gap: 42px; padding: 68px 0 48px; }
  .pv-hero-copy { max-width: 760px; }
  .pv-hero-visual { min-height: auto; }
  .pv-console-window { max-width: 680px; }
  .split-home-heading, .quality-layout, .why-panel { grid-template-columns: 1fr; gap: 32px; }
  .starter-pricing-grid, .packages-grid, .pricing-card-grid, .monthly-grid, .premium-access-grid, .home-service-grid, .usecase-grid, .related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .page-header { padding: 64px 0 60px; }
  .page-title { font-size: clamp(2.8rem, 9vw, 5rem); overflow-wrap: anywhere; }
  .footer-grid { grid-template-columns: 1.25fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / -1; }
}

@media (max-width: 600px) {
  :root { --section-padding: 58px; }
  body { font-size: 15px; }
  .container { width: min(calc(100% - 24px), var(--container-max)); }
  .top-strip { height: 30px; }
  .top-strip-content { min-height: 30px; justify-content: center; }
  .top-strip-item:nth-child(n+2) { display: none; }
  .logo { font-size: 18px; }
  .logo::after { font-size: 10px; }
  .logo-icon { width: 30px; height: 30px; }
  .nav-links { left: -2px; right: -2px; }
  .dropdown-grid-services { grid-template-columns: 1fr; }

  .pv-hero::before { background: linear-gradient(180deg, rgba(9,11,13,.45), #090b0d 75%); }
  .pv-hero-layout { gap: 34px; padding: 52px 0 38px; }
  .pv-hero-title { margin-block: 17px 19px; font-size: clamp(2.9rem, 14vw, 4rem); line-height: .93; }
  .pv-hero-lead { font-size: 14px; }
  .pv-hero-actions { display: grid; margin-top: 26px; }
  .pv-hero-actions .btn { width: 100%; }
  .pv-hero-proof { margin-top: 32px; grid-template-columns: 1fr; }
  .pv-hero-proof div { min-height: 52px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 14px; }
  .pv-hero-proof strong { font-size: 14px; }
  .pv-console-window { border-radius: 16px; }
  .pv-console-body { padding: 14px; }
  .pv-console-row { min-height: 65px; grid-template-columns: 38px 1fr; padding: 10px; }
  .pv-console-code { width: 38px; height: 38px; }
  .pv-console-row b { display: none; }
  .pv-console-order { grid-template-columns: 1fr; }
  .pv-console-order button { width: 100%; }
  .pv-console-footer { padding: 0 14px; overflow-x: auto; justify-content: flex-start; }
  .pv-console-footer span { flex: 0 0 auto; }
  .pv-hero-service-rail { width: calc(100% + 12px); }
  .pv-hero-service-rail::before { padding-right: 14px; }
  .pv-hero-service-rail a { padding-inline: 15px; }

  .section-title { font-size: clamp(2.05rem, 10.5vw, 3rem); }
  .section-description { font-size: 14px; }
  .home-heading, .section-intro { margin-bottom: 32px; }
  .starter-pricing-grid, .packages-grid, .pricing-card-grid, .monthly-grid, .premium-access-grid, .home-category-grid, .home-service-grid, .usecase-grid, .quality-grid, .process-timeline, .snapshot-grid, .related-grid, .service-overview-grid, .why-grid, .contact-grid, .blog-grid { grid-template-columns: minmax(0, 1fr); }
  .starter-price-card, .package-card, .monthly-card { width: 100%; min-width: 0; }
  .starter-price-card h3 { min-height: 0; }
  .home-category-card { min-height: 210px; }
  .usecase-card { min-height: 220px; }
  .quality-grid article { min-height: 195px; }
  .process-timeline article { min-height: 205px; }

  .page-header { padding: 50px 0 46px; }
  .page-header::before { width: min(calc(100% - 24px), var(--container-max)); margin-bottom: 18px; }
  .page-title { font-size: clamp(2.45rem, 12vw, 3.35rem); line-height: .96; }
  .page-subtitle { margin-top: 15px; font-size: 14px; line-height: 1.55; }
  .value-strip { padding: 12px 0; }
  .value-strip-content { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .value-strip-item { min-height: 102px; display: grid; align-content: start; gap: 9px; padding: 12px !important; }
  .value-strip-item svg { width: 28px !important; height: 28px; }
  .pricing-section.pricing-theme { padding: 58px 0 !important; }
  .pricing-tabs-wrap { padding: 7px; border-radius: 15px !important; }
  .pricing-tabs { scrollbar-width: none; }
  .pricing-tabs::-webkit-scrollbar { display: none; }
  .pricing-tab { min-height: 40px; }
  .pricing-panel { padding: 20px 1px 1px; }
  .pricing-panel-title { font-size: 23px; }
  .service-overview-card { padding: 22px; }

  .why-list > div { grid-template-columns: 1fr; gap: 5px; }
  .footer { padding-top: 58px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; padding-bottom: 42px; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; padding: 20px 0 10px; }
  .floating-contacts { right: 10px; bottom: 10px; left: auto; }
  .floating-btn { width: 39px; height: 39px; }
  .modal-overlay { padding: 10px; align-items: end; }
  .modal-content { width: 100%; max-height: calc(100vh - 20px); padding: 23px 16px 16px; border-radius: 18px 18px 12px 12px; }
  .modal-title { font-size: 25px; }
  .modal-option { grid-template-columns: 39px minmax(0, 1fr) auto; padding: 10px; }
  .modal-option-icon { width: 39px; height: 39px; }
  .modal-option-value { overflow-wrap: anywhere; }
}

@media (max-width: 360px) {
  .pv-hero-title { font-size: 2.75rem; }
  .value-strip-content { grid-template-columns: 1fr; }
  .value-strip-item { min-height: auto; grid-template-columns: 28px 1fr; }
}
