/* ============================================================
   PRICING — guided qualification flow (no price shown)
   Yesper visual language: Instrument Serif headings, warm off-white
   ground, monochrome ink. DRAFT — unlinked until finalized.
   ============================================================ */

.pricing-hero {
    padding: 148px 0 120px;
}

/* Two columns: left-aligned intro on the left, the flow card on the right —
   same shape as /contact and the Gong reference. */
.pricing-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 560px);
    gap: 64px;
    align-items: start;
}
.pricing-intro {
    padding-top: 8px;
}
.pricing-eyebrow {
    display: inline-block;
    margin-bottom: 20px;
}
.pricing-title {
    font-family: 'Instrument Serif', serif;
    font-size: 56px;
    font-weight: 300;
    letter-spacing: -1.12px;
    line-height: 60px;
    color: rgb(10, 10, 10);
    margin: 0 0 20px;
}
.pricing-lede {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    line-height: 23px;
    color: rgba(10, 10, 10, 0.7);
    margin: 0;
    max-width: 540px;
}
.pricing-points {
    list-style: none;
    padding: 0;
    margin: 30px 0 0;
    display: flex;
    flex-direction: column;
    gap: 13px;
}
.pricing-points li {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    line-height: 22px;
    color: rgba(10, 10, 10, 0.75);
}
.pricing-points svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin-top: 2px;
    color: rgb(10, 10, 10);
}

/* The flow card — lifted well off the page so the eye lands here */
.pricing-flow {
    max-width: 560px;
    padding: 40px 32px;
    background: #fff;
    border: 1px solid rgba(10, 10, 10, 0.06);
    border-radius: 6px;
    box-shadow: 0 30px 60px -20px rgba(10, 10, 10, 0.25), 0 6px 16px rgba(10, 10, 10, 0.05);
}

/* Progress */
.pricing-progress {
    margin-bottom: 30px;
}
.pricing-step-label {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(10, 10, 10, 0.5);
    margin-bottom: 12px;
}
.pricing-bar {
    height: 6px;
    border-radius: 999px;
    background: rgba(10, 10, 10, 0.08);
    overflow: hidden;
}
.pricing-bar-fill {
    height: 100%;
    width: 33.33%;
    border-radius: 999px;
    background: rgb(10, 10, 10);
    transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Steps */
.pricing-step[hidden] { display: none; }
.pricing-q {
    font-family: 'Instrument Serif', serif;
    font-size: 32px;
    font-weight: 300;
    letter-spacing: -0.64px;
    line-height: 38px;
    color: rgb(10, 10, 10);
    margin: 0 0 24px;
}

/* Options */
.pricing-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.pricing-option {
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: rgb(10, 10, 10);
    background: #fff;
    border: 1px solid rgba(10, 10, 10, 0.15);
    border-radius: 6px;
    padding: 17px 48px 17px 20px;
    cursor: pointer;
    transition: border-color 0.15s ease, background-color 0.15s ease;
}
.pricing-option::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
    border-top: 1.5px solid rgba(10, 10, 10, 0.35);
    border-right: 1.5px solid rgba(10, 10, 10, 0.35);
    transform: translateY(-50%) rotate(45deg);
    transition: right 0.15s ease, border-color 0.15s ease;
}
.pricing-option:hover {
    border-color: rgb(10, 10, 10);
    background: rgba(10, 10, 10, 0.02);
}
.pricing-option:hover::after {
    right: 16px;
    border-color: rgb(10, 10, 10);
}

/* Back link */
.pricing-back {
    display: inline-flex;
    align-items: center;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: rgba(10, 10, 10, 0.55);
    background: none;
    border: none;
    padding: 0;
    margin: 0 0 18px;
    cursor: pointer;
    transition: color 0.15s ease;
}
.pricing-back:hover { color: rgb(10, 10, 10); }

/* Form */
.pricing-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.pricing-input {
    width: 100%;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: rgb(10, 10, 10);
    background: #fff;
    border: 1px solid rgba(10, 10, 10, 0.2);
    border-radius: 6px;
    padding: 13px 16px;
}
.pricing-input::placeholder { color: rgba(10, 10, 10, 0.4); }
.pricing-input:focus { outline: none; border-color: rgba(10, 10, 10, 0.55); }
/* Extra fields — revealed once a valid email is entered */
.pricing-more {
    display: none;
    flex-direction: column;
    gap: 12px;
}
.pricing-form.is-expanded .pricing-more { display: flex; }
/* Honeypot — visually and pointer hidden, still fillable by field-skipping bots */
.pricing-hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.pricing-submit {
    width: 100%;
    border-radius: 6px;
    padding: 13px 20px;
    font-size: 15px;
}
.pricing-submit:disabled { opacity: 0.5; cursor: default; }
.pricing-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 4px;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    line-height: 19px;
    color: rgba(10, 10, 10, 0.6);
}
.pricing-consent-box {
    appearance: none;
    -webkit-appearance: none;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin-top: 1px;
    border: 1px solid rgba(10, 10, 10, 0.3);
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
    position: relative;
    transition: background 0.15s ease, border-color 0.15s ease;
}
.pricing-consent-box:checked {
    background: rgb(10, 10, 10);
    border-color: rgb(10, 10, 10);
}
.pricing-consent-box:checked::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.pricing-consent-box:focus-visible {
    outline: 2px solid rgba(10, 10, 10, 0.35);
    outline-offset: 2px;
}
.pricing-consent a { color: rgb(10, 10, 10); text-decoration: underline; text-underline-offset: 2px; }
.pricing-msg {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    line-height: 19px;
    color: rgba(10, 10, 10, 0.6);
    margin: 12px 0 0;
}
.pricing-msg.is-error { color: #b3261e; }

/* Done state */
.pricing-done { text-align: center; }
.pricing-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgb(10, 10, 10);
    color: #fff;
    margin-bottom: 20px;
}
.pricing-check svg { width: 22px; height: 22px; }
.pricing-done .pricing-q { margin-bottom: 12px; }
.pricing-done .pricing-lede { text-align: center; max-width: 400px; margin: 0 auto; font-size: 15px; line-height: 22px; }
.pricing-done .pricing-lede a { color: rgb(10, 10, 10); text-decoration: underline; text-underline-offset: 2px; }
/* "What to expect" steps on the success screen */
.pricing-next {
    list-style: none;
    padding: 0;
    margin: 22px auto 0;
    max-width: 470px;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.pricing-next li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    line-height: 22px;
    color: rgba(10, 10, 10, 0.75);
}
.pricing-next-num {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(10, 10, 10, 0.06);
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: rgb(10, 10, 10);
    margin-top: 1px;
}
.pricing-done .pricing-done-cta { margin: 22px auto 0; }

/* ---- Proof / customers below the flow ---- */
.pricing-trust {
    padding: 24px 0 56px;
    text-align: center;
}
/* .trust-logos / .proof-section / .workforce styling is reused from styles.css */

/* Responsive */
@media (max-width: 900px) {
    .pricing-layout { grid-template-columns: 1fr; gap: 40px; }
    .pricing-title { max-width: none; }
    .pricing-lede { max-width: 560px; }
}
@media (max-width: 700px) {
    .pricing-hero { padding: 120px 0 72px; }
    .pricing-title { font-size: 40px; letter-spacing: -0.8px; line-height: 44px; }
    .pricing-flow { padding: 28px 20px; }
    .pricing-q { font-size: 27px; line-height: 33px; }
    .pricing-option { padding: 15px 44px 15px 18px; }
}
