.itin-hdr-root {
    background: #f9fbfd
}

.itin-hdr-spacer {
    height: 80px
}

.itin-hdr-float {
    position: fixed;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    width: calc(100% - 48px);
    max-width: 1080px;
    background: rgba(249, 251, 253, .95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 60px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .04), 0 8px 32px rgba(0, 0, 0, .06), 0 0 0 1px rgba(0, 0, 0, .03);
    transition: all .35s cubic-bezier(.4, 0, .2, 1)
}

.itin-hdr-float.is-scrolled {
    top: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .06), 0 12px 40px rgba(0, 0, 0, .08), 0 0 0 1px rgba(0, 0, 0, .04);
    background: rgba(249, 251, 253, .98)
}

.itin-hdr-inner {
    justify-content: space-between;
    padding: 10px 10px 10px 24px;
    gap: 8px
}

.itin-hdr-inner,
.itin-hdr-logo {
    display: flex;
    align-items: center
}

.itin-hdr-logo {
    width: 110px;
    height: 40px;
    gap: 10px;
    text-decoration: none !important;
    flex-shrink: 0
}

.itin-hdr-logo-icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0
}

.itin-hdr-logo-text {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a2e;
    letter-spacing: -.02em;
    white-space: nowrap
}

.itin-hdr-nav {
    display: flex;
    align-items: center;
    gap: 4px;
    list-style: none;
    margin: 0;
    padding: 0
}

.itin-hdr-nav-link {
    display: block;
    padding: 8px 14px;
    font-size: 13.5px;
    font-weight: 500;
    color: #475569;
    text-decoration: none !important;
    border-radius: 40px;
    transition: color .25s, background .25s;
    white-space: nowrap
}

.itin-hdr-nav-link:hover {
    color: #1a1a2e;
    background: rgba(0, 0, 0, .04)
}

.itin-hdr-services-item {
    position: relative
}

.itin-nav-trigger {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 8px 14px !important;
    font-size: 13.5px !important;
    font-weight: 500 !important;
    color: #475569 !important;
    border-radius: 40px !important;
    transition: color .25s, background .25s !important;
    height: auto !important
}

.itin-nav-trigger:hover,
.itin-nav-trigger[data-state=open] {
    color: #1a1a2e !important;
    background: rgba(0, 0, 0, .04) !important
}
.itin-services-dropdown {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 8px;
    width: 320px
}

.itin-service-card {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 12px 14px;
    border-radius: 10px;
    text-decoration: none !important;
    transition: background .2s
}

.itin-service-card:hover {
    background: #f4f6fa
}

.itin-service-card-top {
    display: flex;
    align-items: center;
    gap: 10px
}

.itin-service-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: #eef2ff;
    border-radius: 6px;
    color: #03594a;
    flex-shrink: 0
}

.itin-service-label {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a2e
}

.itin-service-desc {
    display: block;
    font-size: 12.5px;
    color: #64748b;
    line-height: 1.4;
    padding-left: 38px
}

.itin-hdr-cta {
    display: inline-flex;
    align-items: center;
    padding: 10px 22px;
    font-size: 13.5px;
    font-weight: 600;
    color: #ffffff !important;
    background: linear-gradient(135deg, #03594a, #3b82f6);
    border-radius: 50px;
    text-decoration: none !important;
    white-space: nowrap;
    transition: transform .25s, box-shadow .25s;
    box-shadow: 0 2px 12px rgba(0, 69, 255, .25);
    flex-shrink: 0
}

.itin-hdr-cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 20px rgba(0, 69, 255, .35);
    color: #ffffff !important
}

.itin-hdr-burger {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    flex-shrink: 0;
    border-radius: 50%;
    transition: background .25s
}

.itin-hdr-burger:hover {
    background: rgba(0, 0, 0, .04)
}

.itin-hdr-burger span {
    display: block;
    width: 18px;
    height: 2px;
    background: #1a1a2e;
    border-radius: 2px;
    transition: transform .3s, opacity .3s
}

.itin-hdr-burger.is-open span:first-child {
    transform: translateY(7px) rotate(45deg)
}

.itin-hdr-burger.is-open span:nth-child(2) {
    opacity: 0
}

.itin-hdr-burger.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg)
}

.itin-hdr-mobile {
    display: none;
    padding: 0 24px 20px
}

.itin-hdr-mobile.is-open {
    display: block
}

.itin-hdr-mobile-nav {
    list-style: none;
    margin: 0;
    padding: 12px 0 0;
    border-top: 1px solid rgba(0, 0, 0, .06)
}

.itin-hdr-mobile-link {
    display: block;
    padding: 12px 0;
    font-size: 15px;
    font-weight: 500;
    color: #475569;
    text-decoration: none !important;
    border-bottom: 1px solid rgba(0, 0, 0, .04);
    transition: color .2s
}

.itin-hdr-mobile-link:hover {
    color: #03594a
}

.itin-hdr-mobile-cta {
    display: block;
    margin-top: 16px;
    padding: 14px 0;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff !important;
    background: linear-gradient(135deg,#3594a2f6);
    border-radius: 50px;
    text-decoration: none !important;
    box-shadow: 0 2px 12px rgba(0, 69, 255, .2)
}

@media screen and (max-width:860px) {
    .itin-hdr-cta,
    .itin-hdr-nav {
        display: none
    }
    .itin-hdr-burger {
        display: flex
    }
    .itin-hdr-float {
        border-radius: 20px;
        width: calc(100% - 32px)
    }
}

@media screen and (max-width:480px) {
    .itin-hdr-spacer {
        height: 72px
    }
    .itin-hdr-float {
        top: 10px;
        width: calc(100% - 24px)
    }
    .itin-hdr-inner {
        padding: 8px 8px 8px 18px
    }
    .itin-hdr-logo-text {
        font-size: 14px
    }
    .itin-hdr-logo-icon {
        width: 28px;
        height: 28px
    }
}

.sh-root {
    background: #f9fbfd;
    padding: 40px 24px 100px;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
    overflow-x: hidden;
    position: relative;
    box-sizing: border-box
}

.saas-container {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    box-sizing: border-box
}

.hero-content {
    position: relative;
    z-index: 2;
    min-width: 0
}

.hero-trust-badge-row {
    display: flex;
    flex-direction: row;
    gap: 12px;
    margin-bottom: 16px
}

.hero-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    background:#03594a;
    border-radius: 9999px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .02em;
    text-transform: uppercase
}

.hero-pill-icon {
    display: inline-flex;
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    color: inherit
}

.hero-pill-icon svg {
    width: 100%;
    height: 100%
}

.hero-pill-text {
    white-space: nowrap
}

.hero-title {
    font-size: 46px;
    line-height: 1.08;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 8px;
    letter-spacing: -.02em
}

.title-line1 {
    display: block
}

.title-highlight {
    display: inline-block;
    position: relative;
    padding-bottom: 6px
}

.highlight-underline {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: #03594a;
    border-radius: 4px;
    opacity: .9
}

.desc-container {
    position: relative;
    margin: 28px 0 36px;
    max-width: 480px;
    overflow: visible;
    min-width: 0
}

.hero-desc {
    font-size: 18px;
    color: #64748b;
    line-height: 1.7;
    margin: 0;
    word-break: normal;
    overflow-wrap: break-word;
    min-width: 0;
    width: 100%;
    box-sizing: border-box
}

.btn-group {
    display: flex;
    gap: 18px;
    align-items: center;
    margin-bottom: 32px
}

.hero-btn {
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    transition: all .3s ease;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center
}

.hero-btn-primary {
    gap: 8px;
    background: #03594a;
    color: #ffffff;
    padding: 11px 22px;
    border-radius: 999px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    box-shadow: 0 3px 10px rgba(47, 99, 255, .22)
}

.hero-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 14px rgba(47, 99, 255, .28);
    color: #ffffff
}

.hero-btn-secondary {
    gap: 8px;
    background: transparent;
    color: #475569;
    padding: 11px 22px;
    border-radius: 999px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1
}

.hero-btn-secondary:hover {
    transform: translateY(-1px);
    color: #03594a;
    background: transparent
}

.trust-divider {
    width: 100%;
    max-width: 440px;
    height: 1px;
    background: #e2e8f0;
    margin-bottom: 20px
}

.trust-badges {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 24px;
    align-items: center
}

.trust-item {
    font-size: 13px;
    color: #64748b;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    min-height: 20px
}

.trust-item-text {
    flex: 0 1 auto;
    min-width: 0;
    line-height: 1.4
}

.check-icon {
    background: #03594a;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    align-self: center
}

.check-icon svg {
    display: block
}

.hero-image-area {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px
}

.image-frame {
    position: relative;
    width: 100%;
    max-width: 520px
}

.image-inner {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: #f5f7f9;
    border: 1px solid rgba(0, 69, 255, .08);
    box-shadow: 0 4px 6px rgba(0, 69, 255, .04), 0 20px 60px rgba(0, 69, 255, .08)
}

.image-inner img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover
}

.placeholder-box {
    width: 100%;
    aspect-ratio: 4/5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
    color: #94a3c4;
    font-size: 14px;
    font-weight: 500;
    background: linear-gradient(135deg, #f0f4ff, #e8f0fe)
}

.placeholder-box svg {
    opacity: .4
}

.float-card {
    position: absolute;
    z-index: 3;
    animation: floatY 5s ease-in-out infinite
}

.float-card-inner {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #03594a;
    color: #ffffff;
    padding: 12px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    box-shadow: 0 4px 12px rgba(47, 99, 255, .25)
}

.float-card:before {
    content: "";
    position: absolute;
    inset: -6px;
    border-radius: 24px;
    background: rgba(249, 251, 253, .85);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(203, 213, 225, .8);
    z-index: -1;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .06)
}

.float-top_right {
    top: 5%;
    right: -24px;
    animation-delay: 0s
}

.float-center_left {
    top: 45%;
    left: -36px;
    animation: floatYCenter 5s ease-in-out infinite;
    animation-delay: 1.8s
}

.float-bottom_right {
    bottom: 8%;
    right: -24px;
    animation-delay: 3.5s
}

@keyframes floatY {
    0%,
    to {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-8px)
    }
}

@keyframes floatYCenter {
    0%,
    to {
        transform: translateY(-50%)
    }
    50% {
        transform: translateY(calc(-50% - 8px))
    }
}

.hero-caa-badge {
    position: absolute;
    bottom: 12px;
    right: 12px;
    z-index: 4;
    gap: 8px;
    padding: 8px 14px;
    background: #1e3a5f;
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
    letter-spacing: .01em
}

.hero-caa-badge,
.hero-caa-badge-icon {
    display: inline-flex;
    align-items: center
}

.hero-caa-badge-icon {
    flex-shrink: 0;
    color: #03594a;
    justify-content: center
}

.hero-caa-badge-text {
    white-space: nowrap
}

.deco-star {
    position: absolute;
    bottom: 12%;
    right: 8%;
    opacity: .5;
    pointer-events: none
}

@media (max-width:960px) {
    .sh-root {
        padding-left: 0;
        padding-right: 0;
        overflow-x: hidden;
        width: 100%;
        max-width: 100vw
    }
    .saas-container {
        grid-template-columns: 1fr;
        gap: 50px;
        padding-left: 24px;
        padding-right: 24px
    }
    .hero-content,
    .saas-container {
        text-align: center;
        min-width: 0;
        width: 100%;
        max-width: 100%
    }
    .hero-title {
        font-size: 34px;
        text-align: center;
        max-width: 100%;
        overflow-wrap: break-word
    }
    .desc-container {
        min-width: 0
    }
    .desc-container,
    .hero-desc {
        max-width: 100%;
        width: 100%;
        text-align: center
    }
    .hero-desc {
        overflow: visible;
        word-break: normal;
        overflow-wrap: break-word
    }
    .btn-group {
        justify-content: center
    }
    .trust-divider {
        margin-left: auto;
        margin-right: auto
    }
    .trust-badges {
        justify-content: center
    }
    .hero-image-area {
        order: 1;
        margin-top: 24px;
        min-width: 0;
        width: 100%;
        max-width: 100%;
        overflow-x: hidden
    }
    .image-frame {
        max-width: none;
        width: calc(100% + 48px);
        margin-left: -24px;
        margin-right: -24px
    }
    .image-inner {
        border-radius: 0
    }
    .float-card {
        display: none !important
    }
}

@media (max-width:480px) {
    .sh-root {
        padding: 40px 0 60px
    }
    .saas-container {
        padding-left: 16px;
        padding-right: 16px
    }
    .image-frame {
        width: calc(100% + 32px);
        margin-left: -16px;
        margin-right: -16px
    }
    .hero-title {
        font-size: 26px
    }
    .hero-trust-badge-row {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px
    }
    .hero-pill-text {
        white-space: normal;
        text-align: center
    }
    .btn-group {
        flex-direction: column;
        gap: 12px;
        width: 100%
    }
    .hero-btn {
        width: 100%;
        max-width: 100%;
        justify-content: center
    }
    .trust-badges {
        grid-template-columns: 1fr;
        align-items: center;
        gap: 12px
    }
    .trust-item {
        align-items: center;
        text-align: center
    }
    .hero-caa-badge {
        padding: 6px 10px;
        font-size: 10px;
        max-width: calc(100% - 24px)
    }
    .hero-caa-badge-text {
        white-space: normal;
        line-height: 1.25
    }
}

.itin-sf-root {
    display: block;
    padding: 90px 0 110px;
    background: #f9fbfd;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
    overflow: hidden
}

.itin-sf-inner,
.itin-sf-root {
    width: 100%;
    box-sizing: border-box
}

.itin-sf-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px
}

.itin-sf-hd {
    text-align: center;
    margin-bottom: 64px
}

.itin-sf-tag {
    display: inline-block;
    padding: 6px 20px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    color: #03594a;
    background: #eef2ff;
    border: 1px solid #dbeafe;
    margin: 0 auto 20px;
    letter-spacing: .03em;
    line-height: 1.4
}

.itin-sf-h2 {
    font-size: 34px;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1.2;
    margin: 0 auto 16px;
    letter-spacing: -.02em;
    max-width: 700px
}

.itin-sf-hl {
    color: #03594a;
}

.itin-sf-sub {
    font-size: 18px;
    color: #64748b;
    line-height: 1.6;
    max-width: 620px;
    margin: 0 auto
}

.itin-sf-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    width: 100%;
    align-items: start
}

.itin-sf-item {
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    border-right: 1px dashed #e2e8f0;
    height: 100%;
    box-sizing: border-box
}

.itin-sf-item:last-child {
    border-right: none
}

.itin-sf-ico {
    width: 64px;
    height: 64px;
    margin: 0 0 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #03594a;
}

.itin-sf-ico svg {
    width: 48px;
    height: 48px;
    filter: drop-shadow(0 4px 6px rgba(0, 69, 255, .2))
}

.itin-sf-ct {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 16px;
    line-height: 1.3
}

.itin-sf-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%
}

.itin-sf-li {
    display: flex;
    align-items: flex-start;
    gap: 10px
}

.itin-sf-check {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #e0e7ff;
    color: #03594a;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px
}

.itin-sf-check svg {
    width: 10px;
    height: 10px
}

.itin-sf-text {
    font-size: 17px;
    color: #475569;
    line-height: 1.5
}

.itin-sf-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 16px;
    font-size: 13px;
    font-weight: 600;
    color: #334155;
    text-decoration: none;
    transition: color .2s
}

.itin-sf-link:hover {
    color: #03594a;
}

.itin-sf-cta-cards {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 20px;
    margin-top: 32px
}

.itin-sf-cta-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    padding: 36px 40px
}

.itin-sf-cta-sales {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px
}

.itin-sf-cta-eligibility {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.itin-sf-cta-body {
    flex: 1
}

.itin-sf-cta-title {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 10px;
    line-height: 1.3;
    display: flex;
    align-items: center;
    gap: 8px
}

.itin-sf-cta-eligibility .itin-sf-cta-title {
    font-size: 18px;
    margin-bottom: 0
}

.itin-sf-cta-desc {
    font-size: 16px;
    color: #64748b;
    line-height: 1.65;
    margin: 0
}

.itin-sf-sales-btn {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 14px 28px;
    background: #03594a;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    white-space: nowrap;
    transition: background .2s, transform .2s
}

.itin-sf-sales-btn:hover {
    background: #03594a;
    transform: translateY(-1px)
}

.itin-sf-learn-more {
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
    text-decoration: none;
    margin-top: 4px;
    transition: color .2s
}

.itin-sf-learn-more:hover {
    color: #03594a;
}

@media (max-width:768px) {
    .itin-sf-cta-cards {
        grid-template-columns: 1fr
    }
    .itin-sf-cta-sales {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px
    }
    .itin-sf-cta-card {
        padding: 24px
    }
}

@media screen and (max-width:960px) {
    .itin-sf-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px
    }
    .itin-sf-item {
        border-right: none;
        border-bottom: 1px dashed #e2e8f0;
        padding: 0 0 30px
    }
    .itin-sf-item:nth-last-child(-n+2) {
        border-bottom: none
    }
}

@media screen and (max-width:600px) {
    .itin-sf-grid {
        grid-template-columns: 1fr;
        gap: 32px;
        max-width: 420px;
        margin-left: auto;
        margin-right: auto
    }
    .itin-sf-item {
        border-bottom: 1px dashed #e2e8f0;
        padding-bottom: 32px;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        gap: 0;
        text-align: left
    }
    .itin-sf-item:last-child {
        border-bottom: none
    }
    .itin-sf-ico {
        width: 48px;
        height: 48px;
        min-width: 48px;
        margin: 0 16px 0 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0
    }
    .itin-sf-ico svg {
        width: 28px;
        height: 28px
    }
    .itin-sf-ct {
        margin: 0;
        flex: 1 1 auto;
        min-width: 0;
        font-size: 16px;
        text-align: left;
        line-height: 1.35
    }
    .itin-sf-list {
        flex: 1 1 100%;
        width: 100%;
        margin-top: 16px;
        align-self: stretch;
        text-align: left
    }
    .itin-sf-li {
        justify-content: flex-start
    }
}

.bento-section {
    padding: 120px 20px;
    background: #f9fbfd;
    position: relative;
    overflow: hidden;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif
}

.bb-glow {
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(37, 99, 235, .08) 0, rgba(255, 255, 255, 0) 70%);
    top: -10%;
    left: 20%;
    z-index: 0;
    pointer-events: none
}

.bb-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.bb-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 70px
}

.bb-tag {
    background: linear-gradient(90deg, #2563eb, #06b6d4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: inline-block
}

.bb-title {
    font-size: 34px;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1.1;
    margin-bottom: 24px;
    letter-spacing: -.02em
}

.bb-desc {
    font-size: 15px;
    color: #64748b;
    line-height: 1.6
}

.bb-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: minmax(280px, auto);
    gap: 24px
}

.size-wide {
    grid-column: span 2
}

.size-tall {
    grid-row: span 2
}

.size-normal {
    grid-column: span 1
}

.bb-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 32px;
    border: 1px solid rgba(226, 232, 240, .8);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all .4s cubic-bezier(.25, .46, .45, .94);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .01), 0 2px 4px -1px rgba(0, 0, 0, .01);
    overflow: hidden
}

.bb-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px -10px rgba(37, 99, 235, .15);
    border-color: rgba(37, 99, 235, .3)
}

.bb-icon-scene {
    width: 64px;
    height: 64px;
    position: relative;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center
}

.bb-icon-blur {
    position: absolute;
    inset: 0;
    border-radius: 16px;
    opacity: .15;
    transition: all .4s
}

.type-bank .bb-icon-blur {
    background: #03594a;
}

.type-bank .bb-icon-main {
    color: #03594a;
}

.type-tax .bb-icon-blur {
    background: #10b981;
}

.type-tax .bb-icon-main {
    color: #059669;
}

.type-card .bb-icon-blur {
    background: #f59e0b
}

.type-card .bb-icon-main {
    color: #d97706
}

.type-treaty .bb-icon-blur {
    background: #8b5cf6
}

.type-treaty .bb-icon-main {
    color: #7c3aed
}

.type-global .bb-icon-blur {
    background: #ec4899
}

.type-global .bb-icon-main {
    color: #db2777
}

.bb-icon-main {
    position: relative;
    z-index: 2;
    width: 32px;
    height: 32px;
    transition: transform .4s
}

.bb-svg {
    width: 100%;
    height: 100%
}

.bb-card:hover .bb-icon-main {
    transform: scale(1.1) rotate(-5deg)
}

.bb-card:hover .bb-icon-blur {
    opacity: .25;
    transform: scale(1.05)
}

.bb-card-content {
    flex: 1
}

.bb-card-title {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 12px
}

.bb-card-desc {
    font-size: 16px;
    color: #64748b;
    line-height: 1.6
}

.bb-arrow {
    position: absolute;
    bottom: 32px;
    right: 32px;
    font-size: 20px;
    color: #03594a;
    opacity: 0;
    transform: translateX(-10px);
    transition: all .3s
}

.bb-card:hover .bb-arrow {
    opacity: 1;
    transform: translateX(0)
}

@media (max-width:900px) {
    .bento-section {
        padding: 60px 20px
    }
    .bb-title {
        font-size: 28px
    }
    .bb-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: auto
    }
    .size-normal,
    .size-tall,
    .size-wide {
        grid-column: span 1;
        grid-row: span 1
    }
    .bb-card {
        min-height: auto;
        flex-direction: row;
        align-items: flex-start;
        gap: 20px;
        padding: 24px
    }
    .bb-icon-scene {
        margin-bottom: 0;
        width: 48px;
        height: 48px;
        flex-shrink: 0
    }
    .bb-icon-main {
        width: 24px;
        height: 24px
    }
    .bb-arrow {
        display: none
    }
}

.ib-root {
    display: block;
    padding: 100px 0 110px;
    background: #f9fbfd;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
    overflow: hidden;
    position: relative
}

.ib-root,
.ib-wrap {
    width: 100%;
    box-sizing: border-box
}

.ib-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px
}

.ib-hd {
    text-align: center;
    margin-bottom: 64px
}

.ib-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 18px
}

.ib-tag-line {
    display: block;
    width: 32px;
    height: 1px;
    background: #c7d2fe
}

.ib-tag-text {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    color: #03594a;
    text-transform: uppercase;
    line-height: 1
}

.ib-h2 {
    font-size: 34px;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1.15;
    margin: 0 auto 18px;
    letter-spacing: -.025em;
    max-width: 680px;
    text-align: center
}

.ib-h2-hl {
    color: #03594a;
}

.ib-sub {
    font-size: 15px;
    color: #64748b;
    line-height: 1.65;
    max-width: 600px;
    margin: 0 auto;
    text-align: center
}

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

.ib-card {
    position: relative;
    border-radius: 20px;
    padding: 2px;
    background: #f1f5f9;
    transition: transform .35s cubic-bezier(.4, 0, .2, 1), box-shadow .35s cubic-bezier(.4, 0, .2, 1)
}

.ib-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px -12px rgba(0, 0, 0, .1)
}

.ib-card--blue {
    --ib-accent: #03594a;
    --ib-soft: #eff6ff;
    --ib-glow: rgba(37, 99, 235, 0.24)
}

.ib-card--indigo {
    --ib-accent: #4f46e5;
    --ib-soft: #eef2ff;
    --ib-glow: rgba(79, 70, 229, 0.24)
}

.ib-card--violet {
    --ib-accent: #7c3aed;
    --ib-soft: #f5f3ff;
    --ib-glow: rgba(124, 58, 237, 0.24)
}

.ib-card--amber {
    --ib-accent: #d97706;
    --ib-soft: #fff7ed;
    --ib-glow: rgba(217, 119, 6, 0.24)
}

.ib-card--cyan {
    --ib-accent: #0891b2;
    --ib-soft: #ecfeff;
    --ib-glow: rgba(8, 145, 178, 0.24)
}

.ib-card--emerald {
    --ib-accent: #059669;
    --ib-soft: #ecfdf5;
    --ib-glow: rgba(5, 150, 105, 0.24)
}

.ib-card--blue:hover {
    background: linear-gradient(135deg,#03594a, #60a5fa)
    
}

.ib-card--indigo:hover {
   background: linear-gradient(135deg,#03594a, #60a5fa)
   
}

.ib-card--violet:hover {
    background: linear-gradient(135deg,#03594a, #60a5fa)
    /* background: linear-gradient(135deg, #8b5cf6, #a78bfa) */
}

.ib-card--amber:hover {
    background: linear-gradient(135deg,#03594a, #60a5fa)
    /* background: linear-gradient(135deg, #f59e0b, #fbbf24) */
}

.ib-card--cyan:hover {
    background: linear-gradient(135deg,#03594a, #60a5fa)
    /* background: linear-gradient(135deg, #06b6d4, #22d3ee) */
}

.ib-card--emerald:hover {
    background: linear-gradient(135deg,#03594a, #60a5fa)
    /* background: linear-gradient(135deg, #10b981, #34d399) */
}

.ib-card-inner {
    background: #ffffff;
    border-radius: 18px;
    padding: 36px 28px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
    min-height: 260px
}

.ib-ico {
    margin-bottom: 24px
}

.ib-ico-svg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--ib-soft);
    color: var(--ib-accent);
    transition: background .25s, color .25s
}

.ib-ico-svg svg {
    width: 22px;
    height: 22px;
    display: block
}

.ib-ct {
    font-weight: 600;
    color: #1a1a2e;
    margin: 0 0 10px;
    line-height: 1.3
}

.ib-cd,
.ib-ct {
    font-size: 16px;
    text-align: left
}

.ib-cd {
    color: #64748b;
    line-height: 1.65;
    margin: 0
}

.ib-arr {
    position: absolute;
    top: 28px;
    right: 28px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    opacity: 0;
    transform: translateX(-8px);
    transition: opacity .3s, transform .3s, background .3s, color .3s
}

.ib-arr svg {
    width: 16px;
    height: 16px;
    display: block
}

.ib-card:hover .ib-arr {
    opacity: 1;
    transform: translateX(0)
}

.ib-card--blue:hover .ib-arr {
    background: #dbeafe;
    color: #03594a;
}

.ib-card--indigo:hover .ib-arr {
    background: #e0e7ff;
    color: #4f46e5
}

.ib-card--violet:hover .ib-arr {
    background: #ede9fe;
    color: #7c3aed
}

.ib-card--cyan:hover .ib-arr {
    background: #cffafe;
    color: #0891b2
}

.ib-card--emerald:hover .ib-arr {
    background: #d1fae5;
    color: #059669
}

@media screen and (max-width:960px) {
    .ib-root {
        padding: 70px 0 80px
    }
    .ib-h2 {
        font-size: 34px
    }
    .ib-grid {
        grid-template-columns: 1fr 1fr
    }
    .ib-card-inner {
        min-height: auto;
        padding: 28px 22px
    }
}

@media screen and (max-width:600px) {
    .ib-root {
        padding: 50px 0 60px
    }
    .ib-h2 {
        font-size: 24px
    }
    .ib-sub {
        font-size: 15px
    }
    .ib-hd {
        margin-bottom: 44px
    }
    .ib-grid {
        grid-template-columns: 1fr;
        gap: 14px
    }
    .ib-card-inner {
        padding: 24px 20px;
        min-height: auto
    }
    .ib-ico {
        width: 64px;
        height: 64px;
        margin-bottom: 18px
    }
    .ib-ico-svg {
        width: 46px;
        height: 46px;
        border-radius: 14px
    }
    .ib-ico-svg svg {
        width: 24px;
        height: 24px
    }
    .ib-ct {
        font-size: 15px
    }
    .ib-arr {
        display: none
    }
}

.pr-root {
    background: #f9fbfd;
    padding: 80px 24px;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif
}

.pr-container {
    max-width: 1200px;
    margin: 0 auto;
}

.pr-header {
    text-align: center;
    margin-bottom: 52px
}

.pr-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #556987;
    background: #f4f6fa;
    padding: 6px 16px;
    border-radius: 50px;
    border: 1px solid #e2e8f0;
    margin-bottom: 20px
}

.pr-tag-icon {
    color:#03594a;
    flex-shrink: 0
}

.pr-heading {
    margin: 0 0 14px;
    line-height: 1.2
}

.pr-h-bold {
    font-weight: 700;
    color: #0b0f19
}

.pr-h-bold,
.pr-h-light {
    display: block;
    font-size: 34px;
    letter-spacing: -.025em
}

.pr-h-light {
    font-weight: 400;
    color: #94a3b8
}

.pr-desc {
    font-size: 17px;
    color: #64748b;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 460px
}

.pr-cards {
    display: grid;
    gap: 24px
}

.pr-cards-2 {
    grid-template-columns: 1fr 1fr 1fr
}

.pr-cards-3 {
    grid-template-columns: 1fr 1fr 1fr
}

.pr-card {
    position: relative;
    background: #ffffff;
    border: 1px solid #e8ecf2;
    border-radius: 20px;
    padding: 32px 28px 28px;
    display: flex;
    flex-direction: column;
    transition: transform .3s ease, box-shadow .3s ease
}

.pr-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, .08)
}

.pr-card-popular {
    background: #ffffff;
    border: 2px solid #03594a;
    box-shadow: 0 4px 20px rgba(0, 69, 255, .1)
}

.pr-card-popular:hover {
    box-shadow: 0 16px 48px rgba(0, 69, 255, .16)
}

.pr-popular-badge {
    position: absolute;
    top: 16px;
    right: 20px;
    background:linear-gradient(135deg,#03594a, #2563ab);
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 14px;
    border-radius: 50px;
    letter-spacing: .02em
}

.pr-card-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f6fa;
    border-radius: 12px;
    color: #556987;
    margin-bottom: 20px
}

.pr-icon-pop {
    background: #eef2ff;
    color: #03594a;
}

.pr-plan-name {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a2e;
    margin: 0 0 8px;
    line-height: 1.2
}

.pr-plan-desc {
    font-size: 13.5px;
    color: #64748b;
    line-height: 1.6;
    margin: 0 0 24px;
    min-height: 44px
}

.pr-price-row {
    display: flex;
    align-items: baseline;
    gap: 2px;
    margin-bottom: 24px
}

.pr-dollar {
    font-size: 20px;
    font-weight: 700;
    color: #0b0f19;
    align-self: flex-start;
    margin-top: 6px
}

.pr-price {
    font-size: 52px;
    font-weight: 800;
    color: #0b0f19;
    line-height: 1;
    letter-spacing: -.03em
}

.pr-price-label {
    font-size: 15px;
    color: #7b8ba5;
    font-weight: 500;
    margin-left: 6px
}

.pr-divider {
    width: 100%;
    height: 1px;
    background: #eef0f4;
    margin-bottom: 20px
}

.pr-features {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-grow: 1
}

.pr-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: #3d4f65;
    line-height: 1.5;
    font-weight: 500
}

.pr-check {
    color: #03594a;
    flex-shrink: 0;
    margin-top: 2px
}

.pr-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 14px 20px;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all .25s ease;
    cursor: pointer;
    margin-top: auto;
    background: #f4f6fa;
    color: #0b0f19;
    border: 1px solid #e2e8f0
}

.pr-btn:hover {
    background: #eef0f4;
    border-color: #d0d7e2;
    color: #0b0f19
}

.pr-btn-pop {
    box-shadow: 0 6px 18px rgba(0, 69, 255, .25)
}

.pr-btn-pop,
.pr-btn-pop:hover {
    background:linear-gradient(135deg,#03594a, #2563ab);
    color: #ffffff;
    border: none
}

.pr-btn svg {
    transition: transform .25s ease;
    flex-shrink: 0
}

.pr-btn:hover svg {
    transform: translateX(3px)
}
@media (max-width:968px) {
    .pr-root {
        padding: 60px 20px
    }
    .pr-h-bold,
    .pr-h-light {
        font-size: 28px
    }
    .pr-cards-2,
    .pr-cards-3 {
        display: flex;
        flex-direction: column;
        grid-template-columns: 1fr 1fr;
        max-width: 440px;
        margin: 0 auto
    }
}

@media (max-width:768px) {
    .pr-root {
        padding: 60px 20px
    }
    .pr-h-bold,
    .pr-h-light {
        font-size: 28px
    }
    .pr-cards-2,
    .pr-cards-3 {
        display: flex;
        flex-direction: column;
        grid-template-columns: 1fr 1fr;
        max-width: 440px;
        margin: 0 auto
    }
}

@media (max-width:480px) {
    .pr-root {
        padding: 48px 16px
    }
    .pr-h-bold,
    .pr-h-light {
        font-size: 24px
    }
    .pr-price {
        font-size: 44px
    }
    .pr-card {
        padding: 28px 24px 24px
    }
}

.tm-section {
    position: relative;
    width: 100%;
    padding: 100px 0 60px;
    background: #f9fbfd;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
    overflow: hidden
}

.tm-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative
}

.tm-header {
    text-align: center;
    margin-bottom: 64px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.tm-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #FFFFFF;
    border: 1px solid #e5e7eb;
    padding: 6px 16px;
    border-radius: 9999px;
    color: #4B5563;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .02);
    margin-bottom: 24px
}

.tm-badge-icon {
    width: 14px;
    height: 14px;
    color: #03594a;
}

.tm-title {
    font-size: 34px;
    line-height: 1.15;
    margin: 0 0 16px;
    letter-spacing: -.02em
}

.tm-title-primary {
    color: #1a1a2e;
    font-weight: 700;
    display: block
}

.tm-title-secondary {
    color: #9CA3AF;
    font-weight: 600
}

.tm-subtitle {
    font-size: 15px;
    color: #64748b;
    max-width: 600px;
    line-height: 1.6;
    margin: 0
}

.tm-masonry-wrapper {
    position: relative;
    padding-bottom: 40px
}

.tm-masonry {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px
}

.tm-card {
    position: relative;
    background: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .08);
    border: 1px solid #e5e7eb;
    transition: all .2s ease
}

.tm-card:hover {
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1), 0 2px 4px rgba(0, 0, 0, .06)
}

.tm-card-hidden {
    display: none
}

.tm-card-content {
    padding: 20px
}

.tm-header-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 16px
}

.tm-profile {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 0 1 auto;
    min-width: 0
}

.tm-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #F3F4F6;
    flex-shrink: 0
}

.tm-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.tm-avatar-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9CA3AF;
    font-weight: 700;
    font-size: 18px;
    background: linear-gradient(135deg, #dbeafe, #e0e7ff);
    color: #3b82f6
}

.tm-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 0 0 auto;
    min-width: 0
}

.tm-name-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    line-height: 1;
    width: fit-content;
    max-width: 100%
}

.tm-name {
    font-size: 15px;
    font-weight: 700;
    color: #0F172A;
    line-height: 1.2
}

.tm-verified-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.tm-verified-img {
    width: 20px;
    height: 20px;
    display: block;
    object-fit: contain
}

.tm-role {
    font-size: 13px;
    color: #64748B;
    line-height: 1.2
}

.tm-rating {
    display: flex;
    gap: 2px;
    flex-shrink: 0
}

.tm-star {
    width: 14px;
    height: 14px;
    color: #D1D5DB
}

.tm-star.filled {
    color: #F59E0B
}

.tm-text {
    font-size: 17px;
    color: #0F172A;
    line-height: 1.5;
    margin: 0;
    font-weight: 400
}

.tm-load-more-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 32px
}

.tm-load-more-btn {
    background: #FFFFFF;
    border: 1px solid #e5e7eb;
    color: #374151;
    padding: 10px 24px;
    border-radius: 9999px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all .2s ease
}

.tm-load-more-btn:hover {
    background: #F9FAFB;
    border-color: #D1D5DB
}

.tm-load-more-btn.hidden {
    display: none
}

@media (min-width:768px) {
    .tm-masonry {
        grid-template-columns: repeat(3, 1fr);
        gap: 32px
    }
}

@media (max-width:1024px) {
    .tm-title {
        font-size: 28px
    }
}

@media (max-width:640px) {
    .tm-section {
        padding: 60px 0 40px
    }
    .tm-masonry {
        gap: 16px
    }
    .tm-title {
        font-size: 24px
    }
    .tm-subtitle {
        font-size: 14px
    }
    .tm-card-content {
        padding: 16px
    }
}

.tv-root {
    background: #f9fbfd;
    padding: 80px 24px;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif
}

.tv-container {
    max-width: 1100px;
    margin: 0 auto
}

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

.tv-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 16px
}

.tv-tag-line {
    display: block;
    width: 32px;
    height: 1px;
    background: #c8d6ff
}

.tv-tag-text {
    font-size: 13px;
    font-weight: 600;
    color: #03594a;
    text-transform: uppercase;
    letter-spacing: .06em
}

.tv-heading {
    font-size: 34px;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1.2;
    margin: 0 0 16px;
    letter-spacing: -.02em
}

.tv-heading-hl {
    color: #03594a;
}

.tv-desc {
    font-size: 18px;
    color: #64748b;
    line-height: 1.7;
    max-width: 580px;
    margin: 0 auto
}

.tv-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px
}

.tv-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(0, 69, 255, .06);
    box-shadow: 0 2px 4px rgba(0, 69, 255, .03), 0 12px 40px rgba(0, 69, 255, .06);
    transition: transform .3s ease, box-shadow .3s ease
}

.tv-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 8px rgba(0, 69, 255, .06), 0 20px 56px rgba(0, 69, 255, .1)
}

.tv-card-image {
    position: relative;
    overflow: hidden;
    background: #f5f7f9
}

.tv-card-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: transform .4s ease
}

.tv-card:hover .tv-card-image img {
    transform: scale(1.02)
}

.tv-img-placeholder {
    width: 100%;
    aspect-ratio: 16/10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #94a3c4;
    font-size: 14px;
    background: linear-gradient(135deg, #f0f4ff, #e8f0fe)
}

.tv-card-body {
    padding: 28px 28px 32px
}

.tv-card-title {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a2e;
    margin: 0 0 10px;
    line-height: 1.3
}

.tv-card-desc {
    font-size: 16px;
    color: #64748b;
    line-height: 1.7;
    margin: 0
}

.tv-card-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    padding: 11px 22px;
    background:linear-gradient(135deg,#03594a, #2563ab);
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all .25s ease;
    box-shadow: 0 6px 18px rgba(0, 69, 255, .25)
}

.tv-card-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 69, 255, .35);
    color: #ffffff
}

.tv-card-btn svg {
    transition: transform .25s ease
}

.tv-card-btn:hover svg {
    transform: translateX(3px)
}

@media (max-width:768px) {
    .tv-root {
        padding: 60px 20px
    }
    .tv-heading {
        font-size: 28px
    }
    .tv-cards {
        grid-template-columns: 1fr;
        gap: 24px;
        max-width: 520px;
        margin: 0 auto
    }
    .tv-card-body {
        padding: 24px 24px 28px
    }
}

@media (max-width:480px) {
    .tv-root {
        padding: 48px 16px
    }
    .tv-header {
        margin-bottom: 40px
    }
    .tv-heading {
        font-size: 24px
    }
    .tv-card-body {
        padding: 20px 20px 24px
    }
    .tv-card-btn {
        padding: 10px 18px;
        font-size: 13px
    }
}

.premium-faq-section {
    padding: 100px 24px;
    background: #f9fbfd
}

.faq-inner {
    max-width: 1100px;
    margin: 0 auto
}

.faq-header {
    text-align: center;
    margin-bottom: 60px
}

.faq-kicker {
    display: block;
    color: #03594a;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 12px
}

.faq-main-title {
    font-size: clamp(32px, 5vw, 44px);
    font-weight: 800;
    color: #111827;
    letter-spacing: -.03em;
    margin: 0 auto 20px
}

.faq-main-title b {
    color: #03594a;
}

.faq-description {
    font-size: 18px;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6
}

.faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: start
}

.faq-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    transition: all .3s cubic-bezier(.4, 0, .2, 1)
}

.faq-card:hover {
    border-color: #03594a;
    box-shadow: 0 12px 24px -10px rgba(0, 69, 255, .1);
    transform: translateY(-2px);
}

.faq-button {
    width: 100%;
    padding: 24px 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    outline: none
}

.faq-q-text {
    font-size: 17px;
    font-weight: 600;
    color: #111827;
    padding-right: 16px;
    line-height: 1.4
}

.faq-icon-wrapper {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #03594a;
    color: #fff;
    transition: all .4s cubic-bezier(.4, 0, .2, 1)
}

.faq-answer-container {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .4s cubic-bezier(.4, 0, .2, 1)
}

.faq-answer-content {
    overflow: hidden
}

.faq-answer-text {
    padding: 0 28px 24px;
    color: #64748b;
    font-size: 15px;
    line-height: 1.7
}

.faq-card.is-active {
    border-color: #03594a;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .05)
}

.faq-card.is-active .faq-answer-container {
    grid-template-rows: 1fr
}

.faq-card.is-active .faq-icon-wrapper {
    transform: rotate(135deg);
    background: #03594a;
    color: white
}

@media (max-width:900px) {
    .faq-grid {
        grid-template-columns: 1fr
    }
}

.itin-footer {
    background: #0f172a;
    color: #94a3b8;
    padding: 64px 24px 40px;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif
}

.itin-footer-inner {
    max-width: 1140px;
    margin: 0 auto
}

.itin-footer-top {
    display: grid;
    grid-template-columns: 1.8fr 1fr 1fr 1.4fr;
    gap: 48px;
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    margin-bottom: 32px
}

.itin-footer-brand {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.itin-footer-logo {
    width: 110px;
    height: 40px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    margin-bottom: 30px
}

.itin-footer-logo-icon {
    width: 34px;
    height: 34px;
    background: rgba(255, 255, 255, .08);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    flex-shrink: 0
}

.itin-footer-logo-text {
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -.02em
}

.itin-footer-tagline {
    font-size: 13px;
    color: #cbd5e1;
    line-height: 1.65;
    margin: 0 0 14px
}

.itin-footer-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    width: fit-content;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 20px;
    padding: 5px 11px;
    font-size: 11px;
    color: #dbeafe;
    margin-bottom: 20px
}

.itin-footer-badge svg {
    flex-shrink: 0;
    color: #03594a;
}

.itin-footer-social-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.itin-footer-social-btn {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .07);
    color: #cbd5e1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background .2s, color .2s
}

.itin-footer-social-btn:hover {
    background: #03594a;
    color: #ffffff
}

.itin-footer-col h4 {
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: .09em;
    margin: 0 0 18px
}

.itin-footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0 0 22px;
    display: flex;
    flex-direction: column;
    gap: 11px
}

.itin-footer-col ul a {
    font-size: 13px;
    color: #cbd5e1;
    text-decoration: none;
    transition: color .2s
}

.itin-footer-col ul a:hover {
    color: #ffffff
}

.itin-footer-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #03594a;
    color: #ffffff;
    text-decoration: none;
    padding: 9px 16px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    transition: background .2s
}

.itin-footer-cta-btn:hover {
    transform: translateY(-2px);
    transition: background .2s
}

.itin-footer-contact-link {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #cbd5e1;
    text-decoration: none;
    transition: color .2s
}

.itin-footer-contact-link:hover {
    color: #ffffff
}

.itin-footer-contact-link svg {
    flex-shrink: 0;
    color: #94a3b8
}

.itin-footer-address {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 4px
}

.itin-footer-company-name {
    font-size: 13px;
    font-weight: 600;
    color: #cbd5e1;
    margin: 0
}

.itin-footer-address-item {
    display: flex;
    gap: 8px;
    font-size: 12px;
    line-height: 1.6;
    color: #cbd5e1
}

.itin-footer-address-label {
    flex-shrink: 0;
    font-size: 9px;
    font-weight: 700;
    color: #e2e8f0;
    background: #334155;
    border-radius: 3px;
    padding: 2px 5px;
    height: fit-content;
    letter-spacing: .04em;
    margin-top: 3px
}

.itin-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px
}

.itin-footer-copy {
    font-size: 12px;
    color: #94a3b8
}

.itin-footer-legal {
    display: flex;
    gap: 20px;
    align-items: center
}

.itin-footer-legal span {
    color: #475569
}

.itin-footer-legal a {
    font-size: 12px;
    color: #cbd5e1;
    text-decoration: none;
    transition: color .2s
}

.itin-footer-legal a:hover {
    color: #ffffff
}

@media (max-width:960px) {
    .itin-footer-top {
        grid-template-columns: 1fr 1fr;
        gap: 36px
    }
}

@media (max-width:640px) {
    .itin-footer-top {
        grid-template-columns: 1fr;
        gap: 32px
    }
    .itin-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px
    }
    .itin-footer-legal {
        flex-wrap: wrap;
        gap: 12px
    }
}

.gg-root {
    background: #f9fbfd;
    padding: 80px 0 100px;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif
}

.gg-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px
}

.gg-header {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 48px
}

.gg-title {
    font-size: 34px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 8px;
    letter-spacing: -.02em;
    line-height: 1.2
}

.gg-subtitle {
    font-size: 16px;
    color: #64748b;
    margin: 0;
    line-height: 1.5
}

.gg-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px
}

.gg-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 28px 24px;
    aspect-ratio: 3/4;
    text-decoration: none;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
    transition: transform .3s ease, filter .3s ease, box-shadow .3s ease;
    background: var(--gg-card-bg, #a375ff)
}

.gg-card:hover {
    transform: translateY(-6px);
    filter: brightness(1.08);
    box-shadow: 0 12px 24px rgba(0, 0, 0, .12)
}

.gg-card-bg-deco {
    position: absolute;
    inset: 0;
    pointer-events: none
}

.guide-card-bg {
    position: relative;
    overflow: hidden;
    background-color: transparent;
    --gg-line: rgba(255, 255, 255, 0.07);
    --gg-line-strong: rgba(255, 255, 255, 0.1)
}

.guide-card-pattern-0 {
    background-image: radial-gradient(circle at 90% 110%, transparent 25%, var(--gg-line) 26%, transparent 27%), radial-gradient(circle at 90% 110%, transparent 38%, var(--gg-line) 39%, transparent 40%), radial-gradient(circle at 90% 110%, transparent 50%, var(--gg-line) 51%, transparent 52%), radial-gradient(circle at 90% 110%, transparent 62%, var(--gg-line) 63%, transparent 64%);
    background-size: 150% 120%;
    background-position: 10% 20%
}

.guide-card-pattern-1 {
    background-image: linear-gradient(135deg, transparent 49%, var(--gg-line) 50%, transparent 51%), linear-gradient(225deg, transparent 49%, var(--gg-line) 50%, transparent 51%), linear-gradient(315deg, transparent 49%, var(--gg-line) 50%, transparent 51%), linear-gradient(45deg, transparent 49%, var(--gg-line) 50%, transparent 51%);
    background-size: 24px 24px, 24px 24px, 24px 24px, 24px 24px;
    background-position: 0 0, 0 0, 0 0, 0 0
}

.guide-card-pattern-2 {
    background-image: linear-gradient(90deg, transparent 49.5%, var(--gg-line) 50%, transparent 50.5%), linear-gradient(0deg, transparent 49.5%, var(--gg-line) 50%, transparent 50.5%), linear-gradient(45deg, transparent 49.5%, var(--gg-line) 50%, transparent 50.5%), linear-gradient(-45deg, transparent 49.5%, var(--gg-line) 50%, transparent 50.5%);
    background-size: 32px 32px, 32px 32px, 24px 24px, 24px 24px;
    background-position: 0 0
}

.guide-card-pattern-3 {
    background-image: radial-gradient(circle at 0 110%, transparent 50%, var(--gg-line) 51%, transparent 52%), radial-gradient(circle at 0 110%, transparent 65%, var(--gg-line) 66%, transparent 67%), radial-gradient(circle at 100% 90%, transparent 40%, var(--gg-line) 41%, transparent 42%), linear-gradient(0deg, transparent 0, var(--gg-line) 1%, transparent 2%), linear-gradient(90deg, transparent 0, var(--gg-line) 1%, transparent 2%);
    background-size: 100% 80%, 100% 80%, 80% 70%, 100% 40px, 50px 100%;
    background-position: 0 100%, 0 100%, 100% 100%, 0 0, 0 0
}

.guide-card-bg:before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, .1) 0, transparent 60%);
    opacity: 0;
    transition: opacity .3s ease;
    pointer-events: none
}

.gg-card:hover .guide-card-bg:before {
    opacity: 1
}

.gg-card-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1
}

.gg-card-label {
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, .7);
    text-transform: uppercase;
    letter-spacing: .06em
}

.gg-card-heading {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.35;
    margin: 0;
    text-align: left
}

.gg-card-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    margin-top: auto;
    padding: 10px 0;
    background: transparent;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    border: none;
    border-radius: 0;
    transition: opacity .3s ease, transform .3s ease
}

@media (hover:hover) {
    .gg-card-btn {
        opacity: 0;
        transform: translateY(8px)
    }
    .gg-card:hover .gg-card-btn {
        opacity: 1;
        transform: translateY(0)
    }
}

.gg-card-pill-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    align-self: flex-start;
    margin-top: auto;
    padding: 9px 18px;
    background: rgba(10, 10, 40, .55);
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, .18);
    backdrop-filter: blur(6px);
    transition: background .2s, transform .2s
}

.gg-card:hover .gg-card-pill-btn {
    background: rgba(10, 10, 40, .8);
    transform: translateY(-1px)
}

@media (min-width:640px) {
    .gg-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px
    }
    .gg-card {
        aspect-ratio: 3/4;
        padding: 30px 26px
    }
}

@media (min-width:960px) {
    .gg-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 24px
    }
    .gg-card {
        aspect-ratio: 3/4;
        padding: 32px 28px
    }
    .gg-card-heading {
        font-size: 17px
    }
}

@media (max-width:639px) {
    .gg-grid {
        gap: 16px
    }
    .gg-card {
        aspect-ratio: 3/4
    }
}

.hc-root {
    background: #f1f4f9;
    padding: 72px 24px 80px;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif
}

.hc-inner {
    max-width: 1140px;
    margin: 0 auto
}

.hc-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
    gap: 20px
}

.hc-title {
    font-size: 32px;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
    letter-spacing: -.02em
}

.hc-header-btn {
    display: inline-flex;
    align-items: center;
    padding: 10px 22px;
    background: #03594a;
    color: #ffffff;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background .2s, transform .2s
}

.hc-header-btn:hover {
    background: #0045ff;
    transform: translateY(-1px)
}

.hc-quick-links {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border-top: 1px solid #dde3ed;
    border-bottom: 1px solid #dde3ed;
    margin-bottom: 32px
}

.hc-quick-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 8px;
    font-size: 13px;
    font-weight: 600;
    color: #334155;
    text-decoration: none;
    border-right: 1px solid #dde3ed;
    transition: color .2s, background .2s
}

.hc-quick-link:last-child {
    border-right: none
}

.hc-quick-link:hover {
    color: #03594a;
    background: rgba(47, 99, 255, .04)
}

.hc-cards {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 20px
}

.hc-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e8edf5;
    padding: 36px 40px
}

.hc-card-sales {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px
}

.hc-card-body {
    flex: 1
}

.hc-card-eligibility {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.hc-card-emoji {
    margin-right: 4px
}

.hc-card-title {
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 10px;
    line-height: 1.3
}

.hc-card-eligibility .hc-card-title {
    font-size: 18px;
    margin-bottom: 0
}

.hc-card-desc {
    font-size: 14px;
    color: #64748b;
    line-height: 1.65;
    margin: 0
}

.hc-sales-btn {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 14px 28px;
    background: #03594a;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: background .2s, transform .2s;
    white-space: nowrap
}

.hc-sales-btn:hover {
    background: #03594a;
    transform: translateY(-1px)
}

.hc-learn-more {
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
    text-decoration: none;
    margin-top: 4px;
    transition: color .2s
}

.hc-learn-more:hover {
    color: #03594a;
}

@media (max-width:960px) {
    .hc-quick-links {
        grid-template-columns: repeat(2, 1fr)
    }
    .hc-quick-link:nth-child(2) {
        border-right: none
    }
    .hc-cards {
        grid-template-columns: 1fr
    }
    .hc-card-sales {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px
    }
}

@media (max-width:640px) {
    .hc-quick-links {
        grid-template-columns: 1fr
    }
    .hc-quick-link {
        border-right: none;
        border-bottom: 1px solid #dde3ed
    }
    .hc-quick-link:last-child {
        border-bottom: none
    }
    .hc-card {
        padding: 24px
    }
}

.bl-root {
    background: #f8fafc;
    padding: 80px 24px 96px;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif
}

.bl-wrap {
    max-width: 1120px;
    margin: 0 auto
}

.bl-hd {
    text-align: center;
    margin-bottom: 56px
}

.bl-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px
}

.bl-tag-line {
    display: block;
    width: 28px;
    height: 1px;
    background: #94a3b8
}

.bl-tag-text {
    font-size: 11px;
    font-weight: 700;
    color: #64748b;
    letter-spacing: .12em
}

.bl-h1 {
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -.03em;
    line-height: 1.15;
    margin: 0 0 16px
}

.bl-sub {
    font-size: 17px;
    color: #64748b;
    line-height: 1.7;
    max-width: 560px;
    margin: 0 auto
}

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

@media (min-width:640px) {
    .bl-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 28px
    }
}

@media (min-width:960px) {
    .bl-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 28px
    }
}

.bl-card {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e8ecf0;
    overflow: hidden;
    text-decoration: none;
    transition: box-shadow .22s, transform .22s, border-color .22s
}

.bl-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(15, 23, 42, .1);
    border-color: #d1d9e6
}

.bl-card-img-wrap {
    aspect-ratio: 16/9;
    overflow: hidden
}

.bl-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease
}

.bl-card:hover .bl-card-img {
    transform: scale(1.04)
}

.bl-card-img-placeholder {
    aspect-ratio: 16/9;
    background: linear-gradient(135deg, #e2e8f0, #cbd5e1)
}

.bl-card-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1
}

.bl-card-cats {
    display: flex;
    flex-wrap: wrap;
    gap: 6px
}

.bl-cat-pill {
    display: inline-block;
    padding: 3px 10px;
    background: rgba(59, 130, 246, .08);
    color: #03594a;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .04em
}

.bl-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.35;
    margin: 0
}

.bl-card-excerpt {
    font-size: 14px;
    color: #64748b;
    line-height: 1.65;
    margin: 0;
    flex: 1
}

.bl-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid #f1f5f9
}

.bl-card-date {
    font-size: 12px;
    color: #94a3b8
}

.bl-card-read {
    font-size: 13px;
    font-weight: 600;
    color: #03594a;
}

.bl-empty {
    text-align: center;
    padding: 80px 24px;
    color: #94a3b8;
    font-size: 16px
}

.bp-main {
    background: #ffffff;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif
}

.bp-breadcrumb-bar {
    border-bottom: 1px solid #e6ebf1;
    padding: 14px 24px
}

.bp-breadcrumb-inner {
    max-width: 760px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 8px
}

.bp-breadcrumb-link {
    font-size: 13px;
    font-weight: 500;
    color: #697386;
    text-decoration: none;
    transition: color .15s
}

.bp-breadcrumb-link:hover {
    color: #0a2540
}

.bp-breadcrumb-sep {
    font-size: 13px;
    color: #a3acb9
}

.bp-breadcrumb-current {
    font-size: 13px;
    color: #0a2540;
    font-weight: 500
}

.bp-article {
    padding: 56px 24px 100px
}

.bp-article-outer {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 64px;
    align-items: start
}

.bp-article-inner {
    max-width: 720px
}

.bp-toc-col {
    display: none
}

.bp-toc-sticky {
    position: sticky;
    top: 96px
}

@media (min-width:1024px) {
    .bp-toc-col {
        display: block
    }
}

.toc-root {
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif
}

.toc-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #a3acb9;
    margin: 0 0 14px
}

.toc-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.toc-item {
    margin-bottom: 2px
}

.toc-item--h3 {
    padding-left: 12px
}

.toc-link {
    display: block;
    padding: 5px 0 5px 12px;
    font-size: 13px;
    color: #697386;
    text-decoration: none;
    line-height: 1.5;
    border-left: 2px solid transparent;
    transition: color .15s, border-color .15s
}

.toc-link:hover {
    color: #0a2540
}

.toc-link--active {
    color: #0a2540;
    font-weight: 600;
    border-left-color: #625afa
}

.bp-header {
    margin-bottom: 40px
}

.bp-title {
    font-size: clamp(28px, 4.5vw, 46px);
    font-weight: 700;
    color: #0a2540;
    letter-spacing: -.03em;
    line-height: 1.18;
    margin: 0 0 20px
}

.bp-meta-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px
}

.bp-date {
    font-size: 14px;
    color: #697386;
    font-weight: 400
}

.bp-cats {
    display: flex;
    flex-wrap: wrap;
    gap: 6px
}

.bp-cat-tag {
    display: inline-block;
    padding: 3px 10px;
    background: #f0f4ff;
    color: #4f6ef7;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .02em
}

.bp-cover {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 44px;
    box-shadow: 0 4px 24px rgba(10, 37, 64, .1)
}

.bp-cover-img {
    width: 100%;
    height: auto;
    display: block
}

.bp-lead {
    font-size: 19px;
    color: #3c4257;
    line-height: 1.72;
    margin-bottom: 44px;
    font-weight: 400
}

.bp-body {
    font-size: 17px;
    color: #3c4257;
    line-height: 1.78
}

.bp-pt-p {
    margin: 0 0 24px
}

.bp-pt-h2 {
    font-size: 26px;
    font-weight: 700;
    color: #0a2540;
    letter-spacing: -.025em;
    line-height: 1.25;
    margin: 56px 0 18px
}

.bp-pt-h3 {
    font-size: 21px;
    letter-spacing: -.02em;
    line-height: 1.3;
    margin: 44px 0 14px
}

.bp-pt-h3,
.bp-pt-h4 {
    font-weight: 600;
    color: #0a2540
}

.bp-pt-h4 {
    font-size: 17px;
    margin: 36px 0 10px
}

.bp-pt-h1 {
    font-size: 32px;
    font-weight: 700;
    color: #0a2540;
    letter-spacing: -.03em;
    line-height: 1.2;
    margin: 56px 0 18px
}

.bp-pt-quote {
    border-left: 3px solid #625afa;
    padding: 4px 0 4px 24px;
    margin: 36px 0;
    color: #4a5568;
    font-size: 18px;
    line-height: 1.7;
    font-style: italic
}

.bp-pt-ol,
.bp-pt-ul {
    margin: 0 0 24px;
    padding-left: 0;
    list-style: none
}

.bp-pt-ol {
    counter-reset: bp-ol
}

.bp-pt-ul .bp-pt-li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px
}

.bp-pt-ul .bp-pt-li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    background: #625afa;
    border-radius: 50%
}

.bp-pt-ol .bp-pt-li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 12px;
    counter-increment: bp-ol
}

.bp-pt-ol .bp-pt-li:before {
    content: counter(bp-ol);
    position: absolute;
    left: 0;
    top: 1px;
    width: 22px;
    height: 22px;
    background: #625afa;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center
}

.bp-pt-code {
    font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
    background: #f0f4ff;
    color: #3c4257;
    padding: 2px 7px;
    border-radius: 4px;
    font-size: .875em;
    border: 1px solid #e0e6f0
}

.bp-pt-link {
    color: #625afa;
    text-decoration: underline;
    text-decoration-color: rgba(98, 90, 250, .35);
    transition: color .15s, text-decoration-color .15s
}

.bp-pt-link:hover {
    color: #4338ca;
    text-decoration-color: rgba(67, 56, 202, .6)
}

.bp-pt-figure {
    margin: 40px 0
}

.bp-pt-img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
    box-shadow: 0 2px 16px rgba(10, 37, 64, .08)
}

.bp-pt-caption {
    font-size: 13px;
    color: #8792a2;
    text-align: center;
    margin-top: 10px;
    line-height: 1.5
}

.bp-body hr {
    border: none;
    margin: 48px 0
}

.bp-body hr,
.bp-footer-nav {
    border-top: 1px solid #e6ebf1
}

.bp-footer-nav {
    margin-top: 72px;
    padding-top: 36px
}

.bp-back-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 500;
    color: #697386;
    text-decoration: none;
    transition: color .15s
}

.bp-back-btn:hover {
    color: #0a2540
}

@media (max-width:640px) {
    .bl-root {
        padding: 56px 16px 72px
    }
    .bl-card-body {
        padding: 20px
    }
    .bp-article {
        padding: 36px 16px 72px
    }
    .bp-article-outer {
        grid-template-columns: 1fr;
        gap: 0
    }
    .bp-lead {
        font-size: 17px
    }
    .bp-body {
        font-size: 16px
    }
    .bp-pt-h2 {
        font-size: 22px;
        margin-top: 44px
    }
    .bp-pt-h3 {
        font-size: 18px
    }
}