.bc-hero,
.bc-proof,
.bc-grid-section,
.bc-split,
.bc-steps,
.bc-business,
.bc-resources {
    font-family: inherit;
}

.bc-hero {
    max-width: 1500px;
    margin: 48px auto 70px;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 64px;
    align-items: center;
}

.bc-eyebrow {
    display: inline-flex;
    margin-bottom: 22px;
    padding: 10px 18px;
    border-radius: 999px;
    background: #fff0ea;
    color: #ff4f1f;
    font-size: 14px;
    font-weight: 950;
}

.bc-hero h1 {
    margin: 0;
    color: #050505;
    font-size: clamp(46px, 6vw, 82px);
    line-height: 1.08;
    font-weight: 950;
    letter-spacing: -0.065em;
}

.bc-hero p {
    max-width: 680px;
    margin: 20px 0 34px;
    color: #3a3d4d;
    font-size: 21px;
    line-height: 1.55;
    font-weight: 600;
}

.bc-primary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 62px;
    padding: 0 34px;
    border-radius: 999px;
    border: none;
    background: linear-gradient(135deg, #ff4f1f 0%, #ff7043 100%);
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 950;
    box-shadow: 0 18px 38px rgba(255, 79, 31, 0.28);
    transition: 0.22s ease;
}

.bc-primary-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 54px rgba(255, 79, 31, 0.36);
}

.bc-hero-visual {
    min-height: 620px;
    border-radius: 38px;
    background:
        radial-gradient(circle at 20% 20%, rgba(255, 79, 31, 0.18), transparent 32%),
        linear-gradient(135deg, #202331 0%, #10121c 100%);
    display: grid;
    place-items: center;
    position: relative;
    overflow: hidden;
}

.bc-hero-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(120deg, rgba(255,255,255,0.06) 1px, transparent 1px),
        linear-gradient(30deg, rgba(255,255,255,0.04) 1px, transparent 1px);
    background-size: 120px 120px;
}

.bc-score-card {
    width: min(520px, 86%);
    min-height: 360px;
    padding: 46px;
    border-radius: 34px;
    background: rgba(255,255,255,0.95);
    position: relative;
    z-index: 2;
    box-shadow: 0 40px 90px rgba(0,0,0,0.22);
}

.bc-score-card span {
    display: inline-flex;
    padding: 9px 14px;
    border-radius: 999px;
    background: #fff0ea;
    color: #ff4f1f;
    font-weight: 950;
    margin-bottom: 34px;
}

.bc-score-card strong {
    display: block;
    color: #202331;
    font-size: 92px;
    line-height: 1;
    letter-spacing: -0.07em;
}

.bc-score-card p {
    margin: 24px 0 0;
    color: #667085;
    font-size: 18px;
}

.bc-proof {
    max-width: 1200px;
    margin: 0 auto 70px;
    padding: 24px;
    text-align: center;
    border-top: 1px solid #e7e9f0;
    border-bottom: 1px solid #e7e9f0;
}

.bc-proof p {
    margin: 0;
    color: #202331;
    font-size: clamp(20px, 2vw, 30px);
    font-weight: 850;
    letter-spacing: -0.03em;
}

.bc-grid-section,
.bc-steps {
    max-width: 1440px;
    margin: 0 auto 90px;
    padding: 70px 40px;
    border-radius: 34px;
    background: #f7f8fb;
}

.bc-section-heading {
    max-width: 980px;
    margin: 0 auto 58px;
    text-align: center;
}

.bc-section-heading span {
    color: #ff4f1f;
    font-weight: 950;
}

.bc-section-heading h2,
.bc-split-content h2,
.bc-business-content h2,
.bc-resources h2 {
    margin: 12px 0 20px;
    color: #050505;
    font-size: clamp(40px, 5vw, 68px);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -0.055em;
}

.bc-section-heading p,
.bc-split-content p,
.bc-resources p {
    margin: 0;
    color: #3f4558;
    font-size: 21px;
    line-height: 1.55;
}

.bc-card-grid,
.bc-step-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

.bc-card,
.bc-step {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 28px;
    padding: 34px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.04);
}

.bc-card span,
.bc-step span {
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    border-radius: 15px;
    background: #ff4f1f;
    color: #ffffff;
    font-weight: 950;
    margin-bottom: 28px;
}

.bc-card h3,
.bc-step h3 {
    margin: 0 0 14px;
    color: #202331;
    font-size: 28px;
    line-height: 1.15;
    letter-spacing: -0.035em;
}

.bc-card p,
.bc-step p {
    margin: 0;
    color: #667085;
    font-size: 17px;
    line-height: 1.6;
    font-weight: 600;
}

.bc-split,
.bc-business {
    max-width: 1440px;
    margin: 0 auto 90px;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 70px;
    align-items: center;
}

.bc-device {
    min-height: 520px;
    border-radius: 34px;
    background:
        radial-gradient(circle at 50% 50%, rgba(255, 79, 31, 0.16), transparent 32%),
        #f7f8fb;
    display: grid;
    place-items: center;
}

.bc-device-card {
    width: min(410px, 86%);
    min-height: 460px;
    border: 13px solid #111827;
    border-radius: 42px;
    background: #ffffff;
    padding: 44px 30px;
    transform: rotate(-7deg);
    box-shadow: 0 34px 80px rgba(15, 23, 42, 0.16);
}

.bc-device-card strong {
    display: block;
    color: #202331;
    font-size: 31px;
    margin-bottom: 18px;
}

.bc-device-card span {
    display: inline-flex;
    background: #ecfdf5;
    color: #16a34a;
    border-radius: 999px;
    padding: 9px 14px;
    font-weight: 950;
    margin-bottom: 32px;
}

.bc-device-card p {
    color: #667085;
    line-height: 1.55;
}

.bc-list {
    display: grid;
    gap: 20px;
}

.bc-list div {
    padding: 24px;
    border-left: 4px solid #ff4f1f;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 12px 35px rgba(15, 23, 42, 0.04);
}

.bc-list strong {
    display: block;
    color: #202331;
    font-size: 22px;
    margin-bottom: 8px;
}

.bc-list p {
    margin: 0;
    color: #667085;
    line-height: 1.5;
}

.bc-chart-card {
    min-height: 470px;
    border-radius: 34px;
    background: #202331;
    color: #ffffff;
    padding: 44px;
    box-shadow: 0 34px 80px rgba(15, 23, 42, 0.16);
}

.bc-chart-card h3 {
    font-size: 34px;
    margin: 0 0 50px;
}

.bc-bars {
    height: 220px;
    display: flex;
    align-items: end;
    gap: 18px;
}

.bc-bars span {
    flex: 1;
    border-radius: 18px 18px 0 0;
    background: linear-gradient(180deg, #ff7043, #ff4f1f);
}

.bc-bars span:nth-child(1) { height: 35%; }
.bc-bars span:nth-child(2) { height: 55%; }
.bc-bars span:nth-child(3) { height: 75%; }
.bc-bars span:nth-child(4) { height: 100%; }

.bc-chart-card p {
    color: rgba(255,255,255,0.72);
    font-size: 18px;
    line-height: 1.5;
}

.bc-resources {
    max-width: 1180px;
    margin: 0 auto 90px;
    padding: 64px 42px;
    border-radius: 34px;
    background:
        radial-gradient(circle at 15% 20%, rgba(255, 216, 202, 0.55), transparent 30%),
        linear-gradient(135deg, #202331 0%, #121420 100%);
    color: #ffffff;
    text-align: center;
}

.bc-resources h2 {
    color: #ffffff;
}

.bc-resources p {
    max-width: 760px;
    margin: 0 auto 34px;
    color: rgba(255,255,255,0.78);
}

@media (max-width: 1100px) {
    .bc-hero,
    .bc-split,
    .bc-business {
        grid-template-columns: 1fr;
    }

    .bc-card-grid,
    .bc-step-grid {
        grid-template-columns: 1fr;
    }

    .bc-hero-visual {
        min-height: 500px;
    }
}

@media (max-width: 760px) {
    .bc-hero {
        margin-top: 34px;
        gap: 36px;
    }

    .bc-hero h1 {
        font-size: 44px;
    }

    .bc-hero p {
        font-size: 18px;
    }

    .bc-hero-visual {
        min-height: 420px;
        border-radius: 26px;
    }

    .bc-score-card {
        padding: 30px;
    }

    .bc-score-card strong {
        font-size: 74px;
    }

    .bc-grid-section,
    .bc-steps {
        margin: 0 16px 60px;
        padding: 44px 20px;
    }

    .bc-split,
    .bc-business {
        gap: 36px;
        margin-bottom: 60px;
    }

    .bc-device-card {
        transform: none;
        min-height: 390px;
    }

    .bc-primary-btn {
        width: 100%;
    }

    .bc-resources {
        margin: 0 16px 60px;
        padding: 44px 24px;
    }
}


.itin-pricing-section {
    padding: 110px 24px;
    background: #f8fafc;
}

.itin-pricing-container {
    max-width: 1180px;
    margin: 0 auto;
}

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

.itin-pricing-label {
    display: inline-block;
    color: #2f9e6f;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 18px;
}

.itin-pricing-header h2 {
    font-size: 54px;
    line-height: 1.1;
    font-weight: 900;
    color: #121826;
    margin-bottom: 22px;
}

.itin-pricing-header p {
    font-size: 20px;
    line-height: 1.7;
    color: #667085;
    max-width: 760px;
    margin: 0 auto;
}

.itin-pricing-card {
    background: #ffffff;
    border: 1px solid #dbe3ea;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(15, 23, 42, 0.06);
}

.itin-pricing-topbar {
    background: #4a355f;
    color: #ffffff;
    padding: 28px;
    text-align: center;
    font-size: 28px;
    font-weight: 800;
}

.itin-pricing-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
    padding: 60px;
}

.itin-pricing-price h3 {
    font-size: 90px;
    line-height: 1;
    color: #111827;
    margin-bottom: 14px;
    font-weight: 900;
}

.itin-pricing-price span {
    font-size: 24px;
    color: #667085;
}

.itin-pricing-cta {
    text-align: center;
}

.itin-pricing-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 22px 48px;
    background: linear-gradient(135deg, #36b37e, #2f9e6f);
    color: #ffffff;
    text-decoration: none;
    border-radius: 14px;
    font-size: 20px;
    font-weight: 800;
    transition: all 0.25s ease;
    min-width: 340px;
}

.itin-pricing-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(47, 158, 111, 0.24);
}

.itin-pricing-cta p {
    margin-top: 18px;
    font-size: 18px;
    color: #667085;
}

.itin-pricing-cta strong {
    color: #111827;
}

.itin-pricing-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
    padding: 0 60px 60px;
    border-top: 1px solid #eef2f6;
}

.itin-pricing-column {
    padding-top: 42px;
}

.itin-pricing-column h4 {
    font-size: 28px;
    color: #111827;
    margin-bottom: 28px;
    font-weight: 800;
}

.itin-pricing-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.itin-pricing-column li {
    position: relative;
    padding-left: 34px;
    margin-bottom: 22px;
    font-size: 20px;
    line-height: 1.6;
    color: #475467;
}

.itin-pricing-column li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 1px;
    color: #2f9e6f;
    font-weight: 900;
}

@media (max-width: 991px) {
    .itin-pricing-header h2 {
        font-size: 42px;
    }

    .itin-pricing-main {
        flex-direction: column;
        text-align: center;
    }

    .itin-pricing-features {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .itin-pricing-btn {
        min-width: 100%;
    }

    .itin-pricing-price h3 {
        font-size: 72px;
    }
}

@media (max-width: 768px) {
    .itin-pricing-section {
        padding: 80px 20px;
    }

    .itin-pricing-header h2 {
        font-size: 34px;
    }

    .itin-pricing-header p {
        font-size: 18px;
    }

    .itin-pricing-main,
    .itin-pricing-features {
        padding: 40px 28px;
    }

    .itin-pricing-topbar {
        font-size: 22px;
        padding: 22px;
    }

    .itin-pricing-column li {
        font-size: 17px;
    }

    .itin-pricing-column h4 {
        font-size: 24px;
    }
}
