.elementor-2948 .elementor-element.elementor-element-01e04c7{--display:flex;}.elementor-2948 .elementor-element.elementor-element-4ac9b83{--display:flex;}.elementor-2948 .elementor-element.elementor-element-b00a79f .tpg-el-main-wrapper{--tpg-primary-color:var( --e-global-color-astglobalcolor8 );}.elementor-2948 .elementor-element.elementor-element-b00a79f .rt-tpg-container .entry-title-wrapper{min-height:37px;}.elementor-2948 .elementor-element.elementor-element-b00a79f .tpg-el-main-wrapper .entry-title{text-align:left;color:#FFFAFA;}.elementor-2948 .elementor-element.elementor-element-b00a79f .tpg-el-main-wrapper .tpg-post-holder .entry-title:hover{color:var( --e-global-color-accent );}.elementor-2948 .elementor-element.elementor-element-b00a79f .tpg-el-main-wrapper .tpg-el-image-wrap img{width:inherit;}.elementor-2948 .elementor-element.elementor-element-b00a79f .tpg-el-main-wrapper .rt-holder .tpg-el-image-wrap img{object-position:inherit;}.elementor-2948 .elementor-element.elementor-element-b00a79f .tpg-el-main-wrapper .rt-holder:hover .tpg-el-image-wrap img{object-position:inherit;}.elementor-2948 .elementor-element.elementor-element-b00a79f .tpg-el-main-wrapper .tpg-el-excerpt .tpg-excerpt-inner{color:#BCFFD8;}.elementor-2948 .elementor-element.elementor-element-b00a79f .rt-tpg-container .tpg-post-holder .rt-detail .read-more a{color:var( --e-global-color-accent );}.elementor-2948 .elementor-element.elementor-element-b00a79f .rt-pagination-wrap{justify-content:center;}body .elementor-2948 .elementor-element.elementor-element-b00a79f .tpg-el-main-wrapper .tpg-post-holder{border-radius:20px 20px 20px 20px;overflow:hidden;background-color:#000000;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}body .elementor-2948 .elementor-element.elementor-element-b00a79f .rt-tpg-container .slider-layout13 .rt-holder .post-content{border-radius:20px 20px 20px 20px;overflow:hidden;}.elementor-2948 .elementor-element.elementor-element-b00a79f.elementor-element{--flex-grow:0;--flex-shrink:0;}/* Start custom CSS for html, class: .elementor-element-5462767 */@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@900&family=Inter:wght@900&display=swap');

/* ZERO-GAP HARD RESET */
html, body {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    height: 100% !important;
    overflow-x: hidden;
    background-color: #0a0902; /* Deep Carbon/Oil Black */
}

.titan-hero {
    position: relative;
    left: 0;
    top: 0;
    width: 100vw !important;
    height: 100vh !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    overflow: hidden;
    z-index: 100;
}

/* --- THE BACKGROUND ENGINE --- */
.titan-bg-engine {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.titan-base-img {
    position: absolute;
    inset: 0;
    background-image: url('http://googleusercontent.com/image_generation_content/8');
    background-size: cover;
    background-position: center;
    filter: saturate(1.2) contrast(1.2) brightness(0.7);
    animation: titan-pan 30s infinite alternate linear;
}

@keyframes titan-pan {
    0% { transform: scale(1.1) translateX(0); }
    100% { transform: scale(1.3) translateX(-2%); }
}

.hazard-vignette {
    position: absolute;
    inset: 0;
    /* High-contrast Industrial Yellow Atmosphere */
    background: radial-gradient(circle at center, rgba(255, 215, 0, 0.12) 0%, #0a0902 90%);
    mix-blend-mode: multiply;
}

.structural-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 215, 0, 0.05) 1px, transparent 1px),
                      linear-gradient(90deg, rgba(255, 215, 0, 0.05) 1px, transparent 1px);
    background-size: 80px 80px;
    mask-image: radial-gradient(circle at center, black, transparent 80%);
    opacity: 0.6;
}

/* --- THE INTERFACE --- */
.titan-interface {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 1300px;
}

.titan-badge {
    font-family: 'Orbitron', sans-serif;
    color: #ffd700;
    letter-spacing: 5px;
    font-size: 0.8rem;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    text-shadow: 0 0 15px rgba(255, 215, 0, 0.5);
}

.pulse-yellow {
    width: 12px; height: 12px;
    background: #ffd700;
    border-radius: 20%; /* More mechanical feel than a circle */
    box-shadow: 0 0 20px #ffd700;
    animation: titan-pulse 1.6s infinite;
}

@keyframes titan-pulse {
    0% { transform: scale(1) rotate(0deg); opacity: 1; }
    100% { transform: scale(3) rotate(90deg); opacity: 0; }
}

.titan-title {
    font-family: 'Inter', sans-serif;
    font-size: clamp(2.5rem, 9vw, 6rem);
    font-weight: 900;
    line-height: 0.85;
    color: #fff;
    margin: 0;
    letter-spacing: -3px;
}

.titan-accent {
    color: #ffd700;
    text-shadow: 0 0 30px rgba(255, 215, 0, 0.6), 0 0 60px rgba(255, 215, 0, 0.2);
}

/* --- THE BUTTON --- */
.btn-titan {
    margin-top: 60px;
    position: relative;
    padding: 28px 80px;
    background: #ffd700;
    color: #000;
    text-decoration: none;
    font-family: 'Orbitron', sans-serif;
    font-weight: 900;
    font-size: 1rem;
    letter-spacing: 3px;
    transition: 0.4s;
    box-shadow: 0 0 40px rgba(255, 215, 0, 0.3);
    display: inline-block;
    border: 2px solid transparent;
}

.btn-titan:hover {
    background: #000;
    color: #ffd700;
    border-color: #ffd700;
    transform: translateY(-8px);
    box-shadow: 0 0 60px rgba(255, 215, 0, 0.5);
}

/* --- FOOTER HUD --- */
.titan-hud-footer {
    position: absolute;
    bottom: 40px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    z-index: 10;
    font-family: 'Orbitron', sans-serif;
    font-size: 0.7rem;
    color: rgba(255, 215, 0, 0.4);
    letter-spacing: 2px;
}

@media (max-width: 768px) {
    .titan-title { font-size: 2.8rem; letter-spacing: -1px; }
    .titan-hud-footer { display: none; }
}/* End custom CSS */