/* ==========================================================================
   ISOLATED INSTITUTIONAL PRICE CONFIGURATOR STYLES
   ========================================================================== */

.pricing-container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 60px 20px 120px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pricing-hero {
    text-align: center;
    margin-bottom: 56px;
}

.pricing-tag {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #1a5936;
    display: inline-block;
    margin-bottom: 16px;
}

.pricing-title {
    font-family: 'Lora', serif;
    font-size: 42px;
    font-weight: 600;
    letter-spacing: -0.5px;
    line-height: 1.2;
    color: #141413;
    margin-bottom: 20px;
}

.pricing-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    color: #555552;
    max-width: 720px;
    margin: 0 auto;
    line-height: 1.65;
}

/* Master Configurator Card Layout */
.calculator-card {
    background: #ffffff;
    border: 1px solid rgba(26, 89, 54, 0.08);
    border-radius: 24px;
    padding: 48px;
    box-shadow: 0 15px 45px rgba(26, 89, 54, 0.02);
    margin-bottom: 48px;
    width: 100%;
    max-width: 1140px;
}

.calculator-header {
    border-bottom: 1px solid rgba(20, 20, 19, 0.06);
    padding-bottom: 24px;
    margin-bottom: 40px;
    text-align: left;
}

.calculator-header h3 {
    font-family: 'Lora', serif;
    font-size: 26px;
    font-weight: 600;
    color: #141413;
    margin-bottom: 8px;
}

.calculator-header p {
    font-family: 'Inter', sans-serif;
    font-size: 14.5px;
    color: #7a7a76;
}

.calculator-grid {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 64px;
    width: 100%;
}

.sliders-column {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.input-group {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.input-main-label {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #141413;
    margin-bottom: 14px;
}

/* Premium Segment Toggle Engine Blocks */
.toggle-container {
    display: flex;
    background-color: #ebeae6;
    padding: 6px;
    border-radius: 14px;
    border: 1px solid rgba(20, 20, 19, 0.04);
    gap: 4px;
}

.toggle-btn {
    flex: 1;
    background: transparent;
    border: none;
    padding: 14px 16px;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #6a6a65;
    cursor: pointer;
    border-radius: 10px;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
    white-space: nowrap;
}

.toggle-btn.active {
    background-color: #ffffff;
    color: #1a5936;
    box-shadow: 0 4px 12px rgba(26, 89, 54, 0.08);
}

/* Dropdown Field */
select {
    width: 100%;
    padding: 16px 20px;
    border-radius: 12px;
    border: 1px solid #ccd1c9;
    background-color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #141413;
    outline: none;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%231a5936' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'></polyline></svg>");
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 16px;
    transition: border-color 0.2s;
}

select:focus {
    border-color: #1a5936;
    box-shadow: 0 0 0 3px rgba(26, 89, 54, 0.06);
}

.input-labels {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.counter-display {
    background-color: #1a5936;
    padding: 4px 14px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
}

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    margin: 16px 0;
    background: transparent;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 6px;
    cursor: pointer;
    background: #ccd1c9;
    border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb {
    height: 22px;
    width: 22px;
    border-radius: 50%;
    background: #1a5936;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -7px;
    box-shadow: 0 2px 6px rgba(26, 89, 54, 0.2);
}

.slider-subtext {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #7a7a76;
    margin-top: 6px;
    line-height: 1.45;
    text-align: left;
}

/* Investment Quote Sheet Ledger */
.ledger-summary-box {
    background-color: #faf9f6;
    border: 1px solid #ebeae6;
    border-radius: 16px;
    padding: 36px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.summary-heading {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #7a7a76;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(20, 20, 19, 0.06);
    padding-bottom: 12px;
    text-align: left;
}

.ledger-placeholder-box {
    padding: 32px 20px;
    background-color: #ffffff;
    border: 1px dashed #ccd1c9;
    border-radius: 12px;
    text-align: center;
    margin-bottom: 24px;
}

.ledger-placeholder-box p {
    font-family: 'Inter', sans-serif;
    font-size: 13.5px;
    line-height: 1.55;
    color: #6a6a65;
}

.ledger-line {
    display: flex;
    justify-content: space-between;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #555552;
    margin-bottom: 18px;
}

.introductory-line {
    color: #b33939;
    font-weight: 600;
}

.volume-line {
    color: #1a5936;
    font-weight: 600;
}

.ledger-total-block {
    margin-top: 8px;
    border-top: 1px solid rgba(20, 20, 19, 0.08);
    padding-top: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px;
}

.total-label {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #7a7a76;
    margin-bottom: 4px;
}

.total-price {
    font-family: 'Lora', serif;
    font-size: 42px;
    font-weight: 600;
    color: #1a5936;
    line-height: 1;
}

.billing-cycle {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #6a6a65;
    margin-top: 8px;
    line-height: 1.4;
    text-align: left;
}

.alert-banner-box {
    background-color: #ffffff;
    border: 1px solid rgba(26, 89, 54, 0.12);
    border-left: 4px solid #1a5936;
    padding: 16px;
    border-radius: 4px 12px 12px 4px;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    line-height: 1.5;
    color: #134228;
    margin-bottom: 24px;
    text-align: left;
}

.alert-bold {
    font-weight: 700;
}

.lock-in-btn {
    width: 100%;
    background-color: #1a5936;
    color: #ffffff !important;
    border: none;
    padding: 16px 0;
    border-radius: 12px;
    font-family: 'Inter', sans-serif;
    font-size: 14.5px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(26, 89, 54, 0.15);
    transition: background-color 0.15s ease, transform 0.1s ease;
}

.lock-in-btn:hover:not([disabled]) {
    background-color: #134228;
    transform: translateY(-0.5px);
}

.lock-in-btn:disabled {
    background-color: #ccd1c9;
    color: #8a8a85 !important;
    cursor: not-allowed;
    box-shadow: none;
}

/* Security Cards Grid */
.security-protocol-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    width: 100%;
    max-width: 1140px;
    margin-top: 24px;
}

.protocol-card {
    text-align: left;
    background: #ffffff;
    padding: 32px;
    border-radius: 16px;
    border: 1px solid rgba(20, 20, 19, 0.04);
}

.protocol-card h4 {
    font-family: 'Lora', serif;
    font-size: 18px;
    font-weight: 600;
    color: #141413;
    margin-bottom: 12px;
}

.protocol-card p {
    font-family: 'Inter', sans-serif;
    font-size: 14.5px;
    line-height: 1.6;
    color: #555552;
}

/* Popups Overlays */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(20, 20, 19, 0.4);
    backdrop-filter: blur(6px);
    z-index: 2000;
    display: none;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.modal-window-pane {
    background-color: #ffffff;
    width: 100%;
    max-width: 600px;
    max-height: 90vh;
    border-radius: 24px;
    padding: 40px;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    overflow-y: auto;
    border: 1px solid rgba(26, 89, 54, 0.08);
}

.modal-close-trigger-btn {
    position: absolute;
    top: 24px;
    right: 24px;
    background: transparent;
    border: none;
    font-size: 28px;
    line-height: 1;
    color: #a3a39f;
    cursor: pointer;
}

.modal-header-block {
    margin-bottom: 28px;
    padding-right: 20px;
    text-align: left;
}

.modal-header-block h3 {
    font-family: 'Lora', serif;
    font-size: 22px;
    font-weight: 600;
    color: #141413;
    margin-bottom: 8px;
}

.modal-header-block p {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #555552;
}

/* ==========================================================================
   HIGH-VISIBILITY ATTENTION ATTRACTOR SYSTEM FOR STEP 1
   ========================================================================== */

.toggle-container.action-highlight-pulse {
    border: 2px solid #1a5936;
    animation: borderPulse 2s infinite ease-in-out;
    transition: all 0.3s ease;
}

.framework-gate-box.action-error-state .toggle-container {
    border: 2px solid #b33939;
    box-shadow: 0 0 0 4px rgba(179, 57, 57, 0.08);
    animation: none;
}

.action-required-badge {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background-color: #b33939;
    color: #ffffff;
    padding: 4px 10px;
    border-radius: 6px;
    animation: badgePulse 1.5s infinite ease-in-out;
}

.action-verified-badge {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background-color: #1a5936;
    color: #ffffff;
    padding: 4px 10px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

@keyframes borderPulse {
    0% {
        box-shadow: 0 0 0 0px rgba(26, 89, 54, 0.15);
    }

    50% {
        box-shadow: 0 0 0 6px rgba(26, 89, 54, 0.08);
        border-color: #134228;
    }

    100% {
        box-shadow: 0 0 0 0px rgba(26, 89, 54, 0.15);
    }
}

@keyframes badgePulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.03);
        background-color: #d63031;
    }

    100% {
        transform: scale(1);
    }
}

/* ==========================================================================
   FLUID MOBILE RESPONSIVE MEDIA CONSTRAINTS FOR CALCULATOR MATRIX
   ========================================================================== */

@media (max-width: 768px) {

    .pricing-container {
        padding: 24px 12px 64px 12px;
    }

    .pricing-title {
        font-size: 28px;
        line-height: 1.25;
    }

    .pricing-subtitle {
        font-size: 15px;
    }

    .calculator-card {
        padding: 20px 16px;
        margin-bottom: 24px;
        border-radius: 16px;
    }

    .calculator-header h3 {
        font-size: 22px;
    }

    .calculator-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .toggle-container {
        flex-direction: column;
        background-color: #ebeae6;
        padding: 6px;
        border-radius: 14px;
        gap: 6px;
    }

    .toggle-btn {
        width: 100%;
        padding: 12px;
        font-size: 13px;
        white-space: normal;
        line-height: 1.3;
        text-align: center;
    }

    select {
        font-size: 14px;
        padding: 14px 16px;
    }

    .ledger-summary-box {
        padding: 20px 16px;
    }

    .total-price {
        font-size: 34px;
    }

    .security-protocol-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .protocol-card {
        padding: 20px;
    }
}

/* ==========================================================================
   INLINE WORKSPACE REGISTRATION FORM PRESENTATION STYLES
   ========================================================================== */

.form-workspace-header {
    text-align: left;
    margin-bottom: 32px;
    border-bottom: 1px solid rgba(20, 20, 19, 0.06);
    padding-bottom: 20px;
}

.back-to-calc-btn {
    background: transparent;
    border: none;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #7a7a76;
    cursor: pointer;
    margin-bottom: 16px;
    display: inline-flex;
    align-items: center;
    transition: color 0.15s ease;
}

.back-to-calc-btn:hover {
    color: #1a5936;
}

#form-title-text {
    font-family: 'Lora', serif;
    font-size: 26px;
    font-weight: 600;
    color: #141413;
    margin-bottom: 8px;
}

#form-desc-text {
    font-family: 'Inter', sans-serif;
    font-size: 14.5px;
    line-height: 1.5;
    color: #555552;
}

/* ==========================================================================
   SUCCESS BREAKOUT CARD INFRASTRUCTURE DESIGN OVERHAUL
   ========================================================================== */

.success-override-card {
    background-color: #1a5936 !important;
    border: 1px solid #134228 !important;
    color: #ffffff !important;
    padding: 40px !important;
    max-width: 840px !important;
    margin: 40px auto 60px auto !important;
}

.success-card-layout {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
}

.success-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    gap: 32px;
}

.success-title-area {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: left;
}

.success-card-title {
    font-family: 'Lora', serif !important;
    font-size: 28px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    line-height: 1.25 !important;
}

.success-card-lead {
    font-family: 'Inter', sans-serif !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
    color: rgba(255, 255, 255, 0.85) !important;
}

/* Premium White Action Button Configuration */
.success-reset-btn {
    background: #ffffff !important;
    color: #1a5936 !important;
    border: none !important;
    padding: 12px 24px !important;
    border-radius: 24px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    white-space: nowrap !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15) !important;
    transition: background-color 0.15s ease, transform 0.1s ease !important;
}

.success-reset-btn:hover {
    background-color: #f4f3ef !important;
    transform: translateY(-0.5px);
}

/* Organized Semi-Transparent Blueprint Box */
.success-blueprint-box {
    background-color: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 16px !important;
    padding: 28px 32px !important;
    text-align: left !important;
}

.blueprint-heading {
    font-family: 'Inter', sans-serif !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    color: rgba(255, 255, 255, 0.6) !important;
    display: block !important;
    margin-bottom: 20px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    padding-bottom: 10px !important;
}

.blueprint-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Inter', sans-serif !important;
    font-size: 15px !important;
    color: rgba(255, 255, 255, 0.9) !important;
    padding: 12px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04) !important;
}

.blueprint-label {
    font-weight: 400 !important;
}

.blueprint-value {
    font-weight: 600 !important;
    color: #ffffff !important;
}

/* Reworked Totals Row inside Blueprint */
.blueprint-row.blueprint-total-row {
    margin-top: 8px !important;
    border-top: 1px dashed rgba(255, 255, 255, 0.2) !important;
    border-bottom: none !important;
    padding-top: 20px !important;
}

.blueprint-total-row .blueprint-label {
    font-size: 16px !important;
    font-weight: 600 !important;
}

.blueprint-total-row .blueprint-value {
    font-family: 'Lora', serif !important;
    font-size: 26px !important;
    color: #ffffff !important;
}

.success-timestamp {
    font-family: 'Inter', sans-serif !important;
    font-size: 12.5px !important;
    color: rgba(255, 255, 255, 0.5) !important;
    display: block !important;
    margin-top: 20px !important;
    text-align: left !important;
}

/* ==========================================================================
   FORM CONTAINER LAYOUT INFRASTRUCTURE OVERRIDES
   ========================================================================== */

/* 1. Desktop Canvas Optimization Constraints */
#hubspot-form-container {
    width: 100% !important;
    min-height: 480px !important;
    background: #faf9f6 !important;
    padding: 40px !important;
    border-radius: 16px !important;
    border: 1px solid rgba(26, 89, 54, 0.04) !important;
    box-sizing: border-box !important;
}

/* Force HubSpot's internal field wrappers to use the full grid width smoothly */
#hubspot-form-container form {
    width: 100% !important;
    max-width: 100% !important;
}

#hubspot-form-container .hs-form-row {
    width: 100% !important;
    max-width: 100% !important;
}

/* 2. Mobile Device Micro-Viewport View Fixes */
@media (max-width: 768px) {

    /* Broaden the parent card outer padding layout boundaries */
    .pricing-container {
        padding: 16px 8px 48px 8px !important;
    }

    /* Expand the primary container structure so fields have room to sit naturally */
    .pricing-container .calculator-card {
        padding: 24px 12px !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    /* Reset form padding so text fields don't clip off screen margins */
    #hubspot-form-container {
        padding: 20px 12px !important;
        min-height: auto !important;
    }

    /* Force HubSpot input row nodes to stack into single full-width lines cleanly */
    #hubspot-form-container .hs-form-field {
        width: 100% !important;
        float: none !important;
        margin-right: 0 !important;
        margin-bottom: 20px !important;
    }

    #hubspot-form-container input[type="text"],
    #hubspot-form-container input[type="email"],
    #hubspot-form-container input[type="tel"],
    #hubspot-form-container select {
        width: 100% !important;
        box-sizing: border-box !important;
    }

    #hubspot-form-container .hs-button {
        width: 100% !important;
        box-sizing: border-box !important;
        display: block !important;
        text-align: center !important;
    }

    /* Success Overrides Collapse Layout logic stack on phone screens */
    .success-override-card {
        padding: 24px 20px !important;
        margin: 16px auto !important;
    }

    .success-card-header {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 20px !important;
    }

    .success-reset-btn {
        width: 100% !important;
        text-align: center !important;
        padding: 14px 0 !important;
    }

    .success-card-title {
        font-size: 22px !important;
    }

    .success-blueprint-box {
        padding: 20px 16px !important;
    }

    .blueprint-row {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 4px !important;
        padding: 10px 0 !important;
    }

    .blueprint-total-row {
        align-items: flex-start !important;
    }
}

/* ==========================================================================
   INDIVIDUAL PLANS PAGE
   ========================================================================== */

.individual-plans-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    width: 100%;
}

.individual-plan-card {
    display: flex;
    flex-direction: column;
    text-align: left;
    background: #faf9f6;
    border: 1px solid #ebeae6;
    border-radius: 16px;
    padding: 32px;
    min-height: 330px;
    box-sizing: border-box;
}

.individual-plan-card.featured-plan-card {
    background: #ffffff;
    border: 1px solid rgba(26, 89, 54, 0.18);
    box-shadow: 0 8px 24px rgba(26, 89, 54, 0.06);
}

.individual-plan-header {
    min-height: 84px;
    margin-bottom: 18px;
}

.individual-plan-header .plan-label {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #1a5936;
    display: block;
    margin-bottom: 10px;
}

.individual-plan-header h2 {
    font-family: 'Lora', serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
    color: #141413;
    margin: 0;
}

.individual-plan-price {
    display: flex;
    align-items: baseline;
    gap: 4px;
    margin-bottom: 14px;
}

.plan-price-main {
    font-family: 'Lora', serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    color: #1a5936;
}

.plan-price-cycle {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #6a6a65;
}

.individual-plan-description {
    font-family: 'Inter', sans-serif;
    font-size: 14.5px;
    line-height: 1.6;
    color: #555552;
    margin: 0;
}

.individual-plan-spacer {
    flex: 1;
    min-height: 24px;
}

.individual-plan-card .section-action-link-btn {
    align-self: flex-start;
    margin-top: auto;
}

.individual-plans-note {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid rgba(20, 20, 19, 0.06);
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    line-height: 1.5;
    color: #6a6a65;
}

.individual-plans-note strong {
    color: #141413;
    font-weight: 700;
}

.individual-use-cases {
    width: 100%;
    max-width: 1140px;
    margin-top: 24px;
}

.individual-use-case-header {
    margin-top: 24px;
}

.use-case-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    width: 100%;
}

.individual-next-step {
    width: 100%;
    margin-top: 24px;
}

.individual-business-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.business-option-card {
    background: #faf9f6;
    border: 1px solid #ebeae6;
    border-radius: 16px;
    padding: 28px 32px;
    text-align: left;
}

.business-option-card .plan-label {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #1a5936;
    display: block;
    margin-bottom: 10px;
}

.business-option-card h3 {
    font-family: 'Lora', serif;
    font-size: 22px;
    font-weight: 600;
    color: #141413;
    margin-bottom: 10px;
}

.business-option-card p {
    font-family: 'Inter', sans-serif;
    font-size: 14.5px;
    line-height: 1.6;
    color: #555552;
    margin-bottom: 20px;
}

@media (max-width: 900px) {

    .individual-plans-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .individual-plan-card {
        min-height: auto;
    }
}

@media (max-width: 768px) {

    .individual-plans-grid {
        gap: 16px;
    }

    .individual-plan-card {
        padding: 24px;
    }

    .individual-plan-header h2 {
        font-size: 22px;
    }

    .plan-price-main {
        font-size: 30px;
    }

    .individual-plans-note {
        display: block;
    }

    .individual-plans-note strong {
        display: block;
        margin-bottom: 4px;
    }

    .use-case-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .individual-business-options {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .business-option-card {
        padding: 24px;
    }
}

/* ==========================================================================
   ORGANIZATION PATHWAY CARD
   ========================================================================== */

#pricing-security-grid .protocol-card:last-child {
    grid-column: 1 / -1;
}