:root {
  --bg:#f0f4f7; --bg-2:#e2ebf0;
  --ink:#0f2333; --ink-soft:#2c4a5e; --ink-mute:#5d7282;
  --line:#c9d6df; --line-soft:#dde6ec;
  --accent:#d97548; --accent-ink:#ffffff;
  --green:#1e5f7a; --green-deep:#0f3b50; --green-soft:#cfe1ea;
  --highlight:#e0eef5;
  --serif:'Crimson Pro', Georgia, serif;
  --sans:'Manrope', sans-serif;
  --mono:'JetBrains Mono', ui-monospace, monospace;
  --radius:14px; --radius-sm:8px; --radius-lg:22px;
  --pad-section:120px; --pad-x:clamp(20px, 5vw, 80px);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  line-height: 1.55;
}
::selection { background: var(--green); color: var(--bg); }
h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.05;
  margin: 0;
  text-wrap: balance;
}
p { margin: 0; text-wrap: pretty; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
.mono { font-family: var(--mono); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-mute); }
.wrap { max-width: 1280px; margin: 0 auto; padding-left: var(--pad-x); padding-right: var(--pad-x); }

.nav {
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in srgb, var(--bg) 85%, transparent);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color .2s ease;
}
.nav.scrolled { border-bottom-color: var(--line); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; position: relative; }
.nav-links { display: flex; gap: 36px; font-size: 14px; color: var(--ink-soft); }
.nav-links a:hover { color: var(--ink); }
.nav-cta { display: flex; gap: 14px; align-items: center; }
.nav-toggle { display: none; width: 38px; height: 38px; padding: 0; border: 1px solid var(--line); border-radius: 999px; align-items: center; justify-content: center; flex-direction: column; gap: 4px; }
.nav-toggle span { display: block; flex: 0 0 2px; width: 16px; height: 2px; background: var(--ink); border-radius: 2px; }

.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 22px;
  border-radius: 999px;
  font-size: 15px; font-weight: 500;
  transition: transform .15s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
  white-space: nowrap;
}
.btn-primary { background: var(--green); color: var(--bg); }
.btn-primary:hover { background: var(--green-deep); transform: translateY(-1px); box-shadow: 0 10px 24px -12px rgba(31,51,40,.6); }
.btn-ghost { color: var(--ink); padding: 14px 4px; }
.btn-ghost:hover { color: var(--accent); }
.btn-line { border: 1px solid var(--ink); color: var(--ink); }
.btn-line:hover { background: var(--ink); color: var(--bg); }
.btn-lg { padding: 18px 28px; font-size: 16px; }
.btn-arrow { transition: transform .2s; }
.btn:hover .btn-arrow { transform: translateX(3px); }

.hero { padding-top: 60px; padding-bottom: 80px; position: relative; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 64px; align-items: center; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: color-mix(in srgb, var(--bg) 50%, white);
  font-size: 12px; color: var(--ink-soft);
  margin-bottom: 28px;
}
.hero-eyebrow .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
.hero h1 { font-size: clamp(44px, 6vw, 78px); font-weight: 350; }
.hero h1 em { font-style: italic; font-family: var(--serif); color: var(--accent); }
.hero h1 .underline { background-image: linear-gradient(transparent 60%, color-mix(in srgb, var(--accent) 25%, transparent) 60%); padding: 0 4px; }
.hero-sub { margin-top: 28px; font-size: 19px; color: var(--ink-soft); max-width: 540px; line-height: 1.5; }
.hero-cta-row { margin-top: 40px; display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.hero-meta { margin-top: 28px; display: flex; gap: 24px; flex-wrap: wrap; font-size: 13px; color: var(--ink-mute); }
.hero-meta-item { display: flex; align-items: center; gap: 8px; }
.check { width: 16px; height: 16px; border-radius: 50%; background: var(--green); color: var(--bg); display: inline-flex; align-items: center; justify-content: center; font-size: 10px; flex-shrink: 0; }
.hero-mock-wrap { position: relative; }
.hero-platform-image { display:block; width:100%; height:auto; border-radius:22px; border:1px solid var(--line); box-shadow:0 30px 60px -30px rgba(15,35,40,.35); }

.section { padding-top: var(--pad-section); padding-bottom: var(--pad-section); }
.section-tight { padding-top: 80px; padding-bottom: 80px; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 64px; flex-wrap: wrap; }
.section-head h2 { font-size: clamp(36px, 4vw, 56px); font-weight: 350; max-width: 720px; }
.section-head h2 em { font-style: italic; color: var(--accent); }
.section-eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.section-eyebrow .num { font-family: var(--mono); font-size: 11px; letter-spacing: .06em; color: var(--ink-mute); }
.section-eyebrow .bar { width: 24px; height: 1px; background: var(--ink-mute); }

.pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.pain-card { background: var(--bg-2); border-radius: var(--radius); padding: 32px 28px; position: relative; transition: transform .2s ease, background .2s ease; }
.pain-card:hover { transform: translateY(-3px); background: var(--highlight); }
.pain-card .quote-mark { font-family: var(--serif); font-size: 64px; line-height: .5; color: var(--accent); margin-bottom: 20px; display: block; font-style: italic; }
.pain-card p { font-family: var(--serif); font-size: 22px; line-height: 1.3; color: var(--ink); font-weight: 400; }
.pain-card .who { margin-top: 22px; font-size: 12px; color: var(--ink-mute); font-family: var(--mono); }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: step; }
.step-card { background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 24px 32px; position: relative; transition: all .2s; counter-increment: step; overflow: hidden; }
.step-card:hover { background: white; border-color: var(--ink); transform: translateY(-2px); }
.step-card .step-num { font-family: var(--serif); font-size: 56px; font-weight: 300; color: var(--accent); line-height: 1; font-style: italic; margin-bottom: 16px; display: block; }
.step-card h3 { font-family: var(--sans); font-size: 17px; font-weight: 600; letter-spacing: -.005em; margin-bottom: 8px; line-height: 1.3; }
.step-card p { font-size: 14px; color: var(--ink-soft); line-height: 1.5; }
.step-card .arrow { position: absolute; top: 28px; right: 24px; color: var(--ink-mute); transition: all .2s; }
.step-card:hover .arrow { color: var(--accent); transform: translate(2px, -2px); }

.feat-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.feat { border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; background: var(--bg); transition: all .2s; display: flex; flex-direction: column; min-height: 280px; }
.feat:hover { background: white; border-color: var(--ink-soft); }
.feat.big { grid-column: span 4; background: var(--green-deep); color: var(--bg); border-color: var(--green-deep); }
.feat.big:hover { background: #18281f; }
.feat.med, .feat.small { grid-column: span 2; }
.feat.dsr, .feat.checklist { grid-column: span 3; }
.feat.dsr { background: var(--bg-2); }
.feat .feat-tag { font-family: var(--mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-mute); margin-bottom: 14px; }
.feat.big .feat-tag { color: #8a9a8e; }
.feat h3 { font-family: var(--serif); font-size: 26px; font-weight: 400; line-height: 1.15; margin-bottom: 10px; letter-spacing: -.015em; }
.feat p { font-size: 14px; color: var(--ink-soft); line-height: 1.5; margin-bottom: 20px; }
.feat.big p { color: #c8d0c8; }
.feat .feat-visual { margin-top: auto; }
.feature-tags { display: flex; gap: 8px; flex-wrap: wrap; }
.feature-tags span { font-family: var(--mono); font-size: 10px; padding: 6px 10px; background: rgba(246,241,231,.1); border-radius: 999px; color: #e2ddc8; letter-spacing: .05em; }

.box { width: 16px; height: 16px; border-radius: 4px; border: 1.5px solid var(--line); flex-shrink: 0; position: relative; }
.box::after { content: '✓'; position: absolute; inset: 0; color: white; font-size: 11px; display: flex; align-items: center; justify-content: center; opacity: 0; }
.mini-doc { background: white; border-radius: 8px; padding: 16px; border: 1px solid var(--line); font-size: 10px; line-height: 1.4; color: var(--ink-soft); position: relative; }
.mini-doc::before { content: ''; position: absolute; top: 12px; right: 12px; width: 24px; height: 24px; background: var(--green-soft); border-radius: 4px; }
.mini-doc h4 { font-family: var(--serif); font-size: 13px; font-weight: 500; color: var(--ink); margin-bottom: 8px; }
.mini-doc .row { height: 4px; background: var(--line-soft); border-radius: 2px; margin-bottom: 4px; }
.mini-doc .row.short { width: 60%; }
.mini-doc .row.mid { width: 80%; }
.mini-doc .stamp { margin-top: 10px; display: inline-block; padding: 3px 8px; background: var(--green); color: var(--bg); border-radius: 3px; font-family: var(--mono); font-size: 9px; letter-spacing: .05em; }
.mini-dsr { display: flex; flex-direction: column; gap: 6px; }
.mini-dsr .req { display: flex; align-items: center; justify-content: space-between; padding: 10px 12px; background: white; border: 1px solid var(--line); border-radius: 8px; font-size: 12px; }
.mini-dsr .req .name { display: flex; align-items: center; gap: 8px; }
.mini-dsr .req .avatar { width: 22px; height: 22px; border-radius: 50%; background: var(--green-soft); color: var(--green-deep); font-family: var(--serif); font-weight: 500; font-size: 11px; display: inline-flex; align-items: center; justify-content: center; }
.mini-dsr .badge { font-family: var(--mono); font-size: 10px; padding: 2px 8px; border-radius: 999px; letter-spacing: .04em; }
.badge-ok { background: color-mix(in srgb, var(--green) 14%, white); color: var(--green); }
.badge-todo { background: color-mix(in srgb, var(--accent) 14%, white); color: var(--accent); }
.badge-warn { background: var(--bg-2); color: var(--ink-soft); }
.mini-progress { display: flex; align-items: end; gap: 10px; padding: 16px; background: white; border: 1px solid var(--line); border-radius: 8px; }
.mini-progress .ring { width: 64px; height: 64px; border-radius: 50%; background: conic-gradient(var(--green) 0 68%, var(--line-soft) 68% 100%); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.mini-progress .ring::after { content: ''; width: 50px; height: 50px; background: white; border-radius: 50%; position: absolute; }
.mini-progress .ring-num { position: absolute; inset: 0; z-index: 1; font-family: var(--serif); font-size: 18px; font-weight: 500; color: var(--green-deep); display: flex; align-items: center; justify-content: center; }
.mini-progress .ring-wrap { position: relative; }
.mini-progress .info { display: flex; flex-direction: column; gap: 3px; }
.mini-progress .info .lbl { font-size: 11px; color: var(--ink-mute); font-family: var(--mono); }
.mini-progress .info .big { font-family: var(--serif); font-size: 16px; }
.team-stack { display: flex; margin-left: 0; }
.team-stack span { width: 36px; height: 36px; border-radius: 50%; background: var(--green-soft); color: var(--green-deep); font-family: var(--serif); font-size: 14px; font-weight: 500; display: inline-flex; align-items: center; justify-content: center; margin-left: -8px; border: 2px solid var(--bg); flex-shrink: 0; }
.team-stack span:first-child { margin-left: 0; }
.team-stack span:last-child { background: var(--bg-2); }
.session-card { padding: 16px; background: white; border: 1px solid var(--line); border-radius: 8px; font-family: var(--mono); font-size: 11px; color: var(--ink-soft); display: flex; align-items: center; gap: 10px; }
.session-card span { width: 8px; height: 8px; border-radius: 50%; background: var(--green); }

.showcase { background: var(--green-deep); color: var(--bg); border-radius: var(--radius-lg); padding: 80px 60px; position: relative; overflow: hidden; }
.showcase::after { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 80% 20%, rgba(184,92,46,.12), transparent 60%); pointer-events: none; }
.showcase h2 { color: var(--bg); max-width: 640px; }
.showcase h2 em { color: #e6a37d; }
.showcase-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; margin-top: 56px; position: relative; z-index: 1; }
.showcase-tabs { display: flex; flex-direction: column; gap: 4px; }
.showcase-tab { text-align: left; padding: 18px 20px; border-radius: 12px; border: 1px solid transparent; color: #c8d0c8; transition: all .2s; cursor: pointer; display: flex; flex-direction: column; gap: 4px; }
.showcase-tab:hover { background: rgba(255,255,255,.04); color: var(--bg); }
.showcase-tab.active { background: rgba(255,255,255,.06); border-color: rgba(246,241,231,.15); color: var(--bg); }
.showcase-tab .t-num { font-family: var(--mono); font-size: 11px; opacity: .5; letter-spacing: .05em; }
.showcase-tab .t-title { font-family: var(--serif); font-size: 22px; font-weight: 400; letter-spacing: -.01em; }
.showcase-tab .t-desc { font-size: 14px; line-height: 1.45; opacity: .8; max-height: 0; overflow: hidden; transition: max-height .3s ease, margin-top .3s ease; }
.showcase-tab.active .t-desc { max-height: 100px; margin-top: 6px; }
.showcase-frame { background: #f6f1e7; border-radius: 14px; overflow: hidden; box-shadow: 0 30px 80px -30px rgba(0,0,0,.6), 0 0 0 1px rgba(255,255,255,.08); color: var(--ink); }
.browser-bar { display: flex; align-items: center; gap: 8px; padding: 12px 14px; background: #ece2cd; border-bottom: 1px solid #d9cfb8; }
.browser-bar .dots { display: flex; gap: 6px; }
.browser-bar .dots span { width: 10px; height: 10px; border-radius: 50%; background: rgba(0,0,0,.12); }
.browser-bar .url { flex: 1; background: white; padding: 5px 12px; border-radius: 6px; font-family: var(--mono); font-size: 11px; color: #6b7a70; border: 1px solid #d9cfb8; }
.browser-content { display: none; padding: 28px; min-height: 380px; position: relative; }
.browser-content.active { display: block; }
.sc-checklist h3, .sc-dsr h3 { font-family: var(--serif); font-size: 22px; font-weight: 400; margin-bottom: 4px; }
.sc-checklist .meta, .sc-dsr .meta { font-size: 12px; color: #6b7a70; margin-bottom: 18px; font-family: var(--mono); }
.sc-progress-wrap { display: flex; align-items: center; gap: 16px; margin-bottom: 22px; padding: 16px; background: white; border: 1px solid #d9cfb8; border-radius: 10px; }
.sc-progress { flex: 1; height: 8px; background: #efe7d4; border-radius: 4px; overflow: hidden; }
.sc-progress-bar { height: 100%; width: 68%; background: linear-gradient(90deg, #2f4a3a, #4a6b56); border-radius: 4px; }
.sc-progress-num { font-family: var(--serif); font-size: 22px; }
.sc-list { display: flex; flex-direction: column; gap: 8px; }
.sc-item { display: flex; align-items: center; justify-content: space-between; padding: 12px 14px; background: white; border: 1px solid #d9cfb8; border-radius: 8px; font-size: 13px; }
.sc-item .left { display: flex; align-items: center; gap: 12px; }
.sc-item.done { color: #6b7a70; }
.sc-item.done .box { background: #2f4a3a; border-color: #2f4a3a; }
.sc-item.done .box::after { opacity: 1; }
.sc-item.cur { border-color: #b85c2e; background: #fff4eb; }
.sc-item .pts { font-family: var(--mono); font-size: 11px; color: #6b7a70; }
.sc-doc { display: grid; grid-template-columns: 200px 1fr; gap: 20px; height: 380px; }
.sc-doc-side { background: white; border: 1px solid #d9cfb8; border-radius: 10px; padding: 16px; font-size: 12px; }
.sc-doc-side .item { padding: 6px 10px; border-radius: 6px; cursor: default; }
.sc-doc-side .item.active { background: #2f4a3a; color: #f6f1e7; }
.sc-doc-side .item + .item { margin-top: 2px; }
.sc-doc-main { background: white; border: 1px solid #d9cfb8; border-radius: 10px; padding: 24px; font-size: 12px; line-height: 1.6; overflow: hidden; }
.sc-doc-main h4 { font-family: var(--serif); font-size: 18px; font-weight: 500; margin-bottom: 8px; }
.sc-doc-main .meta-line { font-family: var(--mono); font-size: 10px; color: #6b7a70; margin-bottom: 14px; }
.sc-doc-main p { font-size: 11px; color: #3a4a40; margin-bottom: 8px; }
.sc-doc-main .highlight { background: #f0e6cc; padding: 1px 4px; border-radius: 2px; }
.sc-doc-main .stamp { margin-top: 12px; display: inline-flex; gap: 6px; align-items: center; padding: 4px 10px; background: #2f4a3a; color: #f6f1e7; border-radius: 4px; font-family: var(--mono); font-size: 9px; letter-spacing: .05em; }
.sc-dsr-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 18px; }
.sc-dsr-stat { background: white; border: 1px solid #d9cfb8; border-radius: 10px; padding: 14px; }
.sc-dsr-stat .lbl { font-family: var(--mono); font-size: 10px; color: #6b7a70; }
.sc-dsr-stat .num { font-family: var(--serif); font-size: 26px; margin-top: 2px; }
.sc-dsr-list { display: flex; flex-direction: column; gap: 8px; }
.sc-req { display: grid; grid-template-columns: 1fr auto auto auto; gap: 14px; align-items: center; padding: 12px 16px; background: white; border: 1px solid #d9cfb8; border-radius: 8px; font-size: 12px; }
.sc-req .who { display: flex; align-items: center; gap: 10px; }
.sc-req .av { width: 26px; height: 26px; border-radius: 50%; background: #e2ddc8; color: #1f3328; display: inline-flex; align-items: center; justify-content: center; font-family: var(--serif); font-size: 12px; font-weight: 500; }
.sc-req .type { font-family: var(--mono); font-size: 10px; color: #6b7a70; letter-spacing: .05em; }
.sc-req .deadline { font-family: var(--mono); font-size: 10px; }
.sc-req .deadline.urgent { color: #b85c2e; }

.testi-grid { display: grid; grid-template-columns: 2fr 1.4fr; gap: 20px; }
.testi-card { background: var(--bg-2); border-radius: var(--radius); padding: 40px; display: flex; flex-direction: column; justify-content: space-between; min-height: 360px; }
.testi-card.dark { background: var(--green-deep); color: var(--bg); }
.testi-card.dark .person .role { color: #c8d0c8; }
.testi-quote { font-family: var(--serif); font-size: clamp(22px, 2.4vw, 30px); font-weight: 400; line-height: 1.25; letter-spacing: -.01em; }
.testi-quote .em { color: var(--accent); font-style: italic; }
.testi-card.dark .testi-quote .em { color: #e6a37d; }
.person { display: flex; align-items: center; gap: 14px; margin-top: 32px; }
.person-avatar { width: 52px; height: 52px; border-radius: 50%; background: var(--green-soft); color: var(--green-deep); display: inline-flex; align-items: center; justify-content: center; font-family: var(--serif); font-weight: 500; font-size: 20px; flex-shrink: 0; background-size: cover; background-position: center; }
.person-avatar.photo { background: linear-gradient(135deg, #c8a37d, #8a6a4a); position: relative; overflow: hidden; }
.person-avatar.photo::after { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(45deg, transparent, transparent 6px, rgba(255,255,255,.08) 6px, rgba(255,255,255,.08) 8px); }
.person-avatar.photo-2 { background: linear-gradient(135deg, #7d8a6a, #4a5a3a); }
.person-avatar.photo-3 { background: linear-gradient(135deg, #b88a7d, #7a4a3d); }
.person .name { font-weight: 600; font-size: 15px; }
.person .role { font-size: 13px; color: var(--ink-mute); margin-top: 2px; }
.logos-strip { margin-top: 60px; padding: 32px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.logos-strip .lbl { font-family: var(--mono); font-size: 11px; color: var(--ink-mute); letter-spacing: .06em; text-transform: uppercase; }
.logos-list { display: flex; gap: 40px; flex-wrap: wrap; align-items: center; color: var(--ink-soft); }
.logo-item { font-family: var(--serif); font-size: 18px; font-weight: 500; letter-spacing: -.01em; opacity: .6; transition: opacity .2s; display: flex; align-items: center; gap: 6px; }
.logo-item:hover { opacity: 1; }
.logo-item .mark { width: 18px; height: 18px; border-radius: 4px; background: currentColor; opacity: .7; }

.audience-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.aud { aspect-ratio: 1 / 1.1; background: var(--bg-2); border-radius: var(--radius); padding: 22px; display: flex; flex-direction: column; justify-content: space-between; transition: all .2s; cursor: default; }
.aud:hover { background: var(--green-deep); color: var(--bg); transform: translateY(-3px); }
.aud:hover .aud-num { color: #e6a37d; }
.aud-num { font-family: var(--mono); font-size: 11px; color: var(--ink-mute); }
.aud-name { font-family: var(--serif); font-size: 22px; font-weight: 400; line-height: 1.1; letter-spacing: -.01em; }
.aud-glyph { width: 32px; height: 32px; border-radius: 6px; background: var(--green); opacity: .85; transition: all .2s; }
.aud:hover .aud-glyph { background: var(--accent); opacity: 1; }

.faq-grid { display: grid; grid-template-columns: 1fr 1.6fr; gap: 64px; align-items: flex-start; }
.faq-list { display: flex; flex-direction: column; }
.faq-item { border-top: 1px solid var(--line); padding: 22px 0; cursor: pointer; }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-q { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; }
.faq-q-text { font-family: var(--serif); font-size: 22px; font-weight: 400; line-height: 1.25; letter-spacing: -.01em; transition: color .2s; }
.faq-item:hover .faq-q-text { color: var(--accent); }
.faq-toggle { width: 32px; height: 32px; border-radius: 50%; background: var(--bg-2); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; transition: all .2s; font-size: 16px; line-height: 1; }
.faq-item.open .faq-toggle { background: var(--green); color: var(--bg); transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s cubic-bezier(.2,.8,.2,1), padding-top .2s ease; font-size: 15px; color: var(--ink-soft); line-height: 1.55; padding-right: 52px; }
.faq-item.open .faq-a { max-height: 240px; padding-top: 14px; }
.faq-aside { background: var(--bg-2); border-radius: var(--radius); padding: 32px; position: sticky; top: 100px; }
.faq-aside h3 { font-family: var(--serif); font-size: 24px; font-weight: 400; margin-bottom: 12px; line-height: 1.2; }
.faq-aside p { font-size: 14px; color: var(--ink-soft); margin-bottom: 20px; line-height: 1.5; }

.public-page { padding: 56px var(--pad-x) 80px; }
.public-page-wrap { max-width: 900px; margin: 0 auto; }
.public-page-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  font-size: 14px;
  color: var(--ink-soft);
}
.public-page-back::before { content: '\2190'; color: var(--accent); }
.public-page-back:hover { color: var(--accent); }
.public-page-card {
  background: color-mix(in srgb, white 72%, var(--bg));
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: 0 28px 70px -48px rgba(15,35,51,.45);
  padding: clamp(28px, 5vw, 64px);
}
.public-page-header { padding-bottom: 28px; border-bottom: 1px solid var(--line-soft); margin-bottom: 34px; }
.public-page-eyebrow {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
}
.public-page-header h1 { font-size: clamp(38px, 5vw, 62px); font-weight: 350; max-width: 760px; }
.public-page-updated { margin-top: 20px; font-size: 14px; color: var(--ink-mute); }
.public-page-body { color: var(--ink-soft); font-size: clamp(16px, 1.6vw, 18px); line-height: 1.75; overflow-wrap: anywhere; }
.public-page-body > * + * { margin-top: 28px; }
.public-page-body section > * + * { margin-top: 16px; }
.public-page-body h2,
.public-page-body h3 { color: var(--ink); line-height: 1.18; }
.public-page-body > * + h2,
.public-page-body > * + h3 { margin-top: 42px; }
.public-page-body section h2,
.public-page-body section h3 { margin-top: 0; }
.public-page-body section * + h2,
.public-page-body section * + h3 { margin-top: 34px; }
.public-page-body h2 { font-size: clamp(28px, 3vw, 36px); }
.public-page-body h3 { font-size: clamp(22px, 2.2vw, 28px); }
.public-page-body ul,
.public-page-body ol { margin: 0; padding-left: 1.35em; }
.public-page-body li + li { margin-top: 10px; }
.public-page-body a { color: var(--green); text-decoration: underline; text-underline-offset: 3px; }

.final-cta { background: var(--green-deep); color: var(--bg); border-radius: var(--radius-lg); padding: 80px 60px; text-align: center; position: relative; overflow: hidden; margin-bottom: 80px; }
.final-cta::before { content: ''; position: absolute; top: -100px; left: -100px; width: 400px; height: 400px; background: radial-gradient(circle, rgba(184,92,46,.18), transparent 60%); pointer-events: none; }
.final-cta::after { content: ''; position: absolute; bottom: -150px; right: -100px; width: 500px; height: 500px; background: radial-gradient(circle, rgba(226,221,200,.08), transparent 60%); pointer-events: none; }
.final-cta h2 { font-size: clamp(40px, 5vw, 64px); color: var(--bg); font-weight: 350; max-width: 800px; margin: 0 auto 24px; position: relative; z-index: 1; }
.final-cta h2 em { color: #e6a37d; font-style: italic; }
.final-cta p { font-size: 18px; color: #c8d0c8; max-width: 540px; margin: 0 auto 36px; line-height: 1.5; position: relative; z-index: 1; }
.final-cta .btn-primary { background: var(--bg); color: var(--green-deep); position: relative; z-index: 1; }
.final-cta .btn-primary:hover { background: white; }
.final-cta .btn-line { border-color: rgba(246,241,231,.4); color: var(--bg); position: relative; z-index: 1; }
.final-cta .btn-line:hover { background: var(--bg); color: var(--green-deep); }

.footer { border-top: 1px solid var(--line); padding-top: 60px; padding-bottom: 40px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 60px; }
.footer-col h5 { font-family: var(--mono); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-mute); margin-bottom: 16px; font-weight: 500; }
.footer-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.footer-col li { font-size: 14px; }
.footer-col a:hover { color: var(--accent); }
.footer-tag { font-size: 14px; color: var(--ink-soft); max-width: 280px; margin-top: 12px; line-height: 1.5; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; padding-top: 32px; border-top: 1px solid var(--line); font-size: 12px; color: var(--ink-mute); font-family: var(--mono); overflow-wrap: anywhere; }

@media (max-width: 1000px) {
  .steps { grid-template-columns: repeat(2, 1fr); }
  .feat-grid { grid-template-columns: repeat(2, 1fr); }
  .feat.big, .feat.med, .feat.small, .feat.dsr, .feat.checklist { grid-column: span 2; }
  .audience-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 980px) { .hero-grid { grid-template-columns: 1fr; gap: 48px; } }
@media (max-width: 900px) {
  .pain-grid, .showcase-grid, .testi-grid, .faq-grid { grid-template-columns: 1fr; }
  .faq-grid { gap: 32px; }
}
@media (max-width: 820px) {
  .nav-cta-login { padding: 11px 18px; background: var(--green); color: var(--bg); }
  .nav-cta-login:hover { background: var(--green-deep); color: var(--bg); }
  .nav-cta-register { display: none; }
}
@media (max-width: 720px) {
  .nav-links { display: none; }
  .nav-toggle { display: inline-flex; order: 3; margin-left: 8px; }
  .nav-links.open { display:flex; flex-direction:column; gap:18px; position:absolute; top:72px; left:0; right:0; background:var(--bg); border-bottom:1px solid var(--line); padding:20px var(--pad-x); }
  .nav-cta { order: 2; margin-left: auto; gap: 8px; }
  .nav-cta-register { display: none; }
  .public-page { padding-top: 36px; padding-bottom: 56px; }
  .public-page-card { border-radius: var(--radius); }
  .showcase { padding: 48px 28px; }
  .final-cta { padding: 56px 28px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 600px) {
  .steps, .feat-grid { grid-template-columns: 1fr; }
  .feat.big, .feat.med, .feat.small, .feat.dsr, .feat.checklist { grid-column: span 1; }
  .audience-grid { grid-template-columns: repeat(2, 1fr); }
  .sc-doc { grid-template-columns: 1fr; height: auto; }
  .sc-req { grid-template-columns: 1fr; gap: 6px; }
}

::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-thumb { background: var(--line); border-radius: 10px; }
::-webkit-scrollbar-thumb:hover { background: var(--ink-mute); }

/* ---------------------------------------------------------------------------
   Free tools (ferramentas): forms, results, hub grid, cross-links
   --------------------------------------------------------------------------- */

/* Honeypot: hidden from humans, filled by bots. Positioned off-screen rather
   than display:none so bots that skip non-rendered inputs still fill it. */
.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* Form posts land on this anchor; keep it clear of the sticky nav. */
#ferramenta { scroll-margin-top: 96px; }

.tool-form {
  background: color-mix(in srgb, white 60%, var(--bg));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(24px, 4vw, 36px);
  margin: 32px 0;
}
.tool-form-error {
  margin-bottom: 20px;
  padding: 12px 16px;
  border: 1px solid var(--accent);
  border-left-width: 4px;
  border-radius: var(--radius-sm);
  background: color-mix(in srgb, var(--accent) 12%, white);
  color: var(--ink);
  font-size: 14px;
}
.tool-field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 20px; }
.tool-field > label { font-size: 14px; font-weight: 600; color: var(--ink); }
.tool-field .req { color: var(--accent); }
.tool-field-help { font-size: 13px; color: var(--ink-mute); }
.tool-field input[type="text"],
.tool-field input[type="url"],
.tool-field input[type="email"],
.tool-field input[type="date"],
.tool-field textarea,
.tool-field select {
  font-family: var(--sans);
  font-size: 15px;
  color: var(--ink);
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 12px 14px;
  width: 100%;
}
.tool-field textarea { min-height: 96px; resize: vertical; }
.tool-field input:focus,
.tool-field textarea:focus,
.tool-field select:focus {
  outline: none;
  border-color: var(--green);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--green) 18%, transparent);
}

.tool-result {
  --tone: var(--green);
  --tone-tint: var(--green-soft);
  border: 1px solid var(--tone);
  border-left-width: 4px;
  border-radius: var(--radius);
  background: color-mix(in srgb, var(--tone-tint) 55%, white);
  padding: clamp(20px, 3vw, 32px);
  margin: 32px 0;
}
.tool-result h2,
.tool-result h3 { color: var(--ink); }
.tool-result--ok { --tone: var(--green); --tone-tint: var(--green-soft); }
.tool-result--warn { --tone: var(--accent); --tone-tint: color-mix(in srgb, var(--accent) 22%, white); }
/* No red exists in the base palette; a verdict/risk tool needs a distinct
   "bad" tone, so this single danger red is defined here (not a new palette). */
.tool-result--bad { --tone: #b23b3b; --tone-tint: color-mix(in srgb, #b23b3b 16%, white); }

/* Scrollable minuta (document) preview. */
.tool-result-doc {
  max-height: 520px;
  overflow: auto;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 24px;
  margin-top: 20px;
}

/* Minuta preview iframe: the minuta is a full HTML document with its own
   <style>, so it renders isolated in an iframe (via srcdoc) to keep those
   rules from leaking onto the page. */
.tool-result-frame {
  display: block;
  width: 100%;
  min-height: 460px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: #fff;
}

/* Copy-only text snippets (aviso de privacidade): compact plain-text blocks,
   each with a small heading and its own copy button. Not the scrollable
   .tool-result-doc iframe preview -- these are inline, copy-and-paste text. */
.tool-snippet {
  margin-top: 20px;
  padding: 18px 20px;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
}
.tool-snippet-heading {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-bottom: 8px;
}
.tool-snippet-text { color: var(--ink); margin-bottom: 14px; }
.tool-snippet-text a { color: var(--green); text-decoration: underline; text-underline-offset: 3px; }

/* Per-category score bars (diagnostic result). */
.tool-progress-row {
  display: grid;
  grid-template-columns: minmax(120px, 1fr) 2fr auto;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
}
.tool-progress-label { font-size: 14px; color: var(--ink-soft); }
.tool-progress-track { height: 10px; background: var(--bg-2); border-radius: 999px; overflow: hidden; }
.tool-progress-bar { display: block; height: 100%; background: var(--green); border-radius: 999px; }
.tool-progress-pct { font-family: var(--mono); font-size: 12px; color: var(--ink-mute); }

/* Hub card grid. */
.tool-group { margin-top: 40px; }
.tool-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 24px 0; }
.tool-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.tool-card:hover { transform: translateY(-3px); background: var(--highlight); border-color: var(--ink-soft); }
.tool-card h3 { font-family: var(--serif); font-size: 20px; font-weight: 500; }
.tool-card p { font-size: 14px; color: var(--ink-soft); }
.tool-card .tool-card-arrow { margin-top: auto; color: var(--accent); }
/* The whole card is clickable: the title link stretches over the card via a
   pseudo-element; sublinks sit above it so they stay independently clickable. */
.tool-card-title { color: var(--ink); text-decoration: none; }
.tool-card-title::after { content: ""; position: absolute; inset: 0; }
.tool-card-sublinks {
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
}
.tool-card-sublinks a { font-size: 13px; color: var(--green); text-decoration: underline; text-underline-offset: 2px; }
/* Featured card (the diagnostic): spans the row and reads as the primary entry. */
.tool-card--featured {
  grid-column: 1 / -1;
  background: var(--highlight);
  border-color: var(--green);
  border-left-width: 4px;
}
.tool-card--featured h3 { font-size: clamp(24px, 3vw, 30px); }

.tool-disclaimer {
  margin: 20px 0;
  padding: 14px 18px;
  background: var(--bg-2);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-sm);
  font-size: 13px;
  color: var(--ink-mute);
  line-height: 1.5;
}

.tool-crosslinks { margin: 40px 0; padding-top: 24px; border-top: 1px solid var(--line); }
.tool-crosslinks h2 { font-size: clamp(22px, 2.2vw, 28px); margin-bottom: 16px; }
.tool-crosslinks ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.tool-crosslinks li { display: flex; flex-direction: column; gap: 2px; }
.tool-crosslinks a { color: var(--green); text-decoration: underline; text-underline-offset: 3px; font-weight: 600; }
.tool-crosslinks .tool-crosslink-desc { font-size: 14px; color: var(--ink-mute); }

/* Diagnostic tool: grouped questions, stacked choices, result extras. */
.tool-context { font-family: var(--mono); font-size: 12px; letter-spacing: .04em; color: var(--ink-mute); margin: 0 0 8px; }
.tool-diagnostic-form h3 { font-size: clamp(20px, 2.2vw, 26px); margin: 32px 0 0; }
.tool-question { margin-top: 20px; display: flex; flex-direction: column; gap: 8px; }
.tool-question-text { color: var(--ink); }
.tool-choices { display: flex; flex-direction: column; gap: 8px; }
.tool-choices label { display: flex; align-items: flex-start; gap: 10px; font-size: 15px; color: var(--ink-soft); cursor: pointer; }
.tool-choices input { margin-top: 4px; flex-shrink: 0; }
.tool-diagnostic-form button { margin-top: 28px; }
.tool-form-error ul { margin: 8px 0 0; }
.tool-level-score { font-family: var(--mono); font-size: 12px; letter-spacing: .04em; color: var(--ink-mute); }
.tool-action > * + * { margin-top: 4px; }
.tool-action .tool-badge { font-family: var(--mono); font-size: 10px; letter-spacing: .05em; text-transform: uppercase; color: var(--ink-mute); }
.tool-result-cta { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); }

@media (max-width: 900px) { .tool-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) {
  .tool-grid { grid-template-columns: 1fr; }
  .tool-progress-row { grid-template-columns: 1fr auto; }
}
