/* --- "Velg hvordan du vil begynne" --- */
.start-section{padding-top:56px}
.start-header{margin-bottom:40px;max-width:680px}
.start-header h1{font-size:clamp(1.75rem,3.2vw,2.5rem)}
.start-layout{display:grid;grid-template-columns:2.1fr 1fr;gap:32px;align-items:start}

/* Entry cards: reused from the old Founding Pilot design (better structured per feedback) */
.start-choice-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid;margin-top:0}
.start-choice-grid-3{grid-template-columns:repeat(3,1fr)}
.start-choice-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:26px;display:flex;flex-direction:column}
.start-choice-card .choice-label{display:block;font-size:.7rem;font-weight:700;letter-spacing:.05em;color:var(--blue-600);line-height:1.4;margin-bottom:14px}
.start-choice-card .choice-icon{width:48px;height:48px;border-radius:999px;background:var(--blue-50);display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.start-choice-card h3{font-size:1.2rem;margin-bottom:6px}
.start-choice-card .choice-lede{font-weight:600;color:var(--navy-900);font-size:.92rem;margin-bottom:6px}
.start-choice-card .choice-desc{color:var(--text-muted);font-size:.85rem;margin-bottom:20px}
.choice-check-list{list-style:none;margin:0 0 20px;padding:0;display:flex;flex-direction:column;gap:9px}
.choice-check-list li{display:flex;align-items:flex-start;gap:8px;color:var(--text-muted);font-size:.83rem;line-height:1.4}
.choice-check-list svg{flex-shrink:0;margin-top:1px}
.start-choice-card .btn{width:100%;justify-content:center;margin-top:auto}
.choice-quickwin{border-color:#bfe4e0}
.btn-choice-green{background:var(--accent-green);color:var(--white)}
.btn-choice-green:hover{background:#25834b}
.btn-choice-teal{background:var(--accent-teal);color:var(--white)}
.btn-choice-teal:hover{background:#0f7a70}

/* Examples box: reused from the old design (thin dividers + tinted background) */
.explore-questions{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:28px;height:100%}
.example-list{list-style:none;margin:0;padding:0}
.example-list li{display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--border);color:var(--navy-900);padding:14px 0;font-size:.9rem;font-weight:500}
.example-list li:first-child{padding-top:0}
.example-list li:last-child{border-bottom:none;padding-bottom:0}
.example-icon{width:34px;height:34px;border-radius:999px;background:var(--white);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;flex-shrink:0}

@media (max-width:1100px){
  .start-layout{grid-template-columns:1fr}
}
@media (max-width:900px){
  .start-choice-grid-3{grid-template-columns:1fr}
}

/* --- "Fra flere perspektiver til bedre beslutninger" --- */
.flow-section{padding:80px 0}
.flow-grid{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:16px;align-items:start;margin-top:16px}
.flow-step{display:flex;flex-direction:column;gap:14px}
.flow-step-num{width:32px;height:32px;border-radius:999px;color:var(--white);font-family:var(--font-display);font-weight:700;display:flex;align-items:center;justify-content:center;font-size:.95rem;margin:0 auto}
.flow-step-num-blue{background:var(--blue-600)}
.flow-step-num-green{background:var(--accent-green)}
.flow-step-num-purple{background:var(--accent-purple)}

.flow-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:24px;display:flex;flex-direction:column;height:100%}
.flow-card h3{font-size:1.05rem;margin-bottom:4px;text-align:center}
.flow-card-sub{font-size:.82rem;color:var(--text-muted);text-align:center;margin-bottom:20px}
.flow-card-blue{border-top:3px solid var(--blue-600)}
.flow-card-green{border-top:3px solid var(--accent-green)}
.flow-card-purple{border-top:3px solid var(--accent-purple)}

.flow-arrow{display:flex;align-items:center;justify-content:center;margin-top:120px;flex-shrink:0}

.flow-people{display:flex;flex-direction:column;gap:10px;margin-bottom:18px}
.flow-person{display:flex;align-items:center;gap:10px}
.flow-person-img{width:34px;height:34px;border-radius:999px;object-fit:cover;flex-shrink:0}
.flow-person-bubble{background:var(--bg);border:1px solid var(--border);border-radius:12px;padding:8px 12px;font-size:.78rem;color:var(--text);line-height:1.3}

.flow-analyzer{background:var(--bg);border:1px solid var(--border);border-radius:12px;padding:16px;margin-bottom:18px}
.flow-analyzer-avatars{display:flex;gap:6px;margin-bottom:10px}
.flow-avatar-dot{width:16px;height:16px;border-radius:999px;display:inline-block;border:2px solid var(--white)}
.flow-analyzer-panel{background:var(--white);border:1px solid var(--border);border-radius:10px;padding:12px}
.flow-analyzer-title{font-size:.76rem;font-weight:700;color:var(--navy-900);margin:0 0 10px}
.flow-analyzer-title span{color:var(--text-muted);font-weight:400}
.flow-analyzer-bars{display:flex;align-items:flex-end;gap:6px;height:44px}
.flow-analyzer-bars span{flex:1;border-radius:3px 3px 0 0;display:block;opacity:.85}

.flow-meets-photo{border-radius:12px;overflow:hidden;margin-bottom:18px;aspect-ratio:16/10}
.flow-meets-img{width:100%;height:100%;object-fit:cover;display:block}

.flow-mini-list{list-style:none;margin:0 0 18px;padding:0;display:flex;flex-direction:column;gap:10px}
.flow-mini-list li{font-size:.82rem;color:var(--text-muted);display:flex;align-items:center;gap:8px;line-height:1.35}
.flow-mini-icon{flex-shrink:0;width:26px;height:26px;border-radius:999px;background:var(--blue-50);display:flex;align-items:center;justify-content:center}
.flow-mini-list-check li{align-items:flex-start}
.flow-mini-check{flex-shrink:0;width:20px;height:20px;border-radius:999px;display:flex;align-items:center;justify-content:center;margin-top:1px}
.flow-mini-check-green{background:var(--accent-green-bg)}

.flow-result{display:flex;gap:12px;align-items:flex-start;background:var(--bg);border-radius:12px;padding:14px;margin-top:auto;margin-bottom:14px}
.flow-result-icon{flex-shrink:0}
.flow-result-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin:0 0 2px}
.flow-result h4{font-size:.92rem;margin:0 0 3px}
.flow-result-desc{font-size:.8rem;margin:0;color:var(--text-muted)}
.flow-footer{font-size:.78rem;color:var(--text-muted);text-align:center;margin:0}
.flow-footer strong{color:var(--navy-900)}

.flow-summary{background:var(--blue-50);border-radius:var(--radius);margin-top:56px;padding:32px;display:flex;align-items:center;gap:20px;flex-wrap:wrap}
.flow-summary-text{flex:1;min-width:220px}
.flow-summary-text h4{font-size:1.1rem;margin-bottom:6px}
.flow-summary-text p{font-size:.9rem;margin:0;max-width:460px}
.flow-summary-cta{white-space:nowrap}
.flow-summary-divider{width:1px;align-self:stretch;background:#c7cee0}
.flow-summary-tag{font-size:.86rem;color:var(--navy-900);margin:0;line-height:1.4;text-align:right}

@media (max-width:1100px){
  .flow-grid{grid-template-columns:1fr}
  .flow-arrow{display:none}
}
@media (max-width:640px){
  .flow-summary{flex-direction:column;align-items:flex-start;text-align:left}
  .flow-summary-divider{display:none}
  .flow-summary-tag{text-align:left}
}

/* --- "Greit å vite før dere går i gang" (FAQ) --- */
.bs-faq-section{background:var(--white);border-top:1px solid var(--border);padding:80px 0}
.faq-header{text-align:center;max-width:520px;margin:0 auto 40px}
.faq-header .eyebrow{display:block}
.faq-highlights{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:48px;display:grid}
.faq-highlights>div{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-sm);padding:18px}
.faq-hl-icon{width:36px;height:36px;border-radius:999px;background:var(--blue-50);display:flex;align-items:center;justify-content:center;margin-bottom:12px}
.faq-highlights strong{color:var(--navy-900);margin-bottom:4px;font-size:.92rem;display:block}
.faq-highlights p{margin:0;font-size:.8rem}
.faq-list{max-width:760px;margin:0 auto}
.faq-item{border-bottom:1px solid var(--border);padding:18px 0}
.faq-item summary{cursor:pointer;color:var(--navy-900);justify-content:space-between;align-items:center;font-weight:700;list-style:none;display:flex}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item .chevron{color:var(--text-muted);flex-shrink:0;transition:transform .2s}
.faq-item[open] .chevron{transform:rotate(180deg)}
.faq-item p{margin-top:12px;font-size:.92rem}
.faq-pending{color:var(--text-muted);font-style:italic}
.faq-item-note{padding:18px 0;border-bottom:1px solid var(--border)}
.faq-item-note p{margin:0}
.faq-extra .faq-item:last-child{border-bottom:none}
.faq-toggle-wrap{text-align:center;margin-top:8px}
.faq-toggle-btn{cursor:pointer;background:none;border:none;color:var(--blue-600);font-weight:700;font-size:.92rem;align-items:center;gap:6px;padding:8px;display:inline-flex}
.faq-toggle-btn:hover{text-decoration:underline}
.faq-toggle-btn .chevron{transition:transform .2s}
.faq-toggle-btn.is-open .chevron{transform:rotate(180deg)}

.bs-faq-cta{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);margin:56px auto 0;max-width:600px;text-align:center;padding:48px 32px;display:flex;flex-direction:column;align-items:center}
.bs-faq-cta h3{font-size:1.5rem;margin-bottom:10px}
.bs-faq-cta p{color:var(--text-muted);max-width:460px;margin:0 auto 28px}
.bs-faq-cta-note{color:var(--text-muted);font-size:.85rem;margin:14px 0 0}

@media (max-width:900px){.faq-highlights{grid-template-columns:1fr 1fr}}
@media (max-width:520px){.faq-highlights{grid-template-columns:1fr}}
