.ogpt-car-tool,
.ogpt-car-profile {
    --ogpt-bg: #07080a;
    --ogpt-bg-soft: #12161d;
    --ogpt-bg-field: #191f29;
    --ogpt-border: rgba(255, 255, 255, 0.14);
    --ogpt-text: #f5f6f8;
    --ogpt-muted: #a3adb8;
    --ogpt-subtle: #d8dde3;
    --ogpt-ink: #f5f6f8;
    --ogpt-orange: #e11919;
    --ogpt-red-dark: #870d0d;
    width: min(1120px, calc(100vw - 48px));
    max-width: min(1120px, calc(100vw - 48px));
    margin: 40px auto;
}

.elementor-shortcode .ogpt-car-tool,
.elementor-shortcode .ogpt-car-profile {
    position: static !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.elementor-element-ogpttool.elementor-section-boxed > .elementor-container {
    width: min(1120px, calc(100vw - 48px)) !important;
    max-width: min(1120px, calc(100vw - 48px)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.elementor-element-ogpttool,
.elementor-element-ogpttool .elementor-widget-shortcode {
    position: relative !important;
    z-index: 30 !important;
}

.elementor-element-ogpttool .elementor-widget-container,
.elementor-element-ogpttool .elementor-shortcode {
    width: 100% !important;
    max-width: 100% !important;
    pointer-events: auto !important;
}

.elementor-widget-container > .elementor-shortcode {
    overflow: visible !important;
}

.ogpt-car-tool__panel,
.ogpt-car-profile__card,
.ogpt-car-profile__empty {
    border: 1px solid var(--ogpt-border);
    border-radius: 28px;
    background:
        radial-gradient(circle at 10% 0%, rgba(225, 25, 25, 0.16), transparent 30%),
        linear-gradient(145deg, var(--ogpt-bg) 0%, var(--ogpt-bg-soft) 100%);
    box-shadow: 0 24px 72px rgba(0, 0, 0, 0.36);
    color: var(--ogpt-text);
}

.ogpt-car-tool__panel {
    padding: clamp(30px, 4vw, 48px);
    position: relative;
    z-index: 2;
}

.ogpt-car-tool__heading h2,
.ogpt-car-profile__card-head h2,
.ogpt-car-result__head h3,
.ogpt-car-profile__empty h2 {
    color: var(--ogpt-text) !important;
    opacity: 1 !important;
}

.ogpt-car-profile__hero h1 {
    color: var(--ogpt-ink) !important;
    opacity: 1 !important;
}

.ogpt-car-tool__heading h2,
.ogpt-car-profile__hero h1,
.ogpt-car-profile__card-head h2 {
    margin: 10px 0 14px;
}

.ogpt-car-tool__heading p,
.ogpt-car-profile__card-head p,
.ogpt-car-profile__empty p {
    color: var(--ogpt-muted) !important;
    line-height: 1.75;
    opacity: 1 !important;
}

.ogpt-car-profile__hero p {
    color: var(--ogpt-muted) !important;
    line-height: 1.75;
    opacity: 1 !important;
}

.ogpt-car-tool__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--ogpt-orange) !important;
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.ogpt-car-tool__eyebrow::before {
    content: "";
    width: 28px;
    height: 1px;
    background: linear-gradient(90deg, var(--ogpt-orange) 0%, rgba(225, 25, 25, 0) 100%);
}

.ogpt-car-tool__grid,
.ogpt-car-profile__metrics,
.ogpt-car-profile__result-grid,
.ogpt-car-result__metrics {
    display: grid;
    gap: 18px;
}

.ogpt-car-tool__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 26px;
}

.ogpt-car-tool__field {
    display: grid;
    gap: 8px;
}

.ogpt-car-tool__field span,
.ogpt-car-profile__metric span,
.ogpt-car-result__head span,
.ogpt-car-result__metrics span {
    color: var(--ogpt-orange) !important;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ogpt-car-tool__field select {
    -webkit-appearance: menulist;
    appearance: auto;
    width: 100%;
    height: 58px;
    min-height: 58px;
    padding: 0 44px 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 16px;
    background: var(--ogpt-bg-field) !important;
    background-color: var(--ogpt-bg-field) !important;
    color: var(--ogpt-text) !important;
    font-size: 14px;
    font-weight: 800;
    line-height: normal;
    outline: none;
    -webkit-text-fill-color: var(--ogpt-text);
    box-sizing: border-box;
    position: relative;
    z-index: 3;
    pointer-events: auto !important;
    touch-action: manipulation;
}

.ogpt-car-tool__field select:focus {
    border-color: var(--ogpt-orange);
    box-shadow: 0 0 0 3px rgba(225, 25, 25, 0.22);
}

.ogpt-car-tool__field select:disabled {
    background-color: #151922 !important;
    color: #8f98a3 !important;
    opacity: 0.72;
    -webkit-text-fill-color: #8f98a3;
}

.ogpt-car-tool__field select option,
.ogpt-car-tool__field select optgroup {
    background-color: #ffffff !important;
    color: #111827 !important;
    font-weight: 700;
}

.ogpt-car-tool__field select option:checked {
    background-color: #e11919 !important;
    color: #ffffff !important;
}

.ogpt-car-tool__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 24px;
}

.ogpt-car-tool__status {
    margin: 0;
    color: var(--ogpt-muted) !important;
}

.ogpt-car-tool__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 24px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--ogpt-orange) 0%, var(--ogpt-red-dark) 100%);
    color: #ffffff !important;
    cursor: pointer;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    position: relative;
    z-index: 3;
    pointer-events: auto !important;
    touch-action: manipulation;
}

.ogpt-car-tool__button:disabled {
    cursor: not-allowed;
    opacity: 0.58;
}

.ogpt-car-profile__hero {
    margin-bottom: 24px;
}

.ogpt-car-profile__hero h1 {
    font-size: clamp(2.2rem, 4vw, 4rem);
    line-height: 0.96;
}

.ogpt-car-profile__metrics {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-bottom: 24px;
}

.ogpt-car-profile__metric {
    padding: 20px;
    border: 1px solid var(--ogpt-border);
    border-radius: 22px;
    background: linear-gradient(145deg, #101319 0%, #191f29 100%);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.22);
}

.ogpt-car-profile__metric strong,
.ogpt-car-result__metrics strong {
    display: block;
    margin-top: 8px;
    color: var(--ogpt-text) !important;
    font-size: 1.1rem;
    line-height: 1.5;
}

.ogpt-car-profile__card {
    padding: 28px;
}

.ogpt-car-profile__results {
    padding: 0;
    margin-bottom: 24px;
}

.ogpt-car-profile__result-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    margin-top: 22px;
}

.ogpt-car-result {
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 22px;
    background:
        radial-gradient(circle at top right, rgba(225, 25, 25, 0.22), transparent 42%),
        linear-gradient(145deg, #101319 0%, #191f29 100%);
    color: var(--ogpt-text) !important;
}

.ogpt-car-result__head {
    margin-bottom: 18px;
}

.ogpt-car-result__head h3 {
    margin: 6px 0 0;
    color: var(--ogpt-text) !important;
}

.ogpt-car-result__metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ogpt-car-result__metrics div {
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.065);
    color: var(--ogpt-text) !important;
}

.ogpt-car-profile__card--chart {
    min-height: 690px;
}

.ogpt-car-profile__chart {
    width: 100%;
    height: 560px !important;
    margin-top: 22px;
}

.ogpt-car-profile__cta {
    margin-top: 24px;
    padding: clamp(24px, 4vw, 36px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 28px;
    background:
        radial-gradient(circle at 85% 20%, rgba(225, 25, 25, 0.24), transparent 34%),
        linear-gradient(135deg, #0a0c10 0%, #151b24 100%);
    box-shadow: 0 24px 72px rgba(0, 0, 0, 0.32);
    color: var(--ogpt-text);
}

.ogpt-car-profile__cta span {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--ogpt-orange) !important;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.ogpt-car-profile__cta h2 {
    margin: 0;
    color: var(--ogpt-text) !important;
    font-size: clamp(1.7rem, 3vw, 2.6rem);
    line-height: 0.95;
}

.ogpt-car-profile__cta p {
    max-width: 680px;
    margin: 12px 0 0;
    color: var(--ogpt-muted) !important;
    line-height: 1.65;
}

.ogpt-car-profile__cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 26px;
    flex: 0 0 auto;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--ogpt-orange) 0%, var(--ogpt-red-dark) 100%);
    color: #ffffff !important;
    font-weight: 900;
    letter-spacing: 0.09em;
    text-decoration: none !important;
    text-transform: uppercase;
}

.ogpt-car-profile__empty {
    padding: 32px;
}

@media (max-width: 1200px) {
    .ogpt-car-tool__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ogpt-car-profile__metrics {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .ogpt-car-tool,
    .ogpt-car-profile {
        width: min(100%, calc(100vw - 30px));
        max-width: calc(100vw - 30px);
    }

    .ogpt-car-tool__panel,
    .ogpt-car-profile__card,
    .ogpt-car-profile__empty {
        padding: 22px;
    }

    .ogpt-car-tool__grid,
    .ogpt-car-profile__metrics,
    .ogpt-car-result__metrics {
        grid-template-columns: 1fr;
    }

    .ogpt-car-tool__field select {
        height: 60px;
        min-height: 60px;
        padding: 0 44px 0 18px;
        font-size: 16px;
        line-height: normal;
    }

    .ogpt-car-tool__footer {
        flex-direction: column;
        align-items: stretch;
    }

    .ogpt-car-profile__card--chart {
        min-height: 520px;
    }

    .ogpt-car-profile__chart {
        height: 420px !important;
    }

    .ogpt-car-profile__cta {
        align-items: stretch;
        flex-direction: column;
    }

    .ogpt-car-profile__cta a {
        width: 100%;
    }
}
