html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { background: #050505; }
.site-shell { width: 100%; max-width: 430px; margin: 0 auto; background: #fff; padding: 18px 18px 76px; min-height: 100vh; }
.app-header { display: grid; grid-template-columns: 42px minmax(0, 1fr) auto; align-items: center; gap: 10px; padding: 6px 0 14px; position: relative; top: auto; }
.icon-btn { width: 42px; height: 42px; min-width: 42px; border-radius: 10px; font-size: 19px; }
.menu-toggle span { width: 18px; height: 2px; margin: 2px 0; }
.brand { min-width: 0; gap: 8px; margin: 0; }
.brand-mark { width: 43px; height: 43px; min-width: 43px; font-size: 27px; box-shadow: inset 0 0 0 5px #fff; }
.brand strong { font-size: 17px; line-height: .92; letter-spacing: 0; white-space: normal; }
.brand small { font-size: 8.5px; line-height: 1; margin-top: 6px; white-space: nowrap; }
.header-actions { display: flex; align-items: center; gap: 8px; }
.quote-btn { height: 42px; min-width: 92px; padding: 0 11px; border-radius: 10px; font-size: 12px; line-height: 1; gap: 5px; white-space: nowrap; }
.slide-menu { top: 68px; left: 18px; right: 18px; }
.hero { display: grid; grid-template-columns: 45% 55%; align-items: center; gap: 0; padding: 13px 0 15px; }
.home-hero .hero-copy { min-width: 0; }
.hero-copy h1 { font-size: 24px; line-height: 1.12; margin: 0 0 12px; font-weight: 900; letter-spacing: 0; }
.hero-copy p { max-width: 160px; font-size: 11px; line-height: 1.55; margin: 0 0 13px; }
.hero-art, .home-hero .hero-art { width: 100%; max-height: 205px; order: initial; align-self: end; object-fit: contain; }
.gradient-btn { padding: 12px 14px; border-radius: 9px; font-size: 11px; gap: 8px; }
.mini-proof { margin-top: 19px; }
.section { padding: 14px 0; }
.section h2 { font-size: 18px; line-height: 1.15; margin-bottom: 13px; }
.eyebrow { font-size: 9px !important; margin-bottom: 5px; }
.category-row { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; }
.solution-card { min-height: 138px; padding: 11px 6px; border-radius: 10px; }
.card-icon { font-size: 30px; margin-bottom: 8px; }
.solution-card h3 { font-size: 10px; line-height: 1.15; margin-bottom: 5px; }
.solution-card p { font-size: 7.4px; line-height: 1.42; margin-bottom: 8px; }
.solution-card a { padding: 7px 4px; border-radius: 7px; font-size: 8px; }
.benefit-grid, .timeline, .stats-dock { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.benefit-grid { gap: 10px; }
.benefit-grid > div { padding: 12px 7px; border-radius: 10px; }
.benefit-grid b { width: 44px; height: 44px; font-size: 22px; margin-bottom: 7px; }
.benefit-grid h3, .timeline h3 { font-size: 9px; }
.benefit-grid p, .timeline p { font-size: 7.4px; line-height: 1.35; }
.timeline { gap: 6px; }
.timeline span { width: 42px; height: 42px; font-size: 9px; }
.cta-band { grid-template-columns: 96px 1fr; gap: 9px; padding: 12px; border-radius: 12px; margin: 16px 0; }
.cta-band img { width: 96px; grid-row: span 2; }
.cta-band h2 { font-size: 14px; margin-bottom: 5px; }
.cta-band p { font-size: 9px; line-height: 1.35; }
.cta-band ul { grid-column: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 2px 7px; font-size: 8px; }
.stats-dock { border-radius: 12px; margin: 14px 0 6px; }
.stats-dock div { padding: 9px 5px; gap: 1px 4px; }
.stat-icon { font-size: 18px; }
.stats-dock strong { font-size: 13px; line-height: 1; }
.stats-dock small { font-size: 6.7px; line-height: 1.15; }
.feature-strip { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.feature-strip div { padding: 9px 6px; font-size: 7.5px; }
.plan-grid, .portfolio-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.plan-card { padding: 12px 9px; border-radius: 11px; }
.plan-card h3, .project-card h3 { font-size: 10px; }
.plan-card p, .project-card p { font-size: 7.4px; }
.plan-card li { font-size: 7.2px; line-height: 1.25; margin: 5px 0; }
.price { font-size: 14px; }
.plan-card a { padding: 8px 5px; font-size: 8px; }
.project-card { padding: 8px; border-radius: 11px; }
.project-card span { font-size: 7px; padding: 4px 7px; }
.project-card a { font-size: 8px; }
.site-footer { display: none; }
.bottom-nav { max-width: 430px; height: 62px; }
.bottom-nav a { font-size: 20px; }
.bottom-nav span { font-size: 9px; }
.bottom-nav .chat-fab { width: 54px; height: 54px; margin-top: -28px; font-size: 24px; }
@media (max-width: 380px) {
  .site-shell { padding-left: 12px; padding-right: 12px; }
  .app-header { grid-template-columns: 40px minmax(0, 1fr) auto; gap: 7px; }
  .brand strong { font-size: 15px; }
  .quote-btn { min-width: 82px; font-size: 11px; }
  .hero-copy h1 { font-size: 22px; }
}
