/* home.css — split from the former monolithic global.css.
   Shared/foundation styles live in base.css (loaded on every page). */
.section-overline {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #4f575e;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 12px;
}
.section-title {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #1a1a2e;
    margin-bottom: 12px;
    letter-spacing: -0.01em;
}
.section-lead {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: #4f575e;
    line-height: 1.55;
    max-width: 640px;
    margin-bottom: 48px;
}
.hero {
    padding: 72px 0 96px;
    background: #fafafa;
    text-align: center;
}
.hero-title {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 1.08;
    color: #1a1a2e;
    letter-spacing: -0.025em;
    max-width: 880px;
    margin: 0 auto 20px;
}
.hero-title em {
    font-style: normal;
    color: #2d7a0e;
}
.hero-subtitle {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    color: #4f575e;
    line-height: 1.5;
    max-width: 640px;
    margin: 0 auto 40px;
}
.hero-form {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    border: 1.5px solid #c6cad0;
    border-radius: 12px;
    padding: 6px;
    transition:
        border-color 0.15s,
        box-shadow 0.15s;
}
.hero-form:focus-within {
    border-color: #2d7a0e;
    box-shadow: 0 0 0 4px rgba(45, 122, 14, 0.12);
}
.hero-form[data-error="true"],
.hero-form:has(input[aria-invalid="true"]) {
    border-color: #da1e28;
}
.audit-form-error {
    flex-basis: 100%;
    margin: 0;
    padding: 4px 12px 6px;
    font-family: "Inter", sans-serif;
    font-size: 13px;
    color: #8b1a0e;
}
.hero-form input {
    flex: 1;
    height: 48px;
    border: none;
    background: transparent;
    padding: 0 14px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: #1a1a2e;
    outline: none;
    min-width: 0;
}
.hero-form input::placeholder {
    color: #636b74;
}
.hero-form button {
    height: 48px;
    padding: 0 24px;
    border-radius: 8px;
    background: #000;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 15px;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.15s;
}
.hero-form button:hover {
    background: #1f1f1f;
}
.hero-trust {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 24px;
    font-family: "Inter", sans-serif;
    font-size: 13px;
    color: #4f575e;
}
.hero-trust-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.hero-trust-item svg {
    color: #2d7a0e;
    flex-shrink: 0;
}
.hero-counter {
    margin-top: 36px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    background: #f2f2f2;
    border-radius: 100px;
    font-family: "Inter", sans-serif;
    font-size: 13px;
    color: #4f575e;
}
.hero-counter strong {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    color: #1a1a2e;
}
.pulse-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #66ba1e;
    box-shadow: 0 0 0 0 rgba(102, 186, 30, 0.5);
    animation: pulse 2s infinite;
}
.status-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1;
    flex-shrink: 0;
}
.status-icon.partial {
    background: #fef3e2;
    color: #6b3d00;
}
.check-legend {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    color: #4f575e;
    line-height: 1.5;
    margin-bottom: 16px;
}
.check-legend .status-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    font-size: 12px;
    border-radius: 50%;
    margin-right: 4px;
    vertical-align: middle;
}
.check-legend .status-icon.pass {
    background: #e6f4ea;
    color: #0a6e31;
}
.check-legend .status-icon.partial {
    background: #fff3cd;
    color: #856404;
}
.check-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.check-card {
    background: #fff;
    border: 1px solid #e4e5e7;
    border-radius: 12px;
    padding: 20px 22px;
    transition:
        border-color 0.15s,
        box-shadow 0.15s;
}
.check-card:hover {
    border-color: #c6cad0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.check-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.check-card-title {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #1a1a2e;
}
.check-card-body {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    color: #4f575e;
    line-height: 1.5;
}
.steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}
.step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #2d7a0e;
    color: #fff;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 18px;
}
.step-title {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #1a1a2e;
    margin-bottom: 6px;
}
.step-body {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    color: #4f575e;
    line-height: 1.55;
}
.steps-note {
    margin-top: 32px;
    padding: 16px 20px;
    background: #fff;
    border-left: 3px solid #2d7a0e;
    border-radius: 4px;
    font-family: "Inter", sans-serif;
    font-size: 13px;
    color: #4f575e;
    line-height: 1.55;
}
.persona-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
.persona-card {
    background: #fff;
    border: 1px solid #e4e5e7;
    border-radius: 14px;
    padding: 28px 28px 24px;
    transition:
        border-color 0.15s,
        box-shadow 0.15s;
    text-decoration: none;
    color: inherit;
    display: block;
}
.persona-card:hover {
    border-color: #c6cad0;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}
.persona-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: #e8f5e1;
    color: #2d7a0e;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.persona-title {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #1a1a2e;
    margin-bottom: 8px;
    line-height: 1.3;
}
.persona-body {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    color: #4f575e;
    line-height: 1.55;
    margin-bottom: 16px;
}
.persona-list {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.persona-list li {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    color: #3d4449;
    padding-left: 22px;
    position: relative;
}
.persona-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 12px;
    height: 6px;
    border-left: 2px solid #2d7a0e;
    border-bottom: 2px solid #2d7a0e;
    transform: rotate(-45deg);
}
.persona-link {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #2d7a0e;
}
.persona-card:hover .persona-link {
    text-decoration: underline;
}
.methodology {
    background: #1f1f1f;
    color: #fff;
    padding: 88px 0;
}
.methodology .method-footnote {
    border-top-color: #4f575e;
}
.methodology .section-overline {
    color: #66ba1e;
}
.methodology .section-title {
    color: #fff;
}
.methodology .section-lead {
    color: #c6cad0;
}
.method-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
}
.method-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.method-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    color: #fff;
    line-height: 1.5;
}
.method-list li svg {
    flex-shrink: 0;
    color: #66ba1e;
    margin-top: 2px;
}
.method-list li strong {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    display: block;
    margin-bottom: 2px;
}
.method-list li span {
    font-size: 13px;
    color: #c6cad0;
}
.method-footnote {
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid #3d4449;
    font-family: "Inter", sans-serif;
    font-size: 13px;
    color: #c6cad0;
    line-height: 1.55;
}
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    align-items: stretch;
}
.price-card {
    background: #fff;
    border: 1px solid #e4e5e7;
    border-radius: 14px;
    padding: 28px;
    display: flex;
    flex-direction: column;
}
.price-card.is-featured {
    border: 2px solid #2d7a0e;
    box-shadow: 0 4px 24px rgba(45, 122, 14, 0.08);
}
/* "Most popular" badge removed per ID 73
.price-card.is-featured::before {
    content: "Most popular";
    position: absolute;
    top: -12px;
    left: 28px;
    background: #2d7a0e;
    color: #fff;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 100px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
*/
.price-tier {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #1a1a2e;
    margin-bottom: 4px;
}
.price-amount {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #1a1a2e;
    margin-top: 12px;
    margin-bottom: 4px;
    letter-spacing: -0.02em;
}
.price-amount-suffix {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #4f575e;
}
.price-desc {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    color: #4f575e;
    margin-bottom: 20px;
    line-height: 1.5;
}
.price-features {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}
.price-features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    color: #1a1a2e;
    line-height: 1.45;
}
.price-features li svg {
    flex-shrink: 0;
    color: #2d7a0e;
    margin-top: 3px;
}
.price-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0 20px;
    border-radius: 8px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    width: 100%;
    border: 1.5px solid #c6cad0;
    background: #fff;
    color: #1a1a2e;
    transition:
        background 0.15s,
        border-color 0.15s;
}
.price-cta:hover {
    background: #f2f2f2;
    border-color: #4f575e;
}
.price-cta.is-primary {
    background: #000;
    color: #fff;
    border-color: #000;
}
.price-cta.is-primary:hover {
    background: #1f1f1f;
    border-color: #1f1f1f;
}
.pricing-footer {
    margin-top: 24px;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 13px;
    color: #4f575e;
}
.pricing-footer a {
    color: #2d7a0e;
    text-decoration: none;
    font-weight: 500;
}
.pricing-footer a:hover {
    text-decoration: underline;
}
.faq {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #e4e5e7;
}
.faq-item {
    border-bottom: 1px solid #e4e5e7;
}
.faq-question {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    padding: 20px 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-size: 17px;
    color: #1a1a2e;
}
.faq-question svg {
    flex-shrink: 0;
    color: #4f575e;
    transition: transform 0.2s;
}
.faq-item[open] .faq-question svg {
    transform: rotate(180deg);
}
.faq-answer {
    padding: 0 0 20px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    color: #4f575e;
    line-height: 1.6;
    max-width: 720px;
}
.final-cta {
    background: #e8f5e1;
    text-align: center;
    padding: 88px 0;
}
.final-cta h2 {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: #1a1a2e;
    margin-bottom: 12px;
    letter-spacing: -0.02em;
}
.final-cta p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: #3d4449;
    margin-bottom: 32px;
}
.final-cta .hero-form {
    background: #fff;
    border-color: #c6cad0;
}
.info-box .status-icon {
    margin-top: 1px;
}
.preview-summary-result .status-icon {
    display: none;
}
.badge-conformance.partial {
    background: #fef3e2;
    color: #6b3d00;
}
