/* Brand75 — shared design system (matching brand75-landing) */

:root {
  --white: #ffffff;
  --off-white: #fafafa;
  --cream: #f7f5f0;
  --navy: #374168;
  --navy-deep: #1f2644;
  --ink: #0f1620;
  --muted: #5f7386;
  --muted-2: #94a0ae;
  --green: #5BB45E;
  --green-deep: #4a9a4d;
  --border: rgba(15, 22, 32, 0.09);
  --border-card: rgba(22, 49, 78, 0.1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
  color: var(--navy);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: var(--cream);
}
a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }
button { font-family: inherit; cursor: pointer; border: none; }
input, textarea, select { font-family: inherit; }

.container { width: min(calc(100% - 48px), 1280px); margin: 0 auto; }

/* NAV */
#nav-mount { display: contents; }
.nav { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,0.96);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border); }
.nav-inner { height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.nav-brand { display: flex; align-items: center; gap: 14px; }
.nav-logo { height: 28px; width: auto; display: block; }
.nav-wordmark { font-size: 19px; font-weight: 900; color: var(--navy); letter-spacing: -0.04em; }
.nav-issue { font-size: 12px; color: var(--muted); font-weight: 500; letter-spacing: 0.02em; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-link { font-size: 13px; font-weight: 600; color: var(--navy); letter-spacing: 0.02em; transition: opacity 0.15s; }
.nav-link:hover { opacity: 0.7; }
.nav-link.active { color: var(--green-deep); }
.nav-cta { padding: 10px 20px; font-size: 13px; font-weight: 700; color: var(--navy);
  background: transparent; border: 1.5px solid var(--navy); border-radius: 999px;
  transition: background 0.15s, color 0.15s; }
.nav-cta:hover { background: var(--navy); color: white; }
.nav-hamburger { display: none; background: none; width: 32px; height: 32px;
  flex-direction: column; justify-content: center; align-items: center; gap: 5px; }
.nav-hamburger span { display: block; width: 22px; height: 2px; background: var(--navy); border-radius: 2px; }
.mobile-menu { display: none; position: fixed; top: 68px; left: 0; right: 0; bottom: 0;
  background: rgba(255,255,255,0.98); backdrop-filter: blur(12px); z-index: 49;
  padding: 32px 24px; flex-direction: column; gap: 8px; }
.mobile-menu.open { display: flex; }
.mobile-menu a { font-size: 18px; font-weight: 700; color: var(--navy); padding: 16px 0; border-bottom: 1px solid var(--border); }
.mobile-menu .nav-cta { display: inline-block; text-align: center; margin-top: 16px; font-size: 16px; padding: 14px 24px; }

/* BUTTONS */
.btn-primary { display: inline-flex; align-items: center; gap: 8px; padding: 14px 24px;
  font-size: 14px; font-weight: 700; color: white; background: var(--navy);
  border-radius: 999px; transition: opacity 0.15s; }
.btn-primary:hover { opacity: 0.88; }
.btn-primary.green { background: var(--green); }
.btn-secondary { padding: 14px 24px; font-size: 14px; font-weight: 700; color: var(--navy);
  background: transparent; border: 1.5px solid var(--navy); border-radius: 999px;
  display: inline-flex; align-items: center; gap: 8px; transition: background 0.15s, color 0.15s; }
.btn-secondary:hover { background: var(--navy); color: white; }
.btn-text { padding: 14px 24px; font-size: 14px; font-weight: 700; color: var(--navy);
  display: inline-flex; align-items: center; gap: 6px; }
.btn-text:hover { opacity: 0.7; }

/* TYPOGRAPHY */
.section-eyebrow { font-size: 11px; font-weight: 800; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--green); margin-bottom: 14px; }
.section-h2 { font-size: clamp(2.2rem, 3.8vw, 3.4rem); font-weight: 900; line-height: 1.02;
  letter-spacing: -0.045em; color: var(--navy); margin: 0; max-width: 22ch; }
.section-h2 em { font-style: normal; color: var(--green); }

/* COVER STRIP */
.cover-strip { display: flex; align-items: center; justify-content: space-between;
  padding: 14px 0; border-bottom: 1px solid rgba(91,180,94,0.25); margin-bottom: 20px; }
.cover-strip-left { font-size: 11px; font-weight: 700; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--green); }
.cover-strip-right { font-size: 11px; font-weight: 600; letter-spacing: 0.08em; color: var(--muted); }

/* PORTRAIT PLACEHOLDER */
.ph-portrait { background: linear-gradient(180deg, #1f4469 0%, #0D1B2A 100%); position: relative; }
.ph-portrait::after {
  content: ''; position: absolute; inset: 0;
  background-image:
    repeating-linear-gradient(135deg, rgba(255,255,255,0.03) 0 1px, transparent 1px 14px);
}
.ph-portrait-label { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.4); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  font-family: ui-monospace, 'JetBrains Mono', Menlo, monospace; z-index: 1; }

/* REAL PORTRAIT */
.has-portrait { position: relative; background: #0D1B2A; overflow: hidden; }
.has-portrait .portrait-img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center 22%; z-index: 0;
  filter: saturate(0.96) contrast(1.02);
}
.has-portrait::before {
  content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(180deg, rgba(13,27,42,0.18) 0%, rgba(13,27,42,0) 30%, rgba(13,27,42,0) 60%, rgba(13,27,42,0.55) 100%);
}
.has-portrait .portrait-top,
.has-portrait .portrait-overlay { z-index: 2; }

/* DUOTONE MOCKUP FRAMES (editorial "printed plate" feel) */
.mockup { position: relative; border-radius: 14px; overflow: hidden; background: var(--navy-deep);
  box-shadow: 0 18px 50px rgba(13,27,42,0.18), 0 2px 6px rgba(13,27,42,0.12);
  border: 1px solid rgba(13,27,42,0.9); transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1); }
.mockup:hover { transform: translateY(-3px) scale(1.01); }
.mockup-chrome { height: 26px; background: linear-gradient(180deg, #1a3355 0%, #12253c 100%);
  display: flex; align-items: center; padding: 0 12px; gap: 6px; border-bottom: 1px solid rgba(255,255,255,0.06); }
.mockup-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.18); }
.mockup-url { flex: 1; text-align: center; font-size: 10px; font-family: ui-monospace, 'JetBrains Mono', Menlo, monospace;
  color: rgba(255,255,255,0.45); letter-spacing: 0.04em; }
.mockup-body { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: var(--navy-deep); }
.mockup-body.tall { aspect-ratio: 4 / 5; }
.mockup-body img { width: 100%; height: 100%; object-fit: cover; object-position: top;
  filter: grayscale(1) contrast(1.08) brightness(0.9) sepia(0.2) hue-rotate(170deg); transition: transform 0.5s ease; }
.mockup:hover .mockup-body img { transform: scale(1.03); }
.mockup-body::after { content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(22,49,78,0.3) 0%, rgba(13,27,42,0.55) 100%); mix-blend-mode: multiply; pointer-events: none; }
.mockup-caption { display: flex; justify-content: space-between; padding: 10px 14px;
  font-family: ui-monospace, 'JetBrains Mono', Menlo, monospace; font-size: 10px;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted);
  background: var(--cream); border-top: 1px solid var(--border-card); }
.mockup-caption strong { color: var(--navy); font-weight: 700; }

/* PLACEHOLDER MOCKUP (no image yet) */
.mockup-ph { position: relative; }
.mockup-ph .mockup-body {
  background:
    linear-gradient(180deg, rgba(91,180,94,0.07) 0%, transparent 60%),
    repeating-linear-gradient(135deg, rgba(255,255,255,0.03) 0 1px, transparent 1px 12px),
    linear-gradient(180deg, #1f4469 0%, #0D1B2A 100%);
}
.mockup-ph-label { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.45); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase;
  font-family: ui-monospace, 'JetBrains Mono', Menlo, monospace; text-align: center; padding: 20px;
  line-height: 1.8; z-index: 1; }

/* CALL TRANSCRIPT MOCKUP */
.transcript { background: var(--navy-deep); border-radius: 14px; overflow: hidden;
  border: 1px solid rgba(13,27,42,0.9); box-shadow: 0 18px 50px rgba(13,27,42,0.18);
  font-family: ui-monospace, 'JetBrains Mono', Menlo, monospace; color: rgba(255,255,255,0.88); }
.transcript-head { padding: 12px 16px; display: flex; justify-content: space-between; align-items: center;
  background: rgba(255,255,255,0.03); border-bottom: 1px solid rgba(255,255,255,0.08); font-size: 10px;
  letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.55); }
.transcript-head .live { display: inline-flex; align-items: center; gap: 6px; color: var(--green); font-weight: 700; }
.transcript-head .live::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--green);
  animation: livePulse 1.4s ease-in-out infinite; }
@keyframes livePulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.35; } }
.transcript-body { padding: 18px 18px 20px; display: flex; flex-direction: column; gap: 12px; font-size: 12.5px; line-height: 1.55; }
.transcript-row { display: flex; gap: 12px; }
.transcript-who { flex-shrink: 0; width: 52px; font-size: 10px; text-transform: uppercase;
  letter-spacing: 0.12em; font-weight: 700; padding-top: 1px; }
.transcript-who.agent { color: var(--green); }
.transcript-who.caller { color: rgba(255,255,255,0.5); }
.transcript-text { color: rgba(255,255,255,0.85); }
.transcript-cursor { display: inline-block; width: 7px; height: 13px; background: var(--green);
  vertical-align: text-bottom; margin-left: 3px; animation: blink 1s steps(2, start) infinite; }
@keyframes blink { to { visibility: hidden; } }

/* ROLE PILL */
.role-pill { display: inline-flex; align-items: center; gap: 10px; padding: 6px 12px;
  font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--green); border: 1px solid rgba(91,180,94,0.31); border-radius: 999px;
  width: fit-content; }
.role-dot { width: 5px; height: 5px; border-radius: 3px; background: var(--green); }

/* TICKER */
.ticker { display: flex; gap: 48px; padding: 18px 0; overflow: hidden; white-space: nowrap;
  border-top: 1px solid rgba(91,180,94,0.25); border-bottom: 1px solid rgba(91,180,94,0.25); }
.ticker-tag { font-size: 13px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--navy); flex-shrink: 0; }

/* FOOTER */
.footer { padding: 36px 0 32px; background: white; border-top: 1px solid var(--border-card); margin-top: 48px; }
.footer-top { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; }
.footer-wordmark { display: block; height: 32px; width: auto; }
.footer-wordmark-text { font-size: 16px; font-weight: 900; color: var(--navy); letter-spacing: -0.03em; }
.footer-sub { font-size: 12px; color: var(--muted); margin-top: 4px; }
.footer-links { display: flex; gap: 22px; flex-wrap: wrap; }
.footer-link { font-size: 13px; font-weight: 600; color: var(--muted); transition: color 0.15s; }
.footer-link:hover { color: var(--navy); }
.footer-bottom { border-top: 1px solid var(--border-card); margin-top: 22px; padding-top: 16px;
  display: flex; justify-content: space-between; font-size: 12px; color: var(--muted); flex-wrap: wrap; gap: 10px; }
.footer-bottom-links { display: flex; gap: 16px; }
.footer-bottom-links a { color: var(--muted); transition: color 0.15s; }
.footer-bottom-links a:hover { color: var(--navy); }

/* CARDS / TESTIMONIALS */
.card { border: 1px solid var(--border-card); border-radius: 20px; background: white; overflow: hidden; }
.card-strip { height: 3px; background: var(--green); }

.testimonial { border-left: 3px solid var(--green); padding: 18px 22px;
  background: rgba(91,180,94,0.07); border-radius: 0 12px 12px 0; }
.testimonial-quote { font-size: 15px; font-style: italic; color: var(--navy); line-height: 1.55; margin-bottom: 10px; }
.testimonial-attr { font-size: 13px; font-weight: 700; color: var(--green-deep); }

/* CHIPS */
.chip { padding: 4px 10px; font-size: 12px; font-weight: 600; color: var(--navy);
  background: var(--cream); border: 1px solid var(--border-card); border-radius: 999px; display: inline-block; }

/* CTA SECTION */
.cta-section { padding: 0 0 48px; background: white; }
.cta-card { background: var(--navy-deep); border-radius: 24px; padding: 88px 56px;
  display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 48px; align-items: center;
  position: relative; overflow: hidden; }
.cta-glow { position: absolute; top: -200px; right: -120px; width: 520px; height: 520px;
  border-radius: 50%; background: radial-gradient(circle, rgba(91,180,94,0.21), transparent 60%); pointer-events: none; }
.cta-eyebrow { font-size: 11px; font-weight: 800; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--green); margin-bottom: 18px; }
.cta-h2 { font-size: clamp(2.4rem, 4.5vw, 4rem); font-weight: 900; line-height: 0.98;
  letter-spacing: -0.045em; color: white; margin: 0 0 18px; }
.cta-body { font-size: 17px; color: rgba(255,255,255,0.68); line-height: 1.6; max-width: 40ch; }
.cta-input { padding: 16px 20px; font-size: 15px; color: white;
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.18);
  border-radius: 14px; outline: none; transition: border-color 0.15s; width: 100%; }
.cta-input::placeholder { color: rgba(255,255,255,0.35); }
.cta-input:focus { border-color: var(--green); }
.cta-submit { padding: 16px 24px; font-size: 15px; font-weight: 800; color: var(--navy);
  background: white; border-radius: 14px; display: inline-flex; align-items: center;
  justify-content: center; gap: 8px; transition: opacity 0.15s; width: 100%; }
.cta-submit:hover { opacity: 0.9; }
.cta-label { font-size: 11px; font-weight: 800; letter-spacing: 0.14em;
  text-transform: uppercase; color: rgba(255,255,255,0.55); }
.cta-helper { font-size: 12px; color: rgba(255,255,255,0.45); margin-top: 4px; }

/* MOBILE BREAK */
.mobile-break { display: none; }
@media (max-width: 768px) { .mobile-break { display: block; } }

/* DESKTOP ONLY */
.desktop-only { display: inline; }
@media (max-width: 768px) { .desktop-only { display: none; } }

/* ANIM */
@keyframes fadeUp { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
.anim { opacity: 0; animation: fadeUp 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards; }
.anim-d1 { animation-delay: 0.08s; } .anim-d2 { animation-delay: 0.16s; }
.anim-d3 { animation-delay: 0.24s; } .anim-d4 { animation-delay: 0.32s; }
.anim-d5 { animation-delay: 0.4s; } .anim-d6 { animation-delay: 0.48s; }

/* UNIFIED MOBILE HERO H1 */
@media (max-width: 768px) {
  .hero-h1,
  .svc-hero h1,
  .ai-hero h1,
  .about-h1,
  .ct-hero h1 {
    font-size: clamp(2rem, 7vw, 2.8rem) !important;
    line-height: 1.1 !important;
  }
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }
  .cta-card { grid-template-columns: 1fr; padding: 48px 28px; }
}
@media (max-width: 480px) { .container { width: calc(100% - 32px); } }
