.elementor-889 .elementor-element.elementor-element-f37c7c8{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}body.elementor-page-889:not(.elementor-motion-effects-element-type-background), body.elementor-page-889 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}:root{--page-title-display:none;}/* Start custom CSS *//* SECURE GUAM - MASTER PREMIUM BLOG UI */
.sg-ota-wrap {
    max-width: 1050px;
    margin: 40px auto;
    font-family: 'Inter', -apple-system, sans-serif;
    color: #1a1a1b !important;
    line-height: 1.7;
    background: #ffffff;
    padding: 20px;
}

.sg-ota-hero {
    background: #0a192f !important;
    color: #ffffff !important;
    padding: 60px 40px;
    border-radius: 24px;
    text-align: center;
    margin-bottom: 70px;
}

.sg-ota-hero h1 { color: #ffffff !important; font-size: 2.8rem; font-weight: 800; }

.sg-hero-img {
    width: 100%;
    max-width: 800px;
    height: auto;
    border-radius: 15px;
    margin-top: 25px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.3);
}

/* Responsive Video Container */
.sg-video-section {
    margin: 60px 0;
    text-align: center;
}

.sg-video-container {
    position: relative;
    padding-bottom: 56.25%; 
    height: 0;
    overflow: hidden;
    max-width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    background: #000;
}

.sg-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.sg-step-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    margin-bottom: 100px;
}

.sg-step-row:nth-child(even) { flex-direction: row-reverse; }

.sg-step-content { flex: 1.2; }

.sg-step-image { flex: 0.8; text-align: center; }

.sg-step-image img {
    width: 100%;
    max-width: 280px; 
    border-radius: 20px;
    box-shadow: 0 15px 45px rgba(0,0,0,0.1);
}

.sg-step-num {
    background: #0a192f;
    color: white;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 800;
    margin-bottom: 20px;
}

.sg-critical-alert {
    background: #be123c;
    color: white !important;
    padding: 30px;
    border-radius: 16px;
    text-align: center;
    margin: 60px 0;
    font-weight: 700;
}

.sg-app-section {
    text-align: center;
    padding: 40px;
    background: #f8fafc;
    border-radius: 24px;
    margin-bottom: 60px;
    border: 1px solid #e2e8f0;
}

.sg-app-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #000;
    color: #fff !important;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none !important;
    font-weight: 600;
    margin: 10px;
    transition: 0.3s;
}

.sg-app-btn:hover { transform: translateY(-3px); }

.sg-ota-footer {
    background: #f8fafc;
    padding: 60px;
    border-radius: 24px;
    text-align: center;
}

.sg-ota-btn {
    display: inline-block;
    background: #0a192f;
    color: white !important;
    padding: 16px 40px;
    border-radius: 10px;
    text-decoration: none !important;
    font-weight: 700;
}

@media (max-width: 850px) {
    .sg-step-row, .sg-step-row:nth-child(even) { flex-direction: column-reverse; text-align: center; gap: 40px; }
}/* End custom CSS */