.infra-statement-section {
    background: #000000;
    padding: 7rem 0 7rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.infra-brand-block {
    text-align: center;
    margin-bottom: 6rem;
}

.infra-brand-title {
    font-size: clamp(3rem, 8vw, 6rem);
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: #ffffff;
    margin: 0 0 1.5rem 0;
}

.infra-brand-gradient {
    background: linear-gradient(180deg, #9333ea 0%, #c026d3 50%, #e11d48 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.infra-smile-wrap {
    display: flex;
    justify-content: center;
}

.infra-smile-svg {
    width: clamp(80px, 12vw, 160px);
    height: auto;
    overflow: visible;
}

.infra-smile-path {
    stroke-dasharray: 200;
    stroke-dashoffset: 200;
}

.infra-smile-path.infra-drawn {
    animation: infraDrawSmile 1.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes infraDrawSmile {
    to {
        stroke-dashoffset: 0;
    }
}

.infra-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
    align-items: start;
}

.infra-headline {
    font-family: 'Inter', sans-serif;
    font-size: clamp(2rem, 3.5vw, 3rem);
    font-weight: 300;
    color: #ffffff;
    letter-spacing: -0.03em;
    line-height: 1.1;
    margin: 0 0 2rem 0;
}

.infra-subline {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.8;
    margin: 0 0 2.5rem 0;
    max-width: 420px;
}

.infra-cta-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.45);
    text-decoration: none;
    transition: color 0.2s ease;
}

.infra-cta-link:hover {
    color: rgba(255, 255, 255, 0.85);
}

.infra-cta-link svg {
    transition: transform 0.2s ease;
}

.infra-cta-link:hover svg {
    transform: translateX(3px);
}

.infra-detail-col {
    display: flex;
    flex-direction: column;
    padding-top: 0.25rem;
}

.infra-detail-item {
    padding: 1.75rem 0;
}

.infra-detail-label {
    font-family: 'Inter', sans-serif;
    font-size: 0.78rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 0.6rem;
}

.infra-detail-text {
    font-family: 'Inter', sans-serif;
    font-size: 0.88rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.32);
    line-height: 1.75;
}

.infra-detail-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.06);
}

@media (max-width: 1024px) {
    .infra-body {
        grid-template-columns: 1fr;
        gap: 3.5rem;
    }

    .infra-subline {
        max-width: 100%;
    }
}

@media (max-width: 640px) {
    .infra-statement-section {
        padding: 4.5rem 0 4.5rem;
    }

    .infra-brand-block {
        margin-bottom: 4rem;
    }
}

.ext-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
    align-items: start;
    padding: 7rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.ext-eyebrow {
    font-family: 'Inter', sans-serif;
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 1.5rem;
}

.ext-title {
    font-family: 'Inter', sans-serif;
    font-size: clamp(2rem, 3.5vw, 3rem);
    font-weight: 300;
    color: #ffffff;
    letter-spacing: -0.03em;
    line-height: 1.1;
    margin: 0 0 1.75rem 0;
}
.ext-desc {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.38);
    line-height: 1.8;
    margin: 0 0 2.5rem 0;
    max-width: 400px;
}

.ext-actions {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin-bottom: 1.5rem;
}

.ext-btn-primary {
    font-family: 'Inter', sans-serif;
    font-size: 0.82rem;
    font-weight: 500;
    color: #000000;
    background: #ffffff;
    text-decoration: none;
    padding: 0.6rem 1.25rem;
    border-radius: 4px;
    transition: opacity 0.2s ease;
    letter-spacing: 0.01em;
}

.ext-btn-primary:hover {
    opacity: 0.88;
}

.ext-btn-ghost {
    font-family: 'Inter', sans-serif;
    font-size: 0.82rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.45);
    text-decoration: none;
    transition: color 0.2s ease;
}

.ext-btn-ghost:hover {
    color: rgba(255, 255, 255, 0.85);
}

.ext-sdk-row {
    display: flex;
    gap: 1.5rem;
}

.ext-sdk-link {
    font-family: 'Inter', sans-serif;
    font-size: 0.78rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.3);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    transition: color 0.2s ease;
}

.ext-sdk-link:hover {
    color: rgba(255, 255, 255, 0.65);
}

.ext-right {
    display: flex;
    flex-direction: column;
    padding-top: 0.25rem;
}

.ext-detail-item {
    padding: 1.75rem 0;
}

.ext-detail-label {
    font-family: 'Inter', sans-serif;
    font-size: 0.78rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 0.6rem;
}

.ext-detail-text {
    font-family: 'Inter', sans-serif;
    font-size: 0.88rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.32);
    line-height: 1.75;
}

.ext-detail-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.06);
}

.bbre-feat-list {
    display: flex;
    flex-direction: column;
    max-width: 700px;
    margin: 0 auto;
}

.bbre-feat-item {
    padding: 2rem 0;
}

.bbre-feat-label {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 0.65rem;
}

.bbre-feat-text {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.9rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.35);
    line-height: 1.75;
}

.bbre-feat-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.07);
}

@media (max-width: 1024px) {
    .ext-layout {
        grid-template-columns: 1fr;
        gap: 3.5rem;
    }

    .ext-desc {
        max-width: 100%;
    }
}

@media (max-width: 640px) {
    .ext-layout {
        padding: 4.5rem 0;
    }
}

.ext-brand-block {
    margin-bottom: 2rem;
}

.ext-brand-title {
    font-size: clamp(3rem, 8vw, 6rem);
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: #ffffff;
    margin: 0 0 1.25rem 0;
}

.ext-brand-gradient {
    background: linear-gradient(180deg, #9333ea 0%, #c026d3 50%, #e11d48 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.ext-arrow-wrap {
    display: block;
    margin-bottom: 1rem;
}

.ext-arrow-svg {
    width: clamp(100px, 16vw, 200px);
    height: auto;
    overflow: visible;
}

.ext-arrow-path {
    stroke-dasharray: 320;
    stroke-dashoffset: 320;
}

.ext-arrow-path.ext-drawn {
    animation: extDrawArrow 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes extDrawArrow {
    to { stroke-dashoffset: 0; }
}

.ext-brand-sub {
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    font-weight: 300;
    color: rgba(255, 255, 255, 0.45);
    letter-spacing: -0.02em;
    margin: 0;
}

.bbre-feat-brand-block {
    text-align: center;
    margin-bottom: 5rem;
}

.bbre-feat-brand-title {
    font-size: clamp(3rem, 8vw, 6rem);
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: #ffffff;
    margin: 0 0 1.5rem 0;
}

.bbre-feat-brand-gradient {
    background: linear-gradient(180deg, #9333ea 0%, #c026d3 50%, #e11d48 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.bbre-feat-line-wrap {
    display: flex;
    justify-content: center;
}

.bbre-feat-line-svg {
    width: clamp(160px, 25vw, 300px);
    height: auto;
    overflow: visible;
}

.bbre-feat-line-path {
    stroke-dasharray: 400;
    stroke-dashoffset: 400;
}

.bbre-feat-line-path.bbre-feat-drawn {
    animation: bbreFeatDraw 1.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes bbreFeatDraw {
    to { stroke-dashoffset: 0; }
}

.home-blog-showcase {
    position: relative;
    background: #050505;
    padding: 7rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.home-blog-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.25rem;
    margin-bottom: 2.6rem;
    flex-wrap: wrap;
}

.home-blog-label {
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.42);
    display: block;
    width: 100%;
}

.home-blog-title {
    font-size: clamp(2rem, 4.6vw, 3.4rem);
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: -0.03em;
    color: #ffffff;
    margin: 0;
}

.home-blog-all-link {
    font-size: 0.88rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: color 0.2s ease, transform 0.2s ease;
}

.home-blog-all-link:hover {
    color: rgba(255, 255, 255, 0.92);
    transform: translateX(3px);
}

.home-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.4rem;
}

.home-blog-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 14px;
    overflow: hidden;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.home-blog-card:hover {
    transform: translateY(-5px);
    border-color: rgba(168, 85, 247, 0.45);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.35);
}

.home-blog-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}

.home-blog-card-media {
    height: 210px;
    background: linear-gradient(135deg, rgba(147, 51, 234, 0.35), rgba(192, 38, 211, 0.2));
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.home-blog-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.home-blog-card:hover .home-blog-card-media img {
    transform: scale(1.04);
}

.home-blog-card-fallback {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.home-blog-fallback-kicker {
    font-size: 0.66rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0.5rem;
}

.home-blog-fallback-title {
    font-size: 0.9rem;
    line-height: 1.45;
    letter-spacing: 0.01em;
    color: #ffffff;
    max-width: 95%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    animation: blogFallbackTitleFloat 4.8s ease-in-out infinite;
}

.home-blog-fallback-line {
    width: 42%;
    height: 1px;
    margin-top: 0.65rem;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
    animation: blogFallbackLine 2.4s ease-in-out infinite;
}

.home-blog-card-fallback::before,
.home-blog-card-fallback::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.home-blog-card-fallback.fallback-1 {
    background:
        radial-gradient(circle at 15% 20%, rgba(236, 72, 153, 0.28), transparent 45%),
        radial-gradient(circle at 88% 80%, rgba(147, 51, 234, 0.35), transparent 52%),
        linear-gradient(145deg, rgba(43, 14, 79, 0.95), rgba(20, 8, 40, 0.95));
}

.home-blog-card-fallback.fallback-1::before {
    background: linear-gradient(105deg, transparent 35%, rgba(255, 255, 255, 0.22) 50%, transparent 65%);
    transform: translateX(-120%);
    animation: blogFallbackSweep 3.6s ease-in-out infinite;
}

.home-blog-card-fallback.fallback-2 {
    background:
        linear-gradient(160deg, rgba(17, 24, 39, 0.94), rgba(39, 12, 70, 0.95));
}

.home-blog-card-fallback.fallback-2::before {
    background: repeating-linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.08) 0px,
        rgba(255, 255, 255, 0.08) 1px,
        transparent 1px,
        transparent 8px
    );
    opacity: 0.38;
}

.home-blog-card-fallback.fallback-2::after {
    height: 38%;
    top: -38%;
    background: linear-gradient(180deg, rgba(168, 85, 247, 0), rgba(168, 85, 247, 0.24), rgba(168, 85, 247, 0));
    animation: blogFallbackScan 4.2s linear infinite;
}

.home-blog-card-fallback.fallback-3 {
    background:
        linear-gradient(160deg, rgba(12, 9, 32, 0.96), rgba(40, 14, 66, 0.94));
}

.home-blog-card-fallback.fallback-3::before {
    background:
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 17px,
            rgba(255, 255, 255, 0.07) 17px,
            rgba(255, 255, 255, 0.07) 18px
        ),
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 17px,
            rgba(255, 255, 255, 0.07) 17px,
            rgba(255, 255, 255, 0.07) 18px
        );
    opacity: 0.45;
}

.home-blog-card-fallback.fallback-3::after {
    background: radial-gradient(circle at 70% 25%, rgba(192, 132, 252, 0.42), transparent 48%);
    animation: blogFallbackPulse 3.8s ease-in-out infinite;
}

@keyframes blogFallbackSweep {
    0% { transform: translateX(-120%); }
    55% { transform: translateX(120%); }
    100% { transform: translateX(120%); }
}

@keyframes blogFallbackScan {
    0% { transform: translateY(0); }
    100% { transform: translateY(360%); }
}

@keyframes blogFallbackPulse {
    0%, 100% { opacity: 0.35; transform: scale(0.92); }
    50% { opacity: 0.7; transform: scale(1.06); }
}

@keyframes blogFallbackTitleFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-2px); }
}

@keyframes blogFallbackLine {
    0%, 100% { width: 38%; opacity: 0.55; }
    50% { width: 58%; opacity: 0.95; }
}

.home-blog-card-body {
    padding: 1.2rem 1.2rem 1.3rem;
}

.home-blog-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.7rem;
    font-size: 0.73rem;
    color: rgba(255, 255, 255, 0.45);
}

.home-blog-card-meta span {
    display: inline-flex;
    align-items: center;
    gap: 0.36rem;
}

.home-blog-card-title {
    margin: 0.95rem 0 0.72rem;
    font-size: 1.08rem;
    font-weight: 500;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.95);
}

.home-blog-card-excerpt {
    margin: 0;
    font-size: 0.87rem;
    line-height: 1.72;
    color: rgba(255, 255, 255, 0.5);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-blog-card-foot {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    font-size: 0.74rem;
    color: rgba(255, 255, 255, 0.44);
}

.home-blog-author {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.home-blog-read {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: rgba(255, 255, 255, 0.65);
}

@media (max-width: 1024px) {
    .home-blog-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 640px) {
    .home-blog-showcase {
        padding: 4.5rem 0;
    }

    .home-blog-grid {
        grid-template-columns: 1fr;
    }

    .home-blog-card-media {
        height: 190px;
    }
}
