.elementor-2180 .elementor-element.elementor-element-83993ee:not(.elementor-motion-effects-element-type-background), .elementor-2180 .elementor-element.elementor-element-83993ee > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(135deg, var( --e-global-color-primary ) 0%, #111827 77%);}.elementor-2180 .elementor-element.elementor-element-83993ee{overflow:hidden;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:100px 100px 100px 100px;}.elementor-2180 .elementor-element.elementor-element-83993ee > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-2180 .elementor-element.elementor-element-83993ee > .elementor-shape-bottom svg{width:calc(131% + 1.3px);height:100px;transform:translateX(-50%) rotateY(180deg);}.elementor-2180 .elementor-element.elementor-element-83993ee > .elementor-shape-bottom{z-index:2;pointer-events:none;}.elementor-2180 .elementor-element.elementor-element-13986ef{z-index:1;}.elementor-2180 .elementor-element.elementor-element-5ccb70b{--display:flex;}.elementor-bc-flex-widget .elementor-2180 .elementor-element.elementor-element-7bcf40d.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-2180 .elementor-element.elementor-element-7bcf40d.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-2180 .elementor-element.elementor-element-7bcf40d > .elementor-element-populated{padding:0px 0px 0px 50px;}.elementor-2180 .elementor-element.elementor-element-3pmriwl:not(.elementor-motion-effects-element-type-background), .elementor-2180 .elementor-element.elementor-element-3pmriwl > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-2180 .elementor-element.elementor-element-3pmriwl{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-2180 .elementor-element.elementor-element-3pmriwl > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}:root{--page-title-display:none;}@media(max-width:1024px) and (min-width:768px){.elementor-2180 .elementor-element.elementor-element-13986ef{width:80%;}.elementor-2180 .elementor-element.elementor-element-7bcf40d{width:100%;}}@media(max-width:1024px){.elementor-2180 .elementor-element.elementor-element-83993ee > .elementor-shape-bottom svg{height:50px;}.elementor-2180 .elementor-element.elementor-element-83993ee{padding:60px 60px 110px 60px;}.elementor-2180 .elementor-element.elementor-element-7bcf40d > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-2180 .elementor-element.elementor-element-3pmriwl{padding:90px 25px 90px 25px;}}@media(max-width:767px){.elementor-2180 .elementor-element.elementor-element-83993ee{padding:0120px 015px 85px 15px;}.elementor-2180 .elementor-element.elementor-element-5ccb70b{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2180 .elementor-element.elementor-element-f685b52{padding:0px 0px 0px 0px;}.elementor-2180 .elementor-element.elementor-element-7bcf40d > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-2180 .elementor-element.elementor-element-3pmriwl{padding:035px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-f685b52 *//* --- HERO CORE --- */
.book-hero {
    
    color: #FFFFFF;
    padding: 20px 0px;
    -webkit-font-smoothing: antialiased;
}

.book-hero-container {
    max-width: 1536px;
    /*margin: 0 auto;*/
    padding: 0px;
}

/* SYSTEM ANCHOR (READABILITY TOP) */
.hero-anchor {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 80px;
}

.anchor-label {
    font-family: 'Courier New', monospace;
    font-size: 11px;
    letter-spacing: 0.3em;
    color: var(--accent); /* Using your Blue */
    font-weight: 800;
    text-transform: uppercase;
}

.anchor-line {
    flex-grow: 1;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
}

/* TYPOGRAPHY READABILITY */
.hero-main-layout {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 80px;
    align-items: flex-start;
}

.system-status {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 8px 16px;
    background: var(--glass);
    border: 1px solid var(--border);
    backdrop-filter: blur(10px);
    border-radius: 4px;
    margin-bottom: 10px;
}

.status-text {
    font-family: 'Mono', monospace;
    font-size: 10px;
    letter-spacing: 0.2em;
    color: var(--accent);
    text-transform: uppercase;
}

.pulse-dot {
    width: 6px;
    height: 6px;
    background: #10B981;
    border-radius: 50%;
    box-shadow: 0 0 10px #10B981;
    animation: pulse 2s infinite;
}


.hero-headline {
    font-size: clamp(2.2rem, 5vw, 3rem);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -0.05em;
    margin-bottom: 35px;
    color: #FFFFFF;
}

.text-accent-italic {
    font-style: italic;
    font-weight: 400;
    color: #94A3B8; /* Muted Slate */
}

.hero-description {
    font-size: 1.25rem;
    line-height: 1.7; /* Increased for high readability */
    color: #CBD5E1;
    /*max-width: 580px;*/
    margin-bottom: 50px;
}

/* ACTIONS */
.hero-actions {
    display: flex;
    align-items: center;
    gap: 30px;
}

.cta-solid {
    background: #FFFFFF;
    color: #000000;
    padding: 18px 36px;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-decoration: none;
    transition: background 0.3s ease;
}

.cta-solid:hover {
    background: var(--accent);
    color: #fff;
}

.cta-link {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.cta-link:hover{
     color: #CBD5E1;
}

.cta-link span {
    color: var(--accent);
    margin-left: 8px;
}


.book-spine-accent {
    position: absolute;
    width: 4px;
    height: 60%;
    left: 10%;
    top: 20%;
    background: var(--accent);
    filter: blur(2px);
    opacity: 0.4;
}

/* --- MOBILE READABILITY --- */
@media (max-width: 992px) {
    .book-hero { padding: 20px; }
    
    /*.book-hero-container { padding: 0 24px; }*/

    .hero-main-layout {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .hero-headline {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }

    .hero-description {
        font-size: 1rem;
        line-height: 1.6;
        margin-bottom: 35px;
    }

    .hero-actions {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .cta-solid {
        width: 100%;
        text-align: center;
        padding: 15px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fca60f6 *//* --- EXECUTION SECTION --- */
.execution-section {
    background-color: #ffffff;
    padding: 80px 0;
    color: #000000;
}

.execution-container {
    max-width: 1536px;
    margin: 0 auto;
    padding: 0 80px;
}

/* HEADER BLOCK */
.problem-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    margin-bottom: 40px;
    align-items: end;
}

.protocol-label {
    font-size: 11px;
       color: #3B82F6;
    /*letter-spacing: 0.4em;*/
    color: #94A3B8;
    font-weight: 500;
    display: block;
    margin-bottom: 20px;
}

.massive-title {
    font-size: 2rem;
    font-weight: 900;
    line-height: 0.9;
    letter-spacing: -0.06em;
    margin: 0;
}

.problem-statement p {
    font-size: 1.4rem;
    color: #64748B;
    margin: 0;
}

.problem-statement .impact-text {
    font-size: 1.5rem;
    color: #000000;
    font-weight: 500;
    margin-top: 10px;
}

.highlight-blue {
    color: #3B82F6;
    text-decoration: underline;
    text-underline-offset: 8px;
}

/* CARD GRID */
.kiara-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px; /* Thin divider lines */
    background-color: #F1F5F9;
    border: 1px solid #F1F5F9;
    margin-bottom: 80px;
}

.kiara-card {
    background-color: #ffffff;
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    min-height: 350px;
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.card-id {
    font-family: 'Courier New', monospace;
    font-size: 10px;
    letter-spacing: 0.2em;
      color: #3B82F6;
    margin-bottom: 40px;
}

.card-title {
    font-size: 1.5rem;
    font-weight: 900;
    letter-spacing: -0.03em;
    margin-bottom: 20px;
}

.card-desc {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #64748B;
}

/* FOOTER & PHILOSOPHY */
.execution-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #000000;
    padding-top: 60px;
}

.philosophy-strip {
    max-width: 600px;
}

.philosophy-meta {
    font-family: 'Courier New', monospace;
    font-size: 11px;
    color: #3B82F6;
    font-weight: 900;
}

.philosophy-text {
    font-size: 1.25rem;
    font-weight: 900;
    margin-top: 10px;
}

.blueprint-text {
    color: transparent;
    -webkit-text-stroke: 1px #000000;
    font-style: italic;
}

.kiara-actions {
    display: flex;
    gap: 30px;
}

/* HOVER EFFECTS */
@media (min-width: 993px) {
    .kiara-card:hover {
        background-color: #F8FAFC;
        transform: translateY(-5px);
        z-index: 2;
        box-shadow: 0 30px 60px rgba(0,0,0,0.05);
    }
    
    .highlight-card {
        background-color: #F8FAFC; /* Subtle distinction for the middle card */
    }
}

/* MOBILE */
@media (max-width: 1024px) {
    .problem-header, .kiara-card-grid, .execution-footer {
        grid-template-columns: 1fr;
        flex-direction: column;
        gap: 0px;
    }
    .execution-container { padding: 0 20px; }
    .kiara-actions { flex-direction: column; width: 100%; }
    
    .massive-title {
    font-size: 1.5rem;
}
    
    .kiara-card {
        background-color: #ffffff;
        padding: 20px 20px;
        min-height: auto;
    }
    
    .card-id {
        margin-bottom: 10px;
    }
    .card-title {
        font-size: 1.2rem;
        margin-bottom: 20px;
    }
    
    .card-desc {
        font-size: 1rem;
    }
}/* End custom CSS */