/*
Theme Name: Collabdot
Theme URI: https://collabdot.com
Author: Collabdot
Description: A mobile-first creator collaboration platform theme for Collabdot.
Version: 1.0.15
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: collabdot
*/

:root {
  --bg: #050507;
  --surface: #111116;
  --surface-2: #191920;
  --text: #f8f7fa;
  --muted: #a9a6b2;
  --pink: #ff0a78;
  --pink-2: #ff4ca0;
  --wine: #7e003f;
  --line: rgba(255,255,255,.12);
  --success: #75e0aa;
  --radius: 24px;
  --shadow: 0 24px 70px rgba(255,10,120,.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
button, input, textarea, select { font: inherit; }
.wrap { width: min(1160px, calc(100% - 36px)); margin-inline: auto; }
.skip-link { position: absolute; left: -9999px; top: 0; }
.skip-link:focus { left: 16px; top: 16px; z-index: 1000; background: white; color: black; padding: 10px 14px; border-radius: 10px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  background: rgba(5,5,7,.86);
  backdrop-filter: blur(18px);
}
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; }
.brand picture { display: block; line-height: 0; }
.brand img { width: 178px; height: 58px; object-fit: contain; object-position: left center; }
.menu { display: flex; align-items: center; gap: 24px; color: #d8d5de; font-size: .95rem; }
.menu a:hover, .menu a:focus-visible { color: white; }
.nav-toggle { display: none; place-items: center; flex: none; width: 46px; height: 46px; padding: 0; border: 1px solid rgba(255,122,185,.35); border-radius: 14px; background: rgba(255,10,120,.06); color: #ff91c4; cursor: pointer; }
.nav-toggle:hover, .nav-toggle:focus-visible { border-color: var(--pink-2); background: rgba(255,10,120,.14); }
.nav-toggle-lines { display: grid; gap: 5px; }
.nav-toggle-lines span { display: block; width: 21px; height: 2px; border-radius: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.nav-toggle[aria-expanded="true"] .nav-toggle-lines span:first-child { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle-lines span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] .nav-toggle-lines span:last-child { transform: translateY(-7px) rotate(-45deg); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--pink), #b5005a); color: #fff; box-shadow: 0 14px 35px rgba(255,10,120,.28); }
.btn-secondary { border-color: var(--line); background: rgba(255,255,255,.04); color: #fff; }
.btn-small { min-height: 40px; padding: 9px 16px; font-size: .9rem; }

.hero { position: relative; overflow: hidden; padding: 46px 0; }
.hero::before {
  content: "";
  position: absolute;
  inset: -220px auto auto 48%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255,10,120,.25), transparent 68%);
  pointer-events: none;
}
.hero-grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; gap: 54px; align-items: center; }
.eyebrow { margin: 0 0 12px; color: #ff84bb; font-size: .82rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; line-height: 1.08; letter-spacing: -.035em; }
h1 { max-width: 760px; margin-bottom: 16px; font-size: clamp(3rem, 7vw, 6.5rem); }
h1 .accent, h2 .accent { background: linear-gradient(110deg, #fff 5%, var(--pink-2) 52%, #ff0a78 90%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.lead { max-width: 650px; margin: 0 0 18px; color: #c7c4cc; font-size: clamp(1.05rem, 1.7vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.trust-line { margin: 14px 0 0; color: var(--muted); font-size: .9rem; }
.hero-card { position: relative; min-height: 500px; padding: 28px; border: 1px solid var(--line); border-radius: 34px; background: linear-gradient(155deg, rgba(255,255,255,.09), rgba(255,255,255,.025)); box-shadow: var(--shadow); }
.hero-card::after { content: ""; position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(125deg, rgba(255,10,120,.17), transparent 46%); pointer-events: none; }
.hero-logo { width: min(320px, 72vw); margin: 8px auto 30px; filter: drop-shadow(0 12px 25px rgba(255,10,120,.28)); }
.opportunity-stack { position: relative; z-index: 1; display: grid; gap: 12px; }
.opp-mini { display: grid; grid-template-columns: 48px 1fr auto; gap: 14px; align-items: center; padding: 15px; border: 1px solid var(--line); border-radius: 18px; background: rgba(7,7,10,.72); }
.opp-mini .icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; background: rgba(255,10,120,.15); color: var(--pink-2); font-weight: 900; }
.opp-mini strong, .opp-mini small { display: block; }
.opp-mini small { color: var(--muted); }
.pill { display: inline-flex; align-items: center; width: max-content; padding: 6px 10px; border-radius: 999px; background: rgba(117,224,170,.12); color: var(--success); font-size: .75rem; font-weight: 800; }

.section { padding: 54px 0; }
.section-tight { padding: 56px 0; }
.section-alt { background: #0a0a0e; border-block: 1px solid var(--line); }
.section-head { display: flex; justify-content: space-between; gap: 20px; align-items: end; margin-bottom: 20px; }
.section-head h2 { max-width: 720px; margin-bottom: 0; font-size: clamp(2.2rem, 5vw, 4rem); }
.section-head p { max-width: 460px; margin: 0; color: var(--muted); }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.card-number { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-bottom: 28px; border-radius: 12px; background: linear-gradient(135deg, var(--pink), var(--wine)); font-weight: 900; }
.card h3 { margin-bottom: 10px; font-size: 1.35rem; }
.card p { margin: 0; color: var(--muted); }
.problem-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.problem-card { padding: 20px; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(145deg, rgba(255,255,255,.05), rgba(255,255,255,.015)); }
.problem-card .kicker { display: block; margin-bottom: 9px; color: #ff77b6; font-size: .78rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.problem-card h3 { margin-bottom: 8px; }
.problem-card p { margin: 0; color: var(--muted); }
.journey-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.journey { padding: 22px; border: 1px solid var(--line); border-radius: 28px; background: var(--surface); }
.journey.creator { background: radial-gradient(circle at 90% 10%, rgba(255,10,120,.21), transparent 40%), var(--surface); }
.journey.brand-side { background: radial-gradient(circle at 90% 10%, rgba(140,70,255,.18), transparent 42%), var(--surface); }
.journey h3 { font-size: 1.7rem; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; counter-reset: step; }
.step { counter-increment: step; padding: 18px; border-top: 1px solid var(--line); background: linear-gradient(180deg, rgba(255,255,255,.035), transparent); }
.step::before { content: "0" counter(step); display: block; margin-bottom: 12px; color: var(--pink-2); font-size: .82rem; font-weight: 900; letter-spacing: .12em; }
.step h3 { margin-bottom: 8px; font-size: 1.12rem; }
.step p { margin: 0; color: var(--muted); font-size: .92rem; }
.chip-cloud { display: flex; flex-wrap: wrap; gap: 10px; }
.chip { padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.035); color: #dad7df; font-weight: 700; font-size: .88rem; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { border: 1px solid var(--line); border-radius: 17px; background: var(--surface); padding: 0 18px; }
.faq-list summary { cursor: pointer; padding: 18px 34px 18px 0; font-weight: 800; position: relative; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 0; color: var(--pink-2); font-size: 1.35rem; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p { margin: 0 0 18px; color: var(--muted); }
.ai-section { position: relative; padding: 42px 0; border-block: 1px solid rgba(255,255,255,.08); background: radial-gradient(circle at 85% 25%, rgba(255,10,120,.13), transparent 45%), #09080d; scroll-margin-top: 95px; }
.hero .ai-section { margin-top: 15px; padding: 0; border: 0; background: none; }
.hero .ai-wrap { width: 100%; max-width: none; margin: 0; }
.ai-wrap { max-width: 820px; }
.ai-intro { margin-bottom: 18px; }
.ai-intro .beta-badge { margin-bottom: 10px; }
.ai-intro h2 { margin: 0 0 4px; font-size: clamp(1.75rem, 4vw, 2.6rem); }
.ai-intro p { margin: 0; color: #c7c4cc; font-size: .98rem; }
.beta-badge { display: inline-flex; align-items: center; gap: 8px; padding: 5px 10px; border: 1px solid rgba(255,122,185,.35); border-radius: 999px; color: #ff8fc3; font-size: .7rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.ai-console { border: 1px solid rgba(255,102,174,.3); border-radius: 22px; background: #15121b; box-shadow: 0 18px 48px rgba(255,10,120,.11); }
.ai-console-body { padding: 18px; }
.ai-console label { display: block; margin-bottom: 8px; color: #e9e5ec; font-weight: 800; }
.ai-input-row { display: flex; align-items: stretch; gap: 10px; }
.ai-input-row textarea { flex: 1; min-width: 0; min-height: 58px; max-height: 125px; resize: vertical; padding: 15px; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; background: #0b0b10; color: #fff; outline: none; }
.ai-input-row textarea:focus { border-color: var(--pink); box-shadow: 0 0 0 3px rgba(255,10,120,.13); }
.ai-input-row .btn { flex: none; min-width: 88px; border-radius: 14px; }
.match-output { display: none; margin-top: 12px; padding: 17px; border: 2px solid rgba(255,60,145,.7); border-radius: 16px; background: linear-gradient(125deg, rgba(255,10,120,.16), #17121d 65%); box-shadow: 0 8px 27px rgba(255,10,120,.13); }
.match-output.is-visible { display: block; animation: ai-arrive .25s ease-out; }
@keyframes ai-arrive { from { opacity: .5; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }
.ai-response-label { display: block; margin-bottom: 7px; color: #ff9dca; font-size: .72rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.match-output h3 { margin: 0 0 8px; font-size: 1.16rem; }
.match-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.match-tag { padding: 6px 9px; border-radius: 999px; background: rgba(255,10,120,.22); color: #ffd0e5; font-size: .76rem; font-weight: 800; }
.match-next { margin: 10px 0; color: #e4dee6; font-size: .88rem; }
.ai-submit-link { display: inline-block; margin-top: 3px; color: #ffa2cd; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.ai-submit-link[hidden] { display: none; }
.ai-submit-link + .ai-submit-link:not([hidden]) { margin-left: 16px; }
.interest-card { display: flex; flex-direction: column; align-items: flex-start; }
.interest-card p { flex: 1; }
.interest-card .btn { margin-top: 18px; }
.ai-disclaimer { margin: 7px 2px 0; color: #aaa5b2; font-size: .76rem; }
.ai-result-card { display: grid; gap: 5px; margin: 10px 0; padding: 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 13px; background: #16131d; }
.ai-result-card span { color: #c8c3cc; font-size: .8rem; }
.ai-result-card a { width: max-content; max-width: 100%; color: #ffafd2; font-size: .84rem; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }

.collab-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.collab-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.collab-visual { min-height: 165px; display: flex; align-items: flex-end; padding: 20px; background: radial-gradient(circle at 80% 10%, rgba(255,72,157,.55), transparent 35%), linear-gradient(145deg, #2a0016, #09090c 70%); }
.collab-visual span { padding: 7px 11px; border-radius: 999px; background: white; color: #111; font-size: .76rem; font-weight: 900; text-transform: uppercase; }
.collab-body { padding: 22px; }
.collab-body h3 { margin-bottom: 8px; }
.collab-meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0; }
.collab-meta span { padding: 6px 9px; border: 1px solid var(--line); border-radius: 999px; color: #d4d1d8; font-size: .76rem; }
.empty-card { grid-column: 1 / -1; padding: 36px; text-align: center; border: 1px dashed rgba(255,255,255,.2); border-radius: var(--radius); color: var(--muted); }
.split { display: grid; grid-template-columns: .85fr 1.15fr; gap: 42px; align-items: start; }
.feature-list { display: grid; gap: 9px; margin: 14px 0 0; padding: 0; list-style: none; }
.feature-list li { display: flex; gap: 12px; color: #dad7df; }
.feature-list li::before { content: "✓"; color: var(--pink-2); font-weight: 900; }
.form-card { padding: 28px; border: 1px solid var(--line); border-radius: 28px; background: var(--surface); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 7px; }
.field-full { grid-column: 1 / -1; }
.field label { color: #dfdce4; font-size: .9rem; font-weight: 700; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid var(--line); border-radius: 14px; background: #09090c; color: white; padding: 13px 14px; outline: none; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--pink); box-shadow: 0 0 0 3px rgba(255,10,120,.13); }
.field textarea { min-height: 125px; resize: vertical; }
.notice { margin-bottom: 20px; padding: 13px 15px; border-radius: 14px; background: rgba(117,224,170,.12); color: var(--success); }
.honeypot { position: absolute; left: -9999px; }

.cta { padding: 34px; border: 1px solid rgba(255,10,120,.35); border-radius: 32px; background: linear-gradient(120deg, rgba(255,10,120,.19), rgba(255,255,255,.035)); display: flex; justify-content: space-between; gap: 28px; align-items: center; }
.cta h2 { margin-bottom: 8px; font-size: clamp(2rem, 4vw, 3.2rem); }
.cta p { margin: 0; color: #c7c4cc; }
.site-footer { padding: 48px 0 28px; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 34px; }
.footer-grid h3 { font-size: 1rem; letter-spacing: 0; }
.footer-links { display: grid; gap: 8px; color: var(--muted); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 38px; padding-top: 22px; border-top: 1px solid var(--line); color: #777481; font-size: .84rem; }
.page-hero { padding: 42px 0 24px; }
.page-hero h1 { max-width: 920px; }
.prose { max-width: 760px; }
.prose p, .prose li { color: #c7c4cc; }

/* A quieter home page with one clear action per section. */
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.home-hero { padding: 44px 0 45px; background: radial-gradient(ellipse at 78% 18%, rgba(255,10,120,.12), transparent 38%), #08080b; }
.home-hero::before { display: none; }
.home-hero-grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(340px,.95fr); gap: clamp(22px,4vw,56px); align-items: center; }
.home-hero-copy h1 { font-size: clamp(3.2rem,6vw,5.6rem); max-width: 650px; margin-bottom: 20px; }
.home-hero-copy .lead { max-width: 530px; color: #d3ced6; margin-bottom: 26px; }
.home-hero-copy .trust-line { margin-top: 22px; letter-spacing: .04em; }
.home-assistant { scroll-margin-top: 100px; padding: 22px; border: 1px solid rgba(255,255,255,.13); border-radius: 22px; background: #141318; }
.home-assistant-top { display: flex; align-items: flex-start; gap: 13px; }
.home-assistant-top .eyebrow { margin: 0 0 4px; font-size: .7rem; letter-spacing: .11em; }
.home-assistant h2 { font-size: clamp(1.4rem,2.2vw,1.75rem); margin: 0; letter-spacing: -.025em; }
.assistant-dot { flex: none; width: 11px; height: 11px; margin-top: 8px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 18px rgba(255,10,120,.6); }
.assistant-help { color: var(--muted); margin: 14px 0 16px; font-size: .95rem; }
.home-assistant textarea { display: block; width: 100%; min-height: 100px; resize: vertical; padding: 14px 15px; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; background: #0b0b0e; color: #fff; outline: none; }
.home-assistant textarea:focus { border-color: var(--pink-2); box-shadow: 0 0 0 3px rgba(255,10,120,.12); }
.home-assistant textarea::placeholder { color: #817d88; }
.home-assistant form > .btn { width: 100%; margin-top: 12px; }
.home-assistant .ai-disclaimer { margin: 12px 0 0; line-height: 1.4; }
.home-assistant .match-output { padding: 15px; background: #20151e; border: 1px solid rgba(255,90,160,.45); box-shadow: none; }
.assistant-links { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 16px; }
.assistant-links .ai-submit-link { margin: 0; }
.home-interests { padding-block: 42px; }
.home-interests .section-head { align-items: center; }
.interest-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 32px; }
.interest-row { display: grid; grid-template-columns: 28px minmax(0,1fr) auto; gap: 12px; align-items: start; padding: 16px 0; border-top: 1px solid var(--line); }
.interest-number { color: var(--pink-2); font-size: .72rem; font-weight: 900; letter-spacing: .08em; padding-top: 5px; }
.interest-content h3 { font-size: 1.25rem; margin: 0 0 5px; letter-spacing: -.02em; }
.interest-content p { color: #c9c5cd; margin: 0; font-size: .9rem; }
.interest-content small { display: block; color: #898590; margin-top: 7px; font-size: .78rem; }
.interest-link { color: #ff9dcc; font-size: .84rem; font-weight: 800; white-space: nowrap; padding-top: 3px; }
.interest-link:hover, .interest-link:focus-visible, .text-link:hover, .text-link:focus-visible { color: #fff; }
.home-footnote { margin: 12px 0 0; color: #918c98; font-size: .8rem; }
.home-paths { background: #101014; border-block: 1px solid var(--line); padding-block: 38px; }
.home-path-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px,6vw,100px); }
.home-path-grid > div + div { border-left: 1px solid var(--line); padding-left: clamp(30px,6vw,100px); }
.home-path-grid h2 { font-size: clamp(1.7rem,3vw,2.4rem); margin-bottom: 10px; }
.home-path-grid p:not(.eyebrow) { color: var(--muted); margin: 0 0 15px; }
.text-link { color: #ff9dcc; font-weight: 800; text-decoration: underline; text-underline-offset: 5px; }
.home-friction, .home-reasons { padding-block: 42px; }
.home-friction { background: #0c0b10; border-block: 1px solid var(--line); }
.home-friction .section-head h2, .home-reasons h2 { font-size: clamp(2rem,4vw,3.4rem); }
.home-line-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: clamp(24px,5vw,70px); border-top: 1px solid var(--line); }
.home-line-grid > div { padding-top: 19px; }
.home-line-grid > div + div { border-left: 1px solid var(--line); padding-left: clamp(24px,5vw,70px); }
.home-line-grid h3 { margin-bottom: 7px; font-size: 1.3rem; }
.home-line-grid p:not(.eyebrow) { margin: 0; color: var(--muted); }
.home-reasons-grid { display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); gap: clamp(24px,6vw,80px); }
.home-reasons-list { border-top: 1px solid var(--line); }
.home-reasons-list > div { display: grid; grid-template-columns: 30px 1fr; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.home-reasons-list span { color: #ff85bc; font-size: .8rem; font-weight: 800; }
.home-reasons-list p { margin: 0; color: var(--muted); }
.home-reasons-list strong { color: var(--text); }

@media (max-width: 900px) {
  .site-header { top: 8px; border: 0; background: transparent; backdrop-filter: none; }
  .site-header .nav { position: relative; min-height: 66px; padding: 7px 12px; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; background: rgba(17,17,22,.96); box-shadow: 0 10px 32px rgba(0,0,0,.28); backdrop-filter: blur(18px); }
  .hero-grid, .split, .footer-grid { grid-template-columns: 1fr; }
  .hero-card { min-height: auto; }
  .grid-3, .collab-grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .menu { display: none; position: absolute; top: calc(100% + 8px); left: 0; right: 0; padding: 20px; flex-direction: column; align-items: stretch; border: 1px solid var(--line); border-radius: 18px; background: #111116; box-shadow: 0 16px 35px rgba(0,0,0,.4); }
  .menu.is-open { display: flex; }
  .nav-toggle { display: grid; }
  .site-header .brand img { width: 54px; height: 54px; object-position: center; }
  .home-hero-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .wrap { width: min(100% - 24px, 1160px); }
  .hero { padding: 18px 0 25px; }
  .hero-grid { gap: 20px; }
  .hero-card { display: none; }
  .hero .ai-section { margin-top: 16px; }
  .trust-line { margin-top: 14px; }
  h1 { font-size: clamp(2.35rem, 11vw, 3.65rem); }
  .section { padding: 32px 0; }
  .section-head { display: block; }
  .section-head p { margin-top: 7px; }
  .section-head h2 { font-size: clamp(2rem, 8vw, 2.7rem); }
  .problem-grid, .journey-grid, .steps { gap: 10px; }
  .hero .ai-section { padding: 0; }
  .page-hero { padding: 26px 0 16px; }
  .grid-3, .collab-grid, .form-grid, .problem-grid, .journey-grid, .steps { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .cta { align-items: stretch; flex-direction: column; }
  .cta .btn { width: 100%; }
  .footer-bottom { flex-direction: column; }
  .footer-grid .brand img { width: 138px; height: 48px; }
  .ai-section { padding: 28px 0; }
  .ai-console-body { padding: 13px; }
  .ai-input-row .btn { min-width: 76px; padding-inline: 12px; }
  .home-hero { padding: 18px 0 28px; }
  .home-hero-copy h1 { font-size: clamp(2.55rem,12vw,3.65rem); margin-bottom: 14px; }
  .home-hero-copy .lead { margin-bottom: 20px; }
  .home-hero-copy .trust-line { margin: 17px 0 0; }
  .home-hero-grid { gap: 22px; }
  .home-assistant { padding: 18px; border-radius: 18px; }
  .home-assistant textarea { min-height: 90px; }
  .home-interests { padding-block: 32px; }
  .interest-grid, .home-path-grid { grid-template-columns: 1fr; }
  .interest-row { grid-template-columns: 23px minmax(0,1fr) auto; gap: 8px; padding: 18px 0; }
  .interest-content h3 { font-size: 1.1rem; }
  .interest-content small { display: none; }
  .interest-link { font-size: .79rem; }
  .home-paths { padding-block: 36px; }
  .home-path-grid { gap: 22px; }
  .home-path-grid > div + div { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; padding-top: 22px; }
  .home-friction, .home-reasons { padding-block: 32px; }
  .home-line-grid, .home-reasons-grid { grid-template-columns: 1fr; gap: 16px; }
  .home-line-grid > div + div { border-left: 0; border-top: 1px solid var(--line); padding: 18px 0 0; }
  .home-line-grid h3 { font-size: 1.18rem; }
  .home-reasons h2 { margin-bottom: 0; }
}
