.design-body {
    background-color: #0a0a0f;
    color: #e5e7eb;
    position: relative;
}

.design-body::before {
    content: "";
    position: fixed;
    inset: -20% -20% auto -20%;
    height: 60vh;
    background:
        radial-gradient(560px 220px at 20% 18%, rgba(249, 115, 22, 0.075), transparent 72%),
        radial-gradient(520px 220px at 80% 16%, rgba(251, 146, 60, 0.075), transparent 72%),
        radial-gradient(420px 200px at 50% 60%, rgba(99, 102, 241, 0.05), transparent 70%);
    pointer-events: none;
    z-index: 0;
    animation: floatGlow 18s ease-in-out infinite;
}

.page-shell {
    position: relative;
    z-index: 1;
}

.hero-title {
    letter-spacing: -0.02em;
    color: #f9fafb;
    font-size: 68px !important;
    line-height: 1.08;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 28px;
}

.title-line {
    display: block;
}

.hero-title .title-line:last-child {
    font-size: 0.9em;
    font-weight: 500;
}

.hero-subtitle {
    max-width: 52rem;
    margin-left: auto;
    margin-right: auto;
    color: rgba(255, 255, 255, 0.65);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    margin-top: 18px;
    opacity: 0.8;
}

.hero-status {
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
    color: rgba(255, 255, 255, 0.65);
    font-size: 16px;
    line-height: 1.6;
}

.hero-premium {
    max-width: 44rem;
    margin-left: auto;
    margin-right: auto;
    color: rgba(255, 255, 255, 0.65);
    font-size: 16px;
    line-height: 1.6;
}

.bot-card {
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.04);
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.45);
    transition: transform 250ms ease, box-shadow 250ms ease, border-color 220ms ease;
    padding: 30px !important;
    text-align: left;
}

.bot-card .card-title-row {
    justify-content: flex-start;
    text-align: left;
}

.bot-card .card-title {
    text-align: left;
}

.bot-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 34px 85px rgba(0, 0, 0, 0.55);
    border-color: rgba(255, 255, 255, 0.18);
}

.bot-card svg {
    filter: drop-shadow(0 8px 16px rgba(249, 115, 22, 0.15));
}

.accent-btn {
    background: linear-gradient(90deg, #ff7a1a, #ff9a2a);
    background-size: 200% 200%;
    color: #0b0b0f !important;
    box-shadow: 0 12px 30px rgba(249, 115, 22, 0.25);
    border: 1px solid rgba(249, 115, 22, 0.4);
    position: relative;
    overflow: hidden;
    transition: transform 250ms ease, box-shadow 250ms ease, filter 220ms ease;
    animation: gradientShift 6s ease infinite;
}

.accent-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 45px rgba(255, 140, 0, 0.35);
    filter: brightness(1.02);
}

.accent-btn:active {
    transform: translateY(0) scale(0.99);
    box-shadow: 0 10px 24px rgba(255, 140, 0, 0.3);
}

.accent-btn:focus-visible {
    outline: none;
    box-shadow:
        0 0 0 3px rgba(255, 140, 0, 0.25),
        0 12px 30px rgba(249, 115, 22, 0.25);
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}


.theme-black .design-body {
    background-color: #000000;
    color: #f3f4f6;
}

.theme-black .design-body::before {
    background:
        radial-gradient(600px 240px at 18% 16%, rgba(249, 115, 22, 0.06), transparent 74%),
        radial-gradient(560px 240px at 82% 14%, rgba(251, 146, 60, 0.052), transparent 74%);
}

.theme-black .bot-card {
    background: rgba(255, 255, 255, 0.03);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.5);
}

.theme-black .hero-subtitle {
    color: #d4d4d8;
}

.footer-lines {
    margin-top: 28px;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.6);
}

.footer-lines span {
    display: block;
}

.hero-section-inner {
    padding-top: 120px !important;
    padding-bottom: 110px !important;
}

.hero-section {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
}

.hero-text {
    max-width: 900px;
}

.hero-cards {
    max-width: 1200px !important;
    margin-top: 64px;
}

.hero-grid {
    gap: 48px !important;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap !important;
    align-items: stretch;
}

.hero-grid .bot-card {
    width: 560px;
    padding: 32px !important;
    display: flex;
    flex-direction: column;
}

.hero-grid .bot-card .cezsk.chwso.cbrt4 {
    margin-top: auto;
}

@media (min-width: 1024px) {
    .hero-grid {
        flex-direction: row;
        justify-content: center;
    }

    .hero-grid .bot-card {
        width: 560px;
    }
}

@media (max-width: 767px) {
    .hero-grid .bot-card {
        width: 100%;
        max-width: 420px;
    }
}

.c9dpd,
.c9dpd::before,
.c9dpd::after {
    opacity: 0.38;
}

.reveal {
    opacity: 0;
    transform: translateY(14px);
    animation: fadeUp 0.8s ease forwards;
    animation-delay: var(--delay, 0s);
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes floatGlow {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-16px);
    }
}

html:not(.dark) .design-body {
    background-color: #f5f5f7;
    color: #111827;
}

html:not(.dark) .bot-card {
    background: #ffffff;
    border-color: rgba(17, 24, 39, 0.08);
    box-shadow: 0 10px 30px rgba(17, 24, 39, 0.08);
}

@media (prefers-reduced-motion: reduce) {
    .design-body::before {
        animation: none;
    }

    .reveal {
        animation: none;
        opacity: 1;
        transform: none;
    }

    .bot-card {
        transition: none;
    }
}
