/*
Theme Name: BlackMicTools Growth Lab
Theme URI: https://blackmictools.com/
Author: BlackMicTools
Author URI: https://blackmictools.com/
Description: A premium dark 3D-style digital marketing WordPress theme with a compact screen-fit UI, bundled demo images, animated hero, service cards, process timeline, case studies, dashboards, testimonials, blog previews, and CTA sections for BlackMicTools.
Version: 1.1.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blackmictools-growth-lab
Tags: custom-logo, custom-menu, featured-images, one-column, two-columns, responsive-layout, portfolio, blog
*/

:root {
  --bmt-bg: #050507;
  --bmt-bg-soft: #0a0d13;
  --bmt-card: rgba(15, 20, 31, 0.76);
  --bmt-card-strong: rgba(20, 27, 43, 0.94);
  --bmt-line: rgba(255, 255, 255, 0.10);
  --bmt-line-strong: rgba(139, 92, 246, 0.38);
  --bmt-text: #ffffff;
  --bmt-muted: #a5b0c2;
  --bmt-purple: #8b5cf6;
  --bmt-cyan: #06b6d4;
  --bmt-blue: #3b82f6;
  --bmt-green: #22c55e;
  --bmt-yellow: #facc15;
  --bmt-pink: #ec4899;
  --bmt-radius-xl: 28px;
  --bmt-radius-lg: 22px;
  --bmt-radius-md: 16px;
  --bmt-shadow: 0 24px 90px rgba(0, 0, 0, 0.48);
  --bmt-glow: 0 0 38px rgba(139, 92, 246, 0.42);
  --bmt-width: 1200px;
  --bmt-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(139,92,246,.18), transparent 32rem),
    radial-gradient(circle at top right, rgba(6,182,212,.10), transparent 36rem),
    linear-gradient(180deg, #020204 0%, var(--bmt-bg) 42%, #070b12 100%);
  color: var(--bmt-text);
  font-family: var(--bmt-font);
  line-height: 1.65;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
button, input { font: inherit; }
::selection { background: rgba(139, 92, 246, 0.55); color: #fff; }
.screen-reader-text, .skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.skip-link:focus {
  width: auto;
  height: auto;
  clip: auto;
  margin: 1rem;
  padding: .8rem 1rem;
  background: #fff;
  color: #050507;
  z-index: 9999;
  border-radius: .6rem;
}
.bmt-container {
  width: min(100% - 32px, var(--bmt-width));
  margin-inline: auto;
}
.bmt-section { padding: 88px 0; position: relative; }
.bmt-section.compact { padding: 58px 0; }
.bmt-section-title { text-align: center; max-width: 760px; margin: 0 auto 44px; }
.bmt-kicker {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-size: .78rem;
  line-height: 1;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #c084fc;
  font-weight: 800;
}
.bmt-kicker::before, .bmt-kicker::after {
  content: "";
  width: 22px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--bmt-purple), var(--bmt-cyan));
}
.bmt-section-title h2,
.bmt-title {
  margin: .75rem 0 .75rem;
  font-size: clamp(2rem, 4vw, 3.4rem);
  letter-spacing: -.055em;
  line-height: 1.05;
}
.bmt-section-title p, .bmt-muted { color: var(--bmt-muted); }
.bmt-gradient-text {
  background: linear-gradient(100deg, var(--bmt-cyan), var(--bmt-blue), var(--bmt-purple), var(--bmt-pink));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.bmt-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  min-height: 50px;
  padding: .85rem 1.24rem;
  border-radius: 14px;
  font-weight: 800;
  font-size: .96rem;
  border: 1px solid rgba(255,255,255,.13);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
  cursor: pointer;
}
.bmt-button:hover { transform: translateY(-2px); }
.bmt-button.primary {
  background: linear-gradient(135deg, #6d5dfc, #06b6d4);
  color: #fff;
  box-shadow: 0 18px 44px rgba(6, 182, 212, .18);
}
.bmt-button.secondary {
  background: rgba(255,255,255,.03);
  color: #fff;
  border-color: rgba(139, 92, 246, .60);
}
.bmt-button.outline {
  background: rgba(5,5,7,.4);
  color: #fff;
  border-color: rgba(6, 182, 212, .50);
}
.bmt-panel {
  background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.025));
  border: 1px solid var(--bmt-line);
  border-radius: var(--bmt-radius-lg);
  box-shadow: var(--bmt-shadow);
  backdrop-filter: blur(16px);
}
.bmt-page-shell { width: min(100% - 32px, 900px); margin: 0 auto; padding: 72px 0; }
.bmt-content-card { padding: 36px; }
.bmt-content-card h1 { font-size: clamp(2.2rem, 6vw, 4rem); letter-spacing: -.05em; line-height: 1.05; }
.bmt-content-card article + article { margin-top: 24px; padding-top: 24px; border-top: 1px solid var(--bmt-line); }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(2, 2, 4, .72);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(22px);
  transition: background .25s ease, box-shadow .25s ease;
}
.site-header.is-scrolled { background: rgba(2,2,4,.92); box-shadow: 0 12px 30px rgba(0,0,0,.35); }
.header-inner {
  width: min(100% - 32px, var(--bmt-width));
  min-height: 84px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
}
.site-branding a { display: inline-flex; align-items: center; gap: .72rem; }
.logo-mark { width: 36px; height: 36px; }
.logo-text { display: grid; line-height: 1; }
.logo-text strong { font-size: 1.35rem; letter-spacing: -.03em; }
.logo-text strong span { color: var(--bmt-purple); }
.logo-text small { color: var(--bmt-muted); font-size: .62rem; letter-spacing: .22em; margin-top: .35rem; font-weight: 800; }
.custom-logo-link img { max-height: 56px; width: auto; }
.main-navigation { display: flex; align-items: center; gap: 18px; }
.main-navigation ul { margin: 0; padding: 0; list-style: none; display: flex; align-items: center; gap: 4px; }
.main-navigation a { display: inline-flex; padding: .75rem .95rem; color: rgba(255,255,255,.82); font-weight: 700; font-size: .92rem; border-radius: 999px; }
.main-navigation a:hover, .main-navigation .current-menu-item > a { color: #fff; background: rgba(139, 92, 246, .14); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.menu-toggle { display: none; border: 1px solid var(--bmt-line); background: rgba(255,255,255,.04); color: #fff; border-radius: 12px; padding: .75rem .9rem; }

/* Hero */
.bmt-hero {
  position: relative;
  min-height: 780px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.bmt-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5,5,7,.96) 0%, rgba(5,5,7,.82) 38%, rgba(5,5,7,.32) 100%),
    radial-gradient(circle at 64% 42%, rgba(139, 92, 246,.32), transparent 26rem),
    radial-gradient(circle at 78% 30%, rgba(6,182,212,.18), transparent 22rem);
  pointer-events: none;
}
.bmt-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(380px, 1.14fr);
  align-items: center;
  gap: clamp(32px, 5vw, 76px);
}
.hero-copy { padding: 74px 0; }
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .58rem 1rem;
  border: 1px solid rgba(139, 92, 246, .72);
  border-radius: 999px;
  color: #c4b5fd;
  font-size: .78rem;
  line-height: 1;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 900;
  background: rgba(139, 92, 246, .08);
}
.hero-title {
  margin: 28px 0 22px;
  font-size: clamp(3rem, 7vw, 6.4rem);
  line-height: .96;
  letter-spacing: -.075em;
}
.hero-copy p { max-width: 620px; margin: 0 0 30px; color: #d5dceb; font-size: clamp(1rem, 1.5vw, 1.15rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-stage {
  min-height: 600px;
  position: relative;
  display: grid;
  place-items: center;
  perspective: 1200px;
}
.stage-dashboard {
  position: absolute;
  right: 0;
  top: 56px;
  width: 260px;
  opacity: .88;
  filter: drop-shadow(0 20px 60px rgba(6, 182, 212, .18));
  transform: rotateY(-14deg) rotateX(6deg);
}
.stage-mic-wrap {
  width: min(100%, 520px);
  aspect-ratio: 1;
  position: relative;
  display: grid;
  place-items: center;
}
.orbit-ring, .orbit-ring.two, .orbit-ring.three {
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(139, 92, 246, .50);
  border-radius: 50%;
  transform: rotateX(66deg);
  box-shadow: 0 0 34px rgba(139, 92, 246, .22), inset 0 0 22px rgba(6,182,212,.08);
  animation: bmtSpin 18s linear infinite;
}
.orbit-ring.two { inset: 20%; border-color: rgba(6, 182, 212, .35); animation-duration: 24s; animation-direction: reverse; }
.orbit-ring.three { inset: 31%; border-color: rgba(255,255,255,.10); animation-duration: 32s; }
.hero-mic {
  width: 280px;
  z-index: 3;
  filter: drop-shadow(0 38px 80px rgba(139,92,246,.36));
  animation: bmtFloat 5.2s ease-in-out infinite;
}
.orbit-card {
  position: absolute;
  z-index: 5;
  width: 104px;
  padding: 12px;
  display: grid;
  place-items: center;
  gap: 6px;
  text-align: center;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.035));
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 18px 44px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.12);
  backdrop-filter: blur(14px);
  transform-style: preserve-3d;
  animation: bmtCardFloat 4.6s ease-in-out infinite;
}
.orbit-card img { width: 48px; height: 48px; }
.orbit-card span { color: #fff; font-weight: 800; font-size: .72rem; line-height: 1.15; }
.orbit-card.seo { left: 36%; top: 2%; }
.orbit-card.ads { right: 23%; top: 0%; animation-delay: -.4s; }
.orbit-card.social { right: 2%; top: 15%; animation-delay: -.9s; }
.orbit-card.email { right: -1%; top: 43%; animation-delay: -1.3s; }
.orbit-card.analytics { right: 12%; bottom: 15%; animation-delay: -1.7s; }
.orbit-card.automation { right: 34%; bottom: -2%; animation-delay: -2.1s; }
.orbit-card.funnel { left: 18%; bottom: 8%; animation-delay: -2.5s; }
.orbit-card.content { left: 2%; top: 38%; animation-delay: -3s; }

/* Metrics */
.metrics-strip { margin-top: -64px; position: relative; z-index: 10; }
.metrics-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  overflow: hidden;
}
.metric-card {
  min-height: 98px;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-right: 1px solid var(--bmt-line);
}
.metric-card:last-child { border-right: 0; }
.metric-icon {
  width: 52px;
  min-width: 52px;
  height: 52px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: rgba(139, 92, 246, .16);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}
.metric-icon img { width: 30px; height: 30px; }
.metric-card strong { display: block; font-size: 1.55rem; line-height: 1; }
.metric-card span { display: block; color: var(--bmt-muted); font-size: .88rem; margin-top: .25rem; }

/* Cards and sections */
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card, .feature-card, .case-card, .blog-card, .tool-card, .testimonial-card, .process-step {
  background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.02));
  border: 1px solid rgba(255,255,255,.10);
  border-radius: var(--bmt-radius-md);
  padding: 24px;
  position: relative;
  overflow: hidden;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.service-card::before, .feature-card::before, .case-card::before, .blog-card::before, .tool-card::before, .testimonial-card::before, .process-step::before {
  content: "";
  position: absolute;
  inset: -1px;
  background: radial-gradient(circle at top left, rgba(139, 92, 246, .20), transparent 12rem), radial-gradient(circle at bottom right, rgba(6, 182, 212, .10), transparent 10rem);
  opacity: 0;
  transition: opacity .22s ease;
  pointer-events: none;
}
.service-card:hover, .feature-card:hover, .case-card:hover, .blog-card:hover, .tool-card:hover, .testimonial-card:hover, .process-step:hover {
  transform: translateY(-6px);
  border-color: rgba(139, 92, 246, .48);
  box-shadow: 0 18px 48px rgba(0,0,0,.34), 0 0 34px rgba(139,92,246,.12);
}
.service-card:hover::before, .feature-card:hover::before, .case-card:hover::before, .blog-card:hover::before, .tool-card:hover::before, .testimonial-card:hover::before, .process-step:hover::before { opacity: 1; }
.service-card > *, .feature-card > *, .case-card > *, .blog-card > *, .tool-card > *, .testimonial-card > *, .process-step > * { position: relative; z-index: 2; }
.service-card img, .feature-card img { width: 76px; height: 76px; margin-bottom: 22px; }
.service-card h3, .feature-card h3, .case-card h3, .blog-card h3 { margin: 0 0 10px; font-size: 1.24rem; line-height: 1.2; }
.service-card p, .feature-card p, .case-card p, .blog-card p, .tool-card p, .process-step p { color: var(--bmt-muted); margin: 0; font-size: .96rem; }
.card-arrow { margin-top: 22px; display: inline-flex; color: #fff; font-size: 1.6rem; }

.split-grid { display: grid; grid-template-columns: 1fr 1.04fr; gap: 22px; align-items: stretch; }
.promise-panel, .process-panel { padding: 34px; }
.promise-panel h2, .process-panel h2 { font-size: clamp(1.8rem, 3.2vw, 2.7rem); line-height: 1.06; letter-spacing: -.045em; margin: 6px 0 26px; }
.features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.feature-card { padding: 18px; }
.feature-card img { width: 54px; height: 54px; margin-bottom: 14px; }
.feature-card h3 { font-size: .98rem; }
.feature-card p { font-size: .82rem; }
.process-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.process-step { padding: 18px; text-align: center; }
.process-step img { width: 54px; height: 54px; margin: 0 auto 12px; }
.step-number { color: var(--bmt-cyan); font-weight: 900; font-size: .85rem; }
.process-step h3 { margin: 4px 0 8px; font-size: .94rem; }
.process-step p { font-size: .78rem; }

.results-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 22px; }
.case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 18px; }
.case-card { padding: 18px; }
.case-label { display: inline-flex; padding: .28rem .56rem; border-radius: 999px; color: var(--bmt-cyan); background: rgba(6,182,212,.10); border: 1px solid rgba(6,182,212,.24); font-size: .72rem; font-weight: 800; }
.case-stat { display: block; color: var(--bmt-green); font-size: 2rem; font-weight: 950; margin-top: 16px; line-height: 1; }
.sparkline { width: 100%; height: 54px; margin-top: 14px; }
.dashboard-panel { padding: 22px; }
.dashboard-panel img { width: 100%; filter: drop-shadow(0 24px 60px rgba(6, 182, 212, .14)); }

.platform-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 22px; align-items: center; }
.tool-list { display: grid; gap: 12px; margin-top: 24px; }
.tool-list-item { display: flex; gap: 14px; align-items: flex-start; }
.tool-list-item img { width: 34px; height: 34px; }
.tool-list-item strong { display: block; }
.tool-list-item span { color: var(--bmt-muted); font-size: .9rem; }
.platform-art img { width: 100%; }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.testimonial-card { display: grid; grid-template-columns: 64px 1fr; gap: 14px; align-items: start; }
.testimonial-card img { width: 64px; height: 64px; border-radius: 50%; }
.testimonial-card h3 { margin: 0; font-size: 1rem; }
.testimonial-card span { color: var(--bmt-muted); font-size: .83rem; }
.stars { color: var(--bmt-yellow); letter-spacing: .08em; margin: 4px 0 8px; }
.testimonial-card p { grid-column: 1 / -1; color: #d8e0ee; margin: 0; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr) 1.18fr; gap: 18px; }
.blog-card { padding: 0; }
.blog-card img { width: 100%; aspect-ratio: 1.75; object-fit: cover; border-radius: var(--bmt-radius-md) var(--bmt-radius-md) 0 0; }
.blog-body { padding: 18px; }
.blog-tag { display: inline-flex; font-size: .7rem; font-weight: 900; color: #c4b5fd; background: rgba(139,92,246,.13); border: 1px solid rgba(139,92,246,.28); border-radius: 999px; padding: .28rem .55rem; margin-bottom: 10px; }
.newsletter-panel { padding: 26px; display: grid; grid-template-columns: 1fr 185px; align-items: center; gap: 18px; }
.newsletter-form { display: flex; gap: 10px; margin-top: 18px; }
.newsletter-form input { min-width: 0; width: 100%; background: rgba(0,0,0,.28); border: 1px solid rgba(255,255,255,.12); color: #fff; border-radius: 12px; padding: .88rem 1rem; }
.cta-panel {
  display: grid;
  grid-template-columns: 180px 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 28px;
  border-radius: var(--bmt-radius-xl);
  background:
    radial-gradient(circle at left, rgba(139,92,246,.32), transparent 25rem),
    linear-gradient(100deg, rgba(23, 15, 58, .84), rgba(5, 10, 22, .90));
  border: 1px solid rgba(139, 92, 246, .48);
  overflow: hidden;
}
.cta-panel h2 { margin: 0 0 8px; font-size: clamp(2rem, 4vw, 3.6rem); letter-spacing: -.055em; line-height: 1.05; }
.cta-panel p { color: #d3d9e8; margin: 0; }
.footer-cta { padding-top: 24px; }

/* Footer */
.site-footer { border-top: 1px solid var(--bmt-line); background: #030407; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .8fr .8fr 1fr 1fr; gap: 28px; padding: 70px 0 34px; }
.footer-brand p, .footer-widget p, .footer-widget li, .footer-bottom { color: var(--bmt-muted); }
.footer-widget h3 { margin: 0 0 16px; font-size: 1rem; }
.footer-widget ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.footer-widget a:hover { color: var(--bmt-cyan); }
.socials { display: flex; gap: 10px; margin-top: 18px; }
.socials a { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.06); color: #fff; font-weight: 900; }
.footer-bottom { padding: 22px 0; border-top: 1px solid var(--bmt-line); text-align: center; font-size: .9rem; }

/* Blog fallback */
.post-list-title { margin-bottom: 30px; }
.post-card { padding: 28px; }
.post-card h2 { margin: 0 0 10px; }
.post-meta { color: var(--bmt-muted); font-size: .9rem; }
.wp-block-image img, .entry-content img { border-radius: 18px; }
.entry-content a { color: var(--bmt-cyan); text-decoration: underline; }
.entry-content h2, .entry-content h3 { line-height: 1.15; }
.nav-links { display: flex; justify-content: space-between; margin-top: 30px; }
.nav-links a { color: var(--bmt-cyan); }

@keyframes bmtSpin { to { transform: rotateX(66deg) rotateZ(360deg); } }
@keyframes bmtFloat { 0%,100% { transform: translateY(0) rotateY(-4deg); } 50% { transform: translateY(-18px) rotateY(4deg); } }
@keyframes bmtCardFloat { 0%,100% { transform: translateY(0) rotateX(0deg) rotateY(0deg); } 50% { transform: translateY(-12px) rotateX(5deg) rotateY(-5deg); } }

@media (max-width: 1100px) {
  .bmt-hero-grid, .split-grid, .results-grid, .platform-grid { grid-template-columns: 1fr; }
  .hero-stage { min-height: 560px; }
  .metrics-grid { grid-template-columns: repeat(2, 1fr); }
  .metric-card:nth-child(2n) { border-right: 0; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(3, 1fr); }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .newsletter-panel { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 850px) {
  .menu-toggle { display: inline-flex; }
  .header-actions .bmt-button { display: none; }
  .main-navigation {
    display: none;
    position: absolute;
    left: 16px;
    right: 16px;
    top: 88px;
    border-radius: 20px;
    background: rgba(5,5,7,.96);
    border: 1px solid var(--bmt-line);
    padding: 14px;
    box-shadow: var(--bmt-shadow);
  }
  .main-navigation.is-open { display: block; }
  .main-navigation ul { display: grid; gap: 2px; }
  .main-navigation a { width: 100%; }
  .bmt-hero { min-height: auto; }
  .hero-copy { padding: 56px 0 24px; }
  .hero-stage { transform: scale(.86); min-height: 520px; margin: -50px 0 -20px; }
  .orbit-card { width: 88px; padding: 10px; }
  .orbit-card img { width: 42px; height: 42px; }
  .metrics-strip { margin-top: 0; padding-top: 24px; }
  .metrics-grid, .service-grid, .features-grid, .process-grid, .case-grid, .testimonials-grid, .blog-grid { grid-template-columns: 1fr; }
  .metric-card { border-right: 0; border-bottom: 1px solid var(--bmt-line); }
  .cta-panel { grid-template-columns: 1fr; text-align: center; }
  .cta-panel img { margin: 0 auto; max-width: 160px; }
  .newsletter-panel { grid-template-columns: 1fr; }
  .newsletter-panel img { max-width: 190px; }
  .newsletter-form { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 540px) {
  .bmt-container, .header-inner, .bmt-page-shell { width: min(100% - 22px, var(--bmt-width)); }
  .logo-text strong { font-size: 1rem; }
  .logo-text small { font-size: .5rem; }
  .hero-title { font-size: clamp(2.6rem, 14vw, 4.4rem); }
  .hero-actions { display: grid; }
  .hero-stage { transform: scale(.72); margin: -100px 0 -80px; }
  .bmt-section { padding: 60px 0; }
  .promise-panel, .process-panel { padding: 24px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .001ms !important; }
}


/*
 * BlackMicTools Growth Lab v1.1.0 - Fit UI update
 * Compact desktop hero, safer responsive grids, and stronger mobile fitting.
 */
:root {
  --bmt-width: 1140px;
  --bmt-radius-xl: 24px;
  --bmt-radius-lg: 18px;
  --bmt-radius-md: 14px;
}
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
.bmt-container,
.header-inner,
.bmt-page-shell {
  width: min(100% - clamp(22px, 4vw, 48px), var(--bmt-width));
}
.bmt-section {
  padding: clamp(48px, 6vw, 76px) 0;
}
.bmt-section.compact {
  padding: clamp(34px, 4.5vw, 52px) 0;
}
.bmt-section-title {
  margin-bottom: clamp(26px, 4vw, 38px);
}
.bmt-section-title h2,
.bmt-title {
  font-size: clamp(1.8rem, 3.3vw, 2.75rem);
  letter-spacing: -0.045em;
}
.site-header {
  contain: paint;
}
.header-inner {
  min-height: 72px;
  gap: 14px;
}
.logo-mark {
  width: 32px;
  height: 32px;
}
.logo-text strong {
  font-size: 1.15rem;
}
.logo-text small {
  font-size: .56rem;
}
.custom-logo-link img {
  max-height: 48px;
}
.main-navigation {
  gap: 8px;
}
.main-navigation ul {
  gap: 1px;
}
.main-navigation a {
  padding: .62rem .72rem;
  font-size: .86rem;
}
.header-actions .bmt-button {
  min-height: 44px;
  padding: .68rem .94rem;
  font-size: .86rem;
  white-space: nowrap;
}
.bmt-button {
  min-height: 46px;
  padding: .76rem 1.05rem;
  border-radius: 12px;
}
.bmt-hero {
  min-height: min(720px, calc(100svh - 72px));
  padding: clamp(30px, 4.5vw, 54px) 0 clamp(56px, 7vw, 88px);
  align-items: center;
  overflow: clip;
}
.bmt-hero-grid {
  grid-template-columns: minmax(0, .96fr) minmax(300px, .90fr);
  gap: clamp(18px, 3.5vw, 48px);
}
.hero-copy {
  padding: 0;
}
.hero-title {
  margin: clamp(18px, 2.4vw, 24px) 0 clamp(14px, 2vw, 20px);
  font-size: clamp(2.55rem, 5.45vw, 5.05rem);
  line-height: .99;
  max-width: 720px;
}
.hero-copy p {
  max-width: 560px;
  margin-bottom: 24px;
  font-size: clamp(.96rem, 1.15vw, 1.08rem);
}
.hero-actions {
  gap: 12px;
}
.hero-stage {
  min-height: min(520px, 56vh);
  width: 100%;
  max-width: 560px;
  justify-self: end;
}
.stage-mic-wrap {
  width: min(92%, 430px);
}
.hero-mic {
  width: min(54%, 220px);
}
.stage-dashboard {
  width: min(34vw, 220px);
  right: clamp(0px, 2vw, 18px);
  top: clamp(14px, 4vw, 42px);
}
.orbit-ring,
.orbit-ring.two,
.orbit-ring.three {
  inset: 11%;
}
.orbit-ring.two {
  inset: 20%;
}
.orbit-ring.three {
  inset: 31%;
}
.orbit-card {
  width: 88px;
  padding: 10px;
  border-radius: 15px;
}
.orbit-card img {
  width: 38px;
  height: 38px;
}
.orbit-card span {
  font-size: .64rem;
}
.orbit-card.seo { left: 31%; top: 4%; }
.orbit-card.ads { right: 26%; top: 2%; }
.orbit-card.social { right: 4%; top: 16%; }
.orbit-card.email { right: 2%; top: 43%; }
.orbit-card.analytics { right: 13%; bottom: 15%; }
.orbit-card.automation { right: 34%; bottom: 2%; }
.orbit-card.funnel { left: 17%; bottom: 10%; }
.orbit-card.content { left: 1%; top: 40%; }
.metrics-strip {
  margin-top: -36px;
}
.metrics-grid {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}
.metric-card {
  min-height: 78px;
  padding: 16px 18px;
  gap: 12px;
}
.metric-icon {
  width: 44px;
  min-width: 44px;
  height: 44px;
  border-radius: 14px;
}
.metric-icon img {
  width: 25px;
  height: 25px;
}
.metric-card strong {
  font-size: 1.32rem;
}
.metric-card span {
  font-size: .82rem;
}
.service-grid,
.features-grid,
.process-grid,
.case-grid,
.testimonials-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
}
.service-grid {
  gap: 14px;
}
.service-card,
.feature-card,
.case-card,
.blog-card,
.tool-card,
.testimonial-card,
.process-step {
  padding: clamp(18px, 2.3vw, 22px);
}
.service-card img,
.feature-card img {
  width: 58px;
  height: 58px;
  margin-bottom: 16px;
}
.service-card h3,
.feature-card h3,
.case-card h3,
.blog-card h3 {
  font-size: 1.05rem;
}
.service-card p,
.feature-card p,
.case-card p,
.blog-card p,
.tool-card p,
.process-step p {
  font-size: .88rem;
}
.card-arrow {
  margin-top: 16px;
}
.split-grid,
.results-grid,
.platform-grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 18px;
}
.promise-panel,
.process-panel {
  padding: clamp(22px, 3vw, 30px);
}
.promise-panel h2,
.process-panel h2 {
  font-size: clamp(1.55rem, 2.5vw, 2.2rem);
  margin-bottom: 20px;
}
.features-grid {
  gap: 12px;
}
.feature-card img,
.process-step img {
  width: 46px;
  height: 46px;
}
.feature-card h3,
.process-step h3 {
  font-size: .9rem;
}
.feature-card p,
.process-step p {
  font-size: .76rem;
}
.process-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 116px), 1fr));
  gap: 10px;
}
.process-step {
  text-align: center;
}
.case-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 155px), 1fr));
  gap: 12px;
}
.case-stat {
  font-size: 1.65rem;
}
.dashboard-panel,
.platform-art {
  min-width: 0;
}
.dashboard-panel {
  padding: 18px;
  display: grid;
  align-items: center;
}
.platform-grid {
  align-items: center;
}
.platform-art img,
.dashboard-panel img {
  width: 100%;
  max-height: 410px;
  object-fit: contain;
}
.tool-list {
  margin-top: 18px;
}
.tool-list-item img {
  width: 30px;
  height: 30px;
}
.blog-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 245px), 1fr));
  gap: 16px;
}
.newsletter-panel {
  grid-template-columns: 1fr;
  align-content: center;
}
.newsletter-panel img {
  max-width: 150px;
  justify-self: end;
  margin-top: -10px;
}
.newsletter-form {
  flex-wrap: wrap;
}
.newsletter-form .bmt-button,
.newsletter-form button {
  flex: 0 0 auto;
}
.testimonial-card {
  grid-template-columns: 54px 1fr;
}
.testimonial-card img {
  width: 54px;
  height: 54px;
}
.cta-panel {
  grid-template-columns: 140px minmax(0, 1fr) auto;
  gap: 22px;
  padding: clamp(20px, 3vw, 26px);
}
.cta-panel h2 {
  font-size: clamp(1.8rem, 3vw, 2.75rem);
}
.footer-grid {
  grid-template-columns: minmax(220px, 1.25fr) repeat(4, minmax(130px, 1fr));
  gap: 22px;
  padding: 54px 0 28px;
}

@media (max-width: 1180px) {
  .header-actions .bmt-button {
    display: none;
  }
  .main-navigation a {
    padding-inline: .58rem;
  }
}

@media (max-width: 980px) {
  .bmt-hero {
    min-height: auto;
    padding: 44px 0 34px;
  }
  .bmt-hero-grid,
  .split-grid,
  .results-grid,
  .platform-grid {
    grid-template-columns: 1fr;
  }
  .hero-copy {
    text-align: center;
  }
  .hero-copy p,
  .hero-title {
    margin-inline: auto;
  }
  .hero-actions {
    justify-content: center;
  }
  .hero-stage {
    min-height: 430px;
    max-width: 560px;
    justify-self: center;
    transform: none;
    margin: 0 auto;
  }
  .stage-dashboard {
    display: none;
  }
  .metrics-strip {
    margin-top: 0;
  }
  .metric-card {
    border-right: 0;
    border-bottom: 1px solid var(--bmt-line);
  }
  .metric-card:last-child {
    border-bottom: 0;
  }
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cta-panel {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .cta-panel img {
    max-width: 132px;
    margin-inline: auto;
  }
}

@media (max-width: 850px) {
  .main-navigation {
    top: 76px;
  }
  .main-navigation a {
    padding: .82rem 1rem;
  }
  .metrics-grid,
  .service-grid,
  .features-grid,
  .process-grid,
  .case-grid,
  .testimonials-grid,
  .blog-grid {
    grid-template-columns: 1fr 1fr;
  }
  .newsletter-panel {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .bmt-container,
  .header-inner,
  .bmt-page-shell {
    width: min(100% - 22px, var(--bmt-width));
  }
  .header-inner {
    min-height: 66px;
  }
  .site-branding a {
    gap: .55rem;
  }
  .logo-mark {
    width: 28px;
    height: 28px;
  }
  .logo-text strong {
    font-size: .96rem;
  }
  .logo-text small {
    font-size: .47rem;
    letter-spacing: .16em;
  }
  .menu-toggle {
    padding: .62rem .76rem;
    font-size: .85rem;
  }
  .main-navigation {
    left: 11px;
    right: 11px;
    top: 70px;
  }
  .bmt-hero {
    padding: 34px 0 22px;
  }
  .hero-badge {
    padding: .48rem .78rem;
    font-size: .66rem;
    letter-spacing: .09em;
  }
  .hero-title {
    font-size: clamp(2.05rem, 11vw, 3.25rem);
    line-height: 1.04;
    letter-spacing: -.055em;
  }
  .hero-copy p {
    font-size: .95rem;
  }
  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .hero-actions .bmt-button {
    width: 100%;
  }
  .hero-stage {
    min-height: 330px;
  }
  .stage-mic-wrap {
    width: min(100%, 340px);
  }
  .hero-mic {
    width: 158px;
  }
  .orbit-card {
    width: 68px;
    padding: 7px;
    border-radius: 12px;
  }
  .orbit-card img {
    width: 28px;
    height: 28px;
  }
  .orbit-card span {
    font-size: .52rem;
  }
  .orbit-card.seo { left: 30%; top: 3%; }
  .orbit-card.ads { right: 24%; top: 1%; }
  .orbit-card.social { right: 2%; top: 16%; }
  .orbit-card.email { right: 0; top: 44%; }
  .orbit-card.analytics { right: 11%; bottom: 13%; }
  .orbit-card.automation { right: 34%; bottom: 0; }
  .orbit-card.funnel { left: 15%; bottom: 8%; }
  .orbit-card.content { left: 0; top: 40%; }
  .metrics-grid,
  .service-grid,
  .features-grid,
  .process-grid,
  .case-grid,
  .testimonials-grid,
  .blog-grid {
    grid-template-columns: 1fr;
  }
  .service-card,
  .feature-card,
  .case-card,
  .blog-card,
  .tool-card,
  .testimonial-card,
  .process-step,
  .promise-panel,
  .process-panel,
  .bmt-content-card,
  .newsletter-panel {
    padding: 18px;
  }
  .newsletter-form {
    flex-direction: column;
  }
  .newsletter-form .bmt-button,
  .newsletter-form button {
    width: 100%;
  }
  .platform-art img,
  .dashboard-panel img {
    max-height: none;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    padding-top: 42px;
  }
}

@media (max-width: 420px) {
  .logo-text small {
    display: none;
  }
  .hero-stage {
    min-height: 292px;
  }
  .stage-mic-wrap {
    width: 300px;
    max-width: 100%;
  }
  .hero-mic {
    width: 140px;
  }
  .orbit-card {
    width: 60px;
  }
  .orbit-card img {
    width: 24px;
    height: 24px;
  }
  .orbit-card span {
    font-size: .48rem;
  }
}

/* --------------------------------------------------------------------------
 * v1.1.0 Screen-fit UI update
 * Makes the demo fit common laptop, desktop, tablet, and phone viewports.
 * -------------------------------------------------------------------------- */
:root {
  --bmt-width: 1140px;
}
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}
body { min-width: 0; }
.bmt-container,
.header-inner,
.bmt-page-shell {
  width: min(100% - clamp(22px, 4vw, 56px), var(--bmt-width));
}
.site-main,
.bmt-container,
.bmt-panel,
.bmt-content-card,
.hero-copy,
.hero-stage,
.stage-mic-wrap,
.service-card,
.feature-card,
.case-card,
.blog-card,
.tool-card,
.testimonial-card,
.process-step {
  min-width: 0;
}
.site-header { backdrop-filter: blur(18px); }
.header-inner {
  min-height: 72px;
  gap: clamp(10px, 1.8vw, 20px);
}
.logo-mark { width: 32px; height: 32px; }
.logo-text strong { font-size: clamp(1rem, 1.7vw, 1.22rem); }
.logo-text small { font-size: .56rem; letter-spacing: .18em; }
.main-navigation { gap: 6px; min-width: 0; }
.main-navigation ul { gap: 0; }
.main-navigation a {
  padding: .62rem .72rem;
  font-size: .86rem;
  white-space: nowrap;
}
.header-actions .bmt-button {
  min-height: 42px;
  padding: .62rem .9rem;
  font-size: .86rem;
  white-space: nowrap;
}
.bmt-button { min-height: 46px; padding: .78rem 1.08rem; }
.bmt-section { padding: clamp(54px, 7vw, 74px) 0; }
.bmt-section.compact { padding: clamp(38px, 5vw, 54px) 0; }
.bmt-section-title { margin-bottom: 34px; }
.bmt-section-title h2,
.bmt-title { font-size: clamp(1.8rem, 3.4vw, 2.85rem); }
.bmt-hero {
  min-height: auto;
  padding: clamp(42px, 7vw, 78px) 0 clamp(48px, 6vw, 74px);
}
.bmt-hero::before {
  background:
    linear-gradient(90deg, rgba(5,5,7,.96) 0%, rgba(5,5,7,.80) 42%, rgba(5,5,7,.42) 100%),
    radial-gradient(circle at 64% 42%, rgba(139, 92, 246,.28), transparent 24rem),
    radial-gradient(circle at 78% 30%, rgba(6,182,212,.14), transparent 20rem);
}
.bmt-hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, .96fr);
  gap: clamp(20px, 4vw, 52px);
}
.hero-copy { padding: 0; }
.hero-badge { padding: .52rem .86rem; font-size: .72rem; }
.hero-title {
  margin: 20px 0 18px;
  font-size: clamp(2.35rem, 5.4vw, 4.65rem);
  line-height: 1;
  letter-spacing: -.06em;
}
.hero-copy p {
  max-width: 540px;
  margin-bottom: 24px;
  font-size: clamp(.98rem, 1.25vw, 1.08rem);
}
.hero-actions { gap: 12px; }
.hero-stage {
  width: 100%;
  max-width: 560px;
  justify-self: end;
  min-height: clamp(400px, 44vw, 520px);
  transform: none;
}
.stage-mic-wrap {
  width: min(100%, clamp(360px, 40vw, 480px));
}
.stage-dashboard {
  width: clamp(160px, 17vw, 220px);
  top: clamp(8px, 3vw, 34px);
  right: clamp(0px, 2vw, 18px);
}
.hero-mic { width: clamp(185px, 21vw, 245px); }
.orbit-card {
  width: clamp(78px, 8.2vw, 94px);
  padding: 10px;
  border-radius: 16px;
}
.orbit-card img { width: clamp(34px, 4.2vw, 44px); height: clamp(34px, 4.2vw, 44px); }
.orbit-card span { font-size: .66rem; }
.orbit-card.seo { left: 34%; top: 2%; }
.orbit-card.ads { right: 24%; top: 1%; }
.orbit-card.social { right: 4%; top: 16%; }
.orbit-card.email { right: 2%; top: 43%; }
.orbit-card.analytics { right: 13%; bottom: 14%; }
.orbit-card.automation { right: 34%; bottom: 0; }
.orbit-card.funnel { left: 19%; bottom: 9%; }
.orbit-card.content { left: 4%; top: 38%; }
.metrics-strip { margin-top: -34px; }
.metrics-grid {
  grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
}
.metric-card {
  min-height: 82px;
  padding: 18px 20px;
  border-right: 0;
  border-left: 1px solid var(--bmt-line);
}
.metric-card:first-child { border-left: 0; }
.metric-icon { width: 44px; min-width: 44px; height: 44px; border-radius: 14px; }
.metric-icon img { width: 26px; height: 26px; }
.metric-card strong { font-size: 1.32rem; }
.metric-card span { font-size: .82rem; }
.service-grid {
  grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
  gap: 16px;
}
.service-card,
.feature-card,
.case-card,
.blog-card,
.tool-card,
.testimonial-card,
.process-step {
  padding: 20px;
  overflow-wrap: anywhere;
}
.service-card img,
.feature-card img { width: 62px; height: 62px; margin-bottom: 16px; }
.service-card h3,
.feature-card h3,
.case-card h3,
.blog-card h3 { font-size: 1.08rem; }
.service-card p,
.feature-card p,
.case-card p,
.blog-card p,
.tool-card p,
.process-step p { font-size: .9rem; }
.split-grid,
.results-grid,
.platform-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.promise-panel,
.process-panel,
.dashboard-panel,
.bmt-content-card { padding: clamp(22px, 3vw, 30px); }
.promise-panel h2,
.process-panel h2 { font-size: clamp(1.65rem, 2.7vw, 2.28rem); margin-bottom: 20px; }
.features-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.feature-card { padding: 16px; }
.feature-card img { width: 46px; height: 46px; margin-bottom: 10px; }
.feature-card h3 { font-size: .9rem; }
.feature-card p { font-size: .78rem; }
.process-grid {
  grid-template-columns: repeat(auto-fit, minmax(108px, 1fr));
  gap: 10px;
}
.process-step { padding: 16px 12px; }
.process-step img { width: 46px; height: 46px; }
.process-step h3 { font-size: .86rem; }
.process-step p { font-size: .74rem; }
.case-grid {
  grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
  gap: 12px;
}
.case-card { padding: 16px; }
.case-stat { font-size: 1.7rem; }
.platform-grid { align-items: center; }
.tool-list { gap: 10px; }
.testimonials-grid {
  grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
  gap: 16px;
}
.blog-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.newsletter-panel {
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1fr) minmax(130px, 170px);
}
.cta-panel {
  grid-template-columns: 132px minmax(0, 1fr) auto;
  gap: 22px;
  padding: 24px;
}
.cta-panel h2 { font-size: clamp(1.9rem, 3.5vw, 3rem); }
.footer-grid {
  grid-template-columns: 1.25fr .75fr .75fr 1fr .95fr;
  gap: 22px;
  padding-top: 56px;
}
.footer-widget,
.footer-brand { min-width: 0; }

@media (max-width: 1180px) {
  .header-actions { display: none; }
}

@media (max-width: 1080px) {
  .bmt-hero-grid,
  .split-grid,
  .results-grid,
  .platform-grid {
    grid-template-columns: 1fr;
  }
  .hero-stage {
    justify-self: center;
    max-width: 620px;
    min-height: clamp(420px, 58vw, 540px);
    margin-top: 8px;
  }
  .stage-mic-wrap { width: min(100%, 500px); }
  .metrics-strip { margin-top: 0; padding-top: 18px; }
  .metric-card { border-left: 0; border-bottom: 1px solid var(--bmt-line); }
  .metric-card:last-child { border-bottom: 0; }
  .features-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-grid { grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .menu-toggle { display: inline-flex; }
  .main-navigation {
    display: none;
    position: absolute;
    left: clamp(11px, 4vw, 24px);
    right: clamp(11px, 4vw, 24px);
    top: 76px;
    border-radius: 18px;
    background: rgba(5,5,7,.98);
    border: 1px solid var(--bmt-line);
    padding: 12px;
    box-shadow: var(--bmt-shadow);
  }
  .main-navigation.is-open { display: block; }
  .main-navigation ul { display: grid; gap: 2px; }
  .main-navigation a { width: 100%; justify-content: space-between; }
  .bmt-hero { padding-top: 34px; }
  .hero-stage {
    min-height: 470px;
    max-width: 530px;
    margin: 0 auto;
  }
  .stage-dashboard { opacity: .56; right: 0; }
  .metrics-grid,
  .service-grid,
  .case-grid,
  .testimonials-grid,
  .blog-grid {
    grid-template-columns: 1fr;
  }
  .metric-card { border-bottom: 1px solid var(--bmt-line); }
  .features-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .newsletter-panel { grid-template-columns: 1fr; }
  .newsletter-panel img { max-width: 170px; }
  .cta-panel { grid-template-columns: 1fr; text-align: center; }
  .cta-panel img { margin: 0 auto; max-width: 145px; }
}

@media (max-width: 640px) {
  .bmt-container,
  .header-inner,
  .bmt-page-shell {
    width: min(100% - 22px, var(--bmt-width));
  }
  .header-inner { min-height: 66px; }
  .site-branding a { gap: .55rem; }
  .logo-mark { width: 28px; height: 28px; }
  .logo-text strong { font-size: .95rem; }
  .logo-text small { font-size: .48rem; letter-spacing: .14em; }
  .menu-toggle { padding: .6rem .7rem; font-size: .86rem; }
  .main-navigation { top: 70px; }
  .bmt-hero { padding: 30px 0 38px; }
  .hero-title { font-size: clamp(2.15rem, 11vw, 3.25rem); letter-spacing: -.05em; }
  .hero-copy p { font-size: .95rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-stage {
    min-height: 390px;
    max-width: 390px;
    margin-top: 8px;
  }
  .stage-dashboard { display: none; }
  .stage-mic-wrap { width: min(100%, 350px); }
  .hero-mic { width: 170px; }
  .orbit-ring, .orbit-ring.two, .orbit-ring.three { inset: 9%; }
  .orbit-card {
    width: 68px;
    padding: 7px;
    border-radius: 13px;
  }
  .orbit-card img { width: 30px; height: 30px; }
  .orbit-card span { font-size: .54rem; }
  .orbit-card.seo { left: 33%; top: 1%; }
  .orbit-card.ads { right: 21%; top: 0; }
  .orbit-card.social { right: 0; top: 15%; }
  .orbit-card.email { right: 0; top: 42%; }
  .orbit-card.analytics { right: 10%; bottom: 13%; }
  .orbit-card.automation { right: 32%; bottom: 0; }
  .orbit-card.funnel { left: 15%; bottom: 8%; }
  .orbit-card.content { left: 0; top: 38%; }
  .features-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }
  .promise-panel,
  .process-panel,
  .dashboard-panel,
  .bmt-content-card { padding: 20px; }
  .service-card,
  .feature-card,
  .case-card,
  .blog-card,
  .tool-card,
  .testimonial-card,
  .process-step { padding: 18px; }
  .testimonial-card { grid-template-columns: 52px 1fr; }
  .testimonial-card img { width: 52px; height: 52px; }
  .newsletter-form { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; padding-top: 42px; }
}

@media (max-width: 420px) {
  .logo-text small { display: none; }
  .hero-stage { min-height: 360px; max-width: 350px; }
  .stage-mic-wrap { width: min(100%, 320px); }
  .orbit-card { width: 62px; }
  .orbit-card img { width: 28px; height: 28px; }
  .orbit-card span { font-size: .5rem; }
  .orbit-card.social span,
  .orbit-card.email span,
  .orbit-card.content span { font-size: .46rem; }
}


/* --------------------------------------------------------------------------
   BlackMicTools Growth Lab v1.1.0 - Screen-fit UI update
   This compact override keeps the original 3D look while preventing oversized
   hero graphics, wide cards, and horizontal overflow on common screens.
---------------------------------------------------------------------------- */
:root {
  --bmt-width: 1160px;
  --bmt-radius-xl: 24px;
  --bmt-radius-lg: 18px;
  --bmt-radius-md: 14px;
}
html, body { max-width: 100%; overflow-x: clip; }
body { line-height: 1.55; }
.bmt-container,
.header-inner,
.bmt-page-shell { width: min(100% - 24px, var(--bmt-width)); }
.bmt-section { padding: 58px 0; }
.bmt-section.compact { padding: 42px 0; }
.bmt-section-title { margin-bottom: 28px; max-width: 680px; }
.bmt-section-title h2,
.bmt-title { font-size: clamp(1.8rem, 3vw, 2.75rem); line-height: 1.08; }
.bmt-content-card { padding: 28px; }
.bmt-button { min-height: 44px; padding: .7rem 1rem; border-radius: 12px; font-size: .9rem; white-space: nowrap; }

/* Header: slimmer so the first screen has more usable space. */
.header-inner { min-height: 68px; gap: 14px; }
.logo-mark { width: 30px; height: 30px; }
.logo-text strong { font-size: 1.12rem; }
.logo-text small { font-size: .52rem; letter-spacing: .18em; margin-top: .26rem; }
.main-navigation { gap: 6px; }
.main-navigation ul { gap: 0; }
.main-navigation a { padding: .55rem .68rem; font-size: .84rem; }
.header-actions .bmt-button { min-height: 40px; padding: .62rem .9rem; font-size: .82rem; }

/* Hero: compact, balanced, and no oversized 3D art. */
.bmt-hero {
  min-height: auto;
  padding: 34px 0 70px;
  display: flex;
  align-items: center;
}
.bmt-hero::before {
  background:
    linear-gradient(90deg, rgba(5,5,7,.96) 0%, rgba(5,5,7,.82) 42%, rgba(5,5,7,.38) 100%),
    radial-gradient(circle at 64% 42%, rgba(139, 92, 246,.28), transparent 23rem),
    radial-gradient(circle at 78% 30%, rgba(6,182,212,.14), transparent 19rem);
}
.bmt-hero-grid {
  grid-template-columns: minmax(0, .94fr) minmax(330px, 1.06fr);
  gap: clamp(18px, 3vw, 46px);
}
.hero-copy { padding: 18px 0; }
.hero-badge { padding: .48rem .82rem; font-size: .68rem; letter-spacing: .11em; }
.hero-title {
  margin: 18px 0 16px;
  font-size: clamp(2.35rem, 5vw, 4.6rem);
  line-height: 1;
  letter-spacing: -.065em;
}
.hero-copy p { max-width: 550px; margin-bottom: 22px; font-size: clamp(.94rem, 1.15vw, 1.04rem); }
.hero-actions { gap: 10px; }
.hero-stage {
  min-height: 470px;
  max-width: 100%;
  overflow: visible;
}
.stage-dashboard { width: 210px; top: 30px; right: 0; }
.stage-mic-wrap { width: min(100%, 430px); }
.hero-mic { width: 228px; }
.orbit-ring, .orbit-ring.two, .orbit-ring.three { inset: 14%; }
.orbit-ring.two { inset: 23%; }
.orbit-ring.three { inset: 34%; }
.orbit-card {
  width: 86px;
  padding: 9px;
  gap: 4px;
  border-radius: 15px;
}
.orbit-card img { width: 38px; height: 38px; }
.orbit-card span { font-size: .62rem; }
.orbit-card.seo { left: 36%; top: 3%; }
.orbit-card.ads { right: 23%; top: 2%; }
.orbit-card.social { right: 4%; top: 16%; }
.orbit-card.email { right: 3%; top: 43%; }
.orbit-card.analytics { right: 13%; bottom: 15%; }
.orbit-card.automation { right: 35%; bottom: 1%; }
.orbit-card.funnel { left: 19%; bottom: 10%; }
.orbit-card.content { left: 4%; top: 38%; }

/* Metrics and cards: smaller height, same premium style. */
.metrics-strip { margin-top: -42px; }
.metric-card { min-height: 76px; padding: 15px 18px; gap: 12px; }
.metric-icon { width: 42px; min-width: 42px; height: 42px; border-radius: 14px; }
.metric-icon img { width: 24px; height: 24px; }
.metric-card strong { font-size: 1.25rem; }
.metric-card span { font-size: .78rem; }
.service-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.service-card,
.feature-card,
.case-card,
.blog-card,
.tool-card,
.testimonial-card,
.process-step { border-radius: 14px; }
.service-card { padding: 18px; }
.service-card img { width: 58px; height: 58px; margin-bottom: 15px; }
.service-card h3 { font-size: 1.03rem; margin-bottom: 8px; }
.service-card p { font-size: .86rem; }
.card-arrow { margin-top: 14px; font-size: 1.28rem; }

/* Middle sections: keep columns inside viewport and avoid cramped overflow. */
.split-grid,
.results-grid,
.platform-grid { gap: 18px; }
.promise-panel,
.process-panel { padding: 24px; }
.promise-panel h2,
.process-panel h2 { font-size: clamp(1.55rem, 2.3vw, 2.15rem); margin-bottom: 18px; }
.features-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.feature-card { padding: 16px; }
.feature-card img { width: 46px; height: 46px; margin-bottom: 10px; }
.feature-card h3 { font-size: .9rem; }
.feature-card p { font-size: .78rem; }
.process-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; }
.process-step { padding: 14px 8px; }
.process-step img { width: 44px; height: 44px; margin-bottom: 9px; }
.process-step h3 { font-size: .78rem; }
.process-step p { font-size: .68rem; line-height: 1.4; }
.case-grid { gap: 12px; }
.case-card { padding: 16px; }
.case-stat { font-size: 1.65rem; }
.dashboard-panel { padding: 16px; }
.tool-list { margin-top: 18px; gap: 10px; }
.tool-list-item img { width: 30px; height: 30px; }
.tool-list-item span { font-size: .84rem; }
.testimonials-grid { gap: 14px; }
.testimonial-card { grid-template-columns: 54px 1fr; padding: 18px; }
.testimonial-card img { width: 54px; height: 54px; }
.testimonial-card p { font-size: .88rem; }
.blog-grid { grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(240px, .95fr); gap: 14px; }
.blog-body { padding: 16px; }
.blog-card h3 { font-size: .98rem; }
.blog-card p { font-size: .84rem; }
.newsletter-panel { padding: 20px; grid-template-columns: 1fr 145px; }
.newsletter-form { gap: 8px; }
.newsletter-form input { padding: .74rem .85rem; }
.cta-panel { grid-template-columns: 132px 1fr auto; padding: 22px; gap: 20px; }
.cta-panel h2 { font-size: clamp(1.8rem, 3.2vw, 3rem); }
.footer-grid { grid-template-columns: 1.15fr .8fr .8fr 1fr .95fr; gap: 22px; padding: 52px 0 28px; }
.footer-widget li,
.footer-widget p,
.footer-brand p { font-size: .88rem; }

/* Laptop/tablet breakpoints. */
@media (max-width: 1180px) {
  .header-actions { display: none; }
  .main-navigation a { padding-inline: .58rem; }
  .bmt-hero-grid { grid-template-columns: minmax(0, .95fr) minmax(310px, 1fr); }
  .hero-title { font-size: clamp(2.15rem, 4.8vw, 4.1rem); }
  .hero-stage { min-height: 430px; }
  .stage-mic-wrap { width: min(100%, 390px); }
  .hero-mic { width: 210px; }
  .stage-dashboard { width: 180px; }
  .orbit-card { width: 76px; }
  .orbit-card img { width: 32px; height: 32px; }
  .service-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 1024px) {
  .bmt-hero-grid,
  .split-grid,
  .results-grid,
  .platform-grid { grid-template-columns: 1fr; }
  .bmt-hero { padding-bottom: 44px; }
  .hero-copy { text-align: center; max-width: 760px; margin-inline: auto; }
  .hero-copy p { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-stage { min-height: 410px; margin-top: -8px; }
  .metrics-strip { margin-top: 0; }
  .metrics-grid { grid-template-columns: repeat(3, 1fr); }
  .metric-card:nth-child(2n) { border-right: 1px solid var(--bmt-line); }
  .metric-card:nth-child(3n) { border-right: 0; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .newsletter-panel { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 850px) {
  .header-inner { min-height: 64px; }
  .main-navigation { top: 74px; }
  .bmt-hero { padding: 32px 0 36px; }
  .hero-copy { padding: 8px 0 0; }
  .hero-title { font-size: clamp(2rem, 10vw, 3.55rem); }
  .hero-stage { transform: none; min-height: 365px; margin: 0; }
  .stage-dashboard { display: none; }
  .stage-mic-wrap { width: min(100%, 340px); }
  .hero-mic { width: 180px; }
  .orbit-card { width: 68px; padding: 7px; }
  .orbit-card img { width: 28px; height: 28px; }
  .orbit-card span { font-size: .52rem; }
  .metrics-grid { grid-template-columns: 1fr; }
  .metric-card,
  .metric-card:nth-child(2n),
  .metric-card:nth-child(3n) { border-right: 0; border-bottom: 1px solid var(--bmt-line); }
  .process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .features-grid { grid-template-columns: 1fr; }
  .cta-panel { grid-template-columns: 1fr; text-align: center; }
  .cta-panel img { margin-inline: auto; max-width: 124px; }
}
@media (max-width: 540px) {
  .bmt-container,
  .header-inner,
  .bmt-page-shell { width: min(100% - 18px, var(--bmt-width)); }
  .logo-mark { width: 28px; height: 28px; }
  .logo-text strong { font-size: .92rem; }
  .logo-text small { display: none; }
  .hero-actions { grid-template-columns: 1fr; display: grid; }
  .bmt-button { width: 100%; }
  .hero-stage { min-height: 315px; }
  .stage-mic-wrap { width: min(100%, 286px); }
  .hero-mic { width: 154px; }
  .orbit-card { width: 58px; border-radius: 12px; }
  .orbit-card img { width: 24px; height: 24px; }
  .orbit-card span { font-size: .46rem; }
  .orbit-card.email,
  .orbit-card.content { display: none; }
  .bmt-section { padding: 46px 0; }
  .bmt-section.compact { padding: 34px 0; }
  .service-grid,
  .case-grid,
  .testimonials-grid,
  .blog-grid { grid-template-columns: 1fr; }
  .promise-panel,
  .process-panel,
  .bmt-content-card { padding: 20px; }
  .newsletter-panel { grid-template-columns: 1fr; }
  .newsletter-panel img { max-width: 140px; margin-inline: auto; }
}
@media (max-height: 760px) and (min-width: 900px) {
  .bmt-hero { padding-top: 24px; padding-bottom: 54px; }
  .hero-title { font-size: clamp(2.1rem, 4.4vw, 3.8rem); }
  .hero-stage { min-height: 390px; }
  .stage-mic-wrap { width: min(100%, 365px); }
  .hero-mic { width: 196px; }
  .orbit-card { width: 72px; }
  .orbit-card img { width: 30px; height: 30px; }
  .metrics-strip { margin-top: -34px; }
}
body.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) { body.admin-bar .site-header { top: 46px; } }
