/* MyAIMarketingGuy marketing design system
 * Agency public face — no product/platform branding on this site.
 */
:root {
  --bg: #07090d;
  --bg-elevated: #0e1219;
  --primary: #34d399;
  --teal: #2dd4bf;
  --violet: #a78bfa;
  --amber: #fbbf24;
  --gradient-brand: linear-gradient(125deg, #6ee7b7 0%, #2dd4bf 40%, #a78bfa 100%);
  --gradient-btn: linear-gradient(135deg, #34d399 0%, #0d9488 55%, #7c3aed 160%);
  --version: "20260810e";
}

html { scroll-behavior: smooth; }
body {
  background: #07090d;
  color: #e4e4e7;
  -webkit-font-smoothing: antialiased;
  font-family: "Plus Jakarta Sans", Inter, ui-sans-serif, system-ui, sans-serif;
}

/* Logo — proud, large, never a tiny corner stamp */
.site-logo {
  display: block;
  object-fit: contain;
  object-position: center center;
  filter: drop-shadow(0 8px 28px rgba(16, 185, 129, 0.28));
}
.site-logo--nav {
  height: 3.25rem;
  width: auto;
  max-width: min(18rem, 58vw);
  object-position: left center;
}
@media (min-width: 640px) {
  .site-logo--nav { height: 3.75rem; max-width: 20rem; }
}
@media (min-width: 1024px) {
  .site-logo--nav { height: 4.25rem; max-width: 22rem; }
}
.site-logo--footer {
  height: 4.5rem;
  width: auto;
  max-width: 18rem;
  object-position: left center;
}
@media (min-width: 640px) {
  .site-logo--footer { height: 5.25rem; max-width: 22rem; }
}
/* Hero: the AI marketing guy owns the page */
.site-logo--hero {
  height: clamp(14rem, 42vw, 28rem);
  width: auto;
  max-width: min(92vw, 42rem);
  margin-left: auto;
  margin-right: auto;
  filter:
    drop-shadow(0 0 40px rgba(45, 212, 191, 0.35))
    drop-shadow(0 24px 64px rgba(16, 185, 129, 0.35));
}
@media (min-width: 1024px) {
  .site-logo--hero {
    height: clamp(18rem, 36vw, 32rem);
    max-width: 48rem;
  }
}

.header-tall {
  min-height: 5.5rem;
}
@media (min-width: 640px) {
  .header-tall { min-height: 6rem; }
}

.glass {
  background: linear-gradient(135deg, rgba(255,255,255,0.07) 0%, rgba(255,255,255,0.02) 100%);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.08);
}
.glass-strong {
  background: linear-gradient(145deg, rgba(14,18,25,0.94) 0%, rgba(10,12,16,0.9) 100%);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(52,211,153,0.16);
}
.text-gradient {
  background: linear-gradient(125deg, #6ee7b7 0%, #2dd4bf 40%, #a78bfa 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.btn-glow {
  background: linear-gradient(135deg, #34d399 0%, #0d9488 55%, #7c3aed 160%);
  background-size: 140% 140%;
  box-shadow: 0 0 24px rgba(52,211,153,0.35), 0 4px 20px rgba(13,148,136,0.25);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-position 0.35s ease;
}
.btn-glow:hover {
  transform: translateY(-2px) scale(1.02);
  background-position: 100% 50%;
  box-shadow: 0 0 40px rgba(52,211,153,0.45), 0 8px 28px rgba(167,139,250,0.22);
}
.nav-blur {
  background: rgba(7,9,13,0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.orb {
  position: absolute;
  border-radius: 9999px;
  filter: blur(80px);
  pointer-events: none;
}
.section-fade {
  opacity: 1;
  transform: none;
  transition: opacity 0.8s cubic-bezier(0.22,1,0.36,1), transform 0.8s cubic-bezier(0.22,1,0.36,1);
}
html.js-anim .section-fade:not(.visible) {
  opacity: 0;
  transform: translateY(28px);
}
html.js-anim .section-fade.visible {
  opacity: 1;
  transform: translateY(0);
}
.card-hover {
  transition: transform 0.35s cubic-bezier(0.22,1,0.36,1), border-color 0.35s ease, box-shadow 0.35s ease;
}
.card-hover:hover {
  transform: translateY(-6px);
  border-color: rgba(52,211,153,0.35);
  box-shadow: 0 22px 50px rgba(0,0,0,0.5), 0 0 36px rgba(45,212,191,0.1);
}
.hero-bg {
  background-image:
    radial-gradient(ellipse 70% 55% at 50% 15%, rgba(52,211,153,0.18), transparent 55%),
    radial-gradient(ellipse 50% 45% at 88% 40%, rgba(124,58,237,0.12), transparent 50%),
    radial-gradient(ellipse 40% 35% at 12% 70%, rgba(45,212,191,0.1), transparent 50%),
    linear-gradient(180deg, #0A0C10 0%, #07090d 55%, #07090d 100%);
}
.grid-overlay {
  background-image:
    linear-gradient(rgba(52,211,153,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(167,139,250,0.03) 1px, transparent 1px);
  background-size: 48px 48px;
}
.speed-pill {
  background: linear-gradient(135deg, rgba(52,211,153,0.15), rgba(45,212,191,0.08));
  border: 1px solid rgba(52,211,153,0.35);
}
::selection {
  background: rgba(52,211,153,0.35);
  color: #fff;
}
input:focus, textarea:focus {
  border-color: rgba(45,212,191,0.55) !important;
  box-shadow: 0 0 0 1px rgba(167,139,250,0.25);
}
