/* ============================================================
   Launch Verdict v2.0 — Complete Page Styles
   Clean white, B2B, desktop-first, fully responsive.
   Verdict colours (green/amber/red) used ONLY for verdict states.
============================================================ */

/* ---- Reset & Base ---- */
.lv-page-wrap *,
.lv-page-wrap *::before,
.lv-page-wrap *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.lv-page-wrap {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #1a1f2e;
    background: #ffffff;
    max-width: 100%;
    overflow-x: hidden;
}

.lv-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ---- Section blocks ---- */
.lv-section-block {
    padding: 64px 0;
}

.lv-section-block:nth-child(even) {
    background: #f8f9fb;
}

.lv-section-block h2 {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 16px;
    color: #0d1117;
    line-height: 1.3;
}

.lv-section-block p {
    color: #3d4757;
    margin-bottom: 12px;
}

/* ============================================================
   HERO
============================================================ */
.lv-hero {
    background: #0d1117;
    padding: 72px 0 64px;
}

.lv-hero-inner {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}

.lv-hero-badge {
    display: inline-block;
    background: rgba(255,255,255,0.1);
    color: #a0aec0;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 5px 14px;
    border-radius: 999px;
    margin-bottom: 20px;
    border: 1px solid rgba(255,255,255,0.15);
}

.lv-hero-h1 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 20px;
}

.lv-hero-sub {
    font-size: 1.1rem;
    color: #8a9ab0;
    margin-bottom: 28px;
    line-height: 1.7;
}

.lv-hero-sub strong {
    color: #ffffff;
}

.lv-hero-pills {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.lv-pill {
    padding: 6px 18px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.95rem;
}

.lv-pill-green {
    background: #1a4731;
    color: #4ade80;
    border: 1px solid #166534;
}

.lv-pill-amber {
    background: #3f2d0a;
    color: #fbbf24;
    border: 1px solid #92400e;
}

.lv-pill-red {
    background: #3f0f0f;
    color: #f87171;
    border: 1px solid #991b1b;
}

.lv-hero-trust {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    color: #6b7a90;
    font-size: 0.85rem;
}

/* ============================================================
   PROBLEM SECTION
============================================================ */
.lv-workflow {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 28px 0;
}

.lv-wf-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #3d4757;
    background: #f0f2f5;
    padding: 12px 16px;
    border-radius: 8px;
    min-width: 100px;
    text-align: center;
}

.lv-wf-step.lv-wf-stuck {
    background: #fff0f0;
    color: #c0392b;
}

.lv-wf-icon {
    font-size: 1.3rem;
}

.lv-wf-arrow {
    color: #a0aab8;
    font-size: 1.2rem;
    font-weight: 300;
}

.lv-problem-close {
    font-size: 1.02rem;
    color: #1a1f2e;
    font-weight: 500;
    border-left: 3px solid #2563eb;
    padding-left: 16px;
    margin-top: 16px;
}

/* ============================================================
   TOOL FORM
============================================================ */
.lv-tool-section {
    background: #f8f9fb;
}

.lv-tool-header {
    text-align: center;
    margin-bottom: 32px;
}

.lv-tool-header h2 {
    font-size: 1.5rem;
}

.lv-form {
    max-width: 720px;
    margin: 0 auto;
}

.lv-accordion {
    background: #ffffff;
    border: 1px solid #e2e6ed;
    border-radius: 10px;
    margin-bottom: 14px;
    overflow: hidden;
}

.lv-accordion-title {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    color: #0d1117;
    list-style: none;
    user-select: none;
}

.lv-accordion-title::-webkit-details-marker {
    display: none;
}

.lv-acc-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    background: #0d1117;
    color: #fff;
    border-radius: 50%;
    font-size: 0.8rem;
    font-weight: 800;
    flex-shrink: 0;
}

.lv-accordion-body {
    padding: 6px 20px 20px;
    border-top: 1px solid #e2e6ed;
}

/* Fields */
.lv-field {
    margin-top: 18px;
}

.lv-field label {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    color: #1a1f2e;
    margin-bottom: 7px;
}

.lv-opt { color: #8a93a3; font-weight: 400; font-size: 0.82rem; }
.lv-req { color: #c0392b; }

.lv-field input[type="text"],
.lv-field input[type="number"],
.lv-field select {
    width: 100%;
    padding: 10px 13px;
    font-size: 0.95rem;
    font-family: inherit;
    border: 1px solid #d0d5de;
    border-radius: 7px;
    background: #ffffff;
    color: #1a1f2e;
    transition: border-color 0.15s, box-shadow 0.15s;
    -moz-appearance: textfield;
}

.lv-field input::-webkit-outer-spin-button,
.lv-field input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.lv-field input:focus,
.lv-field select:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37,99,235,0.12);
}

.lv-hint {
    margin-top: 6px !important;
    font-size: 0.8rem;
    color: #7a8392;
    line-height: 1.4;
}

.lv-radio-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 4px;
}

.lv-radio-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    color: #1a1f2e;
}

.lv-form-error {
    background: #fff0f0;
    border: 1px solid #f5c6c6;
    color: #c0392b;
    padding: 12px 16px;
    border-radius: 7px;
    font-size: 0.9rem;
    margin-top: 16px;
}

.lv-btn-submit {
    display: block;
    width: 100%;
    max-width: 720px;
    margin: 24px auto 0;
    padding: 16px 24px;
    font-size: 1.05rem;
    font-weight: 800;
    color: #ffffff;
    background: #2563eb;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.15s, transform 0.1s;
    letter-spacing: 0.01em;
}

.lv-btn-submit:hover {
    background: #1d4ed8;
}

.lv-btn-submit:active {
    transform: scale(0.99);
}

/* ============================================================
   RESULTS
============================================================ */
.lv-results {
    max-width: 720px;
    margin: 36px auto 0;
    padding-top: 32px;
    border-top: 2px solid #e2e6ed;
}

.lv-verdict-header {
    text-align: center;
    margin-bottom: 24px;
}

.lv-verdict-label {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.78rem;
    color: #7a8392;
    margin-bottom: 10px;
}

.lv-badge {
    display: inline-block;
    padding: 12px 36px;
    font-size: 1.4rem;
    font-weight: 900;
    border-radius: 999px;
    letter-spacing: 0.03em;
    margin-bottom: 10px;
}

.lv-badge-enter    { background:#e6f6ec; color:#166534; border:2px solid #166534; }
.lv-badge-difficult{ background:#fffbeb; color:#92400e; border:2px solid #92400e; }
.lv-badge-avoid    { background:#fef2f2; color:#991b1b; border:2px solid #991b1b; }

.lv-niche-label {
    color: #7a8392;
    font-size: 0.9rem;
    font-style: italic;
}

/* Top 3 summary cards */
.lv-top-scores {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-bottom: 24px;
}

.lv-top-card {
    background: #f8f9fb;
    border: 1px solid #e2e6ed;
    border-radius: 10px;
    padding: 16px 12px;
    text-align: center;
}

.lv-tc-label {
    display: block;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #7a8392;
    margin-bottom: 6px;
}

.lv-tc-value {
    display: block;
    font-size: 1.6rem;
    font-weight: 800;
    color: #0d1117;
    margin-bottom: 2px;
}

.lv-tc-sub {
    font-size: 0.75rem;
    color: #a0aab8;
}

/* Explanation box */
.lv-explanation-box {
    background: #f0f4ff;
    border-left: 4px solid #2563eb;
    border-radius: 8px;
    padding: 20px 22px;
    margin-bottom: 28px;
}

.lv-explanation-box h3 {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #2563eb;
    margin-bottom: 12px;
}

.lv-explanation-box p {
    font-size: 0.95rem;
    color: #1a1f2e;
    margin-bottom: 8px;
    line-height: 1.6;
}

.lv-explanation-box p:last-child {
    margin-bottom: 0;
    font-weight: 700;
}

/* Score cards grid */
.lv-scores-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0d1117;
    margin-bottom: 14px;
}

.lv-scores-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 20px;
}

.lv-score-card {
    background: #ffffff;
    border: 1px solid #e2e6ed;
    border-radius: 10px;
    padding: 16px;
}

.lv-sc-combined {
    grid-column: 1 / -1;
}

.lv-sc-head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 10px;
    gap: 8px;
}

.lv-sc-name {
    font-size: 0.88rem;
    font-weight: 700;
    color: #0d1117;
}

.lv-sc-direction {
    font-size: 0.72rem;
    color: #a0aab8;
    white-space: nowrap;
}

.lv-sc-bar-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.lv-sc-bar {
    flex: 1;
    height: 8px;
    border-radius: 999px;
    background: #e9ecf1;
    overflow: hidden;
}

.lv-sc-fill {
    height: 100%;
    width: 0%;
    border-radius: 999px;
    transition: width 0.5s ease;
}

.lv-sc-bar-blue .lv-sc-fill  { background: #2563eb; }
.lv-sc-bar-orange .lv-sc-fill { background: #ea7c2b; }
.lv-sc-bar-red .lv-sc-fill   { background: #dc2626; }

.lv-sc-val {
    font-size: 0.85rem;
    font-weight: 700;
    color: #0d1117;
    white-space: nowrap;
    min-width: 44px;
    text-align: right;
}

.lv-sc-desc {
    font-size: 0.78rem;
    color: #6b7a90;
    line-height: 1.4;
    margin: 0 !important;
}

/* Hazmat warning */
.lv-hazmat-warning {
    background: #fffbeb;
    border: 1px solid #f59e0b;
    border-radius: 8px;
    padding: 14px 16px;
    font-size: 0.88rem;
    color: #78350f;
    margin-bottom: 16px;
}

.lv-results-actions {
    text-align: center;
    margin-bottom: 16px;
}

.lv-btn-reset {
    background: transparent;
    border: 1px solid #d0d5de;
    color: #3d4757;
    padding: 10px 24px;
    border-radius: 7px;
    font-size: 0.9rem;
    cursor: pointer;
    transition: border-color 0.15s, color 0.15s;
}

.lv-btn-reset:hover {
    border-color: #2563eb;
    color: #2563eb;
}

.lv-disclaimer {
    font-size: 0.77rem;
    color: #a0aab8;
    text-align: center;
    line-height: 1.5;
    margin: 0 !important;
}

/* ============================================================
   HOW IT WORKS
============================================================ */
.lv-steps {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 24px;
    margin-top: 24px;
}

.lv-step {
    background: #ffffff;
    border: 1px solid #e2e6ed;
    border-radius: 10px;
    padding: 24px;
}

.lv-step-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #2563eb;
    color: #ffffff;
    border-radius: 50%;
    font-weight: 800;
    font-size: 1rem;
    margin-bottom: 14px;
}

.lv-step h3 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: #0d1117;
}

.lv-step p {
    font-size: 0.88rem;
    color: #5a6474;
    margin: 0;
}

/* ============================================================
   METHODOLOGY
============================================================ */
.lv-method-intro {
    font-size: 1rem;
    color: #5a6474;
    margin-bottom: 28px;
}

.lv-method-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 32px;
}

.lv-method-card {
    background: #ffffff;
    border: 1px solid #e2e6ed;
    border-radius: 10px;
    padding: 20px;
}

.lv-method-card h3 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #0d1117;
    margin-bottom: 8px;
}

.lv-method-card p {
    font-size: 0.85rem;
    color: #5a6474;
    margin-bottom: 10px;
}

.lv-formula {
    background: #f0f4ff;
    border-left: 3px solid #2563eb;
    padding: 8px 12px;
    font-size: 0.78rem;
    font-family: "Courier New", Courier, monospace;
    color: #1e3a8a;
    border-radius: 0 5px 5px 0;
    word-break: break-all;
}

/* Verdict logic */
.lv-verdict-logic {
    margin-top: 24px;
}

.lv-verdict-logic h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #0d1117;
    margin-bottom: 14px;
}

.lv-vl-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 14px;
}

.lv-vl-card {
    border-radius: 10px;
    padding: 18px;
    font-size: 0.85rem;
}

.lv-vl-card strong {
    display: block;
    margin-bottom: 10px;
    font-size: 0.88rem;
}

.lv-vl-card ul {
    padding-left: 16px;
}

.lv-vl-card li {
    margin-bottom: 6px;
    color: inherit;
}

.lv-vl-avoid    { background:#fef2f2; color:#991b1b; border:1px solid #fca5a5; }
.lv-vl-enter    { background:#f0fdf4; color:#166534; border:1px solid #86efac; }
.lv-vl-difficult{ background:#fffbeb; color:#78350f; border:1px solid #fde68a; }

/* ============================================================
   INTERPRETATION
============================================================ */
.lv-interp-table-wrap {
    overflow-x: auto;
    margin-bottom: 24px;
}

.lv-interp-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.88rem;
}

.lv-interp-table th,
.lv-interp-table td {
    border: 1px solid #e2e6ed;
    padding: 12px 14px;
    text-align: left;
    vertical-align: top;
}

.lv-interp-table th {
    background: #f0f2f5;
    font-weight: 700;
    color: #0d1117;
}

.lv-interp-table tr:nth-child(even) td {
    background: #f8f9fb;
}

.lv-interp-notes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 20px;
}

.lv-in-card {
    background: #ffffff;
    border: 1px solid #e2e6ed;
    border-radius: 10px;
    padding: 18px;
}

.lv-in-card h4 {
    font-size: 0.9rem;
    font-weight: 700;
    color: #0d1117;
    margin-bottom: 8px;
}

.lv-in-card p {
    font-size: 0.84rem;
    color: #5a6474;
    margin: 0;
}

/* ============================================================
   COMMON MISTAKES
============================================================ */
.lv-mistakes-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 12px;
}

.lv-mistake-item {
    display: flex;
    gap: 16px;
    background: #ffffff;
    border: 1px solid #e2e6ed;
    border-radius: 10px;
    padding: 20px;
}

.lv-mistake-icon {
    font-size: 1.4rem;
    flex-shrink: 0;
    margin-top: 2px;
}

.lv-mistake-item h3 {
    font-size: 0.98rem;
    font-weight: 700;
    color: #0d1117;
    margin-bottom: 6px;
}

.lv-mistake-item p {
    font-size: 0.87rem;
    color: #5a6474;
    margin: 0;
}

/* ============================================================
   COMPARISON TABLE
============================================================ */
.lv-comp-intro {
    color: #5a6474;
    margin-bottom: 20px;
}

.lv-comp-table-wrap {
    overflow-x: auto;
}

.lv-comp-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85rem;
}

.lv-comp-table th,
.lv-comp-table td {
    border: 1px solid #e2e6ed;
    padding: 10px 14px;
    text-align: center;
}

.lv-comp-table th:first-child,
.lv-comp-table td:first-child {
    text-align: left;
}

.lv-comp-table th {
    background: #f0f2f5;
    font-weight: 700;
    color: #0d1117;
}

.lv-comp-table th:last-child {
    background: #eff6ff;
    color: #1d4ed8;
}

.lv-comp-table tr:hover td {
    background: #f8f9fb;
}

.lv-comp-yes {
    background: #f0fdf4 !important;
    color: #166534;
    font-weight: 700;
}

/* ============================================================
   EEAT
============================================================ */
.lv-eeat-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 20px;
}

.lv-eeat-card {
    background: #ffffff;
    border: 1px solid #e2e6ed;
    border-radius: 10px;
    padding: 20px;
}

.lv-eeat-card h3 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #0d1117;
    margin-bottom: 8px;
}

.lv-eeat-card p {
    font-size: 0.85rem;
    color: #5a6474;
    margin: 0;
}

/* ============================================================
   FAQ
============================================================ */
.lv-faq-intro {
    color: #5a6474;
    margin-bottom: 20px;
}

.lv-faq-item {
    border: 1px solid #e2e6ed;
    border-radius: 8px;
    margin-bottom: 10px;
    background: #ffffff;
    overflow: hidden;
}

.lv-faq-q {
    padding: 16px 20px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    color: #0d1117;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
}

.lv-faq-q::-webkit-details-marker { display: none; }

.lv-faq-q::after {
    content: "+";
    font-size: 1.2rem;
    color: #a0aab8;
    flex-shrink: 0;
    margin-left: 12px;
    transition: transform 0.2s;
}

.lv-faq-item[open] > .lv-faq-q::after {
    content: "−";
}

.lv-faq-a {
    padding: 0 20px 16px;
    font-size: 0.9rem;
    color: #3d4757;
    line-height: 1.65;
    border-top: 1px solid #f0f2f5;
    padding-top: 14px;
}

/* ============================================================
   BOTTOM CTA
============================================================ */
.lv-cta-bottom {
    background: #0d1117 !important;
    text-align: center;
}

.lv-cta-inner h2 {
    color: #ffffff !important;
}

.lv-cta-inner p {
    color: #8a9ab0;
    max-width: 520px;
    margin: 0 auto 24px;
}

.lv-btn-cta {
    display: inline-block;
    background: #2563eb;
    color: #ffffff;
    text-decoration: none;
    padding: 14px 32px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 700;
    transition: background 0.15s;
}

.lv-btn-cta:hover {
    background: #1d4ed8;
    color: #ffffff;
    text-decoration: none;
}

/* ============================================================
   PAGE FOOTER
============================================================ */
.lv-page-footer {
    text-align: center;
    padding: 24px;
    font-size: 0.78rem;
    color: #a0aab8;
    border-top: 1px solid #e2e6ed;
    background: #f8f9fb;
}

/* ============================================================
   RESPONSIVE
============================================================ */
@media (max-width: 768px) {
    .lv-hero-h1        { font-size: 1.7rem; }
    .lv-steps          { grid-template-columns: 1fr; }
    .lv-method-grid    { grid-template-columns: 1fr; }
    .lv-vl-grid        { grid-template-columns: 1fr; }
    .lv-interp-notes   { grid-template-columns: 1fr; }
    .lv-eeat-grid      { grid-template-columns: 1fr; }
    .lv-scores-grid    { grid-template-columns: 1fr; }
    .lv-top-scores     { grid-template-columns: 1fr; }
    .lv-sc-combined    { grid-column: 1; }
    .lv-section-block  { padding: 44px 0; }
    .lv-hero           { padding: 48px 0 40px; }
}

@media (max-width: 480px) {
    .lv-hero-h1        { font-size: 1.4rem; }
    .lv-hero-trust     { flex-direction: column; align-items: center; gap: 8px; }
    .lv-workflow       { flex-direction: column; }
    .lv-wf-arrow       { transform: rotate(90deg); }
    .lv-badge          { font-size: 1.1rem; padding: 10px 22px; }
}
