html {
        background: #081117;
    }

    .whatsapp-contact {
        position: fixed;
        right: 20px;
        bottom: 20px;
        z-index: 20;
        display: inline-flex;
        align-items: center;
        padding: 12px 15px;
        border-radius: 999px;
        background: #25d366;
        color: #062313;
        text-decoration: none;
        font: 700 13px/1 Arial, sans-serif;
        box-shadow: 0 12px 30px rgba(0, 0, 0, .28);
    }

    .whatsapp-contact:hover {
        filter: brightness(1.07);
    }

    .whatsapp-contact-icon {
        display: none;
    }

    @media (max-width: 640px) {
        .whatsapp-contact {
            right: 14px;
            bottom: 14px;
            width: 52px;
            height: 52px;
            padding: 0;
            justify-content: center;
        }

        .whatsapp-contact-icon {
            display: block;
        }

        .whatsapp-contact-text {
            display: none;
        }
    }

    #ica-flow-preview [data-page][hidden] {
        display: none !important;
    }

    #ica-flow-preview main button[data-view], #ica-flow-preview main a[href * ="chat.whatsapp.com"], #ica-flow-preview main a[href * ="stan.store"] {
        border: 1px solid rgba(237, 91, 45, .65) !important;
        border-radius: 999px !important;
        background: rgba(237, 91, 45, .1) !important;
        color: #fff !important;
        padding: 10px 14px !important;
        font-weight: bold !important;
        text-decoration: none !important;
        box-shadow: none !important;
    }

    #ica-flow-preview main button[data-view]:hover, #ica-flow-preview main a[href * ="chat.whatsapp.com"]:hover, #ica-flow-preview main a[href * ="stan.store"]:hover {
        background: rgba(237, 91, 45, .2) !important;
    }

    #ica-flow-preview article a[href * ="stan.store"] {
        display: inline-block !important;
        border: 1px solid currentColor !important;
        border-radius: 6px !important;
        background: transparent !important;
        color: #ed5b2d !important;
        padding: 8px 10px !important;
        font-size: 13px !important;
        font-weight: 700 !important;
        box-shadow: none !important;
    }

    #ica-flow-preview article[data-tier="community"] a[href * ="stan.store"] {
        color: #8fd9ad !important;
    }

    #ica-flow-preview article[data-tier="blueprint"] a[href * ="stan.store"] {
        color: #ed5b2d !important;
    }

    #ica-flow-preview [data-page="hub"] > p:last-child {
        color: #fff !important;
    }

    #ica-flow-preview .member-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 14px;
    }

    #ica-flow-preview .member-card {
        border: 1px solid rgba(255, 255, 255, .15);
        border-radius: 14px;
        padding: 18px;
        background: rgba(255, 255, 255, .035);
    }

    #ica-flow-preview .member-head {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 14px;
    }

    #ica-flow-preview .member-head img {
        width: 42px;
        height: 42px;
        object-fit: cover;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, .25);
    }

    #ica-flow-preview .member-head strong {
        min-width: 0;
        overflow-wrap: anywhere;
    }

    #ica-flow-preview .member-card blockquote {
        margin: 0;
        color: #e8edf0;
        line-height: 1.55;
        font-size: 14px;
    }

    #ica-flow-preview .people-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    #ica-flow-preview .person-card {
        min-height: 172px;
        border: 1px solid rgba(255, 255, 255, .15);
        border-radius: 14px;
        padding: 18px;
        background: rgba(255, 255, 255, .035);
    }

    #ica-flow-preview .person-top {
        display: flex;
        align-items: center;
        gap: 13px;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(255, 255, 255, .13);
    }

    #ica-flow-preview .person-card img {
        width: 68px;
        height: 68px;
        object-fit: cover;
        border-radius: 12px;
        background: #162632;
    }

    #ica-flow-preview .person-card h3 {
        margin: 0;
        color: #ed5b2d;
        font-size: 18px;
        line-height: 1.15;
    }

    #ica-flow-preview .person-card p {
        margin: 15px 0 0;
        color: #d3dce1;
        line-height: 1.55;
        font-size: 14px;
        max-width: 37ch;
    }

    @media (max-width: 1000px) {
        #ica-flow-preview .member-grid {
            grid-template-columns: 1fr;
        }
    }

    @media (max-width: 700px) {
        #ica-flow-preview {
            grid-template-columns: minmax(0, 1fr) !important;
        }

        #ica-flow-preview > aside, #ica-flow-preview > main {
            min-width: 0;
            width: 100%;
            box-sizing: border-box;
        }

        #ica-flow-preview aside {
            border-right: 0 !important;
            border-bottom: 1px solid rgba(255, 255, 255, .12);
        }

        #ica-flow-preview [data-page="home"] {
            grid-template-columns: 1fr !important;
            gap: 24px !important;
        }

        #ica-flow-preview [data-page="home"] img {
            max-width: 100% !important;
            height: auto !important;
        }

        #ica-flow-preview [data-page="hub"] > p:last-child {
            white-space: normal !important;
        }

        #ica-flow-preview .people-grid {
            grid-template-columns: 1fr;
        }
    }/* Embedded preview portraits */

    #ica-flow-preview .project-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    #ica-flow-preview .project-card {
        overflow: hidden;
        border: 1px solid rgba(255, 255, 255, .15);
        border-radius: 14px;
        background: rgba(255, 255, 255, .035);
    }

    #ica-flow-preview .project-card img {
        display: block;
        width: 100%;
        aspect-ratio: 4/3;
        object-fit: contain;
        object-position: center;
        background: #071017;
    }

    #ica-flow-preview .project-card video {
        display: block;
        width: 100%;
        aspect-ratio: 4/3;
        object-fit: contain;
        object-position: center;
        background: #071017;
    }

    #ica-flow-preview .project-video-preview {
        display: grid;
        place-items: center;
        width: 100%;
        aspect-ratio: 4/3;
        background: linear-gradient(145deg, #172a36, #0b1218);
    }

    #ica-flow-preview .project-video-preview span {
        display: grid;
        place-items: center;
        width: 48px;
        height: 48px;
        padding-left: 3px;
        border-radius: 50%;
        background: #ed5b2d;
        color: #fff;
    }

    #ica-flow-preview .project-copy {
        padding: 13px 15px 15px;
    }

    #ica-flow-preview .project-copy p {
        margin: 0 0 5px;
        color: #ed5b2d;
        text-transform: uppercase;
        font-size: 10px;
        letter-spacing: 1px;
        font-weight: bold;
    }

    #ica-flow-preview .project-copy h3 {
        margin: 0;
        font-size: 16px;
        line-height: 1.2;
    }

    @media (max-width: 700px) {
        #ica-flow-preview .project-grid {
            grid-template-columns: 1fr;
        }
    }

    /* ICA Pro card alignment */

    #ica-flow-preview .ica-pricing-grid {
        align-items: stretch;
    }

    #ica-flow-preview .ica-pricing-card {
        display: flex;
        flex-direction: column;
    }

    #ica-flow-preview .ica-pricing-card > a[href * ="stan.store"] {
        margin-top: auto !important;
        align-self: flex-start;
    }/* Tool Lab navigation */

    #ica-flow-preview .ica-tool-menu {
        margin: 2px 0 0 12px;
        border-left: 1px solid rgba(255, 255, 255, .14);
        padding-left: 12px;
        color: #c5ced4;
    }

    #ica-flow-preview .ica-tool-menu summary {
        cursor: pointer;
        padding: 7px 0;
        color: #b9c5cb;
        font-size: 12px;
        list-style: none;
    }

    #ica-flow-preview .ica-tool-menu summary::-webkit-details-marker {
        display: none;
    }

    #ica-flow-preview .ica-tool-menu summary::before {
        content: '＋';
        display: inline-block;
        width: 16px;
        color: #ed5b2d;
        font-weight: 700;
    }

    #ica-flow-preview .ica-tool-menu[open] summary::before {
        content: '−';
    }

    #ica-flow-preview .ica-tool-menu-list {
        display: grid;
        gap: 7px;
        margin: 2px 0 4px;
        padding: 0 0 0 16px;
        list-style: none;
    }

    #ica-flow-preview .ica-tool-menu-list li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        color: #c5ced4;
        font-size: 11px;
        line-height: 1.35;
    }

    #ica-flow-preview .ica-tool-status {
        flex: 0 0 auto;
        border: 1px solid rgba(237, 91, 45, .38);
        border-radius: 999px;
        padding: 2px 6px;
        color: #ed9a80;
        font-size: 9px;
        font-style: normal;
        text-transform: uppercase;
        letter-spacing: .6px;
    }

    #ica-flow-preview .ica-tool-status.is-open {
        border-color: rgba(143, 217, 173, .45);
        color: #8fd9ad;
    }/* ICA Tool Lab: TikTok Strategist */

    #ica-flow-preview .ica-tool-page {
        width: 100%;
        max-width: 1040px;
        margin: 0 auto;
    }

    #ica-flow-preview .ica-tool-overview {
        display: grid;
        grid-template-columns: minmax(0, 1.08fr) minmax(280px, .92fr);
        gap: clamp(24px, 5vw, 58px);
        align-items: center;
    }

    #ica-flow-preview .ica-tool-kicker {
        margin: 0 0 10px;
        color: #ed5b2d;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 1.2px;
        text-transform: uppercase;
    }

    #ica-flow-preview .ica-tool-title {
        margin: 0;
        max-width: 700px;
        font-size: clamp(34px, 5vw, 56px);
        line-height: 1.02;
        letter-spacing: -2px;
        color: #fff;
    }

    #ica-flow-preview .ica-tool-copy {
        max-width: 620px;
        margin: 18px 0 22px;
        color: #d3dce1;
        font-size: 17px;
        line-height: 1.6;
    }

    #ica-flow-preview .ica-tool-badge {
        display: inline-flex;
        margin-bottom: 16px;
        border: 1px solid rgba(255, 255, 255, .22);
        border-radius: 999px;
        padding: 7px 11px;
        color: #e5ebee;
        font-size: 12px;
    }

    #ica-flow-preview .ica-tool-launch {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        border: 1px solid #ed5b2d;
        border-radius: 999px;
        padding: 12px 17px;
        background: #ed5b2d;
        color: #081117;
        font: 700 14px/1 Arial, sans-serif;
        cursor: pointer;
    }

    #ica-flow-preview .ica-tool-note {
        margin: 13px 0 0;
        color: #98a8b1;
        font-size: 12px;
        line-height: 1.5;
    }

    #ica-flow-preview .ica-tool-visual {
        padding: 26px;
        border: 1px solid rgba(255, 255, 255, .17);
        border-radius: 20px;
        background: radial-gradient(circle at 78% 18%, rgba(237, 91, 45, .24), transparent 30%), #101d27;
    }

    #ica-flow-preview .ica-tool-orbit {
        display: grid;
        place-items: center;
        aspect-ratio: 1/.82;
        border: 1px solid #40515b;
        border-radius: 17px;
        background: linear-gradient(135deg, #142a38, #0b151d);
    }

    #ica-flow-preview .ica-tool-core {
        display: grid;
        place-items: center;
        width: 138px;
        height: 138px;
        border: 1px solid #ee805e;
        border-radius: 50%;
        background: #192a34;
        color: #ed5b2d;
        text-align: center;
        font-size: 19px;
        font-weight: 700;
        line-height: 1.1;
        box-shadow: 0 0 0 18px rgba(237, 91, 45, .05), 0 0 0 36px rgba(237, 91, 45, .04);
    }

    #ica-flow-preview .ica-tool-features {
        margin: 17px 0 0;
        color: #c8d0d5;
        text-align: center;
        line-height: 1.5;
    }

    #ica-flow-preview .ica-tool-embed {
        display: none;
        width: 100%;
    }

    #ica-flow-preview .ica-tool-embed.is-open {
        display: block;
    }

    #ica-flow-preview .ica-tool-frame-shell {
        overflow: hidden;
        border: 1px solid rgba(255, 255, 255, .15);
        border-radius: 18px;
        background: #081117;
        box-shadow: 0 18px 50px rgba(0, 0, 0, .3);
    }

    #ica-flow-preview .ica-tool-frame {
        display: block;
        width: 100%;
        height: max(820px, calc(100vh - 110px));
        min-height: 820px;
        border: 0;
        background: #081117;
    }

    @media (max-width: 760px) {
        #ica-flow-preview .ica-tool-overview {
            grid-template-columns: 1fr;
        }

        #ica-flow-preview .ica-tool-frame {
            height: 900px;
            min-height: 900px;
        }
    }

    /* Standalone page shell (Stage 2 — pricing/success-stories/member-projects) */

    body {
        margin: 0;
        font-family: Arial, sans-serif;
        background: #081117;
        color: #fff;
    }

    .site-header {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        padding: 18px clamp(22px, 5vw, 60px);
        border-bottom: 1px solid rgba(255, 255, 255, .12);
    }

    .nav-toggle {
        display: none;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        width: 40px;
        height: 40px;
        padding: 0;
        border: 0;
        background: transparent;
        cursor: pointer;
    }

    .nav-toggle span {
        display: block;
        width: 100%;
        height: 2px;
        background: #fff;
        border-radius: 2px;
    }

    .site-header .site-brand {
        display: flex;
        align-items: center;
        gap: 10px;
        color: #fff;
        text-decoration: none;
    }

    .site-header .site-brand span.mark {
        width: 34px;
        height: 34px;
        border-radius: 9px;
        background: #ed5b2d;
        display: grid;
        place-items: center;
        font-size: 11px;
        font-weight: bold;
    }

    .site-header .site-brand strong {
        font-size: 14px;
    }

    .site-nav {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
    }

    .site-nav a {
        border: 1px solid transparent;
        border-radius: 999px;
        padding: 8px 14px;
        color: #c5ced4;
        text-decoration: none;
        font-size: 13px;
    }

    .site-nav a:hover {
        color: #fff;
    }

    .site-nav a[aria-current="page"] {
        border-color: rgba(237, 91, 45, .65);
        background: rgba(237, 91, 45, .1);
        color: #fff;
        font-weight: bold;
    }

    @media (max-width: 700px) {
        .nav-toggle {
            display: flex;
        }

        .site-nav {
            display: none;
            flex-basis: 100%;
            flex-direction: column;
            gap: 2px;
            margin-top: 4px;
        }

        .site-nav.is-open {
            display: flex;
        }

        .site-nav a {
            padding: 12px 14px;
        }
    }

    .page-shell {
        max-width: 980px;
        margin: 0 auto;
        padding: clamp(30px, 6vw, 70px) clamp(22px, 5vw, 60px);
    }

    .page-kicker {
        margin: 0 0 8px;
        color: #ed5b2d;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 1px;
    }

    .page-shell h1.page-title {
        font-size: clamp(32px, 4.5vw, 50px);
        line-height: 1;
        letter-spacing: -2px;
        margin: 0 0 14px;
    }

    .page-lede {
        color: #d3dce1;
        line-height: 1.6;
        max-width: 640px;
        margin: 0 0 30px;
    }

    .page-shell section + section {
        margin-top: 44px;
        padding-top: 36px;
        border-top: 1px solid rgba(255, 255, 255, .12);
    }

    .page-shell h2 {
        font-size: clamp(24px, 3vw, 32px);
        margin: 0 0 14px;
    }

    .page-shell p {
        color: #d3dce1;
        line-height: 1.6;
    }

    .page-shell section p a {
        color: #ed5b2d;
        text-decoration: none;
        font-weight: bold;
    }

    .page-shell section p a:hover {
        text-decoration: underline;
    }

    .page-cta-row {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 30px;
    }

    .page-cta-row a {
        display: inline-block;
        border: 1px solid rgba(237, 91, 45, .65);
        border-radius: 999px;
        background: rgba(237, 91, 45, .1);
        color: #fff;
        padding: 10px 16px;
        font-weight: bold;
        text-decoration: none;
    }

    .page-cta-row a:hover {
        background: rgba(237, 91, 45, .2);
    }

    /* Reused component classes, unscoped so they work outside #ica-flow-preview too */

    .ica-pricing-grid, .member-grid, .project-grid {
        display: grid;
        gap: 16px;
    }

    .ica-pricing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: stretch;
    }

    .member-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .project-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ica-pricing-card {
        display: flex;
        flex-direction: column;
        position: relative;
        border-radius: 14px;
        padding: 22px;
    }

    .ica-pricing-card[data-tier="community"] {
        border: 1px solid #69b983;
        background: linear-gradient(135deg, rgba(105, 185, 131, .14), rgba(105, 185, 131, .03));
    }

    .ica-pricing-card[data-tier="blueprint"] {
        border: 1px solid #ed5b2d;
        background: linear-gradient(135deg, rgba(237, 91, 45, .16), rgba(237, 91, 45, .03));
    }

    .ica-pricing-card .tier-badge {
        position: absolute;
        top: -12px;
        left: 18px;
        padding: 5px 9px;
        border-radius: 5px;
        font-size: 10px;
        font-weight: bold;
        letter-spacing: .8px;
        text-transform: uppercase;
    }

    .ica-pricing-card[data-tier="community"] .tier-badge {
        background: #b7e7c8;
        color: #183622;
    }

    .ica-pricing-card[data-tier="blueprint"] .tier-badge {
        background: #ed5b2d;
        color: #fff;
    }

    .ica-pricing-card .tier-name {
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin: 10px 0 8px;
    }

    .ica-pricing-card[data-tier="community"] .tier-name {
        color: #8fd9ad;
    }

    .ica-pricing-card[data-tier="blueprint"] .tier-name {
        color: #ed5b2d;
    }

    .ica-pricing-card .tier-price {
        font-size: 26px;
        margin: 0 0 5px;
    }

    .ica-pricing-card .tier-price span {
        font-size: 14px;
        font-weight: normal;
        color: #d3dce1;
    }

    .ica-pricing-card ul {
        margin: 0 0 20px;
        padding-left: 18px;
        display: grid;
        gap: 8px;
        color: #dfe6e9;
    }

    .ica-pricing-card > a {
        margin-top: auto;
        align-self: flex-start;
        display: inline-block;
        border: 1px solid currentColor;
        border-radius: 6px;
        padding: 8px 10px;
        font-size: 13px;
        font-weight: 700;
        text-decoration: none;
    }

    .ica-pricing-card[data-tier="community"] > a {
        color: #8fd9ad;
    }

    .ica-pricing-card[data-tier="blueprint"] > a {
        color: #ed5b2d;
    }

    .member-card {
        border: 1px solid rgba(255, 255, 255, .15);
        border-radius: 14px;
        padding: 18px;
        background: rgba(255, 255, 255, .035);
    }

    .member-head {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 14px;
    }

    .member-head img {
        width: 42px;
        height: 42px;
        object-fit: cover;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, .25);
    }

    .member-card blockquote {
        margin: 0;
        color: #e8edf0;
        line-height: 1.55;
        font-size: 14px;
    }

    .project-card {
        overflow: hidden;
        border: 1px solid rgba(255, 255, 255, .15);
        border-radius: 14px;
        background: rgba(255, 255, 255, .035);
    }

    .project-card img, .project-card video {
        display: block;
        width: 100%;
        aspect-ratio: 4/3;
        object-fit: contain;
        object-position: center;
        background: #071017;
    }

    .project-copy {
        padding: 13px 15px 15px;
    }

    .project-copy p {
        margin: 0 0 5px;
        color: #ed5b2d;
        text-transform: uppercase;
        font-size: 10px;
        letter-spacing: 1px;
        font-weight: bold;
    }

    .project-copy h3 {
        margin: 0;
        color: #fff;
        font-size: 16px;
        line-height: 1.2;
    }

    p.project-detail {
        margin: 8px 0 0;
        color: #d3dce1;
        font-size: 13px;
        line-height: 1.5;
        text-transform: none;
        letter-spacing: normal;
        font-weight: normal;
    }

    @media (max-width: 700px) {
        .ica-pricing-grid, .member-grid, .project-grid {
            grid-template-columns: 1fr;
        }
    }

    .site-footer {
        padding: 30px clamp(22px, 5vw, 60px);
        background: #081117;
        color: #c5ced4;
        border-top: 1px solid rgba(255, 255, 255, .12);
    }

    .site-footer .footer-inner {
        max-width: 980px;
        margin: 0 auto;
    }

    .site-footer .footer-brand {
        color: #fff;
        font-weight: 700;
        font-size: 14px;
    }

    .site-footer .footer-contact {
        margin: 10px 0 0;
    }

    .site-footer .footer-contact a {
        color: #ed5b2d;
        font-weight: 700;
        font-size: 13px;
        text-decoration: none;
    }

    .site-footer .footer-contact a:hover {
        text-decoration: underline;
    }

    .site-footer .footer-links {
        display: flex;
        flex-wrap: wrap;
        gap: 9px 18px;
        margin: 16px 0;
    }

    .site-footer summary {
        color: #fff;
        cursor: pointer;
        font-size: 12px;
        list-style: none;
    }

    .site-footer summary::-webkit-details-marker {
        display: none;
    }

    .site-footer details p {
        max-width: 760px;
        margin: 10px 0 0;
        font-size: 12px;
        line-height: 1.55;
        color: #bfcbd0;
    }

    .site-footer .footer-note {
        margin: 16px 0 0;
        color: #8fa1a8;
        font-size: 11px;
    }

    .founder-photo {
        max-width: 240px;
        margin: 0 0 32px;
    }

    .founder-photo img {
        display: block;
        width: 100%;
        border-radius: 14px;
        background: #0a141d;
    }

    .founder-photo figcaption {
        margin-top: 10px;
    }

    .founder-photo figcaption strong {
        display: block;
        color: #fff;
        font-size: 15px;
    }

    .founder-photo figcaption span {
        color: #98a8b1;
        font-size: 13px;
    }
