.pda-wrapper-db449176 {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    background-color: #fcf8f2;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 60px 20px;
    font-family: sans-serif;
    color: #fff;
    z-index: 1;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    box-sizing: border-box;
}
.pda-overlay-db449176 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 26, 44, 0.6);
    z-index: -1;
}
.pda-col-left-db449176,
.pda-col-right-db449176 {
    width: 100%;
    max-width: 600px;
}
.pda-col-right-db449176 {
    display: flex;
    justify-content: center;
}
.pda-kicker-db449176 {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #FF5C29;
}
.pda-dot-db449176 {
    width: 8px;
    height: 8px;
    background-color: currentColor;
    border-radius: 50%;
}
.pda-title-db449176 {
    font-size: 36px;
    line-height: 1.2;
    color: #fff;
    margin: 0 0 24px 0;
    font-weight: 800;
}
.pda-desc-db449176 {
    font-size: 16px;
    line-height: 1.6;
    color: #ddd;
    margin-bottom: 30px;
}
.pda-actions-db449176 {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.pda-btn-db449176 {
    padding: 14px 28px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
}
.pda-btn-primary-db449176 {
    color: #fff !important;
    background-color: #FF5C29;
    border-color: #FF5C29;
}
.pda-btn-primary-db449176:hover {
    opacity: 0.9;
}
.pda-btn-secondary-db449176 {
    background-color: transparent;
    color: #fff !important;
    border-color: #fff;
}
.pda-btn-secondary-db449176:hover {
    background-color: rgba(255,255,255,0.1);
    border-color: #eee;
}
.pda-telemetry-box-db449176 {
    background: rgba(255, 255, 255, 0.95);
    padding: 30px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
    border-radius: 4px;
    width: 100%;
    color: #111a2c;
}
.pda-box-title-db449176 {
    font-size: 12px;
    font-weight: 700;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.pda-stats-list-db449176 {
    list-style: none;
    margin: 0;
    padding: 0;
}
.pda-stats-list-db449176 li {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}
.pda-stats-list-db449176 li:last-child {
    border-bottom: none;
}
.pda-stat-lbl-db449176 {
    color: #555;
    font-weight: 600;
}
.pda-stat-val-db449176 {
    font-weight: 700;
    color: #111a2c;
}

@media (min-width: 768px) {
    .pda-wrapper-db449176 {
        flex-direction: row;
        padding: 80px 10%;
        justify-content: space-between;
    }
    .pda-col-left-db449176 {
        flex: 1 1 50%;
        max-width: 600px;
    }
    .pda-col-right-db449176 {
        flex: 1 1 40%;
        max-width: 400px;
        justify-content: flex-end;
    }
    .pda-title-db449176 {
        font-size: 48px;
    }
    .pda-actions-db449176 {
        flex-direction: row;
    }
    .pda-btn-db449176 {
        width: auto;
    }
}