@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700&display=swap');
html {
    zoom: 75%;
}

body {
    font-family: 'Cairo', sans-serif;
    background:
        radial-gradient(circle at top left, rgba(212, 175, 55, 0.12), transparent 28%),
        radial-gradient(circle at top right, rgba(59, 130, 246, 0.12), transparent 24%),
        linear-gradient(180deg, #0b1020 0%, #090e19 100%);
    color: #E2E8F0;
}
.glass { background: rgba(30, 41, 59, 0.4); backdrop-filter: blur(16px); border: 1px solid rgba(255,255,255,0.05); }
.gold-text { background: linear-gradient(135deg, #FFD700, #F59E0B); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.btn-primary { background: linear-gradient(135deg, #10B981, #059669); color: white; transition: 0.3s; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(16, 185, 129, 0.4); }
.btn-gold { background: linear-gradient(135deg, #D4AF37, #B8860B); color: #000; font-weight: 600; transition: 0.3s; }
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(212, 175, 55, 0.5); }
.card-hover { transition: 0.3s; }
.card-hover:hover { transform: translateY(-5px); border-color: #D4AF37; }
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #0B0F19; }
::-webkit-scrollbar-thumb { background: #334155; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #475569; }

.dashboard-shell {
    position: relative;
}

.dashboard-fade {
    animation: dashboardFadeUp 0.9s ease both;
}

.dashboard-hero {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 30px 80px rgba(2, 6, 23, 0.45);
}

.dashboard-hero__bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 20%, rgba(245, 158, 11, 0.18), transparent 30%),
        radial-gradient(circle at 90% 15%, rgba(59, 130, 246, 0.16), transparent 24%),
        linear-gradient(135deg, rgba(15, 23, 42, 0.94), rgba(17, 24, 39, 0.9));
}

.dashboard-pill {
    width: fit-content;
    border: 1px solid rgba(251, 191, 36, 0.2);
    background: rgba(15, 23, 42, 0.65);
    color: #f8fafc;
    border-radius: 999px;
    padding: 0.5rem 0.9rem;
    font-size: 0.8rem;
}

.dashboard-pill__dot {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    box-shadow: 0 0 14px rgba(251, 191, 36, 0.7);
}

.dashboard-metric {
    position: relative;
    overflow: hidden;
    padding: 1.1rem 1.15rem;
    border-radius: 1.25rem;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.78), rgba(15, 23, 42, 0.56));
    border: 1px solid rgba(148, 163, 184, 0.14);
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.dashboard-metric:hover {
    transform: translateY(-4px);
    border-color: rgba(245, 158, 11, 0.35);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.35);
}

.dashboard-metric--primary {
    background: linear-gradient(135deg, rgba(217, 119, 6, 0.2), rgba(30, 41, 59, 0.72));
}

.dashboard-metric__label {
    color: #94a3b8;
    font-size: 0.82rem;
    margin-bottom: 0.65rem;
}

.dashboard-metric__value {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}

.dashboard-metric__hint {
    color: #cbd5e1;
    font-size: 0.8rem;
    margin-top: 0.7rem;
}

.dashboard-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.95rem 1.4rem;
    border-radius: 1rem;
    min-width: 12rem;
}

.dashboard-secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 11rem;
    padding: 0.95rem 1.35rem;
    border-radius: 1rem;
    border: 1px solid rgba(148, 163, 184, 0.24);
    background: rgba(15, 23, 42, 0.45);
    color: #e2e8f0;
    transition: all 0.35s ease;
}

.dashboard-secondary-btn:hover {
    transform: translateY(-3px);
    border-color: rgba(245, 158, 11, 0.35);
    color: #fff;
}

.dashboard-launch-card {
    position: relative;
    overflow: hidden;
    border-radius: 1.8rem;
    padding: 1.6rem;
    min-height: 100%;
    background:
        linear-gradient(180deg, rgba(15, 23, 42, 0.95), rgba(15, 23, 42, 0.8)),
        linear-gradient(135deg, rgba(245, 158, 11, 0.18), rgba(59, 130, 246, 0.1));
    border: 1px solid rgba(245, 158, 11, 0.22);
}

.dashboard-launch-card__glow {
    position: absolute;
    inset: auto auto -10% -12%;
    width: 13rem;
    height: 13rem;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.34), transparent 68%);
    filter: blur(14px);
}

.dashboard-launch-icon {
    width: 4.6rem;
    height: 4.6rem;
    display: grid;
    place-items: center;
    border-radius: 1.3rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #111827;
    background: linear-gradient(135deg, #fde68a, #f59e0b);
    box-shadow: 0 18px 35px rgba(245, 158, 11, 0.22);
}

.dashboard-status-list {
    display: grid;
    gap: 0.85rem;
}

.dashboard-status-item {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.8rem 0.95rem;
    border-radius: 1rem;
    background: rgba(15, 23, 42, 0.48);
    border: 1px solid rgba(148, 163, 184, 0.12);
    color: #dbeafe;
    font-size: 0.93rem;
}

.dashboard-status-item__bullet {
    width: 0.62rem;
    height: 0.62rem;
    border-radius: 999px;
    background: #22c55e;
    box-shadow: 0 0 12px rgba(34, 197, 94, 0.75);
}

.dashboard-launch-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 1rem 1.2rem;
    border-radius: 1rem;
    color: #0f172a;
    font-weight: 700;
    background: linear-gradient(135deg, #facc15, #f59e0b);
    box-shadow: 0 18px 30px rgba(245, 158, 11, 0.26);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.dashboard-launch-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 36px rgba(245, 158, 11, 0.34);
}

.dashboard-orbit {
    position: absolute;
    border-radius: 999px;
    border: 1px solid rgba(251, 191, 36, 0.16);
    animation: dashboardFloat 6.5s ease-in-out infinite;
}

.dashboard-orbit--one {
    width: 10rem;
    height: 10rem;
    left: -2rem;
    top: 1rem;
}

.dashboard-orbit--two {
    width: 6rem;
    height: 6rem;
    left: 2.5rem;
    bottom: 1rem;
    animation-delay: 1.2s;
}

.dashboard-panel {
    border: 1px solid rgba(255, 255, 255, 0.07);
    box-shadow: 0 20px 55px rgba(2, 6, 23, 0.28);
}

.dashboard-panel__header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.35rem;
}

.dashboard-section-kicker {
    display: inline-block;
    font-size: 0.75rem;
    color: #93c5fd;
    margin-bottom: 0.45rem;
    letter-spacing: 0.08em;
}

.dashboard-panel__title {
    font-size: 1.65rem;
    font-weight: 700;
    color: #fff;
}

.dashboard-panel__badge {
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    color: #fef3c7;
    background: rgba(245, 158, 11, 0.12);
    border: 1px solid rgba(245, 158, 11, 0.18);
    font-size: 0.8rem;
}

.license-card {
    position: relative;
    overflow: hidden;
    padding: 1.15rem;
    border-radius: 1.35rem;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.72), rgba(15, 23, 42, 0.5));
    border: 1px solid rgba(148, 163, 184, 0.13);
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.license-card:hover {
    transform: translateY(-5px);
    border-color: rgba(56, 189, 248, 0.25);
    box-shadow: 0 22px 44px rgba(15, 23, 42, 0.28);
}

.license-card__top {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 1rem;
}

.license-card__product {
    color: #fff;
    font-size: 1.05rem;
    font-weight: 700;
}

.license-card__key {
    margin-top: 0.45rem;
    color: #94a3b8;
    font-size: 0.78rem;
    font-family: monospace;
    letter-spacing: 0.08em;
}

.license-card__status {
    padding: 0.42rem 0.8rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
}

.license-card__status--active {
    background: rgba(34, 197, 94, 0.16);
    color: #86efac;
}

.license-card__status--idle {
    background: rgba(248, 113, 113, 0.14);
    color: #fca5a5;
}

.license-card__meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
    margin-top: 1rem;
}

.license-card__meta-item {
    padding: 0.9rem;
    border-radius: 1rem;
    background: rgba(2, 6, 23, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.04);
}

.license-card__meta-label {
    display: block;
    color: #94a3b8;
    font-size: 0.78rem;
    margin-bottom: 0.32rem;
}

.license-card__meta-item strong {
    color: #fff;
    font-size: 0.92rem;
}

.license-card__progress {
    margin-top: 1rem;
    height: 0.42rem;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.12);
    overflow: hidden;
}

.license-card__progress span {
    display: block;
    width: 78%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #22c55e, #facc15);
}

.insight-card {
    padding: 1rem 1.05rem;
    border-radius: 1.2rem;
    background: rgba(15, 23, 42, 0.56);
    border: 1px solid rgba(148, 163, 184, 0.12);
}

.insight-card--gold {
    background: linear-gradient(135deg, rgba(217, 119, 6, 0.18), rgba(15, 23, 42, 0.62));
    border-color: rgba(245, 158, 11, 0.22);
}

.insight-card__label {
    color: #94a3b8;
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
}

.insight-card__value {
    color: #fff;
    font-size: 1.05rem;
    font-weight: 700;
}

.dashboard-action-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.05rem;
    border-radius: 1.2rem;
    background: rgba(15, 23, 42, 0.56);
    border: 1px solid rgba(148, 163, 184, 0.12);
    color: #f8fafc;
    transition: transform 0.35s ease, border-color 0.35s ease, background 0.35s ease;
}

.dashboard-action-card:hover {
    transform: translateX(-4px);
    border-color: rgba(245, 158, 11, 0.3);
    background: rgba(30, 41, 59, 0.72);
}

.dashboard-action-card__title {
    font-weight: 700;
}

.dashboard-action-card__text {
    color: #94a3b8;
    font-size: 0.85rem;
    margin-top: 0.2rem;
}

.dashboard-table-wrap {
    overflow-x: auto;
}

.dashboard-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 0.85rem;
    min-width: 620px;
}

.dashboard-table thead th {
    text-align: right;
    color: #94a3b8;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 0 1rem 0.2rem;
}

.dashboard-table tbody tr {
    background: rgba(15, 23, 42, 0.58);
    box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.09);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dashboard-table tbody tr:hover {
    transform: translateY(-3px);
    box-shadow: inset 0 0 0 1px rgba(245, 158, 11, 0.14), 0 16px 34px rgba(15, 23, 42, 0.18);
}

.dashboard-table tbody td {
    padding: 1rem;
    color: #e2e8f0;
}

.dashboard-table tbody td:first-child {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.dashboard-table tbody td:last-child {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
}

.order-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 700;
    text-transform: uppercase;
}

.order-status--paid {
    background: rgba(34, 197, 94, 0.15);
    color: #86efac;
}

.order-status--pending {
    background: rgba(250, 204, 21, 0.14);
    color: #fde68a;
}

.dashboard-empty-state {
    text-align: center;
    padding: 2rem 1rem;
    border-radius: 1.35rem;
    background: rgba(15, 23, 42, 0.45);
    border: 1px dashed rgba(148, 163, 184, 0.22);
}

.dashboard-empty-state--table {
    margin: 0.25rem 0;
}

.dashboard-empty-state__icon {
    width: 3rem;
    height: 3rem;
    margin: 0 auto 1rem;
    display: grid;
    place-items: center;
    border-radius: 999px;
    color: #f8fafc;
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.95), rgba(59, 130, 246, 0.9));
    font-weight: 800;
}

.dashboard-empty-state h4 {
    color: #fff;
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 0.45rem;
}

.dashboard-empty-state p {
    color: #94a3b8;
    max-width: 32rem;
    margin: 0 auto;
    line-height: 1.9;
}

@keyframes dashboardFadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes dashboardFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-12px);
    }
}

@media (max-width: 767px) {
    .dashboard-panel__header,
    .license-card__top {
        align-items: start;
        flex-direction: column;
    }

    .license-card__meta {
        grid-template-columns: 1fr;
    }

    .dashboard-table {
        min-width: 520px;
    }
}

.landing-shell {
    position: relative;
}

.landing-hero {
    position: relative;
    border-radius: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 30px 80px rgba(2, 6, 23, 0.4);
}

.landing-hero__mesh {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 12% 22%, rgba(245, 158, 11, 0.16), transparent 24%),
        radial-gradient(circle at 82% 18%, rgba(56, 189, 248, 0.18), transparent 24%),
        radial-gradient(circle at 70% 70%, rgba(59, 130, 246, 0.12), transparent 18%),
        linear-gradient(135deg, rgba(8, 15, 31, 0.98), rgba(10, 17, 33, 0.92));
}

.landing-badge {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.55rem 1rem;
    border-radius: 999px;
    color: #f8fafc;
    background: rgba(15, 23, 42, 0.72);
    border: 1px solid rgba(250, 204, 21, 0.18);
    font-size: 0.82rem;
}

.landing-badge__dot {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    box-shadow: 0 0 14px rgba(251, 191, 36, 0.75);
}

.landing-title {
    color: #fff;
    font-size: clamp(2.2rem, 5vw, 4.6rem);
    line-height: 1.1;
    font-weight: 800;
    max-width: 14ch;
}

.landing-subtitle {
    max-width: 46rem;
    color: #cbd5e1;
    font-size: 1rem;
    line-height: 2;
}

.landing-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
}

.landing-primary-btn,
.landing-secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 11.5rem;
    padding: 0.95rem 1.35rem;
    border-radius: 1rem;
}

.landing-secondary-btn {
    color: #e2e8f0;
    background: rgba(15, 23, 42, 0.52);
    border: 1px solid rgba(148, 163, 184, 0.2);
    transition: all 0.3s ease;
}

.landing-secondary-btn:hover {
    transform: translateY(-3px);
    border-color: rgba(56, 189, 248, 0.32);
    color: #fff;
}

.landing-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.landing-metric {
    padding: 1rem 1.1rem;
    border-radius: 1.2rem;
    background: rgba(15, 23, 42, 0.56);
    border: 1px solid rgba(148, 163, 184, 0.12);
}

.landing-metric strong {
    display: block;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 0.45rem;
}

.landing-metric span {
    color: #94a3b8;
    font-size: 0.82rem;
}

.hero-showcase {
    --pointer-x: 50%;
    --pointer-y: 50%;
    position: relative;
    overflow: hidden;
    padding: 1.4rem;
    border-radius: 1.9rem;
    background:
        radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(250, 204, 21, 0.18), transparent 26%),
        linear-gradient(180deg, rgba(15, 23, 42, 0.98), rgba(15, 23, 42, 0.82));
    border: 1px solid rgba(250, 204, 21, 0.16);
    box-shadow: 0 30px 60px rgba(2, 6, 23, 0.34);
    transition: transform 0.18s ease-out, border-color 0.3s ease, box-shadow 0.3s ease;
    transform-style: preserve-3d;
    will-change: transform;
}

.hero-showcase:hover {
    border-color: rgba(250, 204, 21, 0.28);
    box-shadow: 0 35px 70px rgba(2, 6, 23, 0.42);
}

.hero-showcase__top,
.hero-showcase__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.hero-showcase__tag,
.hero-showcase__live {
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
    font-size: 0.74rem;
}

.hero-showcase__tag {
    color: #fef3c7;
    background: rgba(245, 158, 11, 0.12);
}

.hero-showcase__live {
    color: #86efac;
    background: rgba(34, 197, 94, 0.12);
}

.hero-showcase__screen {
    margin: 1.1rem 0 1.2rem;
    padding: 1.1rem;
    border-radius: 1.5rem;
    background: rgba(2, 6, 23, 0.52);
    border: 1px solid rgba(148, 163, 184, 0.12);
}

.hero-showcase__screen-bar {
    width: 4.2rem;
    height: 0.35rem;
    border-radius: 999px;
    background: linear-gradient(90deg, #38bdf8, #f59e0b);
    margin-bottom: 1rem;
}

.hero-showcase__grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 0.9rem;
}

.hero-showcase__card {
    min-height: 7rem;
    padding: 1rem;
    border-radius: 1.2rem;
    background: rgba(15, 23, 42, 0.72);
    border: 1px solid rgba(148, 163, 184, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hero-showcase__card--large {
    grid-row: span 2;
    min-height: 14.9rem;
    background: linear-gradient(180deg, rgba(56, 189, 248, 0.12), rgba(15, 23, 42, 0.72));
}

.hero-showcase__card span {
    color: #94a3b8;
    font-size: 0.8rem;
}

.hero-showcase__card strong {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
}

.hero-showcase__label {
    color: #94a3b8;
    font-size: 0.8rem;
    margin-bottom: 0.25rem;
}

.hero-showcase__name {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
}

.hero-showcase__price {
    color: #fbbf24;
    font-size: 1.6rem;
    font-weight: 800;
}

.feature-strip {
    padding: 1.4rem;
    border-radius: 1.5rem;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.feature-strip:hover {
    transform: translateY(-4px);
    border-color: rgba(250, 204, 21, 0.22);
}

.feature-strip__icon {
    width: 3rem;
    height: 3rem;
    display: grid;
    place-items: center;
    border-radius: 1rem;
    margin-bottom: 1rem;
    color: #0f172a;
    font-weight: 800;
    background: linear-gradient(135deg, #fcd34d, #38bdf8);
}

.feature-strip h3 {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.feature-strip p {
    color: #94a3b8;
    line-height: 1.9;
    font-size: 0.92rem;
}

.landing-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1.5rem;
}

.landing-section-title {
    color: #fff;
    font-size: clamp(1.8rem, 3vw, 3rem);
    font-weight: 800;
}

.landing-section-copy {
    max-width: 38rem;
    color: #94a3b8;
    line-height: 1.9;
}

.pricing-group {
    display: grid;
    gap: 1.5rem;
}

.pricing-group__head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
}

.pricing-group__eyebrow {
    display: inline-block;
    margin-bottom: 0.35rem;
    color: #fbbf24;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
}

.pricing-group__eyebrow--sky {
    color: #7dd3fc;
}

.pricing-group__eyebrow--violet {
    color: #c4b5fd;
}

.pricing-group__title {
    color: #fff;
    font-size: 2rem;
    font-weight: 800;
}

.pricing-group__hint {
    color: #94a3b8;
    font-size: 0.92rem;
}

.plan-card {
    --pointer-x: 50%;
    --pointer-y: 50%;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    border-radius: 1.7rem;
    background:
        radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(250, 204, 21, 0.12), transparent 24%),
        linear-gradient(180deg, rgba(15, 23, 42, 0.92), rgba(15, 23, 42, 0.72));
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 24px 50px rgba(2, 6, 23, 0.24);
    transition: transform 0.18s ease-out, border-color 0.3s ease, box-shadow 0.3s ease;
    transform-style: preserve-3d;
    will-change: transform;
}

.plan-card:hover {
    border-color: rgba(250, 204, 21, 0.28);
    box-shadow: 0 30px 60px rgba(2, 6, 23, 0.34);
}

.plan-card--featured {
    border-color: rgba(250, 204, 21, 0.34);
}

.plan-card--sky {
    background:
        radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(56, 189, 248, 0.14), transparent 24%),
        linear-gradient(180deg, rgba(15, 23, 42, 0.92), rgba(15, 23, 42, 0.72));
}

.plan-card--violet {
    background:
        radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(168, 85, 247, 0.14), transparent 24%),
        linear-gradient(180deg, rgba(15, 23, 42, 0.92), rgba(15, 23, 42, 0.72));
}

.plan-card__glow {
    position: absolute;
    inset: auto auto -20% -12%;
    width: 10rem;
    height: 10rem;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(250, 204, 21, 0.18), transparent 70%);
    filter: blur(12px);
}

.plan-card__visual {
    position: relative;
    height: 15rem;
    margin: 1.1rem;
    border-radius: 1.35rem;
    overflow: hidden;
    background: rgba(15, 23, 42, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.plan-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.plan-card__placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 1.2rem;
    background:
        radial-gradient(circle at top right, rgba(250, 204, 21, 0.18), transparent 28%),
        linear-gradient(135deg, #172033, #0f172a);
}

.plan-card__placeholder--sky {
    background:
        radial-gradient(circle at top right, rgba(56, 189, 248, 0.2), transparent 28%),
        linear-gradient(135deg, #172033, #0f172a);
}

.plan-card__placeholder--violet {
    background:
        radial-gradient(circle at top right, rgba(168, 85, 247, 0.22), transparent 28%),
        linear-gradient(135deg, #172033, #0f172a);
}

.plan-card__placeholder span {
    color: #94a3b8;
    font-size: 0.82rem;
    margin-bottom: 0.35rem;
}

.plan-card__placeholder strong {
    color: #fff;
    font-size: 1.55rem;
    font-weight: 800;
}

.plan-card__visual-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    padding: 0.42rem 0.7rem;
    border-radius: 999px;
    color: #fef3c7;
    font-size: 0.72rem;
    background: rgba(245, 158, 11, 0.16);
    border: 1px solid rgba(245, 158, 11, 0.24);
    text-transform: uppercase;
}

.plan-card__visual-badge--sky {
    color: #dbeafe;
    background: rgba(56, 189, 248, 0.16);
    border-color: rgba(56, 189, 248, 0.24);
}

.plan-card__visual-badge--violet {
    color: #ede9fe;
    background: rgba(168, 85, 247, 0.16);
    border-color: rgba(168, 85, 247, 0.24);
}

.plan-card__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 0 1.2rem 1.2rem;
}

.plan-card__head {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 1rem;
}

.plan-card__title {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 800;
    line-height: 1.35;
}

.plan-card__desc {
    color: #94a3b8;
    margin-top: 0.55rem;
    line-height: 1.85;
    font-size: 0.92rem;
}

.plan-card__popular {
    flex-shrink: 0;
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
    color: #111827;
    background: linear-gradient(135deg, #fde68a, #f59e0b);
    font-size: 0.72rem;
    font-weight: 700;
}

.plan-card__features {
    display: grid;
    gap: 0.7rem;
    margin: 1.3rem 0;
}

.plan-card__feature {
    position: relative;
    padding: 0.75rem 0.9rem 0.75rem 0.75rem;
    border-radius: 1rem;
    color: #dbeafe;
    background: rgba(2, 6, 23, 0.34);
    border: 1px solid rgba(148, 163, 184, 0.08);
}

.plan-card__feature::before {
    content: "";
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 999px;
    display: inline-block;
    margin-left: 0.6rem;
    background: linear-gradient(135deg, #22c55e, #facc15);
    box-shadow: 0 0 10px rgba(34, 197, 94, 0.45);
}

.plan-card__footer {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin-top: auto;
}

.plan-card__price {
    color: #fbbf24;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
}

.plan-card__price-note {
    color: #94a3b8;
    font-size: 0.8rem;
    margin-top: 0.35rem;
}

.plan-card__button {
    padding: 0.85rem 1.1rem;
    border-radius: 0.95rem;
    white-space: nowrap;
}

.landing-workflow {
    border-radius: 1.9rem;
    padding: 1.8rem;
}

.workflow-card {
    padding: 1.3rem;
    border-radius: 1.4rem;
    background: rgba(15, 23, 42, 0.52);
    border: 1px solid rgba(148, 163, 184, 0.12);
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.workflow-card:hover {
    transform: translateY(-4px);
    border-color: rgba(250, 204, 21, 0.2);
}

.workflow-card__step {
    width: 3rem;
    height: 3rem;
    display: grid;
    place-items: center;
    border-radius: 1rem;
    margin-bottom: 1rem;
    color: #0f172a;
    font-weight: 800;
    background: linear-gradient(135deg, #fcd34d, #38bdf8);
}

.workflow-card h3 {
    color: #fff;
    font-size: 1.08rem;
    font-weight: 700;
    margin-bottom: 0.45rem;
}

.workflow-card p {
    color: #94a3b8;
    line-height: 1.9;
    font-size: 0.92rem;
}

@media (max-width: 1023px) {
    .landing-section-head,
    .pricing-group__head {
        align-items: start;
        flex-direction: column;
    }

    .landing-metrics {
        grid-template-columns: 1fr;
    }

    .hero-showcase__grid {
        grid-template-columns: 1fr;
    }

    .hero-showcase__card--large {
        grid-row: auto;
        min-height: 9rem;
    }
}

@media (max-width: 767px) {
    .landing-title {
        max-width: none;
    }

    .landing-hero__actions,
    .plan-card__footer,
    .plan-card__head {
        flex-direction: column;
        align-items: stretch;
    }

    .landing-primary-btn,
    .landing-secondary-btn,
    .plan-card__button {
        width: 100%;
    }
}
