:root {
  --ink: #1d1b18;
  --paper: #f3eee5;
  --paper-2: #e7dece;
  --burg: #7f293e;
  --burg-dark: #581d2d;
  --olive: #737747;
  --rust: #b9613d;
  --cream: #fffaf0;
  --line: rgba(29, 27, 24, .16);
  --shadow: 0 20px 55px rgba(43, 31, 23, .15);
  --radius: 22px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Manrope, system-ui, sans-serif; }
a { color: inherit; text-decoration: none; }
button, select, input { font: inherit; }
button { cursor: pointer; }
.wrap { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.mono { font-family: "DM Mono", monospace; text-transform: uppercase; letter-spacing: .08em; font-size: 11px; }
.display { font-family: "Barlow Condensed", Impact, sans-serif; text-transform: uppercase; line-height: .87; letter-spacing: -.02em; }
.topbar { background: var(--ink); color: var(--paper); padding: 11px 0; font-size: 12px; }
.topbar .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.topbar strong { color: #f2c6aa; }
.nav { position: sticky; top: 0; z-index: 20; background: rgba(243, 238, 229, .94); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.nav .wrap { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; }
.brand-mark { width: 29px; height: 29px; border-radius: 50%; background: var(--burg); color: white; display: grid; place-items: center; font-family: "Barlow Condensed"; font-weight: 800; }
.nav-links { display: flex; align-items: center; gap: 20px; font-size: 13px; font-weight: 700; }
.nav-links a:hover { color: var(--burg); }
.btn { display: inline-flex; justify-content: center; align-items: center; gap: 9px; min-height: 48px; padding: 0 21px; border: 0; border-radius: 999px; background: var(--burg); color: white; font-weight: 800; font-size: 14px; transition: transform .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-2px); background: var(--burg-dark); }
.btn.alt { background: var(--ink); }
.btn.ghost { background: transparent; color: var(--ink); border: 1px solid var(--line); }
.btn.small { min-height: 38px; padding: 0 15px; font-size: 12px; }
.hero { padding: 72px 0 64px; overflow: hidden; position: relative; }
.hero:before { content: ""; position: absolute; width: 310px; height: 310px; right: -100px; top: 24px; border-radius: 50%; background: #e4d1b4; opacity: .82; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 50px; align-items: center; position: relative; }
.kicker { color: var(--burg); font-weight: 800; margin: 0 0 16px; }
.hero h1 { font-size: clamp(61px, 9vw, 132px); margin: 0; max-width: 730px; }
.hero h1 span { color: var(--burg); }
.hero-lead { max-width: 555px; font-size: 18px; line-height: 1.55; margin: 24px 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.microproof { display: flex; align-items: center; gap: 10px; margin-top: 22px; color: rgba(29,27,24,.72); font-size: 12px; }
.microproof .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--olive); }
.hero-art { min-height: 450px; position: relative; display: grid; place-items: center; }
.hero-art .art-card { width: min(520px, 100%); border-radius: 28px; transform: rotate(2deg); box-shadow: var(--shadow); }
.hero-art .character { position: absolute; height: 370px; right: 22px; bottom: -16px; filter: drop-shadow(0 16px 12px rgba(29,27,24,.15)); }
.stamp { position: absolute; left: 8px; bottom: 5px; width: 92px; height: 92px; border-radius: 50%; background: var(--rust); color: white; display: grid; place-items: center; text-align: center; transform: rotate(-12deg); font: 700 12px/1.1 "DM Mono"; padding: 12px; }
.section { padding: 90px 0; }
.section.dark { background: var(--ink); color: var(--paper); }
.section.burg { background: var(--burg); color: white; }
.section-head { max-width: 720px; margin-bottom: 35px; }
.section-head h2 { font-size: clamp(44px, 6vw, 78px); margin: 8px 0 15px; }
.section-head p { font-size: 17px; line-height: 1.6; color: rgba(29,27,24,.75); }
.dark .section-head p, .burg .section-head p { color: rgba(255,255,255,.78); }
.pain-grid, .benefits, .idea-grid, .offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.card { padding: 24px; border: 1px solid var(--line); background: rgba(255,250,240,.65); border-radius: var(--radius); }
.dark .card { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.17); }
.card h3 { margin: 12px 0 8px; font-size: 20px; }
.card p { margin: 0; line-height: 1.55; font-size: 14px; color: rgba(29,27,24,.7); }
.dark .card p { color: rgba(255,255,255,.72); }
.number { width: 31px; height: 31px; border-radius: 50%; display: grid; place-items: center; background: var(--olive); color: white; font: 500 13px "DM Mono"; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.split.reverse > :first-child { order: 2; }
.split h2 { font-size: clamp(43px, 5vw, 72px); margin: 8px 0 16px; }
.split p { line-height: 1.65; color: rgba(29,27,24,.76); }
.dark .split p { color: rgba(255,255,255,.76); }
.visual { position: relative; }
.visual img { display: block; max-width: 100%; height: auto; }
.visual .layer { position: absolute; width: 43%; right: -5%; bottom: -8%; }
.method-band { margin-top: 34px; border-radius: 20px; overflow: hidden; box-shadow: var(--shadow); }
.method-band img { width: 100%; display: block; }
.pillars { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 28px; }
.pillar { border-left: 5px solid var(--burg); padding: 14px 16px; background: rgba(255,250,240,.55); }
.pillar:nth-child(2) { border-color: var(--olive); }
.pillar:nth-child(3) { border-color: var(--rust); }
.pillar strong { display: block; margin-bottom: 5px; }
.assistant-preview { background: #121210; border-radius: 27px; padding: 12px; box-shadow: var(--shadow); transform: rotate(-2deg); }
.assistant-preview img { width: 100%; border-radius: 18px; display: block; }
.idea-grid { grid-template-columns: repeat(2,1fr); }
.idea-card { display: grid; grid-template-columns: 68px 1fr; gap: 16px; align-items: start; padding: 19px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,250,240,.6); }
.idea-card .idea-no { width: 56px; height: 56px; border-radius: 14px; background: var(--ink); color: white; display: grid; place-items: center; font: 800 25px "Barlow Condensed"; }
.idea-card h3 { margin: 0 0 6px; font-size: 20px; }
.idea-card p { margin: 0 0 9px; line-height: 1.45; font-size: 13px; color: rgba(29,27,24,.74); }
.tags { display: flex; flex-wrap: wrap; gap: 6px; }
.tag { border: 1px solid var(--line); padding: 5px 8px; border-radius: 999px; font: 500 10px "DM Mono"; text-transform: uppercase; }
.proof-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px; align-items: stretch; }
.proof { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: white; }
.proof img { width: 100%; display: block; aspect-ratio: 1.5; object-fit: cover; }
.proof figcaption { padding: 13px 15px; font-size: 12px; line-height: 1.45; }
.offer { background: var(--cream); border: 2px solid var(--burg); border-radius: 28px; padding: 34px; position: relative; overflow: hidden; }
.offer:after { content: "V1"; position: absolute; right: 17px; top: 17px; color: var(--burg); font: 800 64px "Barlow Condensed"; opacity: .13; }
.offer h2 { font-size: clamp(44px, 5vw, 66px); margin: 0 0 8px; }
.price { font: 900 62px/1 "Barlow Condensed"; color: var(--burg); margin: 22px 0 14px; }
.price small { font: 700 15px Manrope; color: var(--ink); }
.offer ul { list-style: none; padding: 0; margin: 20px 0; }
.offer li { padding: 10px 0 10px 28px; position: relative; border-bottom: 1px solid var(--line); font-size: 14px; }
.offer li:before { content: "✓"; position: absolute; left: 0; color: var(--olive); font-weight: 900; }
.offer-note { font-size: 12px; color: rgba(29,27,24,.65); line-height: 1.5; }
.faq { display: grid; gap: 9px; max-width: 850px; }
details { border: 1px solid var(--line); border-radius: 13px; padding: 17px 19px; background: rgba(255,250,240,.48); }
summary { cursor: pointer; font-weight: 800; }
details p { color: rgba(29,27,24,.72); line-height: 1.55; font-size: 14px; }
.footer { padding: 28px 0 42px; border-top: 1px solid var(--line); font-size: 12px; color: rgba(29,27,24,.64); }
.footer .wrap { display:flex; justify-content:space-between; gap:20px; flex-wrap:wrap; }
.hub { min-height: 100vh; background: var(--ink); color: var(--paper); }
.hub .nav { background: rgba(29,27,24,.94); color: var(--paper); border-color: rgba(255,255,255,.14); }
.hub-main { padding: 95px 0; }
.hub h1 { font-size: clamp(58px, 9vw, 125px); margin: 10px 0 20px; max-width: 800px; }
.hub p { max-width: 600px; line-height: 1.6; color: rgba(243,238,229,.7); }
.hub-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; margin-top: 55px; }
.hub-card { min-height: 220px; padding: 23px; border: 1px solid rgba(255,255,255,.18); border-radius: 20px; display:flex; flex-direction:column; justify-content:space-between; background: linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.02)); }
.hub-card.new { border-color: #d18a70; background: linear-gradient(145deg,rgba(127,41,62,.85),rgba(65,24,33,.9)); }
.hub-card h2 { font-size: 29px; margin: 9px 0; }
.hub-card p { font-size: 13px; margin: 0; }
.hub-card .card-foot { display: flex; justify-content: space-between; align-items: center; margin-top: 20px; }
.status { color: #d7c89f; font: 500 10px "DM Mono"; text-transform: uppercase; }
.app-screen { background: var(--paper); color: var(--ink); min-height: 100vh; }
.app-shell { max-width: 780px; margin: 0 auto; padding: 35px 20px 70px; }
.app-top { display: flex; justify-content: space-between; align-items: center; gap: 15px; margin-bottom: 50px; }
.app-top a { font-size: 12px; font-weight: 800; }
.app-intro h1 { font-size: clamp(51px, 8vw, 92px); margin: 8px 0 16px; }
.app-intro p { max-width: 620px; line-height: 1.6; color: rgba(29,27,24,.7); }
.form-block { margin-top: 35px; padding: 23px; background: rgba(255,250,240,.75); border: 1px solid var(--line); border-radius: 18px; }
.form-block h2 { margin: 0 0 15px; font-size: 22px; }
.choice-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; }
.choice { border: 1px solid var(--line); background: transparent; border-radius: 13px; text-align: left; padding: 14px; min-height: 80px; }
.choice strong { display:block; font-size: 13px; }
.choice span { display:block; margin-top: 4px; font-size: 11px; line-height: 1.35; color: rgba(29,27,24,.62); }
.choice.active { background: var(--burg); color:white; border-color:var(--burg); }
.choice.active span { color:rgba(255,255,255,.75); }
.app-submit { margin-top: 22px; width: 100%; }
.results { margin-top: 35px; }
.results h2 { font-size: 40px; margin-bottom: 16px; }
.result-card { padding: 21px; background: var(--ink); color: var(--paper); border-radius: 16px; margin: 10px 0; display:grid; grid-template-columns: 45px 1fr; gap: 14px; }
.result-card .result-no { color:#f0bb9d; font: 800 28px "Barlow Condensed"; }
.result-card h3 { margin:0 0 7px; font-size: 20px; }
.result-card p { margin:0 0 10px; font-size:13px; line-height:1.5; color: rgba(243,238,229,.75); }
.result-card .tag { border-color: rgba(255,255,255,.22); color: rgba(255,255,255,.8); }
.result-note { padding: 17px; background: #e1d5ba; border-radius: 14px; font-size: 13px; line-height:1.5; margin-top: 15px; }
.support { padding: 100px 0; min-height: 100vh; }
.support h1 { font-size: clamp(55px, 8vw, 100px); margin: 10px 0; }
@media (max-width: 820px) {
  .wrap { width: min(100% - 28px, 650px); }
  .nav-links { display:none; }
  .hero { padding-top: 48px; }
  .hero-grid, .split { grid-template-columns: 1fr; gap: 32px; }
  .hero-art { min-height: 390px; }
  .hero-art .character { height: 300px; right: 6%; }
  .split.reverse > :first-child { order: initial; }
  .pain-grid, .benefits, .proof-grid { grid-template-columns: 1fr; }
  .idea-grid { grid-template-columns: 1fr; }
  .pillars { grid-template-columns: 1fr; }
  .hub-grid { grid-template-columns: 1fr; }
  .choice-grid { grid-template-columns: 1fr; }
  .app-top .btn { display:none; }
}
.narrative-visual { display:grid; grid-template-columns:160px 1fr; gap:22px; align-items:center; margin:30px 0 24px; padding:18px; border:1px solid rgba(255,255,255,.16); border-radius:20px; background:linear-gradient(135deg,rgba(127,41,62,.72),rgba(29,27,24,.8)); }
.narrative-visual img { width:160px; height:160px; object-fit:contain; object-position:center bottom; }
.narrative-visual strong { display:block; max-width:600px; font:700 clamp(25px,4vw,42px)/.98 "Barlow Condensed",Impact,sans-serif; text-transform:uppercase; }
.narrative-visual span { display:block; margin-top:10px; color:rgba(255,255,255,.74); line-height:1.5; }
.screen-strip { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; align-items:end; }
.screen-strip figure { margin:0; }
.screen-strip img { width:100%; aspect-ratio:3/4; object-fit:cover; border-radius:15px; border:1px solid rgba(255,255,255,.2); background:#121210; }
.screen-strip figure:nth-child(2) img { transform:translateY(-14px); }
.screen-strip figcaption { margin-top:7px; color:rgba(255,255,255,.78); font:500 10px "DM Mono"; text-transform:uppercase; text-align:center; }
.before-after { display:grid; grid-template-columns:1fr 55px 1fr; gap:16px; align-items:center; }
.before-after figure { margin:0; background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.16); border-radius:18px; overflow:hidden; }
.before-after img { width:100%; aspect-ratio:1.5; object-fit:cover; display:block; }
.before-after figcaption { padding:13px 15px; color:rgba(255,255,255,.78); font-size:12px; line-height:1.45; }
.before-after .arrow { color:#f0bb9d; font:700 32px "Barlow Condensed"; text-align:center; }
.offer-stack { display:flex; align-items:end; gap:8px; margin:25px 0 20px; }
.offer-stack img { width:31%; aspect-ratio:1/1.2; object-fit:cover; border-radius:12px; box-shadow:0 12px 24px rgba(29,27,24,.18); }
.offer-stack img:nth-child(2) { transform:translateY(-14px); }
.support-band { padding-top:45px; padding-bottom:45px; background:#e7dece; }
.support-visual { display:grid; grid-template-columns:140px 1fr; gap:24px; align-items:center; border:1px solid var(--line); border-radius:22px; padding:18px 24px; background:rgba(255,250,240,.62); }
.support-visual img { width:140px; height:140px; object-fit:contain; object-position:center bottom; }
.support-visual h2 { margin:7px 0 10px; font-size:clamp(38px,5vw,66px); }
.support-visual p { max-width:620px; line-height:1.6; }
@media (max-width: 820px) {
  .narrative-visual { grid-template-columns:100px 1fr; gap:14px; }
  .narrative-visual img { width:100px; height:115px; }
  .before-after { grid-template-columns:1fr; gap:10px; }
  .before-after .arrow { transform:rotate(90deg); }
  .screen-strip { gap:7px; }
  .screen-strip figure:nth-child(2) img { transform:none; }
  .support-visual { grid-template-columns:90px 1fr; padding:16px; }
  .support-visual img { width:90px; height:100px; }
}
/* Sales Page V2: foco em decisão, ideias e compra */
.eyebrow { margin:0 0 14px; color:var(--burg); font:700 11px "DM Mono",monospace; letter-spacing:.1em; text-transform:uppercase; }
.eyebrow.warm { color:#f0bb9d; }
.eyebrow.light { color:#f7d5c2; }
.nav-inner { min-height:68px; display:flex; align-items:center; justify-content:space-between; gap:20px; }
.hero-copy h1 { max-width:720px; margin:0; font-size:clamp(58px,8vw,112px); }
.hero-detail { max-width:560px; font-size:15px; font-weight:700; line-height:1.5; }
.text-link { display:inline-flex; align-items:center; min-height:48px; color:var(--burg); font-size:14px; font-weight:800; }
.hero-visual { min-height:470px; position:relative; display:grid; place-items:center; }
.idea-board { width:min(560px,100%); border-radius:24px; box-shadow:var(--shadow); transform:rotate(2deg); }
.character-choose { position:absolute; width:45%; max-height:430px; right:-2%; bottom:-15px; object-fit:contain; object-position:center bottom; filter:drop-shadow(0 15px 13px rgba(29,27,24,.18)); }
.problem-grid { display:grid; grid-template-columns:1.2fr .8fr; gap:48px; align-items:center; }
.problem-grid h2,.method-grid h2,.receive-grid h2,.proof-box h2 { margin:8px 0 16px; font-size:clamp(45px,6vw,78px); }
.section-lead { max-width:700px; font-size:17px; line-height:1.7; color:rgba(29,27,24,.74); }
.dark .section-lead,.burg .section-lead { color:rgba(255,255,255,.8); }
.problem-cards { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin-top:28px; }
.problem-cards article { padding:18px; border:1px solid rgba(255,255,255,.16); border-radius:16px; background:rgba(255,255,255,.06); }
.problem-cards b { color:#f0bb9d; font:800 18px "Barlow Condensed"; }
.problem-cards h3 { margin:12px 0 7px; font-size:17px; }
.problem-cards p { margin:0; color:rgba(255,255,255,.7); font-size:13px; line-height:1.5; }
.character-panel { padding:24px; border-radius:24px; background:linear-gradient(145deg,var(--burg),#3d1824); text-align:center; }
.character-panel img { width:100%; max-height:390px; object-fit:contain; object-position:center bottom; }
.character-panel strong { display:block; margin-top:5px; color:white; font:700 28px/.98 "Barlow Condensed"; text-transform:uppercase; }
.character-panel span { display:block; margin-top:10px; color:rgba(255,255,255,.76); font-size:13px; line-height:1.5; }
.method-grid,.receive-grid { display:grid; grid-template-columns:1fr 1fr; gap:58px; align-items:center; }
.steps { display:grid; gap:12px; margin-top:28px; }
.steps div { padding:16px 18px; border-left:5px solid var(--burg); background:rgba(255,250,240,.64); }
.steps div:nth-child(2) { border-color:var(--olive); }
.steps div:nth-child(3) { border-color:var(--rust); }
.steps b { font:700 12px "DM Mono"; letter-spacing:.06em; }
.steps p { margin:7px 0 0; line-height:1.5; }
.briefing-visual { display:grid; place-items:center; min-height:480px; border-radius:24px; background:#e7dece; overflow:hidden; }
.briefing-visual img { width:100%; height:100%; object-fit:contain; object-position:center bottom; }
.idea-section { background:#e7dece; }
.idea-boards { display:grid; grid-template-columns:repeat(3,1fr); gap:15px; margin:30px 0; }
.idea-boards figure { margin:0; border-radius:18px; overflow:hidden; background:var(--cream); box-shadow:var(--shadow); }
.idea-boards img { width:100%; display:block; aspect-ratio:3/2; object-fit:cover; }
.idea-boards figcaption { padding:12px 14px; font-size:12px; line-height:1.45; }
.idea-grid { grid-template-columns:repeat(2,1fr); }
.idea-card { grid-template-columns:160px 1fr; padding:0; overflow:hidden; background:var(--cream); box-shadow:0 8px 22px rgba(43,31,23,.08); }
.idea-card > img { width:160px; height:100%; min-height:180px; object-fit:cover; }
.idea-copy { padding:18px; }
.idea-number { color:var(--burg); font:800 17px "DM Mono"; }
.idea-card h3 { margin:7px 0; font-size:24px; }
.idea-card p { font-size:13px; line-height:1.55; }
.idea-meta { display:grid; gap:5px; font:500 10px "DM Mono"; text-transform:uppercase; color:rgba(29,27,24,.66); }
.idea-meta span { display:inline-block; }
.app-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:55px; align-items:center; }
.app-visual { padding:18px; border-radius:22px; background:rgba(18,18,16,.5); }
.app-visual img { width:100%; display:block; border-radius:15px; }
.included-note { display:grid; gap:5px; margin:22px 0; padding:15px 17px; border-left:4px solid #f7d5c2; background:rgba(255,255,255,.1); color:rgba(255,255,255,.86); font-size:13px; line-height:1.5; }
.receive-list { display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-top:28px; }
.receive-list div { padding:16px; border:1px solid var(--line); border-radius:15px; background:rgba(255,250,240,.65); }
.receive-list b,.receive-list span { display:block; }
.receive-list b { margin-bottom:5px; }
.receive-list span { font-size:13px; line-height:1.45; color:rgba(29,27,24,.7); }
.product-stack { position:relative; min-height:460px; }
.product-stack img { position:absolute; width:52%; border-radius:17px; box-shadow:var(--shadow); }
.product-stack img:nth-child(1) { left:6%; top:6%; transform:rotate(-5deg); }
.product-stack img:nth-child(2) { right:3%; top:20%; transform:rotate(5deg); }
.product-stack img:nth-child(3) { left:23%; bottom:0; transform:rotate(-1deg); }
.proof-section { padding-top:55px; padding-bottom:55px; background:#f7d5c2; }
.proof-box { display:grid; grid-template-columns:1fr .8fr; gap:40px; align-items:center; }
.proof-status { padding:25px; border:1px dashed var(--burg); border-radius:20px; background:rgba(255,250,240,.6); }
.proof-mark { display:block; color:var(--burg); font:700 40px "Barlow Condensed"; }
.proof-status strong,.proof-status small { display:block; }
.proof-status strong { font-size:18px; }
.proof-status small { margin-top:8px; line-height:1.5; color:rgba(29,27,24,.7); }
.offer-section { background:#efe5d4; }
.offer-card { background:var(--cream); border:2px solid var(--burg); border-radius:26px; padding:32px; }
.offer-card h2 { margin:0 0 12px; font-size:clamp(44px,5vw,70px); }
.offer-card > p { line-height:1.6; }
.offer-card ul { list-style:none; padding:0; margin:20px 0 24px; }
.offer-card li { padding:10px 0 10px 26px; border-bottom:1px solid var(--line); position:relative; font-size:14px; }
.offer-card li:before { content:"✓"; position:absolute; left:0; color:var(--olive); font-weight:900; }
.offer-side { text-align:center; }
.offer-side img { width:80%; max-height:350px; object-fit:contain; object-position:center bottom; }
.offer-side h3 { margin:15px 0 7px; font-size:20px; }
.offer-side p { line-height:1.6; color:rgba(29,27,24,.72); }
.faq-section > .wrap > .btn { margin-top:30px; }
.app-note { margin-top:30px; padding:15px; background:#e7dece; border-radius:12px; font-size:13px; line-height:1.5; }
@media (max-width:820px) {
  .nav-links { display:none; }
  .hero-grid,.problem-grid,.method-grid,.receive-grid,.app-grid,.proof-box { grid-template-columns:1fr; gap:30px; }
  .hero-visual { min-height:360px; }
  .character-choose { width:38%; right:2%; }
  .problem-cards,.idea-boards,.receive-list { grid-template-columns:1fr; }
  .idea-grid { grid-template-columns:1fr; }
  .idea-card { grid-template-columns:120px 1fr; }
  .idea-card > img { width:120px; min-height:170px; }
  .product-stack { min-height:390px; }
  .proof-box { gap:20px; }
}
.testimonial-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.testimonial-grid article { padding:22px; border:1px solid var(--line); border-radius:18px; background:var(--cream); }
.testimonial-grid article > span { display:inline-block; color:var(--burg); font:700 10px "DM Mono"; letter-spacing:.08em; }
.testimonial-grid article p { margin:18px 0; font-size:15px; line-height:1.6; }
.testimonial-grid article strong { font-size:12px; color:rgba(29,27,24,.62); }
@media (max-width:820px) { .testimonial-grid { grid-template-columns:1fr; } }
