/* --- Unblocker Product Page --- */
/* ============================================================
   Unblocker Product Page Styles
   ============================================================ */

.unblocker-page {
    width: 100%;
    background: #ffffff;
}

.unblocker-chip,
.unblocker-section-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.unblocker-chip span,
.unblocker-section-chip span {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #413bb4;
    padding: 8px 24px;
    border-radius: 100px;
}

.unblocker-chip span {
    background: #ffffff;
    border: 2px solid #413bb4;
}

.unblocker-section-chip-muted span {
    background: #edecf0;
}

.unblocker-mission-section,
.unblocker-features-section,
.unblocker-banner-section {
    width: 100%;
}

.unblocker-mission-container,
.unblocker-features-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.unblocker-banner-container {
    max-width: 934px;
    margin: 0 auto;
    padding: 0 24px;
}

.unblocker-mission-section {
    background: rgba(244, 249, 255, 0.6);
    overflow: hidden;
    padding: 86px 0 92px;
}

.unblocker-mission-container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 410px);
    gap: 48px;
    align-items: center;
}

.unblocker-mission-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.unblocker-mission-copy {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.unblocker-mission-title,
.unblocker-section-title {
    font-family: 'Poppins', sans-serif;
    color: #1f233d;
    margin: 0;
}

.unblocker-mission-title {
    font-size: 68px;
    line-height: 1.2;
    max-width: 640px;
}

.unblocker-mission-title .text-light,
.unblocker-section-title .text-light {
    font-weight: 300;
}

.unblocker-mission-title .text-bold,
.unblocker-section-title .text-bold {
    font-weight: 600;
    color: #1b1f1d;
}

.unblocker-mission-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: 38px;
    font-weight: 300;
    line-height: 1.2;
    color: #1b1f1d;
    margin: 0;
}

.unblocker-mission-description,
.unblocker-section-description {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #1b1f1d;
    margin: 0;
}

.unblocker-mission-description {
    max-width: 560px;
}

.unblocker-mission-ctas {
    display: flex;
    gap: 12px;
    width: 100%;
    max-width: 554px;
}

.unblocker-btn,
.unblocker-callout-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #262626;
    border-radius: 8px;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.unblocker-btn:hover,
.unblocker-callout-btn:hover {
    opacity: 0.85;
    text-decoration: none;
}

.unblocker-btn {
    flex: 1 1 0;
    min-height: 62px;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    color: #262626;
}

.unblocker-btn-primary {
    background: #ffd950;
}

.unblocker-btn-secondary {
    background: #ffffff;
}

.unblocker-mission-highlights {
    position: relative;
    min-height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.unblocker-highlight-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
}

.unblocker-highlight-item {
    position: relative;
    padding: 14px 20px 14px 52px;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.35;
    color: #1b1f1d;
    background: #edecf0;
    border: 1px solid #e4e6ef;
    border-radius: 100px;
}

.unblocker-highlight-item:nth-child(2),
.unblocker-highlight-item:nth-child(5) {
    align-self: flex-end;
}

.unblocker-highlight-item:nth-child(3) {
    align-self: center;
}

.unblocker-highlight-item::before {
    content: '';
    position: absolute;
    left: 18px;
    top: 50%;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    transform: translateY(-50%);
    background: #d6f5e5;
    box-shadow: inset 0 0 0 1px rgba(1, 170, 78, 0.18);
}

.unblocker-highlight-item::after {
    content: '\2713';
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-54%);
    font-size: 12px;
    font-weight: 700;
    color: #01aa4e;
}

.unblocker-floating-mark {
    position: absolute;
    pointer-events: none;
}

.unblocker-floating-mark-cross {
    width: 16px;
    height: 16px;
    left: 0;
    top: 90px;
}

.unblocker-floating-mark-cross::before,
.unblocker-floating-mark-cross::after {
    content: '';
    position: absolute;
    inset: 0;
    width: 16px;
    height: 2px;
    background: #1b1f1d;
    top: 7px;
}

.unblocker-floating-mark-cross::before {
    transform: rotate(45deg);
}

.unblocker-floating-mark-cross::after {
    transform: rotate(-45deg);
}

.unblocker-floating-mark-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #1b1f1d;
    right: 24px;
    top: 0;
}

.unblocker-floating-mark-dot-bottom {
    top: auto;
    right: 80px;
    bottom: 60px;
}

.unblocker-floating-mark-ring {
    width: 11px;
    height: 11px;
    border: 2px solid #1b1f1d;
    border-radius: 50%;
    left: 0;
    bottom: 20px;
}

.unblocker-floating-mark-star {
    width: 26px;
    height: 26px;
    right: 20px;
    left: auto;
    bottom: -8px;
}

.unblocker-floating-mark-star::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #1b1f1d;
    clip-path: polygon(50% 0%, 61% 36%, 100% 50%, 61% 64%, 50% 100%, 39% 64%, 0% 50%, 39% 36%);
    transform: rotate(-15deg);
}

/* --- Unblocker Snippet Section --- */
.unblocker-snippet-section {
    width: 100%;
    padding: 48px 24px;
}

.unblocker-snippet-container {
    max-width: 900px;
    margin: 0 auto;
}

.unblocker-snippet-card {
    background: #686aff;
    border-radius: 24px;
    padding: 62px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.unblocker-snippet-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.unblocker-snippet-chip span {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    color: #413bb4;
    background: #edecf0;
    padding: 6px 16px;
    border-radius: 100px;
}

.unblocker-snippet-title {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    color: #ffffff;
    margin: 0;
    text-align: center;
    max-width: 560px;
}

.unblocker-snippet-description {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #ffffff;
    margin: 0;
    text-align: center;
    max-width: 560px;
}

/* Shell/terminal-style code block */
.unblocker-snippet-shell {
    background: #ffffff;
    border-radius: 8px;
    width: 100%;
    max-width: 540px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.unblocker-snippet-shell-header {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    background: #f5f5f5;
    border-bottom: 1px solid #e5e5e5;
}

.unblocker-snippet-shell-dots {
    display: flex;
    align-items: center;
    gap: 6px;
}

.unblocker-snippet-shell-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.unblocker-snippet-shell-dot-red {
    background: #ff5f57;
}

.unblocker-snippet-shell-dot-yellow {
    background: #febc2e;
}

.unblocker-snippet-shell-dot-green {
    background: #28c840;
}

.unblocker-snippet-shell-body {
    position: relative;
    background: #ffffff;
    padding: 14px 36px 28px 18px;
}

.unblocker-snippet-shell-body pre {
    margin: 0;
    overflow-x: auto;
}

.unblocker-snippet-shell-body code {
    font-family: 'SF Mono', 'Monaco', 'Consolas', 'Menlo', monospace;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #262626;
}

.unblocker-snippet-shell-copy {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 6px;
    color: #888;
    cursor: pointer;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.unblocker-snippet-shell-copy:hover {
    color: #262626;
    background: #f0f0f0;
}

.unblocker-snippet-shell-copy:focus {
    outline: 2px solid #686aff;
    outline-offset: 2px;
}

.unblocker-snippet-shell-copy.copied {
    color: #23a67a;
}

.unblocker-code-comment {
    color: #888;
}

.unblocker-code-keyword {
    color: #f9a307;
}

.unblocker-code-operator {
    color: #f274ba;
}

.unblocker-code-string {
    color: black;
}

.unblocker-code-brace {
    color: #0a71eb;
}

.unblocker-code-flag {
    color: #f274ba;
}

.unblocker-snippet-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffd950;
    border: 2px solid #262626;
    border-radius: 8px;
    padding: 10px 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #262626;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.unblocker-snippet-btn:hover {
    opacity: 0.85;
    text-decoration: none;
    color: #262626;
}

.unblocker-features-section,
.unblocker-banner-section {
    padding: 54px 0;
}

.unblocker-section-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    text-align: center;
}

.unblocker-section-title {
    font-size: 48px;
    line-height: 1.2;
    max-width: 820px;
}

.unblocker-section-description {
    max-width: 680px;
}

.unblocker-benefits-heading,
.unblocker-banner-grid-heading {
    margin-top: 40px;
    text-align: center;
}

.unblocker-benefits-heading h3,
.unblocker-banner-grid-heading h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
    color: #1b1f1d;
    margin: 0;
}

.unblocker-benefits-grid {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.unblocker-benefit-card,
.unblocker-feature-card {
    background: #ffffff;
    border: 2px solid #e7e7e7;
    border-radius: 32px;
    padding: 24px 32px 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
}

.unblocker-benefit-card h4,
.unblocker-feature-card h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: #1b1f1d;
    margin: 0;
}

.unblocker-benefit-card p,
.unblocker-feature-card p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #1b1f1d;
    margin: 0;
}

.unblocker-benefit-icon,
.unblocker-feature-illustration {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.unblocker-benefit-icon {
    width: 50px;
    height: 50px;
}

.unblocker-benefit-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.unblocker-callout-panel {
    position: relative;
    margin-top: 32px;
    border-radius: 32px;
    padding: 56px 32px 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    text-align: center;
    overflow: hidden;
}

.unblocker-callout-copy {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 800px;
    position: relative;
    z-index: 1;
}

.unblocker-callout-copy h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 56px;
    color: #1b1f1d;
    margin: 0;
}

.unblocker-callout-copy p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #1b1f1d;
    margin: 0;
}

.unblocker-callout-actions {
    display: flex;
    gap: 13px;
    position: relative;
    z-index: 1;
}

.unblocker-callout-btn {
    padding: 12px 24px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.unblocker-callout-btn-dark {
    background: #1b1f1d;
    color: #ffffff;
}

.unblocker-callout-btn-light {
    background: #ffffff;
    color: #1b1f1d;
}

.unblocker-callout-shape {
    position: absolute;
    pointer-events: none;
}

.unblocker-callout-shape-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #1b1f1d;
    left: 17%;
    top: 28px;
}

.unblocker-callout-shape-cross {
    width: 26px;
    height: 26px;
    left: 24%;
    bottom: 34px;
}

.unblocker-callout-shape-cross::before,
.unblocker-callout-shape-cross::after {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 26px;
    height: 4px;
    background: #1b1f1d;
    border-radius: 4px;
}

.unblocker-callout-shape-cross::before {
    transform: rotate(55deg);
}

.unblocker-callout-shape-cross::after {
    transform: rotate(-55deg);
}

.unblocker-callout-shape-star {
    width: 34px;
    height: 34px;
    right: 24%;
    bottom: 44px;
}

.unblocker-callout-shape-star::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #1b1f1d;
    clip-path: polygon(50% 0%, 61% 36%, 100% 50%, 61% 64%, 50% 100%, 39% 64%, 0% 50%, 39% 36%);
    transform: rotate(-15deg);
}

.unblocker-banner-section {
    padding-top: 28px;
    padding-bottom: 72px;
}

.unblocker-banner-heading .unblocker-section-description {
    max-width: 720px;
}

.unblocker-feature-grid {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 16px;
}

.unblocker-feature-card {
    min-height: 282px;
    justify-content: flex-start;
}

.unblocker-feature-illustration {
    width: 174px;
    height: 174px;
    border-radius: 28px;
    background: transparent;
}

.unblocker-feature-illustration img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 1200px) {
    .unblocker-mission-title {
        font-size: 58px;
    }

    .unblocker-mission-subtitle {
        font-size: 32px;
    }
}

@media (max-width: 991px) {
    .unblocker-mission-container {
        grid-template-columns: 1fr;
    }

    .unblocker-mission-highlights {
        min-height: 0;
    }

    .unblocker-benefits-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .unblocker-snippet-section {
        padding: 36px 24px;
    }

    .unblocker-snippet-card {
        padding: 24px 20px;
    }

    .unblocker-snippet-title {
        font-size: 28px;
        line-height: 1.2;
    }

    .unblocker-snippet-shell-body {
        padding: 12px 32px 24px 16px;
    }

    .unblocker-snippet-shell-body code {
        font-size: 13px;
        line-height: 20px;
    }

    .unblocker-mission-section {
        padding: 60px 0 72px;
    }

    .unblocker-mission-title,
    .unblocker-section-title {
        font-size: 42px;
    }

    .unblocker-mission-subtitle {
        font-size: 28px;
    }

    .unblocker-mission-description,
    .unblocker-section-description {
        font-size: 16px;
    }

    .unblocker-mission-ctas,
    .unblocker-callout-actions {
        flex-direction: column;
        width: 100%;
    }

    .unblocker-callout-panel {
        box-sizing: border-box;
        max-width: 100%;
        padding: 32px 24px 28px;
    }

    .unblocker-callout-copy {
        max-width: 100%;
        min-width: 0;
    }

    .unblocker-callout-actions {
        min-width: 0;
        max-width: 100%;
    }

    .unblocker-btn,
    .unblocker-callout-btn {
        width: 100%;
    }

    .unblocker-callout-btn {
        max-width: 100%;
        box-sizing: border-box;
    }

    .unblocker-highlight-item {
        font-size: 16px;
        padding: 12px 16px 12px 46px;
    }

    .unblocker-highlight-item::after {
        left: 22px;
    }

    .unblocker-feature-grid {
        grid-template-columns: 1fr;
    }

    .unblocker-callout-copy h3 {
        font-size: 36px;
        line-height: 1.2;
    }

    .unblocker-callout-shape {
        display: none;
    }
}

@media (max-width: 480px) {
    .unblocker-snippet-section {
        padding: 28px 20px;
    }

    .unblocker-snippet-card {
        padding: 20px 16px;
    }

    .unblocker-snippet-title {
        font-size: 24px;
        line-height: 1.25;
    }

    .unblocker-snippet-description br {
        display: none;
    }

    .unblocker-snippet-shell-body {
        padding: 10px 28px 20px 14px;
    }

    .unblocker-snippet-shell-body code {
        font-size: 12px;
        line-height: 18px;
    }

    .unblocker-snippet-shell-copy {
        bottom: 8px;
        right: 8px;
        width: 24px;
        height: 24px;
    }

    .unblocker-mission-container,
    .unblocker-features-container,
    .unblocker-banner-container {
        padding: 0 20px;
    }

    .unblocker-mission-title,
    .unblocker-section-title {
        font-size: 34px;
        line-height: 1.18;
    }

    .unblocker-mission-subtitle {
        font-size: 24px;
    }

    .unblocker-benefit-card,
    .unblocker-feature-card {
        padding: 24px 20px 28px;
        border-radius: 24px;
    }

    .unblocker-benefit-card h4,
    .unblocker-feature-card h4 {
        font-size: 22px;
        line-height: 1.3;
    }

    .unblocker-benefits-heading h3,
    .unblocker-banner-grid-heading h3 {
        font-size: 24px;
        line-height: 1.35;
    }

    .unblocker-feature-illustration {
        width: 148px;
        height: 148px;
    }

    .unblocker-floating-mark {
        display: none;
    }

    /* Unblocker callout: tighter padding on small screens so buttons fit */
    .unblocker-callout-panel {
        padding: 24px 16px;
    }
}

/* --- Stream Product Page --- */
/* ============================================================
   Stream Product Page Styles
   ============================================================ */

/* Hero Section */
.stream-hero-section {
    background: rgba(244, 249, 255, 0.6);
    padding: 86px 0 92px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.stream-hero-container {
    max-width: 1152px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    min-height: 473px;
}

.stream-hero-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    max-width: 773px;
}

.stream-hero-copy {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

/* Stream chip/badge */
.stream-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 24px;
    border: 2px solid #413BB4;
    border-radius: 100px;
    background: #ffffff;
}

.stream-chip span {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #413BB4;
    white-space: nowrap;
}

/* Heading */
.stream-hero-heading {
    font-family: 'Poppins', sans-serif;
    font-size: 68px;
    font-weight: 300;
    line-height: 1.2;
    color: #1B1F1D;
    margin: 0;
    max-width: 639px;
}

/* Description */
.stream-hero-description {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.44;
    color: #1B1F1D;
    max-width: 554px;
    margin: 0;
}

/* CTA Buttons */
.stream-hero-ctas {
    display: flex;
    gap: 12px;
    max-width: 554px;
    width: 100%;
}

.stream-btn {
    flex: 1;
    min-height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #262626;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #262626;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.2s ease;
    white-space: nowrap;
}

.stream-btn:hover {
    opacity: 0.85;
    color: #262626;
    text-decoration: none;
}

.stream-btn-primary {
    background: #FFD950;
}

.stream-btn-secondary {
    background: #ffffff;
}

/* Hero visual (flow diagram + decorative elements) - positioned per Figma */
.stream-hero-visual {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.stream-decor-dot {
    position: absolute;
    left: 1091px;
    top: 74px;
    width: 15px;
    height: 16px;
}

.stream-flow-diagram {
    position: absolute;
    left: 710px;
    top: 130px;
}

.stream-flow-diagram img {
    display: block;
    width: 443px;
    height: 196px;
}

.stream-decor-star {
    position: absolute;
    left: 927px;
    top: 442px;
    width: 30px;
    height: 31px;
}

/* ============================================================
   Responsive
   ============================================================ */

@media (max-width: 1024px) {
    .stream-hero-container {
        min-height: auto;
    }

    .stream-hero-content {
        max-width: 100%;
    }

    .stream-hero-visual {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 280px;
        margin-top: 48px;
    }

    .stream-decor-dot,
    .stream-decor-star {
        display: none;
    }

    .stream-flow-diagram {
        position: relative;
        left: auto;
        top: auto;
    }

    .stream-flow-diagram img {
        width: 100%;
        max-width: 320px;
        height: auto;
    }

    .stream-hero-heading {
        font-size: 56px;
    }
}

@media (max-width: 768px) {
    .stream-hero-section {
        padding: 60px 0 80px;
    }

    .stream-hero-visual {
        min-height: 220px;
    }

    .stream-hero-heading {
        font-size: 42px;
    }

    .stream-hero-description {
        font-size: 16px;
        max-width: 100%;
    }

    .stream-hero-ctas {
        flex-direction: column;
        width: 100%;
        max-width: 100%;
    }

    .stream-btn {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .stream-hero-heading {
        font-size: 36px;
    }

    .stream-hero-visual {
        min-height: 180px;
        margin-top: 32px;
    }

    .stream-flow-diagram img {
        max-width: 280px;
    }
}

/* Stream Benefits Section (Frame 1000003880) */
.stream-benefits-section {
    width: 100%;
    background: #ffffff;
}

.stream-benefits-content {
    max-width: 1440px;
    margin: 0 auto;
    padding: 40px 24px 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.stream-benefits-solutions-label {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
    color: #1b1f1d;
    margin: 0;
    text-align: center;
}

.stream-benefits-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    width: 100%;
    max-width: 934px;
}

.stream-benefits-card {
    background: #ffffff;
    border: 2px solid #e7e7e7;
    border-radius: 32px;
    padding: 24px 48px 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
}

.stream-benefits-card-icon {
    width: 100%;
    max-width: 275px;
    height: 174px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stream-benefits-card-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.stream-benefits-card-title {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: #1b1f1d;
    margin: 0;
}

.stream-benefits-card-desc {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #1b1f1d;
    margin: 0;
}

@media (max-width: 991px) {
    .stream-benefits-cards {
        grid-template-columns: 1fr;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .stream-benefits-content {
        padding: 32px 24px 60px;
    }

    .stream-benefits-solutions-label {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .stream-benefits-content {
        padding: 24px 16px 48px;
    }

    .stream-benefits-card {
        padding: 20px 24px 28px;
    }

    .stream-benefits-card-icon {
        height: 120px;
    }
}

/* Stream Features Section - aligned with unblocker-features-section structure */
.stream-features-section {
    width: 100%;
    background: #ffffff;
    padding: 54px 0;
}

.stream-features-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.stream-section-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    text-align: center;
}

.stream-section-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.stream-section-chip span {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #413bb4;
    padding: 8px 24px;
    border-radius: 100px;
}

.stream-section-chip-muted span {
    background: #edecf0;
}

.stream-section-title {
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    line-height: 1.2;
    color: #1f233d;
    margin: 0;
    max-width: 820px;
}

.stream-section-title .text-light {
    font-weight: 300;
}

.stream-section-title .text-bold {
    font-weight: 600;
    color: #1b1f1d;
}

.stream-section-description {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #1b1f1d;
    margin: 0;
    max-width: 680px;
}

.stream-benefits-heading {
    margin-top: 40px;
    text-align: center;
}

.stream-benefits-heading h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
    color: #1b1f1d;
    margin: 0;
}

.stream-benefits-grid {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.stream-benefit-card {
    background: #ffffff;
    border: 2px solid #e7e7e7;
    border-radius: 32px;
    padding: 24px 32px 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
}

.stream-benefit-card h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: #1b1f1d;
    margin: 0;
}

.stream-benefit-card p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #1b1f1d;
    margin: 0;
}

.stream-benefit-icon {
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.stream-benefit-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Stream Get Started Banner variant */
.stream-features-section .get-started-banner-section {
    margin-top: 32px;
}

/* Product banner (unblocker-callout-panel) in stream features - match unblocker layout */
.stream-features-section .unblocker-callout-panel {
    margin-top: 32px;
}

.get-started-banner--stream .get-started-banner-default {
    max-width: 1144px;
    width: 100%;
    background: #7cd9b4;
    border-radius: 32px;
    padding: 48px 117px;
    gap: 32px;
    height: auto;
    min-height: auto;
}

.get-started-banner--stream .get-started-banner-content {
    max-width: 911px;
    gap: 16px;
}

.get-started-banner--stream .content-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 32px;
}

.get-started-banner--stream .get-started-text-container {
    flex: 1 1 auto;
    min-width: 280px;
    align-items: center;
}

.get-started-banner--stream .get-started-banner-title {
    font-size: 48px;
    font-weight: 600;
    line-height: 56px;
    color: #1b1f1d;
    height: auto;
}

.get-started-banner--stream .get-started-banner-subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #1b1f1d;
    height: auto;
}

.stream-banner-ctas {
    display: flex;
    gap: 13px;
    flex-shrink: 0;
}

.stream-banner-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    transition: opacity 0.2s ease;
    border: 2px solid #1b1f1d;
}

.stream-banner-btn:hover {
    opacity: 0.85;
    text-decoration: none;
}

.stream-banner-btn--dark {
    background: #1b1f1d;
    color: #ffffff;
}

.stream-banner-btn--light {
    background: #ffffff;
    color: #1b1f1d;
}

.stream-banner-decor-dot,
.stream-banner-decor-star {
    position: absolute;
    pointer-events: none;
}

.stream-banner-decor-dot--left {
    width: 12px;
    height: 12px;
    background: #1b1f1d;
    border-radius: 50%;
    left: 23%;
    top: 40px;
}

.stream-banner-decor-dot--right {
    width: 12px;
    height: 12px;
    background: #1b1f1d;
    border-radius: 50%;
    right: 22%;
    top: 48px;
}

.stream-banner-decor-star--left {
    width: 30px;
    height: 30px;
    left: 19%;
    bottom: 32%;
    transform: rotate(-30deg);
}

.stream-banner-decor-star--right {
    width: 30px;
    height: 30px;
    right: 27%;
    bottom: 36%;
    transform: rotate(-15deg);
}

@media (max-width: 991px) {
    .stream-section-title {
        font-size: 40px;
    }

    .stream-benefits-grid {
        grid-template-columns: 1fr;
    }

    .get-started-banner--stream .get-started-banner-default {
        padding: 40px 48px;
    }

    .get-started-banner--stream .get-started-banner-title {
        font-size: 36px;
        line-height: 1.2;
    }

    .stream-banner-decor-dot,
    .stream-banner-decor-star {
        display: none;
    }
}

@media (max-width: 768px) {
    .stream-features-section {
        padding: 40px 0;
    }

    .stream-section-title {
        font-size: 36px;
    }

    .stream-benefits-heading h3 {
        font-size: 24px;
    }

    .get-started-banner--stream .get-started-banner-default {
        padding: 32px 24px;
        box-sizing: border-box;
        max-width: 100%;
    }

    .get-started-banner--stream .get-started-banner-content {
        max-width: 100%;
        min-width: 0;
    }

    .get-started-banner--stream .content-wrapper {
        flex-direction: column;
        min-width: 0;
        width: 100%;
    }

    .get-started-banner--stream .get-started-text-container {
        min-width: 0;
    }

    .get-started-banner--stream .get-started-banner-title {
        font-size: 30px;
    }

    .stream-banner-ctas {
        flex-direction: column;
        width: 100%;
        min-width: 0;
        max-width: 100%;
    }

    .stream-banner-btn {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
}

@media (max-width: 480px) {
    .stream-section-title {
        font-size: 28px;
    }

    .stream-benefit-card {
        padding: 20px 24px 28px;
    }

    /* Stream banner: tighter padding on small screens so buttons fit */
    .get-started-banner--stream .get-started-banner-default {
        padding: 24px 16px;
    }

}

/* --- Parser Product Page --- */
/* ============================================================
   Parser Product Page Styles
   ============================================================ */

.parser-page {
    width: 100%;
    background: #ffffff;
}

.parser-chip,
.parser-section-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.parser-chip span,
.parser-section-chip span {
    padding: 8px 24px;
    border-radius: 100px;
    background: #edecf0;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #413bb4;
}

.parser-chip span {
    background: #ffffff;
    border: 2px solid #413bb4;
}

.parser-section-chip-muted span {
    background: #edecf0;
}

.parser-hero-section,
.parser-features-section,
.parser-solutions-section {
    width: 100%;
}

.parser-hero-container,
.parser-features-container,
.parser-solutions-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.parser-hero-section {
    background: rgba(244, 249, 255, 0.6);
    padding: 86px 0 92px;
    overflow: hidden;
}

.parser-hero-container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
    gap: 40px;
    align-items: center;
}

.parser-hero-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.parser-hero-copy {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.parser-hero-heading,
.parser-section-title,
.parser-structuring-title {
    margin: 0;
    color: #1b1f1d;
    font-family: 'Poppins', sans-serif;
}

.parser-hero-heading {
    max-width: 640px;
    font-size: 68px;
    line-height: 1.16;
}

.parser-hero-heading .text-light,
.parser-section-title .text-light {
    font-weight: 300;
}

.parser-hero-heading .text-bold,
.parser-section-title .text-bold {
    font-weight: 600;
}

.parser-hero-description,
.parser-section-description,
.parser-structuring-description {
    margin: 0;
    color: #1b1f1d;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

.parser-hero-description {
    max-width: 554px;
}

.parser-hero-ctas {
    display: flex;
    gap: 12px;
    width: 100%;
    max-width: 554px;
}

.parser-btn {
    flex: 1 1 0;
    min-height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #262626;
    border-radius: 8px;
    color: #262626;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.parser-btn:hover {
    opacity: 0.85;
    color: #262626;
    text-decoration: none;
}

.parser-btn-primary {
    background: #ffd950;
}

.parser-btn-secondary {
    background: #ffffff;
}

.parser-hero-visual {
    width: 100%;
    max-width: 430px;
    justify-self: end;
}

.parser-hero-visual img {
    display: block;
    width: 100%;
    height: auto;
}

.parser-structuring-section {
    padding: 56px 0;
    background: #ffffff;
}

.parser-structuring-container {
    width: 85%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 56px 24px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    background: #413bb4;
    border-radius: 32px;
    overflow: hidden;
}

.parser-structuring-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
    max-width: 791px;
    text-align: center;
}

.parser-structuring-copy .parser-section-chip span {
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
}

.parser-structuring-title {
    max-width: 791px;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.17;
    color: #ffffff;
}

.parser-structuring-description {
    color: #ffffff;
    max-width: 791px;
    font-size: 16px;
    line-height: 1.5;
}

.parser-structuring-visual {
    width: 100%;
    max-width: 680px;
}

.parser-structuring-visual img {
    display: block;
    width: 100%;
    height: auto;
}

.parser-features-section {
    padding: 56px 0;
}

.parser-section-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    text-align: center;
}

.parser-section-title {
    max-width: 820px;
    font-size: 48px;
    line-height: 1.2;
}

.parser-section-description {
    max-width: 760px;
}

.parser-benefits-heading,
.parser-solutions-heading {
    margin-top: 40px;
    text-align: center;
}

.parser-benefits-heading h3,
.parser-solutions-heading h3 {
    margin: 0;
    color: #1b1f1d;
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
}

.parser-benefits-grid {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 24px 16px;
}

.parser-benefit-card,
.parser-solution-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 24px 32px 36px;
    background: #ffffff;
    border: 2px solid #e7e7e7;
    border-radius: 32px;
    text-align: center;
}

.parser-benefit-card-featured {
    max-width: 370.67px;
    margin: 0;
}

.parser-benefit-icon,
.parser-solution-icon {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.parser-benefit-icon {
    width: 100%;
    max-width: 299px;
    min-height: 52px;
}

.parser-solution-icon {
    max-width: 184px;
    min-height: 128px;
}

.parser-benefit-icon img,
.parser-solution-icon img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.parser-benefit-card {
    flex: 0 1 370.67px;
    max-width: 370.67px;
    padding: 24px 36px 36px;
}

.parser-benefit-icon img {
    width: auto;
    max-width: 100%;
    max-height: 52px;
}

.parser-solution-icon img {
    width: auto;
    max-width: 100%;
    max-height: 128px;
    margin: 0 auto;
}

.parser-benefit-card h4,
.parser-solution-card h4 {
    margin: 0;
    color: #1b1f1d;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.32;
}

.parser-benefit-card p,
.parser-solution-card p {
    margin: 0;
    color: #1b1f1d;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.parser-features-section .unblocker-callout-panel {
    margin-top: 40px;
    background: #f7b2d9;
}

.parser-features-section .unblocker-callout-copy {
    max-width: 500px;
}

.parser-features-section .unblocker-callout-copy h3,
.parser-features-section .unblocker-callout-copy p {
    color: #1b1f1d;
}

.parser-solutions-section {
    padding: 32px 0 72px;
}

.parser-solutions-description {
    max-width: 820px;
}

.parser-solutions-grid {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    max-width: 910px;
    margin-left: auto;
    margin-right: auto;
}

.parser-solution-card {
    min-height: 292px;
    justify-content: flex-start;
    padding: 26px 28px 24px;
    border: 1px solid #e6e6e6;
    border-radius: 24px;
}

@media (max-width: 1024px) {
    .parser-hero-container {
        grid-template-columns: 1fr;
    }

    .parser-hero-heading {
        font-size: 56px;
    }

    .parser-hero-visual {
        max-width: 420px;
        margin: 0 auto;
        justify-self: center;
    }

    .parser-structuring-title,
    .parser-structuring-description {
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .parser-solutions-grid {
        grid-template-columns: 1fr;
    }

    .parser-benefit-card-featured {
        max-width: none;
    }
}

@media (max-width: 768px) {
    .parser-hero-section {
        padding: 60px 0 80px;
    }

    .parser-structuring-section,
    .parser-features-section,
    .parser-solutions-section {
        padding-top: 40px;
    }

    .parser-hero-heading {
        font-size: 42px;
    }

    .parser-section-title,
    .parser-structuring-title {
        font-size: 36px;
    }

    .parser-hero-description,
    .parser-section-description,
    .parser-structuring-description {
        font-size: 16px;
    }

    .parser-hero-ctas,
    .parser-features-section .unblocker-callout-actions {
        flex-direction: column;
        max-width: 100%;
    }

    .parser-btn,
    .parser-features-section .unblocker-callout-btn {
        width: 100%;
    }

    .parser-benefits-heading h3,
    .parser-solutions-heading h3 {
        font-size: 24px;
    }

    .parser-benefit-card,
    .parser-solution-card {
        padding: 24px;
        border-radius: 24px;
    }

    .parser-benefit-card {
        flex-basis: min(100%, 370.67px);
    }

    .parser-benefits-grid {
        flex-wrap: wrap;
    }

    .parser-structuring-container {
        padding-top: 40px;
    }
}

@media (max-width: 480px) {
    .parser-hero-container,
    .parser-features-container,
    .parser-solutions-container,
    .parser-structuring-container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .parser-hero-heading {
        font-size: 36px;
    }

    .parser-section-title,
    .parser-structuring-title {
        font-size: 30px;
    }

    .parser-hero-visual {
        max-width: 280px;
    }

    .parser-benefit-card h4,
    .parser-solution-card h4 {
        font-size: 22px;
    }
}
