@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");

:root {
  --ink: #3c3c3d;
  --night: #3c3c3d;
  --violet: #f26b2a;
  --violet-dark: #d9571f;
  --orange: #f47d2c;
  --yellow: #fef6ee;
  --paper: #ffffff;
  --soft: #f2f3f5;
  --soft-violet: #fef1e8;
  --line: #dedfe1;
  --muted: #68696b;
  --green: #008f51;
  --red: #ba4a4a;
  --shadow: 0 14px 36px rgba(60, 60, 61, .12);
  --shell: min(1400px, calc(100% - 56px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--paper); color: var(--ink); font-family: "Inter", sans-serif; margin: 0; }
body, button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
.shell { margin-inline: auto; width: var(--shell); }
.sr-only { clip: rect(0 0 0 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
.skip-link { background: #fff; color: var(--ink); left: 12px; padding: 10px 14px; position: fixed; top: -80px; z-index: 100; }
.skip-link:focus { top: 12px; }
.page-loading { color: var(--muted); min-height: 60vh; padding: 120px 20px; text-align: center; }

.demo-ribbon { align-items: center; background: #29294d; color: #fff; display: flex; font-size: 11px; gap: 8px; justify-content: center; min-height: 34px; padding: 7px 16px; text-align: center; }
.demo-ribbon > span { background: #73e3ba; border-radius: 50%; height: 7px; width: 7px; }
.demo-ribbon strong { font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.demo-ribbon p { color: #bfc1d6; margin: 0; }
.site-header { background: rgba(255,255,255,.97); border-bottom: 1px solid #ececf1; position: sticky; top: 0; z-index: 40; }
.header-inner { align-items: center; display: flex; height: 76px; }
.brand { align-items: center; display: inline-flex; gap: 10px; line-height: 1; min-width: max-content; }
.brand-bars { display: flex; gap: 3px; height: 26px; transform: skewX(-12deg); width: 28px; }
.brand-bars i { align-self: flex-end; background: var(--violet); display: block; height: 55%; width: 7px; }
.brand-bars i:nth-child(2) { height: 76%; }
.brand-bars i:nth-child(3) { background: var(--orange); height: 100%; }
.brand strong { display: block; font-family: "Manrope", sans-serif; font-size: 19px; font-weight: 800; letter-spacing: -.055em; }
.brand small { color: #81889d; display: block; font-size: 8px; font-weight: 700; letter-spacing: .12em; margin-top: 4px; text-transform: uppercase; }
.primary-nav { display: flex; gap: 30px; margin-left: clamp(45px, 8vw, 120px); }
.primary-nav a { color: #596277; font-size: 13px; font-weight: 600; padding: 29px 0 27px; position: relative; }
.primary-nav a:hover, .primary-nav a.active { color: var(--ink); }
.primary-nav a.active::after { background: var(--orange); bottom: -1px; content: ""; height: 3px; left: 0; position: absolute; right: 0; }
.admin-link { align-items: center; background: var(--soft-violet); color: var(--violet-dark); display: flex; flex-direction: column; margin-left: auto; padding: 9px 14px; }
.admin-link span { font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.admin-link b { font-size: 11px; margin-top: 2px; }
.nav-toggle { background: transparent; border: 0; display: none; margin-left: auto; padding: 8px; }
.nav-toggle i { background: var(--ink); display: block; height: 2px; margin: 4px; width: 22px; }

.connection-notice { background: #fff6d8; border-bottom: 1px solid #f0df9f; color: #665623; font-size: 12px; padding: 9px 18px; text-align: center; }
.eyebrow { align-items: center; color: #d0caff; display: flex; font-size: 10px; font-weight: 700; gap: 9px; letter-spacing: .15em; margin: 0 0 18px; text-transform: uppercase; }
.eyebrow > span { background: var(--orange); border-radius: 50%; height: 7px; width: 7px; }
.eyebrow.dark { color: var(--violet-dark); }
h1, h2, h3 { font-family: "Manrope", sans-serif; }
.home-hero { background: radial-gradient(circle at 78% 10%, #342a78 0, transparent 37%), linear-gradient(145deg, #15152f, #1a2244); color: #fff; overflow: hidden; }
.hero-layout { align-items: center; display: grid; gap: 70px; grid-template-columns: 1.02fr .98fr; min-height: 650px; padding-block: 64px; }
.hero-copy h1, .page-hero h1, .library-hero h1 { font-size: clamp(43px, 5vw, 68px); font-weight: 800; letter-spacing: -.068em; line-height: .98; margin: 0; }
.hero-summary { color: #bdc3d9; font-size: 18px; line-height: 1.55; margin: 25px 0 29px; max-width: 580px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.button { align-items: center; border: 1px solid transparent; display: inline-flex; font-size: 13px; font-weight: 700; justify-content: center; min-height: 48px; padding: 0 18px; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--orange); color: #25172a; }
.button.primary:hover { background: #ff916f; }
.button.secondary { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.22); color: #fff; }
.button.dark { background: var(--night); color: #fff; }
.hero-facts { border-top: 1px solid rgba(255,255,255,.18); display: grid; gap: 20px; grid-template-columns: repeat(3, 1fr); margin: 45px 0 0; padding-top: 21px; }
.hero-facts div { display: flex; gap: 9px; }
.hero-facts dt { color: var(--yellow); font-family: "Manrope"; font-size: 24px; font-weight: 800; }
.hero-facts dd { color: #aeb6cf; font-size: 10px; line-height: 1.35; margin: 3px 0 0; max-width: 100px; }
.featured-pack { background: #fff; box-shadow: 18px 20px 0 rgba(91,61,242,.48), var(--shadow); color: var(--ink); }
.featured-top { align-items: center; color: #727b8d; display: flex; font-size: 9px; font-weight: 700; justify-content: space-between; letter-spacing: .12em; padding: 18px 20px; text-transform: uppercase; }
.featured-copy { padding: 20px 24px 25px; }
.featured-copy > p { color: var(--violet); font-size: 9px; font-weight: 700; letter-spacing: .1em; margin: 0 0 7px; text-transform: uppercase; }
.featured-copy h2 { font-size: 27px; letter-spacing: -.055em; line-height: 1; margin: 0; }
.featured-copy > span { color: var(--muted); display: block; font-size: 13px; line-height: 1.45; margin: 10px 0 17px; }
.featured-copy a { color: var(--violet-dark); font-size: 12px; font-weight: 700; }

.placeholder-preview { align-items: center; aspect-ratio: 16 / 10; background: #d9dbe0; border: 1px solid #c3c5cc; color: #4d515c; display: flex; flex-direction: column; justify-content: center; min-height: 175px; overflow: hidden; padding: 24px; position: relative; text-align: center; width: 100%; }
.placeholder-preview.large { aspect-ratio: 16 / 10; min-height: 300px; }
.placeholder-preview::after, .placeholder-preview::before { background: rgba(255,255,255,.32); content: ""; height: 1px; left: -12%; position: absolute; top: 50%; transform: rotate(32deg); width: 124%; }
.placeholder-preview::after { transform: rotate(-32deg); }
.placeholder-grid { background-image: linear-gradient(rgba(255,255,255,.25) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.25) 1px, transparent 1px); background-size: 24px 24px; inset: 0; position: absolute; }
.placeholder-preview > *:not(.placeholder-grid) { position: relative; z-index: 2; }
.placeholder-label { background: #f1f2f4; border: 1px solid #aaadb5; font-size: 8px; font-weight: 800; letter-spacing: .13em; padding: 6px 8px; text-transform: uppercase; }
.placeholder-preview strong { font-family: "Manrope"; font-size: 24px; letter-spacing: -.045em; margin-top: 15px; }
.placeholder-preview small { color: #666a74; font-size: 10px; margin-top: 4px; }
.placeholder-preview.has-upload { background: #25263c; padding: 0; }
.placeholder-preview.has-upload::before, .placeholder-preview.has-upload::after { display: none; }
.placeholder-preview.has-upload img { height: 100%; object-fit: cover; width: 100%; }
.upload-flag { background: #fff; bottom: 10px; color: var(--ink); font-size: 9px; font-weight: 700; left: 10px; padding: 6px 8px; position: absolute; text-transform: uppercase; }

.next-strip { background: var(--yellow); }
.next-inner { align-items: center; display: flex; justify-content: space-between; min-height: 102px; padding-block: 18px; }
.next-inner > div { align-items: baseline; display: grid; gap: 0 18px; grid-template-columns: auto auto; }
.next-inner span { color: #6f591e; font-size: 9px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.next-inner strong { font-family: "Manrope"; font-size: 19px; }
.next-inner p { color: #655a3c; font-size: 12px; grid-column: 2; margin: 3px 0 0; }
.next-inner a { border-bottom: 1px solid rgba(23,24,45,.35); font-size: 12px; font-weight: 700; padding-bottom: 3px; }

.section { padding-block: 92px; }
.section-soft { background: var(--soft); }
.section-heading { align-items: end; display: grid; gap: 70px; grid-template-columns: 1.15fr .85fr; margin-bottom: 35px; }
.section-heading h2, .current-layout h2, .pack-support-grid h2 { font-size: clamp(31px, 4vw, 49px); font-weight: 800; letter-spacing: -.065em; line-height: 1.02; margin: 0; }
.section-heading > p { color: var(--muted); font-size: 15px; line-height: 1.55; margin: 0; }
.text-link { color: var(--violet-dark); font-size: 12px; font-weight: 700; justify-self: end; }
.campaign-grid { display: grid; gap: 22px; grid-template-columns: repeat(2, 1fr); }
.campaign-card { background: #fff; border: 1px solid var(--line); display: grid; grid-template-columns: .39fr .61fr; overflow: hidden; }
.campaign-card > .placeholder-preview { aspect-ratio: auto; height: 100%; min-height: 560px; }
.campaign-card.accent-violet { box-shadow: 11px 11px 0 #e5e1ff; }
.campaign-card.accent-orange { box-shadow: 11px 11px 0 #ffe3d9; }
.campaign-card-body { padding: 28px; }
.campaign-label { align-items: center; display: flex; justify-content: space-between; }
.campaign-label span, .campaign-label b { color: var(--violet-dark); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.campaign-label b { color: #848a9a; }
.campaign-card h3 { font-size: 29px; letter-spacing: -.06em; line-height: 1; margin: 13px 0 11px; }
.campaign-card-body > p { color: var(--muted); font-size: 13px; line-height: 1.5; }
.campaign-card ol { list-style: none; margin: 24px 0; padding: 0; }
.campaign-card li { align-items: center; border-top: 1px solid var(--line); display: grid; gap: 8px; grid-template-columns: 26px 1fr auto; padding: 11px 0; }
.campaign-card li:last-child { border-bottom: 1px solid var(--line); }
.campaign-card li span { color: #969baa; font-size: 9px; }
.campaign-card li b { font-size: 11px; font-weight: 600; }
.campaign-card li small { color: #8b90a0; font-size: 8px; text-transform: uppercase; }
.campaign-card li.active b, .campaign-card li.active small { color: var(--violet-dark); }
.campaign-card-body > a { color: var(--violet-dark); font-size: 12px; font-weight: 700; }

.pack-grid { display: grid; gap: 16px; grid-template-columns: repeat(3, 1fr); }
.pack-card { background: #fff; border: 1px solid var(--line); display: flex; flex-direction: column; min-width: 0; transition: box-shadow .2s ease, transform .2s ease; }
.pack-card:hover { box-shadow: 0 15px 32px rgba(20,22,48,.1); transform: translateY(-3px); }
.pack-card-preview { display: block; }
.pack-card .placeholder-preview { aspect-ratio: 16 / 9; min-height: 160px; }
.pack-card-body { display: flex; flex: 1; flex-direction: column; padding: 20px; }
.status-row { align-items: center; color: #838998; display: flex; font-size: 9px; justify-content: space-between; letter-spacing: .03em; }
.status-pill { background: #e8e9ef; border-radius: 999px; color: #575d6c; display: inline-block; font-size: 8px; font-weight: 700; letter-spacing: .08em; padding: 5px 8px; text-transform: uppercase; }
.status-current { background: #d9f5e9; color: #147154; }
.status-preview { background: #fff0c6; color: #89680f; }
.status-scheduled { background: #e5e2ff; color: #4a34c1; }
.status-draft { background: #ececf0; color: #666b77; }
.pack-card h3 { font-size: 21px; letter-spacing: -.055em; line-height: 1.05; margin: 14px 0 9px; }
.pack-card-body > p { color: var(--muted); font-size: 12px; line-height: 1.48; margin: 0 0 21px; }
.pack-card-footer { align-items: center; border-top: 1px solid var(--line); display: flex; font-size: 9px; justify-content: space-between; margin-top: auto; padding-top: 14px; }
.pack-card-footer span { color: #838998; }
.pack-card-footer a { color: var(--violet-dark); font-weight: 700; }
.three-paths { display: grid; gap: 0; grid-template-columns: repeat(3, 1fr); }
.three-paths article { border: 1px solid var(--line); min-height: 260px; padding: 29px; }
.three-paths article + article { border-left: 0; }
.three-paths span { color: var(--orange); font-size: 9px; font-weight: 700; }
.three-paths h3 { font-size: 24px; letter-spacing: -.05em; margin: 42px 0 8px; }
.three-paths p { color: var(--muted); font-size: 13px; line-height: 1.5; }
.three-paths a { color: var(--violet-dark); display: inline-block; font-size: 11px; font-weight: 700; margin-top: 13px; }

.page-hero { background: var(--night); color: #fff; }
.page-hero-grid { align-items: center; display: grid; gap: 75px; grid-template-columns: 1.1fr .9fr; min-height: 530px; padding-block: 65px; }
.page-hero h1 { max-width: 780px; }
.page-hero-grid > div:first-child > p:not(.eyebrow) { color: #c1c5d7; font-size: 18px; line-height: 1.55; margin: 22px 0 27px; max-width: 720px; }
.back-link { color: #bfc3d6; display: inline-block; font-size: 10px; font-weight: 600; margin-bottom: 43px; }
.campaign-hero.accent-violet { background: radial-gradient(circle at 85% 20%, #4b35a0, transparent 39%), var(--night); }
.campaign-hero.accent-orange { background: radial-gradient(circle at 84% 18%, #86493f, transparent 40%), var(--night); }
.campaign-promise-card { background: #fff; box-shadow: 14px 15px 0 rgba(255,122,87,.48); color: var(--ink); padding: 34px; }
.campaign-promise-card > span { color: var(--violet-dark); font-size: 9px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.campaign-promise-card strong { display: block; font-family: "Manrope"; font-size: 29px; letter-spacing: -.055em; line-height: 1.08; margin: 28px 0 22px; }
.campaign-promise-card p { border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; line-height: 1.5; margin: 0; padding-top: 17px; }
.current-layout { align-items: center; display: grid; gap: 75px; grid-template-columns: 1fr 1fr; }
.large-copy { color: var(--muted); font-size: 16px; line-height: 1.58; margin: 20px 0; }
.check-list { color: #50596d; font-size: 12px; line-height: 1.8; list-style: none; margin: 0 0 27px; padding: 0; }
.check-list li::before { color: var(--green); content: "✓"; font-weight: 800; margin-right: 8px; }
.sequence-list { border-top: 1px solid var(--line); }
.sequence-list article { align-items: center; border-bottom: 1px solid var(--line); display: grid; gap: 22px; grid-template-columns: 48px 1fr 60px 26px; min-height: 138px; padding: 18px 0; }
.sequence-number { color: #a3a7b2; font-size: 10px; }
.sequence-list h3 { font-size: 21px; letter-spacing: -.045em; margin: 8px 0 4px; }
.sequence-list p { color: var(--muted); font-size: 12px; margin: 0; }
.sequence-date { align-items: center; display: flex; flex-direction: column; }
.sequence-date span { color: var(--violet-dark); font-size: 9px; font-weight: 700; text-transform: uppercase; }
.sequence-date strong { font-family: "Manrope"; font-size: 26px; }
.sequence-list article > a { color: var(--violet-dark); font-size: 20px; }

.pack-hero .hero-status { justify-content: flex-start; gap: 13px; margin-bottom: 24px; }
.pack-overview { background: var(--yellow); }
.overview-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.overview-grid article { display: flex; gap: 18px; min-height: 142px; padding: 32px; }
.overview-grid article + article { border-left: 1px solid rgba(23,24,45,.18); }
.overview-grid article > span { color: #7d641d; font-size: 9px; font-weight: 700; padding-top: 4px; }
.overview-grid strong { font-family: "Manrope"; font-size: 16px; }
.overview-grid p { color: #62573a; font-size: 11px; line-height: 1.48; margin: 5px 0 0; }
.asset-grid { display: grid; gap: 15px; grid-template-columns: repeat(3, 1fr); }
.asset-card { background: #fff; border: 1px solid var(--line); color: inherit; display: block; overflow: hidden; text-decoration: none; transition: box-shadow .2s ease, transform .2s ease; }
.asset-card:hover { box-shadow: 0 15px 32px rgba(60,60,61,.1); transform: translateY(-3px); }
.asset-card:hover .placeholder-preview { background: #ced0d6; }
.asset-card .placeholder-preview { aspect-ratio: 16 / 9; min-height: 160px; }
.asset-card-copy { padding: 17px 18px 19px; }
.asset-card-meta { display: flex; justify-content: space-between; }
.asset-card-meta span { color: var(--violet-dark); font-size: 8px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.asset-card-meta span:last-child { color: #9095a3; }
.asset-card h3 { font-size: 17px; letter-spacing: -.04em; margin: 11px 0 5px; }
.asset-card p { color: var(--muted); font-size: 10px; margin: 0; }
.asset-card-copy > b { color: var(--violet-dark); display: block; font-size: 10px; margin-top: 14px; }
.trigger-bubbles { display: flex; flex-wrap: wrap; gap: 6px; }
.asset-card-copy .trigger-bubbles { margin-top: 13px; }
.trigger-bubble { align-items: center; background: #f2f2f5; border: 1px solid #e0e1e8; border-radius: 999px; color: #555d70; display: inline-flex; font-size: 8px; gap: 5px; line-height: 1.25; max-width: 100%; padding: 5px 8px; }
.trigger-bubble b { color: #777e91; font-size: 7px; letter-spacing: .05em; text-transform: uppercase; }
.trigger-bubble.trigger-appearance { background: #ece9ff; border-color: #d8d2ff; color: #4328d2; }
.trigger-bubble.trigger-touchpoint { background: #e8f5f1; border-color: #cce8df; color: #146b54; }
.trigger-bubble.trigger-businessType { background: #fff1e8; border-color: #f5d9c8; color: #995235; }
.trigger-bubble.trigger-expectedOutcome { background: #fff6d8; border-color: #f0df9f; color: #6b571d; }
.trigger-bubbles.compact { gap: 4px; }
.trigger-bubbles.compact .trigger-bubble { font-size: 7px; padding: 4px 6px; }
.trigger-bubbles.compact .trigger-bubble b { font-size: 6px; }
.pack-support-grid { display: grid; gap: 75px; grid-template-columns: 1fr 1fr; }
.coverage-grid { display: grid; gap: 9px; grid-template-columns: repeat(2, 1fr); margin-top: 28px; }
.coverage-grid > div { align-items: center; background: #fff; border: 1px solid var(--line); display: grid; gap: 3px 10px; grid-template-columns: 26px 1fr; padding: 13px; }
.coverage-grid > div > span { align-items: center; background: #dcf3e9; border-radius: 50%; color: var(--green); display: flex; font-size: 11px; font-weight: 800; grid-row: span 2; height: 25px; justify-content: center; width: 25px; }
.coverage-grid > div.missing > span { background: #fae1e1; color: var(--red); }
.coverage-grid strong { font-size: 11px; text-transform: capitalize; }
.coverage-grid small { color: #8b90a0; font-size: 8px; }
.tutorial-list { display: grid; gap: 9px; margin-top: 28px; }
.tutorial-list button { background: #fff; border: 1px solid var(--line); padding: 15px; text-align: left; }
.tutorial-list button:hover { border-color: var(--violet); }
.tutorial-list span { color: var(--violet-dark); display: block; font-size: 8px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.tutorial-list strong { display: block; font-family: "Manrope"; font-size: 13px; margin: 5px 0; }
.tutorial-list small { color: #858b99; font-size: 9px; }

.asset-hero { background: #f2f3f5; padding-block: 52px; }
.asset-hero-grid { align-items: center; display: grid; gap: 66px; grid-template-columns: .88fr 1.12fr; min-height: 380px; }
.asset-hero-grid .back-link { margin-bottom: 32px; }
.asset-hero-grid h1 { font-size: clamp(40px, 4.5vw, 61px); letter-spacing: -.055em; line-height: .98; margin: 0; }
.asset-hero-grid > div > p:not(.eyebrow) { color: var(--muted); font-size: 16px; line-height: 1.5; margin: 18px 0 0; max-width: 550px; }
.asset-detail-layout { display: grid; gap: 70px; grid-template-columns: minmax(0, 1fr) 300px; }
.asset-copy-panel, .asset-file-panel { border-top: 2px solid var(--orange); padding-top: 22px; }
.asset-copy-panel + .asset-file-panel { margin-top: 52px; }
.asset-copy-panel h2, .asset-file-panel h2, .asset-use-aside h2 { font-size: 28px; letter-spacing: -.052em; line-height: 1.05; margin: 0 0 19px; }
.asset-copy-content { background: #f7f7f8; border: 1px solid var(--line); margin: 18px 0; max-height: 480px; overflow: auto; padding: 20px; }
.asset-copy-content pre { color: #3c3c3d; font: 13px/1.65 Inter, sans-serif; margin: 0; white-space: pre-wrap; }
.asset-copy-loading { color: var(--muted); font-size: 13px; line-height: 1.5; }
.asset-download-list { border-top: 1px solid var(--line); }
.asset-download-list > div { align-items: center; border-bottom: 1px solid var(--line); display: grid; gap: 4px 15px; grid-template-columns: 64px minmax(0, 1fr) auto; padding: 16px 0; }
.asset-download-list span { color: var(--orange); font-size: 9px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.asset-download-list strong { font-size: 13px; }
.asset-download-list small { color: var(--muted); font-size: 10px; grid-column: 2; }
.asset-download-list a, .asset-download-list em { color: var(--violet-dark); font-size: 11px; font-style: normal; font-weight: 700; grid-column: 3; grid-row: 1 / span 2; text-decoration: none; }
.asset-download-list em { color: #8b8c8e; font-weight: 500; }
.asset-use-aside { align-self: start; background: #fef6ee; border: 1px solid #f4dfd0; box-shadow: 9px 9px 0 rgba(242,107,42,.16); padding: 24px; }
.asset-use-aside h2 { font-size: 23px; margin-top: 8px; }
.asset-use-aside > p:not(.eyebrow) { color: #66605b; font-size: 12px; line-height: 1.5; margin-bottom: 22px; }

.library-hero { background: radial-gradient(circle at 86% 20%, #3e347e, transparent 35%), var(--night); color: #fff; padding: 84px 0 55px; }
.library-hero h1 { max-width: 920px; }
.library-hero > .shell > p:not(.eyebrow) { color: #bec3d7; font-size: 17px; line-height: 1.55; max-width: 760px; }
.library-controls { align-items: end; display: grid; gap: 12px; grid-template-columns: 1.5fr .6fr .6fr; margin-top: 38px; }
.library-controls label > span { color: #bfc4d7; display: block; font-size: 9px; font-weight: 700; letter-spacing: .08em; margin-bottom: 7px; text-transform: uppercase; }
.library-controls input, .library-controls select { background: #fff; border: 0; color: var(--ink); height: 48px; outline: none; padding: 0 13px; width: 100%; }
.result-line { align-items: center; display: flex; font-size: 11px; justify-content: space-between; margin-bottom: 18px; }
.result-line span { color: var(--muted); }
.empty-results { color: var(--muted); padding: 60px 0; text-align: center; }

.learn-hero { background: radial-gradient(circle at 77% 24%, #664541, transparent 36%), var(--night); }
.lesson-stack { display: grid; gap: 9px; transform: rotate(-3deg); }
.lesson-stack span { background: #fff; box-shadow: 8px 8px 0 rgba(91,61,242,.45); color: var(--ink); font-family: "Manrope"; font-size: 25px; font-weight: 800; padding: 17px 24px; }
.lesson-stack span:nth-child(2) { margin-left: 28px; }
.lesson-stack span:nth-child(3) { margin-left: 56px; }
.lesson-stack span:nth-child(4) { margin-left: 84px; }
.learn-grid { display: grid; gap: 14px; grid-template-columns: repeat(3, 1fr); }
.learn-grid article { border: 1px solid var(--line); min-height: 285px; padding: 24px; }
.learn-grid article > span { color: var(--orange); font-size: 9px; font-weight: 700; }
.learn-grid article > p:first-of-type { color: var(--violet-dark); font-size: 8px; font-weight: 700; letter-spacing: .09em; margin: 35px 0 6px; text-transform: uppercase; }
.learn-grid h3 { font-size: 20px; letter-spacing: -.045em; line-height: 1.05; margin: 0 0 7px; }
.learn-grid small { color: #8d92a0; font-size: 9px; }
.learn-grid article > p:last-of-type { color: var(--muted); font-size: 12px; line-height: 1.5; }
.learn-grid button { background: none; border: 0; color: var(--violet-dark); font-size: 11px; font-weight: 700; margin-top: 11px; padding: 0; }

.site-footer { background: #111226; color: #fff; padding: 55px 0; }
.footer-grid { display: grid; gap: 60px; grid-template-columns: 1.5fr .5fr .7fr; }
.brand-light small { color: #aeb3c9; }
.footer-grid > div:first-child p { color: #aeb3c9; font-size: 12px; margin-top: 18px; }
.footer-grid > div:not(:first-child) { display: grid; gap: 9px; }
.footer-grid > div:not(:first-child) strong { color: #dcdff0; font-size: 10px; letter-spacing: .08em; margin-bottom: 4px; text-transform: uppercase; }
.footer-grid > div:not(:first-child) a { color: #969db7; font-size: 11px; }
.footer-grid a:hover { color: #fff; }

.asset-dialog { border: 0; box-shadow: 0 28px 80px rgba(10,11,32,.42); max-width: min(900px, calc(100% - 32px)); padding: 0; width: 900px; }
.asset-dialog::backdrop { backdrop-filter: blur(3px); background: rgba(12,13,34,.7); }
.asset-dialog-grid { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 510px; }
.asset-dialog-grid > div:first-child .placeholder-preview { height: 100%; }
.asset-dialog-copy { padding: 45px; }
.asset-dialog-copy h2 { font-size: 33px; letter-spacing: -.06em; line-height: 1; margin: 0; }
.asset-dialog-copy > p:not(.eyebrow) { color: var(--muted); font-size: 13px; line-height: 1.5; }
.dialog-trigger-block { border-top: 1px solid var(--line); margin-top: 20px; padding-top: 17px; }
.dialog-trigger-block > span { color: #8b90a0; display: block; font-size: 8px; font-weight: 700; letter-spacing: .08em; margin-bottom: 9px; text-transform: uppercase; }
.asset-dialog-copy dl { border-top: 1px solid var(--line); margin: 22px 0; }
.asset-dialog-copy dl > div { border-bottom: 1px solid var(--line); display: grid; gap: 15px; grid-template-columns: 110px 1fr; padding: 10px 0; }
.asset-dialog-copy dt { color: #8b90a0; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.asset-dialog-copy dd { font-size: 10px; margin: 0; }
.dialog-note { color: #9297a4; display: block; font-size: 8px; margin-top: 13px; }
.dialog-close { background: #fff; border: 1px solid var(--line); color: #555b6a; font-size: 22px; height: 34px; line-height: 1; position: absolute; right: 12px; top: 12px; width: 34px; z-index: 3; }
.toast { background: var(--night); bottom: 24px; box-shadow: var(--shadow); color: #fff; font-size: 12px; left: 50%; max-width: min(520px, calc(100% - 32px)); opacity: 0; padding: 14px 18px; pointer-events: none; position: fixed; transform: translate(-50%, 20px); transition: .2s ease; z-index: 90; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

/* FireSprint brand alignment */
h1, h2, h3, .placeholder-preview strong, .hero-facts dt, .next-inner strong, .campaign-promise-card strong, .sequence-date strong, .overview-grid strong, .tutorial-list strong, .lesson-stack span { font-family: "Inter", sans-serif; }
.demo-ribbon { background: linear-gradient(90deg, #f15928, #f47d2c); min-height: 36px; }
.demo-ribbon > span { background: #fff; }
.demo-ribbon p { color: rgba(255,255,255,.86); }
.header-inner { height: 82px; }
.brand-lockup { align-items: center; display: inline-flex; gap: 12px; }
.brand-lockup > img { height: auto; width: 145px; }
.brand-lockup > i { background: #d7d7d8; display: block; height: 32px; width: 1px; }
.brand-lockup > span > strong { color: var(--ink); display: block; font-size: 16px; font-weight: 700; letter-spacing: -.035em; }
.brand-lockup > span > small { color: #86878a; display: block; font-size: 7px; font-weight: 600; letter-spacing: .09em; margin-top: 4px; text-transform: uppercase; }
.brand-light .brand-lockup > span > strong { color: #fff; }
.brand-light .brand-lockup > span > small { color: #c9c9ca; }
.brand-light .brand-lockup > i { background: rgba(255,255,255,.25); }
.primary-nav a { color: #4e4f50; font-weight: 500; padding-block: 32px 30px; }
.admin-link { background: linear-gradient(90deg, #f15928, #f47d2c); border-radius: 5px; color: #fff; padding: 10px 16px; }
.eyebrow { color: var(--violet-dark); }
.home-hero { background: radial-gradient(circle at 88% 4%, rgba(244,125,44,.18), transparent 36%), linear-gradient(145deg, #fff, #f2f3f5); border-bottom: 1px solid var(--line); color: var(--ink); }
.hero-copy h1, .page-hero h1, .library-hero h1 { font-weight: 700; letter-spacing: -.052em; line-height: 1.01; }
.hero-summary { color: var(--muted); max-width: 600px; }
.button { border-radius: 5px; }
.button.primary, .admin-button.primary { background: linear-gradient(90deg, #f15928, #f47d2c); color: #fff; }
.button.primary:hover { background: linear-gradient(90deg, #e45121, #ef6f22); }
.button.secondary { background: #fff; border-color: #bfc0c2; color: var(--ink); }
.hero-facts { border-top-color: #d4d5d7; }
.hero-facts dt { color: var(--violet); font-weight: 700; }
.hero-facts dd { color: #707173; max-width: 110px; }
.featured-pack { border: 1px solid var(--line); border-radius: 5px; box-shadow: 12px 12px 0 rgba(242,107,42,.22), var(--shadow); overflow: hidden; }
.placeholder-preview { background: #d9d9da; border-color: #c5c5c6; border-radius: 5px; color: #4d4d4e; }
.next-strip { background: linear-gradient(90deg, #f15928, #f47d2c); color: #fff; }
.next-inner span, .next-inner p { color: rgba(255,255,255,.82); }
.next-inner a { border-bottom-color: rgba(255,255,255,.55); }
.campaign-card, .pack-card, .asset-card, .lesson-stack span, .asset-dialog { border-radius: 5px; }
.campaign-card.accent-violet { box-shadow: 9px 9px 0 #fbe2d4; }
.campaign-card.accent-orange { box-shadow: 9px 9px 0 #e2e3e4; }
.pack-card, .asset-card { overflow: hidden; }
.status-scheduled { background: #fef1e8; color: #b6481b; }
.page-hero { background: radial-gradient(circle at 88% 8%, rgba(242,107,42,.17), transparent 37%), #f2f3f5; border-top: 4px solid var(--violet); color: var(--ink); }
.page-hero-grid > div:first-child > p:not(.eyebrow) { color: var(--muted); }
.page-hero .button.secondary { border-color: #bbbdbf; color: var(--ink); }
.back-link { color: var(--violet-dark); }
.campaign-hero.accent-violet { background: radial-gradient(circle at 85% 20%, rgba(242,107,42,.2), transparent 39%), #f2f3f5; }
.campaign-hero.accent-orange { background: radial-gradient(circle at 84% 18%, rgba(78,79,80,.13), transparent 40%), #f2f3f5; }
.campaign-promise-card { border-radius: 5px; box-shadow: 10px 10px 0 rgba(242,107,42,.22); }
.pack-overview { background: #fef6ee; border-block: 1px solid #f4dfd0; }
.trigger-bubble.trigger-appearance { background: #fef1e8; border-color: #f5d5c2; color: #b6481b; }
.trigger-bubble.trigger-touchpoint { background: #f1f2f3; border-color: #dfe0e2; color: #555657; }
.trigger-bubble.trigger-businessType { background: #fff8f1; border-color: #ecdcca; color: #79502f; }
.library-hero { background: radial-gradient(circle at 86% 20%, rgba(242,107,42,.38), transparent 35%), #3c3c3d; }
.library-hero .eyebrow { color: #fff; }
.learn-hero { background: radial-gradient(circle at 77% 24%, rgba(242,107,42,.2), transparent 36%), #f2f3f5; }
.lesson-stack span { border: 1px solid var(--line); box-shadow: 7px 7px 0 rgba(242,107,42,.22); font-weight: 700; }
.site-footer { background: #3c3c3d; border-top: 5px solid var(--violet); }
.asset-dialog { box-shadow: 0 28px 80px rgba(60,60,61,.3); }

/* Focused reseller homepage */
.home-slider { background: #ececed; height: 440px; overflow: hidden; position: relative; }
.home-slide-track, .home-slide { inset: 0; position: absolute; }
.home-slide { opacity: 0; pointer-events: none; transition: opacity .55s ease; }
.home-slide.active { opacity: 1; pointer-events: auto; z-index: 1; }
.home-slide > img { height: 100%; object-fit: cover; object-position: center; width: 100%; }
.home-slide:first-child > img { object-position: center 30%; }
.home-slide::after { background: linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.94) 31%, rgba(255,255,255,.55) 48%, rgba(255,255,255,0) 69%); content: ""; inset: 0; position: absolute; }
.home-slide-inner { align-items: center; display: flex; height: 100%; position: absolute; inset: 0; z-index: 2; }
.home-slide-copy { max-width: 560px; padding-bottom: 18px; width: 47%; }
.home-slide-copy h1 { font-size: clamp(42px, 4.5vw, 64px); font-weight: 700; letter-spacing: -.057em; line-height: .98; margin: 0; }
.home-slide-copy > p:not(.eyebrow) { color: #555657; font-size: 17px; line-height: 1.4; margin: 18px 0 22px; }
.home-slider-controls { align-items: center; bottom: 20px; display: flex; gap: 10px; left: 50%; position: absolute; transform: translateX(-50%); z-index: 4; }
.home-slider-controls > button { align-items: center; background: rgba(255,255,255,.94); border: 1px solid #c7c7c8; border-radius: 50%; color: var(--ink); display: flex; height: 32px; justify-content: center; padding: 0; width: 32px; }
.home-slider-controls > div { align-items: center; display: flex; gap: 7px; }
.home-slider-controls > div button { background: #a2a3a5; border: 0; border-radius: 50%; height: 7px; padding: 0; transition: width .2s ease, border-radius .2s ease, background .2s ease; width: 7px; }
.home-slider-controls > div button.active { background: var(--orange); border-radius: 5px; width: 25px; }
.home-pack-section { background: #fff; padding: 36px 0 82px; }
.home-pack-heading { align-items: end; display: flex; justify-content: space-between; margin-bottom: 22px; }
.home-pack-heading .eyebrow { margin-bottom: 9px; }
.home-pack-heading h2 { font-size: clamp(28px, 3vw, 39px); font-weight: 700; letter-spacing: -.052em; line-height: 1; margin: 0; }
.home-pack-heading > a { color: var(--violet-dark); font-size: 12px; font-weight: 700; padding-bottom: 3px; }
.home-pack-grid { display: grid; gap: 17px; grid-template-columns: repeat(3, 1fr); }
.home-pack-card { background: #fff; border: 1px solid var(--line); border-radius: 5px; display: block; min-width: 0; overflow: hidden; transition: box-shadow .2s ease, transform .2s ease; }
.home-pack-card:hover { box-shadow: 0 15px 32px rgba(60,60,61,.11); transform: translateY(-3px); }
.home-pack-card .placeholder-preview { aspect-ratio: 16 / 8; border: 0; border-bottom: 1px solid #c5c5c6; border-radius: 0; min-height: 145px; }
.home-pack-card > div:last-child { padding: 17px 19px 19px; }
.home-pack-card > div:last-child > span { color: #858688; display: block; font-size: 8px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.home-pack-card h3 { font-size: 21px; letter-spacing: -.047em; line-height: 1.05; margin: 8px 0 7px; }
.home-pack-card p { color: var(--muted); font-size: 11px; line-height: 1.42; margin: 0 0 13px; }
.home-pack-card b { color: var(--violet-dark); font-size: 10px; }

/* Campaign pages lead with the Action Pack selected on the homepage. */
.campaign-hero { padding-block: 44px; }
.campaign-hero-grid { align-items: center; display: grid; gap: 68px; grid-template-columns: .83fr 1.17fr; min-height: 390px; }
.campaign-intro .back-link { margin-bottom: 34px; }
.campaign-intro h1 { font-size: clamp(40px, 4.5vw, 61px); font-weight: 700; letter-spacing: -.055em; line-height: .98; margin: 0; }
.campaign-intro > p:not(.eyebrow) { color: var(--muted); font-size: 16px; line-height: 1.5; margin: 18px 0 0; max-width: 550px; }
.campaign-pack-spotlight { background: #fff; border: 1px solid var(--line); border-radius: 5px; box-shadow: 10px 10px 0 rgba(242,107,42,.2); display: grid; grid-template-columns: 1.05fr .95fr; overflow: hidden; }
.campaign-pack-spotlight .placeholder-preview { aspect-ratio: auto; border: 0; border-radius: 0; height: 100%; min-height: 275px; }
.campaign-pack-spotlight > div:last-child { align-self: center; padding: 28px; }
.campaign-pack-spotlight > div:last-child > span { color: #88898b; font-size: 8px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.campaign-pack-spotlight h2 { font-size: 29px; letter-spacing: -.052em; line-height: 1.02; margin: 12px 0 24px; }
.campaign-pack-spotlight b { color: var(--violet-dark); font-size: 11px; }
.campaign-sequence { padding: 58px 0 82px; }
.campaign-sequence-heading { margin-bottom: 20px; }
.campaign-sequence-heading .eyebrow { margin-bottom: 9px; }
.campaign-sequence-heading h2 { font-size: clamp(29px, 3.3vw, 43px); letter-spacing: -.055em; line-height: 1; margin: 0; }
.sequence-list article.selected { background: #fef6ee; box-shadow: inset 4px 0 0 var(--orange); padding-inline: 16px; }

.footer-grid { align-items: center; display: flex; justify-content: space-between; }
.footer-grid nav { display: flex; gap: 25px; }
.footer-grid nav a { color: #c5c5c6; font-size: 11px; }
.footer-grid nav a:hover { color: #fff; }

@media (max-width: 980px) {
  .primary-nav { gap: 18px; margin-left: 42px; }
  .hero-layout, .page-hero-grid { gap: 38px; grid-template-columns: 1fr 1fr; }
  .campaign-card { display: block; }
  .campaign-card > .placeholder-preview { height: auto; min-height: 230px; }
  .pack-grid, .asset-grid, .learn-grid { grid-template-columns: repeat(2, 1fr); }
  .section-heading, .current-layout, .pack-support-grid { gap: 35px; }
  .home-slide-copy { width: 55%; }
  .campaign-hero-grid { gap: 35px; grid-template-columns: .9fr 1.1fr; }
  .campaign-pack-spotlight { grid-template-columns: 1fr; }
  .campaign-pack-spotlight .placeholder-preview { min-height: 185px; }
  .asset-hero-grid { gap: 38px; grid-template-columns: .95fr 1.05fr; }
  .asset-detail-layout { gap: 42px; }
}

@media (max-width: 720px) {
  :root { --shell: min(100% - 30px, 1180px); }
  .demo-ribbon p { display: none; }
  .header-inner { height: 66px; }
  .nav-toggle { display: block; }
  .primary-nav { background: #fff; border-bottom: 1px solid var(--line); display: none; left: 0; margin: 0; padding: 10px 16px 18px; position: absolute; right: 0; top: 66px; }
  .primary-nav.open { display: grid; gap: 0; }
  .primary-nav a { padding: 12px 0; }
  .primary-nav a.active::after { bottom: 6px; right: auto; width: 32px; }
  .admin-link { margin-left: 8px; padding: 8px 10px; }
  .admin-link span { display: none; }
  .brand-lockup { gap: 8px; }
  .brand-lockup > img { width: 108px; }
  .brand-lockup > i { height: 26px; }
  .brand-lockup > span > strong { font-size: 13px; }
  .brand-lockup > span > small { display: none; }
  .hero-layout, .page-hero-grid, .current-layout, .pack-support-grid, .asset-hero-grid, .asset-detail-layout { display: block; }
  .hero-layout { padding-block: 52px 65px; }
  .hero-copy h1, .page-hero h1, .library-hero h1 { font-size: 43px; }
  .hero-summary { font-size: 16px; }
  .featured-pack { margin: 44px 12px 0 0; }
  .hero-facts { gap: 8px; }
  .next-inner { align-items: flex-start; flex-direction: column; gap: 15px; }
  .next-inner > div { display: block; }
  .next-inner p { margin-top: 6px; }
  .section { padding-block: 65px; }
  .section-heading { display: block; }
  .section-heading > p, .text-link { display: block; margin-top: 18px; }
  .campaign-grid, .pack-grid, .asset-grid, .learn-grid { grid-template-columns: 1fr; }
  .campaign-card { box-shadow: none !important; }
  .three-paths { grid-template-columns: 1fr; }
  .three-paths article + article { border-left: 1px solid var(--line); border-top: 0; }
  .page-hero-grid { min-height: 0; padding-block: 50px; }
  .campaign-promise-card, .page-hero-grid > div:nth-child(2) { margin-top: 40px; }
  .current-layout > div + div, .pack-support-grid > div + div { margin-top: 45px; }
  .sequence-list article { gap: 12px; grid-template-columns: 32px 1fr 46px 20px; }
  .sequence-list p { display: none; }
  .overview-grid { grid-template-columns: 1fr; }
  .overview-grid article { min-height: 0; }
  .overview-grid article + article { border-left: 0; border-top: 1px solid rgba(23,24,45,.18); }
  .coverage-grid { grid-template-columns: 1fr; }
  .library-hero { padding-top: 60px; }
  .library-controls { grid-template-columns: 1fr; }
  .result-line { align-items: flex-start; flex-direction: column; gap: 5px; }
  .lesson-stack { margin-right: 12px; }
  .footer-grid { grid-template-columns: 1fr; }
  .home-slider { height: 510px; }
  .home-slide::after { background: linear-gradient(90deg, rgba(255,255,255,.97) 0%, rgba(255,255,255,.9) 52%, rgba(255,255,255,.32) 100%); }
  .home-slide > img { object-position: 62% center; }
  .home-slide:first-child > img { object-position: 62% 30%; }
  .home-slide-copy { max-width: 430px; width: 88%; }
  .home-slide-copy h1 { font-size: 43px; }
  .home-pack-section { padding: 34px 0 62px; }
  .home-pack-heading { align-items: flex-start; flex-direction: column; gap: 15px; }
  .home-pack-grid { grid-template-columns: 1fr; }
  .campaign-hero-grid { display: block; min-height: 0; }
  .campaign-pack-spotlight { margin: 38px 10px 8px 0; }
  .campaign-sequence { padding-block: 50px 65px; }
  .asset-hero { padding-block: 46px; }
  .asset-hero-grid > div:nth-child(2) { margin-top: 36px; }
  .asset-use-aside { margin-top: 44px; }
  .asset-download-list > div { grid-template-columns: 54px minmax(0, 1fr); }
  .asset-download-list a, .asset-download-list em { grid-column: 2; grid-row: auto; margin-top: 5px; }
  .footer-grid { align-items: flex-start; flex-direction: column; gap: 32px; }
  .footer-grid nav { flex-wrap: wrap; }
  .asset-dialog-grid { display: block; }
  .asset-dialog-grid > div:first-child { display: none; }
  .asset-dialog-copy { padding: 42px 24px 28px; }
}
