/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

:root {
  --bg: #f4f4f3;
  --surface: #ffffff;
  --text-primary: #111111;
  --text-secondary: #4b4b4b;
  --muted: #8a8a8a;
  --border: #ddddda;
  --accent: #f2a33b;
  --accent-strong: #e58c12;
  --success: #0f766e;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: radial-gradient(circle at top right, #f8eee0 0%, var(--bg) 38%, #f1f1ef 100%);
  color: var(--text-primary);
  font-family: "Manrope", sans-serif;
  line-height: 1.65;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  color: var(--text-primary);
  font-family: "Sora", sans-serif;
  line-height: 1.2;
}

p {
  margin: 0;
}

a {
  color: var(--text-primary);
}

.site-shell {
  padding-bottom: 72px;
}

.site-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(6px);
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  background: rgba(244, 244, 243, 0.92);
}

.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
}

.brand-mark {
  font-family: "Sora", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
}

.header-nav {
  display: flex;
  gap: 24px;
}

.header-nav a {
  color: var(--text-secondary);
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
}

.header-nav a:hover {
  color: var(--text-primary);
}

.mobile-nav-toggle {
  display: none;
}

.flash-wrap {
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid;
  font-size: 0.95rem;
  font-weight: 600;
}

.flash-wrap.is-notice {
  border-color: rgba(15, 118, 110, 0.3);
  background: rgba(15, 118, 110, 0.08);
  color: #0d5c55;
}

.flash-wrap.is-alert {
  border-color: rgba(181, 63, 69, 0.3);
  background: rgba(181, 63, 69, 0.08);
  color: #8b2f36;
}

.hero {
  display: grid;
  grid-template-columns: 42% 58%;
  gap: 32px;
  align-items: start;
  padding-top: 72px;
}

.hero-left,
.hero-right,
.guide-card,
.proof-card,
.pricing-card,
.intake-panel,
.guide-cover,
.guide-cta,
.guide-section,
.about-block {
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--surface);
}

.hero-left,
.hero-right {
  padding: 32px;
}

.hero-avatar {
  display: block;
  width: 84px;
  height: 84px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 999px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 10px 20px rgba(17, 17, 17, 0.08);
}

.kicker {
  margin-top: 16px;
  color: var(--text-secondary);
  font-size: 0.95rem;
  font-weight: 600;
}

.hero-left h1 {
  margin-top: 8px;
  font-size: clamp(2rem, 4vw, 3rem);
}

.hero-bio {
  margin-top: 16px;
  max-width: 34ch;
  color: var(--text-secondary);
  font-size: 1.1rem;
}

.social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.social-row a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--text-secondary);
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
}

.social-row a:hover {
  color: var(--text-primary);
  border-color: var(--accent);
}

.social-icon {
  width: 15px;
  height: 15px;
  fill: currentColor;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid var(--border);
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--text-secondary);
}

.hero-right h2 {
  margin-top: 16px;
  max-width: 17ch;
  font-size: clamp(2rem, 4.2vw, 3.55rem);
}

.headline-strip {
  padding: 2px 8px;
  border-radius: 8px;
  background: var(--accent);
  color: #402406;
}

.hero-subcopy {
  margin-top: 16px;
  max-width: 48ch;
  color: var(--text-secondary);
  font-size: 1.05rem;
}

.hero-subcopy span {
  color: var(--text-primary);
  font-weight: 700;
}

.email-form {
  display: flex;
  gap: 10px;
  margin-top: 22px;
}

.email-form input,
.intake-form input,
.intake-form select,
.intake-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: #fff;
  color: var(--text-primary);
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
}

.email-form button,
.intake-form button {
  border: 0;
  border-radius: 10px;
  background: var(--accent);
  color: #432606;
  font-family: "Manrope", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
  padding: 0 18px;
}

.email-form button:hover,
.intake-form button:hover {
  background: var(--accent-strong);
  color: #fff4e8;
}

.micro-proof {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.86rem;
}

.section-block {
  margin-top: 72px;
}

.section-head h3 {
  margin-top: 14px;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  max-width: 22ch;
}

.section-subhead {
  margin-top: 10px;
  max-width: 52ch;
  color: var(--text-secondary);
  font-size: 1.02rem;
  line-height: 1.6;
}

.guides-index-intro {
  padding-top: 72px;
}

.guides-index-intro h1 {
  margin-top: 14px;
  max-width: 18ch;
  font-size: clamp(2rem, 4.2vw, 3.15rem);
}

.guides-index-intro p {
  margin-top: 12px;
  max-width: 56ch;
  color: var(--text-secondary);
  font-size: 1.05rem;
}

.guide-grid,
.proof-grid,
.pricing-grid {
  margin-top: 22px;
  display: grid;
  gap: 16px;
}

.guide-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.proof-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.guide-card,
.proof-card,
.pricing-card {
  position: relative;
  padding: 22px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.guide-card:hover,
.proof-card:hover,
.pricing-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(17, 17, 17, 0.06);
}

.guide-card {
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
}

.guide-card::before {
  content: "";
  display: block;
  height: 3px;
  background: linear-gradient(90deg, var(--accent) 0%, #f4c16d 100%);
}

.guide-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 22px;
}

.guide-card h4 {
  margin-top: 10px;
  font-size: 1.32rem;
  line-height: 1.2;
}

.proof-card h4 {
  font-size: 1.24rem;
}

.guide-taxonomy,
.guide-meta-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.guide-taxonomy .guide-category {
  padding: 2px 8px;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--text-secondary);
  background: #f7f7f6;
  font-size: 0.7rem;
}

.guide-taxonomy span,
.guide-meta-line span {
  margin-left: 0;
  color: var(--muted);
}

.guide-subtitle {
  margin-top: 10px;
  color: var(--text-primary);
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1.45;
}

.guide-card p,
.proof-card p {
  margin-top: 10px;
  color: var(--text-secondary);
}

.guide-card .guide-desc {
  font-size: 0.92rem;
  line-height: 1.55;
  flex: 1;
}

.guide-card a.guide-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 18px;
  padding: 0;
  color: #5f390c;
  font-weight: 700;
  font-size: 0.92rem;
  text-decoration: none;
}

.guide-card a.guide-link:hover {
  color: var(--accent-strong);
}

.guide-card a.guide-link svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.15s ease;
}

.guide-card a.guide-link:hover svg {
  transform: translateX(2px);
}

.proof-card a:not(.proof-external),
.pricing-card a {
  display: inline-block;
  margin-top: 14px;
  color: #5f390c;
  font-weight: 700;
  text-decoration-thickness: 2px;
}

.proof-result {
  font-size: 0.95rem;
}

.proof-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.proof-logo-img {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  object-fit: contain;
  background: #fbfbfb;
  padding: 7px;
  border: 1px solid rgba(17, 17, 17, 0.12);
}

.proof-domain {
  color: #6a6a6a;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-decoration: none;
}

.proof-domain:hover {
  color: #3f3f3f;
  text-decoration: underline;
}

.proof-external {
  margin-left: auto;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid #c7c7c2;
  border-radius: 999px;
  color: #785014;
  background: #f8f8f7;
  transition: all 0.2s ease;
}

.proof-external svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.15;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.proof-external:hover {
  border-color: var(--accent-strong);
  color: #4a2c08;
  background: #fff8ef;
  transform: translateY(-1px);
}

.proof-card {
  min-height: 338px;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-color: #ccccc7;
  border-radius: 20px;
  background: #fbfbfa;
  padding: 22px 22px 20px;
}

.proof-card h4 {
  font-size: clamp(1.8rem, 2.2vw, 2.4rem);
  margin-top: 0;
  letter-spacing: -0.015em;
  line-height: 1.1;
}

.proof-card p {
  margin-top: 12px;
  max-width: 31ch;
  color: #4a4a4a;
  font-size: 0.92rem;
  line-height: 1.42;
}

.proof-tagline {
  color: #262626;
  font-weight: 700;
  margin-top: 10px;
}

.proof-heading {
  max-width: 13ch;
  text-wrap: balance;
  line-height: 1.06;
}

.pricing-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.plan-header {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.plan-price {
  font-family: "Sora", sans-serif;
  font-size: clamp(2.2rem, 3vw, 2.8rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
}

.plan-name {
  font-family: "Sora", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-secondary);
}

.plan-copy {
  margin-top: 12px;
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.55;
}

.pricing-card {
  display: flex;
  flex-direction: column;
  border-radius: 22px;
  padding: 28px;
  background: #fbfbfa;
}

.pricing-card-system {
  border-color: rgba(111, 83, 31, 0.25);
}

.pricing-card-operator {
  border-color: rgba(15, 118, 110, 0.24);
  box-shadow: 0 14px 30px rgba(15, 118, 110, 0.08);
}

.package-meta {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.86rem;
  font-style: italic;
}

.package-divider {
  margin-top: 18px;
  height: 1px;
  background: var(--border);
}

.package-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.package-badges span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: #f2f1ed;
  border: 1px solid rgba(17, 17, 17, 0.1);
  color: #545454;
  font-size: 0.77rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.package-group {
  margin-top: 16px;
  font-family: "IBM Plex Mono", monospace;
  color: var(--text-secondary);
  font-size: 0.72rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.package-list {
  margin: 8px 0 0;
  padding-left: 18px;
}

.package-list li {
  margin-top: 8px;
  font-size: 0.93rem;
  line-height: 1.5;
  color: var(--text-secondary);
}

.package-modules {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.package-modules span {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: #f7f7f6;
  color: var(--text-secondary);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.pricing-card-operator .package-modules span {
  border-color: rgba(15, 118, 110, 0.2);
  background: rgba(15, 118, 110, 0.05);
  color: #0d5c55;
}

.package-cta {
  margin-top: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 0;
  border-radius: 10px;
  background: #111111;
  color: #f5f5f2;
  font-family: "Manrope", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  min-height: 48px;
  padding: 0 16px;
  cursor: pointer;
}

.package-cta:hover {
  background: #222;
}

.package-cta-priority {
  background: #0f766e;
}

.package-cta-priority:hover {
  background: #0d5f59;
}

.pricing-card ul {
  margin: 14px 0 0;
  padding-left: 19px;
}

.pricing-card li + li {
  margin-top: 8px;
}

.intake-panel {
  margin-top: 18px;
  padding: 24px;
}

.intake-panel h4 {
  font-size: 1.35rem;
}

.intake-subcopy {
  margin-top: 8px;
  max-width: 70ch;
  color: var(--text-secondary);
  font-size: 0.96rem;
}

.work-philosophy {
  margin-top: 24px;
  width: 100%;
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: linear-gradient(120deg, #fbfbf9 0%, #f6f5f1 100%);
}

.work-philosophy h4 {
  margin-top: 14px;
  font-size: clamp(1.4rem, 2.4vw, 2rem);
}

.work-philosophy p:last-of-type {
  margin-top: 10px;
  color: var(--text-secondary);
  max-width: 62ch;
}

.about-link {
  display: inline-block;
  margin-top: 14px;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--accent-strong);
  text-decoration: none;
}

.about-link:hover {
  text-decoration: underline;
}

.intake-form {
  margin-top: 14px;
  display: grid;
  gap: 10px;
  max-width: 900px;
}

.intake-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.intake-modal[hidden] {
  display: none;
}

.intake-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(8, 8, 8, 0.45);
  backdrop-filter: blur(3px);
}

.intake-modal-dialog {
  width: min(960px, 100%);
  max-height: calc(100vh - 40px);
  overflow: auto;
  border-radius: 20px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  background: #f8f8f6;
  box-shadow: 0 24px 60px rgba(17, 17, 17, 0.22);
  padding: 24px;
  position: relative;
}

.intake-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: #fff;
  color: #444;
  cursor: pointer;
}

.intake-modal-close svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
}

.intake-modal-head h4 {
  margin-top: 14px;
  font-size: clamp(1.5rem, 2.6vw, 2.1rem);
}

.intake-modal-head p {
  margin-top: 10px;
  color: var(--text-secondary);
}

.intake-form-modal {
  margin-top: 18px;
}

body.modal-open {
  overflow: hidden;
}

.intake-form label {
  color: var(--text-secondary);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.intake-form button {
  margin-top: 6px;
  min-height: 48px;
}

.about-block {
  max-width: 680px;
  padding: 24px;
}

.about-block p:last-child {
  margin-top: 14px;
  color: var(--text-secondary);
  font-size: 1.1rem;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 56px;
  padding-top: 24px;
  border-top: 1px solid rgba(17, 17, 17, 0.12);
}

.site-footer a {
  color: var(--text-secondary);
  font-size: 0.92rem;
  font-weight: 600;
}

.footer-email-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--text-secondary);
  font-family: "Manrope", sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
  cursor: pointer;
}

.footer-email-btn:hover {
  color: var(--text-primary);
}

.footer-email-btn svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.guide-shell {
  min-height: 100vh;
}

.guide-two-column {
  display: grid;
  grid-template-columns: minmax(340px, 44%) minmax(0, 56%);
  gap: 36px;
  padding-top: 72px;
  align-items: start;
}

.guide-visual-panel {
  padding: 26px;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: linear-gradient(165deg, #ece8e9 0%, #e6e1e2 100%);
  position: sticky;
  top: 92px;
}

.guide-visual-stage {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 620px;
  border-radius: 14px;
  background: linear-gradient(165deg, #f3eff0 0%, #f0ebec 100%);
}

.guide-cover-art {
  width: min(420px, 100%);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 20px 38px rgba(17, 17, 17, 0.14);
  overflow: hidden;
}

.guide-cover-art img {
  display: block;
  width: 100%;
  height: auto;
}

.guide-content-panel {
  max-width: 680px;
}

.guide-kicker {
  color: var(--muted);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.74rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.guide-kicker span {
  margin-left: 0;
  padding: 3px 8px;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--text-secondary);
  background: #f7f7f6;
}

.guide-content-panel h1 {
  margin-top: 12px;
  font-size: clamp(2rem, 4.2vw, 3.7rem);
  max-width: 12ch;
  line-height: 1.08;
}

.guide-content-panel .guide-subtitle {
  margin-top: 16px;
  color: var(--text-primary);
  font-size: 1.65rem;
  font-weight: 600;
  line-height: 1.2;
}

.guide-description {
  margin-top: 14px;
  max-width: 46ch;
  color: var(--text-secondary);
  font-size: 1.06rem;
  line-height: 1.75;
}

.guide-bullets {
  margin: 22px 0 0;
  padding-left: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.guide-bullets li {
  color: var(--text-secondary);
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.guide-bullets li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  margin-top: 7px;
  background: var(--accent);
  flex-shrink: 0;
}

.guide-form-title {
  margin-top: 0;
  color: var(--text-secondary);
  font-size: 1rem;
  font-weight: 600;
}

.guide-inline-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  margin-top: 10px;
  max-width: none;
}

.guide-inline-form input {
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 14px 16px;
  font-size: 1rem;
  background: #fff;
}

.guide-inline-form button {
  border: 0;
  border-radius: 10px;
  background: var(--accent);
  padding: 0 20px;
  color: #3f260a;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  min-height: 48px;
}

.guide-inline-form button:hover {
  background: var(--accent-strong);
  color: #fff6ec;
}

.guide-footnote {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.88rem;
}

.hidden {
  display: none;
}

.form-feedback {
  margin-top: 10px;
  color: var(--success);
  font-size: 0.92rem;
  font-weight: 600;
}

.form-feedback-error {
  color: #b91c1c;
}

.guide-content-block {
  margin-top: 0;
  padding: 18px 18px 16px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--surface);
  box-shadow: 0 8px 18px rgba(17, 17, 17, 0.04);
}

.guide-content-block h2 {
  margin-bottom: 10px;
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.guide-list {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 7px;
}

.guide-list li {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.5;
}

.guide-signup-block {
  margin-top: 24px;
  padding: 16px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: linear-gradient(180deg, #fcfcfb 0%, #f7f7f6 100%);
}

.guide-outline-wrap {
  margin-top: 18px;
}

.guide-outline-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.guide-content-block-wide {
  grid-column: 1 / -1;
  padding: 20px;
  background: linear-gradient(180deg, #fdfdfc 0%, #f7f7f6 100%);
}

.guide-content-block-wide h2 {
  margin-bottom: 14px;
  font-size: 1.55rem;
}

.guide-list-two-col {
  column-count: 2;
  column-gap: 24px;
}

.guide-list-two-col li {
  break-inside: avoid;
  margin-bottom: 7px;
}

.guide-outline-note {
  margin-top: 14px;
  color: var(--text-secondary);
  font-size: 0.92rem;
  line-height: 1.5;
}

.guide-outline-note span {
  display: inline-flex;
  align-items: center;
  margin-right: 8px;
  padding: 2px 8px;
  border: 1px solid var(--border);
  border-radius: 999px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--text-primary);
}

.guide-map-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.guide-map-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-height: 62px;
  padding: 12px 12px 11px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--surface);
}

.guide-map-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: var(--accent);
  color: #4a2c08;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.76rem;
  font-weight: 700;
  flex-shrink: 0;
}

.guide-map-text {
  color: var(--text-primary);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
}

.guide-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.guide-metric {
  padding: 18px 16px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--surface);
  position: relative;
}

.guide-metric::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  border-radius: 12px 12px 0 0;
  background: linear-gradient(90deg, var(--accent) 0%, #f4c16d 100%);
}

.guide-metric-value {
  font-family: "Sora", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
}

.guide-metric-label {
  margin-top: 6px;
  color: var(--text-secondary);
  font-size: 0.92rem;
  line-height: 1.4;
}

.guide-section p,
.guide-section li {
  margin-top: 8px;
  color: var(--text-secondary);
}

.guide-section ul {
  margin: 0;
  padding-left: 18px;
}

[data-scroll-animation] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 220ms ease, transform 220ms ease;
}

[data-scroll-animation].is-revealed {
  opacity: 1;
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Projects page */

.projects-intro {
  padding-top: 72px;
  padding-bottom: 0;
}

.projects-intro h1 {
  margin-top: 14px;
  font-size: clamp(2rem, 4.2vw, 3rem);
  line-height: 1.15;
}

.projects-subtitle {
  margin-top: 12px;
  max-width: 56ch;
  color: var(--text-secondary);
  font-size: 1.05rem;
}

.projects-intro + section {
  margin-top: 36px;
}

/* About page */

.about-page {
  padding-top: 32px;
  padding-bottom: 72px;
}

.about-header {
  max-width: 680px;
  margin: 0 auto 48px;
  text-align: center;
}

.about-header h1 {
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.15;
  margin-top: 12px;
}

.about-body {
  max-width: 680px;
  margin: 0 auto;
  text-align: left;
}

.about-lede {
  font-size: clamp(1.15rem, 2.2vw, 1.35rem);
  line-height: 1.6;
  color: var(--text-primary);
  margin-bottom: 24px;
  font-weight: 500;
}

.about-body > p {
  font-size: 1.05rem;
  line-height: 1.72;
  color: var(--text-secondary);
  margin-bottom: 20px;
}

.about-body > p a {
  color: var(--text-primary);
  font-weight: 600;
  text-decoration-color: var(--accent);
  text-underline-offset: 3px;
}

.about-body h2 {
  font-size: clamp(1.4rem, 3vw, 1.75rem);
  margin-top: 40px;
  margin-bottom: 16px;
}

.about-offers {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 24px 0;
}

.about-offer {
  padding: 20px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--surface);
  text-align: left;
}

.about-offer-name {
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 8px;
  color: var(--text-primary);
}

.about-offer p:last-child {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--text-secondary);
}

.about-cta-block {
  margin-top: 48px;
  padding: 32px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: linear-gradient(120deg, #fbfbf9 0%, #f6f5f1 100%);
}

.about-cta-block h3 {
  font-size: 1.4rem;
  margin-bottom: 6px;
}

.about-cta-block > p {
  color: var(--text-secondary);
  margin-bottom: 16px;
  font-size: 0.95rem;
}

@media (max-width: 980px) {
  .hero,
  .guide-two-column,
  .guide-grid,
  .proof-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .header-row {
    min-height: 62px;
    position: relative;
  }

  .header-nav {
    display: none;
    position: absolute;
    top: calc(100% - 4px);
    left: 0;
    right: 0;
    padding: 10px;
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 12px;
    background: rgba(250, 250, 248, 0.98);
    box-shadow: 0 12px 22px rgba(17, 17, 17, 0.09);
    flex-direction: column;
    gap: 6px;
  }

  .header-row.is-open .header-nav {
    display: flex;
  }

  .header-nav a {
    padding: 9px 10px;
    border-radius: 8px;
    font-size: 0.95rem;
  }

  .header-nav a:hover {
    background: #f2f2ef;
  }

  .mobile-nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    border: 1px solid rgba(17, 17, 17, 0.12);
    background: #f7f7f5;
    color: #444;
    cursor: pointer;
  }

  .mobile-nav-toggle svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .email-form {
    flex-direction: column;
  }

  .email-form button {
    min-height: 46px;
  }

  .section-block {
    margin-top: 56px;
  }

  .guide-visual-stage {
    min-height: 420px;
  }

  .guide-content-panel h1 {
    font-size: clamp(1.8rem, 8vw, 2.7rem);
  }

  .guide-content-panel .guide-subtitle {
    font-size: 1.3rem;
  }

  .guide-inline-form {
    grid-template-columns: 1fr;
  }

  .guide-inline-form input {
    border-radius: 8px;
  }

  .guide-inline-form button {
    border-radius: 8px;
    min-height: 48px;
    font-size: 1rem;
  }

  .guide-outline-grid {
    grid-template-columns: 1fr;
  }

  .guide-list-two-col {
    column-count: 1;
  }

  .guide-map-list {
    grid-template-columns: 1fr;
  }

  .guide-content-block-wide h2 {
    font-size: 1.3rem;
  }

  .guide-metrics {
    grid-template-columns: 1fr 1fr;
  }

  .proof-card {
    min-height: 0;
    padding: 24px;
  }

  .proof-card h4 {
    font-size: clamp(2rem, 9vw, 2.6rem);
  }

  .proof-card p {
    max-width: none;
  }

  .intake-grid {
    grid-template-columns: 1fr;
  }

  .intake-modal-dialog {
    padding: 16px;
  }

  .about-offers {
    grid-template-columns: 1fr;
  }

  .about-cta-block {
    padding: 24px;
  }
}

@media (max-width: 620px) {
  .guide-metrics {
    grid-template-columns: 1fr;
  }
}

/* Full copied guide pages: normalize Atlas utility-heavy templates into this design system. */
.full-guide-mode {
  background: radial-gradient(circle at top right, #f8eee0 0%, var(--bg) 38%, #f1f1ef 100%);
  color: var(--text-primary);
  font-family: "Manrope", sans-serif;
}

.full-guide-mode h1,
.full-guide-mode h2,
.full-guide-mode h3,
.full-guide-mode h4 {
  font-family: "Sora", sans-serif !important;
  color: var(--text-primary) !important;
}

.full-guide-mode p,
.full-guide-mode li,
.full-guide-mode span,
.full-guide-mode a,
.full-guide-mode div {
  font-family: "Manrope", sans-serif;
}

.full-guide-mode .max-w-4xl,
.full-guide-mode .max-w-5xl,
.full-guide-mode .max-w-6xl {
  max-width: 980px !important;
}

.full-guide-mode .bg-white,
.full-guide-mode .bg-gray-50,
.full-guide-mode .bg-gray-100 {
  background: var(--surface) !important;
}

.full-guide-mode .border,
.full-guide-mode .border-gray-100,
.full-guide-mode .border-gray-200,
.full-guide-mode .border-gray-300,
.full-guide-mode .border-red-200,
.full-guide-mode .border-green-200 {
  border-color: var(--border) !important;
}

.full-guide-mode .rounded-xl,
.full-guide-mode .rounded-2xl,
.full-guide-mode .rounded-lg {
  border-radius: 14px !important;
}

.full-guide-mode .shadow-lg,
.full-guide-mode .shadow-xl {
  box-shadow: 0 10px 25px rgba(17, 17, 17, 0.06) !important;
}

.full-guide-mode .text-gray-900,
.full-guide-mode .text-black {
  color: var(--text-primary) !important;
}

.full-guide-mode .text-gray-700,
.full-guide-mode .text-gray-600,
.full-guide-mode .text-gray-500 {
  color: var(--text-secondary) !important;
}

.full-guide-mode .text-gray-400,
.full-guide-mode .text-gray-300 {
  color: #666666 !important;
}

.full-guide-mode .text-white,
.full-guide-mode .text-blue-100,
.full-guide-mode .text-blue-200,
.full-guide-mode .text-indigo-100,
.full-guide-mode .text-indigo-200,
.full-guide-mode .text-green-100,
.full-guide-mode .text-green-200,
.full-guide-mode .text-purple-100,
.full-guide-mode .text-purple-200 {
  color: #f8fafc !important;
}

.full-guide-mode .text-blue-600,
.full-guide-mode .text-blue-700,
.full-guide-mode .text-indigo-600,
.full-guide-mode .text-indigo-700,
.full-guide-mode .text-purple-600,
.full-guide-mode .text-green-600,
.full-guide-mode .text-green-700,
.full-guide-mode .text-red-700,
.full-guide-mode .text-amber-700 {
  color: #5f390c !important;
}

.full-guide-mode .bg-blue-600,
.full-guide-mode .bg-blue-700,
.full-guide-mode .bg-indigo-600,
.full-guide-mode .bg-indigo-700,
.full-guide-mode .bg-purple-600,
.full-guide-mode .bg-green-600,
.full-guide-mode .bg-green-700,
.full-guide-mode .bg-black {
  background: var(--accent) !important;
  color: #3f260a !important;
}

.full-guide-mode .bg-gray-900 {
  background: #111827 !important;
  color: #f8fafc !important;
}

.full-guide-mode .bg-gray-800 {
  background: #1f2937 !important;
  color: #f3f4f6 !important;
}

.full-guide-mode .bg-slate-900 {
  background: #0f172a !important;
  color: #f8fafc !important;
}

.full-guide-mode .bg-slate-800,
.full-guide-mode .bg-zinc-900 {
  background: #1e293b !important;
  color: #f1f5f9 !important;
}

.full-guide-mode .bg-gray-900 h1,
.full-guide-mode .bg-gray-900 h2,
.full-guide-mode .bg-gray-900 h3,
.full-guide-mode .bg-gray-900 h4,
.full-guide-mode .bg-gray-900 p,
.full-guide-mode .bg-gray-900 li,
.full-guide-mode .bg-gray-900 span,
.full-guide-mode .bg-gray-900 a,
.full-guide-mode .bg-gray-800 h1,
.full-guide-mode .bg-gray-800 h2,
.full-guide-mode .bg-gray-800 h3,
.full-guide-mode .bg-gray-800 h4,
.full-guide-mode .bg-gray-800 p,
.full-guide-mode .bg-gray-800 li,
.full-guide-mode .bg-gray-800 span,
.full-guide-mode .bg-gray-800 a,
.full-guide-mode .bg-slate-900 h1,
.full-guide-mode .bg-slate-900 h2,
.full-guide-mode .bg-slate-900 h3,
.full-guide-mode .bg-slate-900 h4,
.full-guide-mode .bg-slate-900 p,
.full-guide-mode .bg-slate-900 li,
.full-guide-mode .bg-slate-900 span,
.full-guide-mode .bg-slate-900 a,
.full-guide-mode .bg-slate-800 h1,
.full-guide-mode .bg-slate-800 h2,
.full-guide-mode .bg-slate-800 h3,
.full-guide-mode .bg-slate-800 h4,
.full-guide-mode .bg-slate-800 p,
.full-guide-mode .bg-slate-800 li,
.full-guide-mode .bg-slate-800 span,
.full-guide-mode .bg-slate-800 a,
.full-guide-mode .bg-zinc-900 h1,
.full-guide-mode .bg-zinc-900 h2,
.full-guide-mode .bg-zinc-900 h3,
.full-guide-mode .bg-zinc-900 h4,
.full-guide-mode .bg-zinc-900 p,
.full-guide-mode .bg-zinc-900 li,
.full-guide-mode .bg-zinc-900 span,
.full-guide-mode .bg-zinc-900 a {
  color: inherit !important;
}

.full-guide-mode .bg-gray-900 .text-gray-900,
.full-guide-mode .bg-gray-900 .text-gray-700,
.full-guide-mode .bg-gray-900 .text-gray-600,
.full-guide-mode .bg-gray-900 .text-gray-500,
.full-guide-mode .bg-gray-900 .text-gray-400,
.full-guide-mode .bg-gray-900 .text-gray-300,
.full-guide-mode .bg-gray-800 .text-gray-900,
.full-guide-mode .bg-gray-800 .text-gray-700,
.full-guide-mode .bg-gray-800 .text-gray-600,
.full-guide-mode .bg-gray-800 .text-gray-500,
.full-guide-mode .bg-gray-800 .text-gray-400,
.full-guide-mode .bg-gray-800 .text-gray-300,
.full-guide-mode .bg-slate-900 .text-gray-900,
.full-guide-mode .bg-slate-900 .text-gray-700,
.full-guide-mode .bg-slate-900 .text-gray-600,
.full-guide-mode .bg-slate-900 .text-gray-500,
.full-guide-mode .bg-slate-900 .text-gray-400,
.full-guide-mode .bg-slate-900 .text-gray-300,
.full-guide-mode .bg-slate-800 .text-gray-900,
.full-guide-mode .bg-slate-800 .text-gray-700,
.full-guide-mode .bg-slate-800 .text-gray-600,
.full-guide-mode .bg-slate-800 .text-gray-500,
.full-guide-mode .bg-slate-800 .text-gray-400,
.full-guide-mode .bg-slate-800 .text-gray-300,
.full-guide-mode .bg-zinc-900 .text-gray-900,
.full-guide-mode .bg-zinc-900 .text-gray-700,
.full-guide-mode .bg-zinc-900 .text-gray-600,
.full-guide-mode .bg-zinc-900 .text-gray-500,
.full-guide-mode .bg-zinc-900 .text-gray-400,
.full-guide-mode .bg-zinc-900 .text-gray-300 {
  color: rgba(248, 250, 252, 0.88) !important;
}

.full-guide-mode [class*="from-indigo-"],
.full-guide-mode [class*="from-purple-"],
.full-guide-mode [class*="from-green-"],
.full-guide-mode [class*="to-indigo-"],
.full-guide-mode [class*="to-purple-"],
.full-guide-mode [class*="to-green-"] {
  background: linear-gradient(160deg, #f6efe6 0%, #f1e7d7 100%) !important;
  color: var(--text-primary) !important;
}

.full-guide-mode a[class*="bg-"] {
  border: 0 !important;
  border-radius: 10px !important;
  font-weight: 700 !important;
}

.full-guide-mode a:hover {
  color: var(--text-primary);
}

.full-guide-mode section + section {
  margin-top: 14px;
}

.full-guide-mode section {
  border-radius: 14px;
}

.full-guide-mode .py-10 {
  padding-top: 3.4rem !important;
  padding-bottom: 3.4rem !important;
}

.full-guide-mode .py-12 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.full-guide-mode .py-16 {
  padding-top: 5.6rem !important;
  padding-bottom: 5.6rem !important;
}

.full-guide-mode .py-20 {
  padding-top: 6.4rem !important;
  padding-bottom: 6.4rem !important;
}

.full-guide-mode .prose {
  max-width: none;
}

.full-guide-mode .prose p {
  line-height: 1.78;
  color: var(--text-secondary) !important;
}

.full-guide-mode h1 {
  line-height: 1.1 !important;
  margin-bottom: 1.15rem !important;
}

.full-guide-mode h2 {
  line-height: 1.16 !important;
  margin-bottom: 1rem !important;
}

.full-guide-mode h3 {
  line-height: 1.2 !important;
  margin-bottom: 0.7rem !important;
}

.full-guide-mode h4 {
  margin-bottom: 0.5rem !important;
}

.full-guide-mode p {
  line-height: 1.68;
}

.full-guide-mode .leading-relaxed {
  line-height: 1.72 !important;
}

.full-guide-mode .mb-2 {
  margin-bottom: 0.7rem !important;
}

.full-guide-mode .mb-3 {
  margin-bottom: 0.95rem !important;
}

.full-guide-mode .mb-4 {
  margin-bottom: 1.15rem !important;
}

.full-guide-mode .mb-6 {
  margin-bottom: 1.55rem !important;
}

.full-guide-mode .mb-8 {
  margin-bottom: 2.15rem !important;
}

.full-guide-mode .mt-8 {
  margin-top: 2.15rem !important;
}

.full-guide-mode .mt-12 {
  margin-top: 3.2rem !important;
}

.full-guide-mode .grid.md\:grid-cols-2,
.full-guide-mode .grid.md\:grid-cols-3,
.full-guide-mode .grid.md\:grid-cols-4 {
  gap: 18px !important;
}

.full-guide-mode .space-y-2 > * + * {
  margin-top: 0.65rem !important;
}

.full-guide-mode .space-y-3 > * + * {
  margin-top: 0.95rem !important;
}

.full-guide-mode .space-y-4 > * + * {
  margin-top: 1.2rem !important;
}

.full-guide-mode table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid var(--border) !important;
  border-radius: 14px !important;
  overflow: hidden;
  background: var(--surface) !important;
}

.full-guide-mode thead {
  background: #f7f7f5 !important;
}

.full-guide-mode th,
.full-guide-mode td {
  padding: 14px 16px !important;
  border-bottom: 1px solid var(--border) !important;
  vertical-align: top;
}

.full-guide-mode tbody tr:last-child td {
  border-bottom: 0 !important;
}

.full-guide-mode tbody tr:hover {
  background: #fcfcfb !important;
}

.full-guide-mode [class*="border-l-4"].p-4,
.full-guide-mode [class*="border-l-4"].p-6 {
  border: 1px solid var(--border) !important;
  border-left: 4px solid var(--accent) !important;
  border-radius: 0 12px 12px 0 !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.full-guide-mode .w-10.h-10.rounded-full,
.full-guide-mode .w-10.h-10.bg-blue-100,
.full-guide-mode .w-10.h-10.bg-green-100 {
  border: 1px solid rgba(17, 17, 17, 0.1);
}

.full-guide-mode .rounded-xl.p-6,
.full-guide-mode .rounded-lg.p-6 {
  padding: 1.45rem !important;
}

@media (max-width: 980px) {
  .full-guide-mode .py-16 {
    padding-top: 4.4rem !important;
    padding-bottom: 4.4rem !important;
  }

  .full-guide-mode .py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}

.full-guide-mode .border-l-4,
.full-guide-mode .border-l-2 {
  border-left-color: var(--accent) !important;
}

.full-guide-mode .bg-red-50,
.full-guide-mode .bg-amber-50,
.full-guide-mode .bg-green-50,
.full-guide-mode .bg-indigo-50,
.full-guide-mode .bg-blue-50,
.full-guide-mode .bg-purple-50 {
  background: #fbfaf8 !important;
}

.full-guide-mode .text-red-700,
.full-guide-mode .text-red-600,
.full-guide-mode .text-green-700,
.full-guide-mode .text-green-600,
.full-guide-mode .text-indigo-700,
.full-guide-mode .text-indigo-600,
.full-guide-mode .text-purple-700,
.full-guide-mode .text-purple-600,
.full-guide-mode .text-amber-700,
.full-guide-mode .text-amber-600 {
  color: #5f390c !important;
}

.full-guide-mode [class*="rounded-r"] {
  border-radius: 0 12px 12px 0 !important;
}
