.elementor-45218 .elementor-element.elementor-element-b911efa{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-b27841a */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #f4f9fe;   /* soft, airy background that blends with boir.org style */
    font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, sans-serif;
    color: #1A2C3E;
    line-height: 1.5;
}

/* main container that respects existing boir layout width */
.boir-pricing-wrapper {
    max-width: 1280px;
    margin: 0 auto;
    padding: 3rem 2rem 5rem;
}

/* header – professional, confident, friendly */
.pricing-header {
    text-align: center;
    margin-bottom: 3rem;
}

.cta-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e9f0fa;
    padding: 0.4rem 1.2rem;
    border-radius: 60px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.2px;
    color: #155a8a;
    margin-bottom: 1.2rem;
    border: 1px solid #cde3f5;
}

.pricing-header h1 {
    font-size: 2.8rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    background: linear-gradient(125deg, #1A4766, #2C6288);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    margin-bottom: 0.8rem;
}

.pricing-subhead {
    font-size: 1.2rem;
    color: #2C4C6E;
    max-width: 650px;
    margin: 0 auto;
    font-weight: 500;
}

.highlight {
    background: #e0effa;
    display: inline-block;
    padding: 0.1rem 0.6rem;
    border-radius: 30px;
    font-weight: 600;
    color: #0f4c6b;
}

/* main card – comfort, shadow, subtle border */
.pricing-premium-card {
    background: #ffffff;
    border-radius: 2rem;
    box-shadow: 0 20px 35px -12px rgba(0, 20, 40, 0.12), 0 2px 6px rgba(0, 0, 0, 0.02);
    transition: transform 0.2s ease, box-shadow 0.2s;
    border: 1px solid rgba(165, 199, 225, 0.4);
    overflow: hidden;
}

.pricing-premium-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 28px 40px -15px rgba(18, 67, 103, 0.18);
}

/* two column layout */
.pricing-two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}

/* left column: steps & pricing breakdown */
.col-details {
    padding: 2.4rem 2rem 2.8rem 2.4rem;
    background: #ffffff;
    border-right: 1px solid #e4edf5;
}

.col-details h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1F4E72;
    margin-bottom: 0.5rem;
}

.col-details .tagline {
    color: #3e6685;
    border-left: 3px solid #3b82f6;
    padding-left: 1rem;
    margin-bottom: 2rem;
    font-weight: 500;
    font-size: 0.95rem;
}

.step-list {
    display: flex;
    flex-direction: column;
    gap: 1.8rem;
}

.step-row {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.step-number {
    background: #eef3fc;
    width: 46px;
    height: 46px;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.25rem;
    color: #216e9e;
    flex-shrink: 0;
}

.step-info {
    flex: 1;
}

.step-title-line {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.6rem;
    margin-bottom: 0.2rem;
}

.step-name {
    font-weight: 800;
    font-size: 1.2rem;
    color: #1E3B4F;
}

.price-badge {
    background: #eef2fa;
    padding: 0.2rem 0.9rem;
    border-radius: 40px;
    font-size: 0.8rem;
    font-weight: 700;
    color: #155a8a;
}

.price-free {
    background: #dcfce7;
    color: #15803d;
}

.step-desc {
    font-size: 0.9rem;
    color: #476b89;
    margin-top: 4px;
}

.small-note-legal {
    background: #F8FBFE;
    padding: 0.8rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    margin-top: 1.5rem;
    display: inline-block;
    width: 100%;
}

/* right column: features & CTA */
.col-features {
    padding: 2.4rem 2rem 2.8rem 2rem;
    background: #FEFEFE;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.feature-checklist {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.2rem;
    margin-bottom: 2rem;
}

.feature-bullet {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    font-weight: 500;
    font-size: 0.92rem;
    color: #1E3A5F;
}

.feature-bullet i {
    width: 22px;
    color: #2b6e9e;
    font-size: 1rem;
}

.support-block {
    background: #EFF6FC;
    border-radius: 1.2rem;
    padding: 1.2rem 1.2rem;
    margin: 0.8rem 0 1.5rem;
    border-left: 4px solid #3980b3;
}

.btn-primary {
    background: linear-gradient(105deg, #1a4c70, #23638c);
    border: none;
    width: 100%;
    padding: 1rem;
    font-weight: 700;
    font-size: 1.1rem;
    font-family: inherit;
    border-radius: 60px;
    color: white;
    box-shadow: 0 8px 18px rgba(27, 67, 102, 0.2);
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.btn-primary:hover {
    background: linear-gradient(105deg, #23638c, #2c7eb0);
    transform: scale(1.01);
    box-shadow: 0 12px 22px rgba(0, 51, 85, 0.2);
}

.fine-print {
    font-size: 0.7rem;
    color: #577b9b;
    text-align: center;
    margin-top: 1rem;
}

/* Additional trust row - matches boir.org urgency note */
.deadline-notice-card {
    background: #FFFFFFE6;
    backdrop-filter: blur(2px);
    border-radius: 1.5rem;
    margin-top: 2rem;
    padding: 1rem 1.6rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #cde0ef;
    font-size: 0.85rem;
}

/* responsiveness */
@media (max-width: 850px) {
    .pricing-two-col {
        grid-template-columns: 1fr;
    }
    .col-details {
        border-right: none;
        border-bottom: 1px solid #e4edf5;
        padding: 2rem;
    }
    .boir-pricing-wrapper {
        padding: 2rem 1.2rem 4rem;
    }
    .pricing-header h1 {
        font-size: 2.2rem;
    }
}

@media (max-width: 550px) {
    .feature-checklist {
        grid-template-columns: 1fr;
    }
    .step-title-line {
        flex-direction: column;
        gap: 0.2rem;
    }
    .deadline-notice-card {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
}

/* smooth hover subtle */
.step-row:hover .step-number {
    background: #e2eff9;
}

#pricingStartBtn {
    color: white;
}/* End custom CSS */