/* Scoped Styles for Opengear Page (Light Theme) */
#bbt-opengear-page {
    --og-bg: #ffffff;
    --og-bg-alt: #f8fafc;
    --og-text: #0f172a;
    --og-text-muted: #475569;
    --og-primary: #0284c7; /* Strong Blue */
    --og-primary-glow: rgba(2, 132, 199, 0.35);
    --og-secondary: #0f172a; /* Deep Slate/Black */
    --og-accent: #38bdf8; /* Light blue accent */
    --og-border: rgba(15, 23, 42, 0.08);
    --og-glass-bg: rgba(255, 255, 255, 0.85);
    --og-glass-border: rgba(255, 255, 255, 0.6);
    --og-shadow-light: rgba(15, 23, 42, 0.06);
    --og-shadow-hover: rgba(2, 132, 199, 0.15);

    font-family: 'Poppins', sans-serif;
    color: var(--og-text);
    background-color: var(--og-bg);
    line-height: 1.6;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

#bbt-opengear-page h1, 
#bbt-opengear-page h2, 
#bbt-opengear-page h3, 
#bbt-opengear-page h4 {
    font-family: 'Poppins', sans-serif;
    color: var(--og-text);
    margin-top: 0;
    line-height: 1.2;
}

#bbt-opengear-page a {
    color: var(--og-primary);
    text-decoration: none;
    transition: color 0.3s ease;
}

#bbt-opengear-page a:hover {
    color: var(--og-secondary);
}

/* Layout Utilities */
#bbt-opengear-page .og-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

#bbt-opengear-page .og-section {
    padding: 60px 0;
    position: relative;
    z-index: 1;
}

#bbt-opengear-page .og-dark-alt {
    background-color: var(--og-bg-alt);
    border-top: 1px solid var(--og-border);
    border-bottom: 1px solid var(--og-border);
}

#bbt-opengear-page .og-section-header {
    margin-bottom: 60px;
    max-width: 800px;
}

#bbt-opengear-page .og-section-header.og-center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#bbt-opengear-page .og-section-header h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

#bbt-opengear-page .og-section-header p {
    color: var(--og-text-muted);
    font-size: 1.1rem;
    text-align:left;
}

/* Glassmorphism Utility */
#bbt-opengear-page .glassmorphism {
    background: var(--og-glass-bg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid var(--og-glass-border);
    border-radius: 16px;
    box-shadow: 0 8px 32px var(--og-shadow-light);
}

/* Highlight Text */
#bbt-opengear-page .og-highlight {
    background: linear-gradient(135deg, var(--og-primary), var(--og-secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

/* Buttons */
#bbt-opengear-page .og-btn {
    display: inline-block;
    padding: 14px 28px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    text-align: center;
}

#bbt-opengear-page .og-btn-primary {
    background: linear-gradient(135deg, var(--og-primary), var(--og-secondary));
    color: #fff;
    box-shadow: 0 4px 15px var(--og-primary-glow);
}

#bbt-opengear-page .og-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.4);
    color: #fff;
}

#bbt-opengear-page .og-btn-secondary {
    background: transparent;
    border: 1px solid var(--og-primary);
    color: var(--og-primary);
}

#bbt-opengear-page .og-btn-secondary:hover {
    background: rgba(37, 99, 235, 0.05);
    color: var(--og-secondary);
}

/* Hero Section */
#bbt-opengear-page .og-hero {
    position: relative;
    padding: 150px 0 100px;
    text-align: center;
    overflow: hidden;
    background-color: #0f172a; /* Dark background */
    margin-top:95px;
}

#bbt-opengear-page .og-hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

#bbt-opengear-page .og-title {
    font-size: 5rem;
    font-weight: 800;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
    color: #ffffff;
    background: none;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
}

#bbt-opengear-page .og-intro {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.9);
    max-width: 600px;
    margin: 0 auto;
}

#bbt-opengear-page .og-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

#bbt-opengear-page .og-glow-1 {
    position: absolute;
    top: -20%;
    left: 20%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, var(--og-primary-glow) 0%, transparent 70%);
    filter: blur(80px);
}

#bbt-opengear-page .og-glow-2 {
    position: absolute;
    bottom: -10%;
    right: 10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(5, 150, 105, 0.15) 0%, transparent 70%);
    filter: blur(80px);
}

/* Premium Partner Banner */
#bbt-opengear-page .og-partner-banner {
    padding: 0 0 80px;
    margin-top: -30px;
    position: relative;
    z-index: 3;
}

#bbt-opengear-page .og-banner-card {
    padding: 40px;
    text-align: center;
    position: relative;
    border-top: 3px solid var(--og-primary);
    background: #ffffff;
    box-shadow: 0 10px 40px var(--og-shadow-light);
}

#bbt-opengear-page .og-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--og-primary);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 4px 16px;
    border-radius: 20px;
    letter-spacing: 0.1em;
}

/* Feature Grids */
#bbt-opengear-page .og-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

#bbt-opengear-page .og-grid-3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

#bbt-opengear-page .og-grid-4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 24px;
}

/* Eyebrow text */
#bbt-opengear-page .og-eyebrow {
    color: var(--og-secondary);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    display: block;
    margin-bottom: 16px;
}

/* Bullets */
#bbt-opengear-page .og-bullets {
    list-style: none;
    padding: 0;
    margin: 30px 0 40px;
}

#bbt-opengear-page .og-bullets li {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 20px;
    color: var(--og-text-muted);
}

#bbt-opengear-page .og-bullets.og-grid-2 {
    row-gap: 24px;
}

#bbt-opengear-page .og-bullets.og-grid-2 li {
    margin-bottom: 0;
}

#bbt-opengear-page .og-icon {
    color: var(--og-primary);
    font-weight: bold;
    font-size: 1.2rem;
    margin-top: 2px;
}

/* Abstract Visual for Features */
#bbt-opengear-page .og-visual-block {
    position: relative;
    height: 400px;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.05), rgba(2, 132, 199, 0.02));
    border-radius: 24px;
    border: 1px solid var(--og-border);
    overflow: hidden;
    box-shadow: inset 0 0 20px rgba(0,0,0,0.02);
}

#bbt-opengear-page .og-abstract-visual {
    position: absolute;
    inset: 0;
}

#bbt-opengear-page .og-node {
    position: absolute;
    width: 60px;
    height: 60px;
    background: #ffffff;
    border: 2px solid var(--og-primary);
    border-radius: 50%;
    box-shadow: 0 0 20px var(--og-primary-glow);
    animation: float 6s ease-in-out infinite;
}

#bbt-opengear-page .og-node-1 { top: 20%; left: 30%; }
#bbt-opengear-page .og-node-2 { top: 50%; right: 20%; animation-delay: 1s; }
#bbt-opengear-page .og-node-3 { bottom: 20%; left: 40%; animation-delay: 2s; }

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}

/* Cards */
#bbt-opengear-page .og-card {
    padding: 30px;
    background: #ffffff;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid var(--og-border);
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}

#bbt-opengear-page .og-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--og-primary), var(--og-secondary));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

#bbt-opengear-page .og-card:hover {
    transform: translateY(-10px);
    border-color: var(--og-primary-glow);
    box-shadow: 0 20px 40px var(--og-shadow-hover);
}

#bbt-opengear-page .og-card:hover::before {
    transform: scaleX(1);
}

#bbt-opengear-page .og-card h3 {
    font-size: 1.25rem;
    margin-bottom: 12px;
    color: var(--og-text);
}

#bbt-opengear-page .og-card p {
    color: var(--og-text-muted);
    font-size: 0.95rem;
    margin: 0;
    text-align:left;
}

/* Deliverables Grid */
#bbt-opengear-page .og-grid-auto {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

#bbt-opengear-page .og-list-item {
    padding-left: 20px;
    border-left: 2px solid var(--og-border);
    transition: border-color 0.3s;
}

#bbt-opengear-page .og-list-item:hover {
    border-left-color: var(--og-primary);
}

#bbt-opengear-page .og-list-item h4 {
    margin-bottom: 8px;
    font-size: 1.1rem;
}

#bbt-opengear-page .og-list-item p {
    color: var(--og-text-muted);
    font-size: 0.9rem;
    margin: 0;
    text-align:left;
}

/* Platform Features */
#bbt-opengear-page .og-platform-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 40px;
}

#bbt-opengear-page .og-feature-box {
    background: #ffffff;
    padding: 32px;
    border-radius: 16px;
    border: 1px solid var(--og-border);
    box-shadow: 0 4px 20px var(--og-shadow-light);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

#bbt-opengear-page .og-feature-box::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 4px;
    background: linear-gradient(90deg, var(--og-primary), var(--og-accent));
    transition: width 0.4s ease;
}

#bbt-opengear-page .og-feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px var(--og-shadow-hover);
    border-color: transparent;
}

#bbt-opengear-page .og-feature-box:hover::before {
    width: 100%;
}

#bbt-opengear-page .og-icon-wrapper {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, rgba(2, 132, 199, 0.1), rgba(56, 189, 248, 0.1));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: var(--og-primary);
    margin-bottom: 20px;
    transition: all 0.4s ease;
}

#bbt-opengear-page .og-feature-box:hover .og-icon-wrapper {
    background: linear-gradient(135deg, var(--og-primary), var(--og-accent));
    color: #ffffff;
    transform: scale(1.1);
    box-shadow: 0 8px 16px var(--og-primary-glow);
}

#bbt-opengear-page .og-feature-box h3, 
#bbt-opengear-page .og-feature-box h4 {
    font-size: 1.3rem;
    margin-bottom: 16px;
    color: var(--og-text);
}

#bbt-opengear-page .og-content-block p{
    text-align:left;
}

#bbt-opengear-page .og-feature-box p {
    color: var(--og-text-muted);
    margin: 0;
    text-align:left;
}

/* Icon Cards (AI Section) */
#bbt-opengear-page .og-icon-card {
    background: #ffffff;
    border: 1px solid var(--og-border);
    padding: 40px 30px;
    border-radius: 20px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 24px;
    align-items: start;
}

#bbt-opengear-page .og-icon-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--og-primary), var(--og-secondary));
    opacity: 0;
    transition: opacity 0.4s ease;
}

#bbt-opengear-page .og-icon-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
    border-color: transparent;
}

#bbt-opengear-page .og-icon-card:hover::after {
    opacity: 1;
}

#bbt-opengear-page .og-icon-circle {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, rgba(2, 132, 199, 0.1), rgba(56, 189, 248, 0.1));
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: var(--og-primary);
    transition: all 0.4s ease;
    grid-row: 1 / span 2;
    margin-bottom: 0;
}

#bbt-opengear-page .og-icon-card:hover .og-icon-circle {
    background: linear-gradient(135deg, var(--og-primary), var(--og-secondary));
    color: #ffffff;
    transform: scale(1.1);
    box-shadow: 0 10px 20px var(--og-primary-glow);
}

#bbt-opengear-page .og-icon-card h4 {
    font-size: 1.25rem;
    margin-bottom: 8px;
    color: var(--og-text);
    grid-column: 2;
}

#bbt-opengear-page .og-icon-card p {
    color: var(--og-text-muted);
    font-size: 0.95rem;
    grid-column: 2;
    margin: 0;
    line-height: 1.6;
    text-align:left;
}

/* Benefit List (Outages Section) */
#bbt-opengear-page .og-benefit-list {
    margin-top: 60px;
}

#bbt-opengear-page .og-benefit-item {
    background: #ffffff;
    padding: 30px;
    border-radius: 16px;
    border: 1px solid var(--og-border);
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
    transition: all 0.3s ease;
}

#bbt-opengear-page .og-benefit-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px var(--og-shadow-hover);
    border-color: rgba(79, 70, 229, 0.2);
}

#bbt-opengear-page .og-benefit-item h3 {
    font-size: 1.2rem;
    margin-bottom: 12px;
    color: var(--og-primary);
}

#bbt-opengear-page .og-benefit-item p {
    color: var(--og-text-muted);
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
    text-align:left;
}

/* Results Grid */
#bbt-opengear-page .og-results-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-top: 40px;
}

#bbt-opengear-page .og-result-card {
    flex: 1 1 300px;
    max-width: 350px;
    padding: 40px 30px;
    text-align: center;
    background: #ffffff;
    border: 1px solid var(--og-border);
    border-radius: 24px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#bbt-opengear-page .og-result-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px var(--og-shadow-hover);
    border-color: rgba(79, 70, 229, 0.2);
}

#bbt-opengear-page .og-highlight-card {
    background: linear-gradient(135deg, var(--og-primary), var(--og-secondary));
    box-shadow: 0 10px 30px var(--og-primary-glow);
    border: none;
    color: #ffffff;
}

#bbt-opengear-page .og-highlight-card .og-result-value {
    background: none;
    -webkit-text-fill-color: #ffffff;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

#bbt-opengear-page .og-highlight-card .og-result-detail {
    color: rgba(255, 255, 255, 0.9);
}

#bbt-opengear-page .og-result-value {
    font-family: 'Poppins', sans-serif;
    font-size: 1.75rem;
    font-weight: 800;
    background: linear-gradient(135deg, var(--og-primary), var(--og-secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 16px;
    letter-spacing: -0.03em;
}

#bbt-opengear-page .og-result-detail {
    color: var(--og-text-muted);
}

/* FAQ */
#bbt-opengear-page .og-faq-list {
    max-width: 800px;
    margin: 0 auto;
}

#bbt-opengear-page .og-faq-item {
    margin-bottom: 24px;
    background: #ffffff;
    border: 1px solid var(--og-border) !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 15px var(--og-shadow-light) !important;
    overflow: hidden;
}

#bbt-opengear-page .og-faq-item button {
    text-decoration: none !important;
    color: var(--og-text) !important;
    padding: 20px 24px !important;
    transition: color 0.3s;
}

#bbt-opengear-page .og-faq-item button:not(.collapsed) {
    color: var(--og-primary) !important;
}

#bbt-opengear-page .og-faq-item .og-faq-icon {
    transition: transform 0.3s ease;
    color: var(--og-primary);
}

#bbt-opengear-page .og-faq-item button:not(.collapsed) .og-faq-icon {
    transform: rotate(180deg);
}

/* CTA Section */
#bbt-opengear-page .og-cta-section {
    padding: 60px 0;
}

#bbt-opengear-page .og-cta-card {
    text-align: left;
    padding: 60px 50px;
    background: linear-gradient(135deg, #0f172a 0%, var(--og-primary) 100%);
    border: none;
    border-radius: 24px;
    box-shadow: 0 15px 50px var(--og-primary-glow);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

#bbt-opengear-page .og-cta-content {
    flex: 1;
}

#bbt-opengear-page .og-cta-content p {
    margin-bottom: 0;
    text-align:left;
}

#bbt-opengear-page .og-cta-buttons {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#bbt-opengear-page .og-cta-card h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #ffffff;
}

#bbt-opengear-page .og-cta-card p {
    color: rgba(255, 255, 255, 0.9);
    max-width: 600px;
    margin: 0 auto 40px;
    font-size: 1.1rem;
    text-align:left;
}

#bbt-opengear-page .og-cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

#bbt-opengear-page .og-cta-card .og-btn-primary {
    background: #ffffff;
    color: var(--og-primary);
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
}

#bbt-opengear-page .og-cta-card .og-btn-primary:hover {
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.4);
    transform: translateY(-2px);
    background: #f8fafc;
}

#bbt-opengear-page .og-cta-card .og-btn-secondary {
    border-color: rgba(255, 255, 255, 0.5);
    color: #ffffff;
}

#bbt-opengear-page .og-cta-card .og-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #ffffff;
}

/* Stats circle */
#bbt-opengear-page .og-stats-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 150px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px var(--og-shadow-light);
    border: 2px solid var(--og-primary);
}

#bbt-opengear-page .og-stat-big {
    font-size: 3rem;
    font-weight: 800;
    color: var(--og-primary);
    line-height: 1;
}

#bbt-opengear-page .og-stat-label {
    font-size: 0.85rem;
    color: var(--og-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: 8px;
    font-weight: 600;
}


/* Responsive adjustments */
@media (max-width: 992px) {
    #bbt-opengear-page .og-hero {
    margin-top:0px;
}
}
@media (max-width: 768px) {
    #bbt-opengear-page .og-grid-2 {
        grid-template-columns: 1fr;
    }
    
    #bbt-opengear-page .og-platform-features {
        grid-template-columns: 1fr;
    }

    #bbt-opengear-page .og-title {
        font-size: 3.5rem;
    }
    
    #bbt-opengear-page .og-visual-right {
        order: -1;
    }

}
