.hero-premium {
    position: relative;
    min-height: 900px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    padding: calc(var(--header-height) + 85px) 0 0;
    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #f8fbff 60%,
            #f1f7ff 100%
        );
}

.hero-premium-background {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.hero-orb {
    position: absolute;
    display: block;
    border-radius: 50%;
    filter: blur(2px);
}

.hero-orb-one {
    top: 70px;
    right: -160px;
    width: 620px;
    height: 620px;
    background:
        radial-gradient(
            circle,
            rgba(96, 165, 250, 0.22),
            rgba(219, 234, 254, 0.08) 55%,
            transparent 72%
        );
}

.hero-orb-two {
    bottom: 30px;
    left: -240px;
    width: 540px;
    height: 540px;
    background:
        radial-gradient(
            circle,
            rgba(37, 99, 235, 0.13),
            transparent 68%
        );
}

.hero-grid-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.38;
    background-image:
        linear-gradient(
            rgba(37, 99, 235, 0.04) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(37, 99, 235, 0.04) 1px,
            transparent 1px
        );
    background-size: 48px 48px;
    mask-image:
        linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.9),
            transparent 88%
        );
}

.hero-premium-container {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns:
        minmax(0, 0.82fr)
        minmax(560px, 1.18fr);
    align-items: center;
    gap: 62px;
    padding-bottom: 85px;
}

.hero-premium-content {
    max-width: 620px;
}

.hero-premium-badge {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
    padding: 9px 14px 9px 10px;
    color: var(--primary-dark);
    font-size: 13px;
    font-weight: 800;
    background: rgba(239, 246, 255, 0.9);
    border: 1px solid #bfdbfe;
    border-radius: 999px;
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.08);
}

.hero-premium-badge-icon {
    width: 27px;
    height: 27px;
    display: grid;
    place-items: center;
    color: var(--white);
    background:
        linear-gradient(
            135deg,
            var(--primary),
            var(--primary-dark)
        );
    border-radius: 50%;
}

.hero-premium-badge-icon svg {
    width: 15px;
    height: 15px;
    fill: currentColor;
}

.hero-premium-title {
    max-width: 690px;
    margin-bottom: 25px;
    color: var(--secondary);
    font-size: clamp(48px, 5.3vw, 76px);
    line-height: 1.02;
    letter-spacing: -4px;
}

.hero-premium-title span {
    display: block;
    width: fit-content;
    color: transparent;
    background:
        linear-gradient(
            100deg,
            var(--primary-dark),
            #3b82f6 58%,
            #0ea5e9
        );
    background-clip: text;
    -webkit-background-clip: text;
}

.hero-premium-description {
    max-width: 610px;
    color: #5f6f86;
    font-size: 19px;
    line-height: 1.75;
}

.hero-premium-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-top: 32px;
}

.hero-primary-button {
    min-height: 56px;
    gap: 11px;
    padding-right: 20px;
    padding-left: 24px;
    border-radius: 14px;
}

.hero-primary-button svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 0.2s ease;
}

.hero-primary-button:hover svg {
    transform: translateX(4px);
}

.hero-demo-button {
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    gap: 11px;
    padding: 8px 20px 8px 9px;
    color: var(--secondary);
    font-size: 15px;
    font-weight: 800;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid var(--border);
    border-radius: 14px;
    box-shadow: 0 9px 25px rgba(15, 23, 42, 0.05);
    transition:
        color 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

.hero-demo-button:hover {
    color: var(--primary);
    border-color: #bfdbfe;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.09);
    transform: translateY(-2px);
}

.hero-demo-icon {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    color: var(--primary);
    background: var(--primary-light);
    border-radius: 11px;
}

.hero-demo-icon svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.hero-premium-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 21px;
    margin-top: 29px;
}

.hero-trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #536278;
    font-size: 13px;
    font-weight: 700;
}

.hero-trust-icon {
    width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
    color: var(--success);
    background: #dcfce7;
    border-radius: 50%;
}

.hero-trust-icon svg {
    width: 13px;
    height: 13px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.hero-customer-proof {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 35px;
    padding-top: 27px;
    border-top: 1px solid rgba(203, 213, 225, 0.7);
}

.hero-customer-avatars {
    display: flex;
    flex-shrink: 0;
}

.hero-customer-avatars span {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    margin-left: -8px;
    color: var(--white);
    font-size: 10px;
    font-weight: 900;
    background:
        linear-gradient(
            135deg,
            #334155,
            #0f172a
        );
    border: 3px solid var(--white);
    border-radius: 50%;
}

.hero-customer-avatars span:first-child {
    margin-left: 0;
    background:
        linear-gradient(
            135deg,
            var(--primary),
            var(--primary-dark)
        );
}

.hero-customer-avatars span:nth-child(2) {
    background:
        linear-gradient(
            135deg,
            #0ea5e9,
            #0369a1
        );
}

.hero-customer-avatars span:nth-child(3) {
    background:
        linear-gradient(
            135deg,
            #8b5cf6,
            #6d28d9
        );
}

.hero-customer-avatars span:last-child {
    color: var(--primary-dark);
    background: #dbeafe;
}

.hero-customer-copy {
    min-width: 0;
}

.hero-customer-stars {
    margin-bottom: 4px;
    color: #f59e0b;
    font-size: 12px;
    letter-spacing: 2px;
}

.hero-customer-copy p {
    max-width: 390px;
    color: var(--muted);
    font-size: 11px;
    line-height: 1.5;
}

.hero-premium-visual {
    position: relative;
    min-height: 590px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-glow {
    position: absolute;
    width: 88%;
    height: 75%;
    background: rgba(59, 130, 246, 0.22);
    border-radius: 50%;
    filter: blur(70px);
}

.hero-app-window {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 730px;
    overflow: hidden;
    background: var(--white);
    border: 1px solid rgba(191, 219, 254, 0.8);
    border-radius: 24px;
    box-shadow:
        0 45px 100px rgba(15, 23, 42, 0.18),
        0 15px 38px rgba(37, 99, 235, 0.12);
    transform:
        perspective(1500px)
        rotateY(-5deg)
        rotateX(2deg);
    transform-origin: center;
}

.hero-app-topbar {
    height: 51px;
    display: flex;
    align-items: center;
    gap: 17px;
    padding: 0 17px;
    background: #f8fafc;
    border-bottom: 1px solid var(--border);
}

.hero-window-controls {
    display: flex;
    gap: 6px;
}

.hero-window-controls span {
    width: 9px;
    height: 9px;
    background: #cbd5e1;
    border-radius: 50%;
}

.hero-window-controls span:first-child {
    background: #fb7185;
}

.hero-window-controls span:nth-child(2) {
    background: #fbbf24;
}

.hero-window-controls span:nth-child(3) {
    background: #4ade80;
}

.hero-browser-address {
    max-width: 270px;
    height: 29px;
    display: flex;
    align-items: center;
    gap: 7px;
    flex: 1;
    margin-inline: auto;
    padding: 0 11px;
    color: #64748b;
    font-size: 9px;
    background: #edf2f7;
    border-radius: 8px;
}

.hero-browser-lock {
    width: 13px;
    height: 13px;
    color: #64748b;
}

.hero-browser-lock svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.hero-app-user {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    color: var(--white);
    font-size: 9px;
    font-weight: 900;
    background:
        linear-gradient(
            135deg,
            var(--primary),
            var(--primary-dark)
        );
    border-radius: 50%;
}

.hero-app-layout {
    min-height: 455px;
    display: grid;
    grid-template-columns: 60px minmax(0, 1fr);
}

.hero-app-sidebar {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 17px 8px;
    background:
        linear-gradient(
            180deg,
            #0f172a,
            #172554
        );
}

.hero-sidebar-brand {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    margin-bottom: 27px;
    color: var(--white);
    font-size: 15px;
    font-weight: 900;
    background: var(--primary);
    border-radius: 10px;
}

.hero-sidebar-menu {
    display: grid;
    gap: 17px;
}

.hero-sidebar-link {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    color: #64748b;
    border-radius: 9px;
}

.hero-sidebar-link.is-active {
    color: #bfdbfe;
    background: rgba(59, 130, 246, 0.22);
}

.hero-sidebar-link svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.hero-app-main {
    min-width: 0;
    padding: 24px;
    background: #f7f9fc;
}

.hero-dashboard-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.hero-dashboard-header div {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.hero-dashboard-header span {
    color: var(--muted);
    font-size: 9px;
}

.hero-dashboard-header h2 {
    color: var(--secondary);
    font-size: 18px;
}

.hero-dashboard-header button {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 10px;
    color: #475569;
    font-size: 9px;
    font-weight: 700;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 8px;
}

.hero-dashboard-header button svg {
    width: 12px;
    height: 12px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.hero-dashboard-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 19px;
}

.hero-metric-card {
    min-width: 0;
    padding: 14px;
    background: var(--white);
    border: 1px solid #edf1f6;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(15, 23, 42, 0.025);
}

.hero-metric-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.hero-metric-heading > span:first-child {
    overflow: hidden;
    color: var(--muted);
    font-size: 9px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hero-metric-icon {
    width: 26px;
    height: 26px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    color: var(--primary);
    background: var(--primary-light);
    border-radius: 8px;
}

.hero-metric-icon svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.hero-metric-card > strong {
    display: block;
    margin-top: 12px;
    overflow: hidden;
    color: var(--secondary);
    font-size: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hero-metric-card > small {
    display: block;
    margin-top: 7px;
    overflow: hidden;
    color: var(--muted);
    font-size: 7px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hero-metric-card > small span {
    margin-right: 3px;
    color: var(--success);
    font-weight: 900;
}

.hero-dashboard-bottom {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(155px, 0.75fr);
    gap: 12px;
    margin-top: 13px;
}

.hero-chart-card,
.hero-ecf-card {
    min-height: 226px;
    background: var(--white);
    border: 1px solid #edf1f6;
    border-radius: 12px;
}

.hero-chart-card {
    min-width: 0;
    padding: 15px;
}

.hero-chart-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}

.hero-chart-header div {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.hero-chart-header span {
    color: var(--muted);
    font-size: 8px;
}

.hero-chart-header strong {
    color: var(--secondary);
    font-size: 13px;
}

.hero-chart-label {
    position: relative;
    padding-left: 12px;
}

.hero-chart-label::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 7px;
    height: 7px;
    content: "";
    background: var(--primary);
    border-radius: 50%;
    transform: translateY(-50%);
}

.hero-chart-area {
    position: relative;
    height: 125px;
    margin-top: 13px;
    overflow: hidden;
}

.hero-chart-lines {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hero-chart-lines span {
    width: 100%;
    height: 1px;
    background: #eef2f7;
}

.hero-chart-area svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.hero-chart-fill {
    fill: url("#hero-chart-fill");
}

.hero-chart-line {
    fill: none;
    stroke: var(--primary);
    stroke-width: 3;
    stroke-linecap: round;
}

.hero-chart-months {
    display: flex;
    justify-content: space-between;
    color: #94a3b8;
    font-size: 7px;
}

.hero-ecf-card {
    display: flex;
    flex-direction: column;
    padding: 16px;
}

.hero-ecf-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hero-ecf-icon {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    color: var(--primary);
    background: var(--primary-light);
    border-radius: 10px;
}

.hero-ecf-icon svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.hero-ecf-active {
    padding: 5px 7px;
    color: #15803d;
    font-size: 7px;
    font-weight: 900;
    background: #dcfce7;
    border-radius: 999px;
}

.hero-ecf-card h3 {
    margin-top: 17px;
    color: var(--secondary);
    font-size: 13px;
    line-height: 1.35;
}

.hero-ecf-card > p {
    margin-top: 7px;
    color: var(--muted);
    font-size: 8px;
    line-height: 1.5;
}

.hero-ecf-status {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: auto;
    padding: 11px;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 10px;
}

.hero-ecf-status > span {
    width: 27px;
    height: 27px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    color: var(--success);
    background: #dcfce7;
    border-radius: 50%;
}

.hero-ecf-status svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.hero-ecf-status div {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.hero-ecf-status strong {
    color: #166534;
    font-size: 9px;
}

.hero-ecf-status small {
    overflow: hidden;
    color: #4b7d5b;
    font-size: 7px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hero-floating-card {
    position: absolute;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 13px 15px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(203, 213, 225, 0.85);
    border-radius: 15px;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.14);
    backdrop-filter: blur(12px);
}

.hero-floating-sales {
    top: 12px;
    right: -20px;
}

.hero-floating-ecf {
    bottom: 25px;
    left: -42px;
}

.hero-floating-stock {
    right: -28px;
    bottom: 115px;
}

.hero-floating-card-icon {
    width: 35px;
    height: 35px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    color: var(--primary);
    background: var(--primary-light);
    border-radius: 10px;
}

.hero-floating-card-icon.is-success {
    color: var(--success);
    background: #dcfce7;
}

.hero-floating-card-icon.is-warning {
    color: #d97706;
    background: #fef3c7;
}

.hero-floating-card-icon svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.hero-floating-card div {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.hero-floating-card small {
    color: var(--muted);
    font-size: 8px;
}

.hero-floating-card strong {
    color: var(--secondary);
    font-size: 10px;
    white-space: nowrap;
}

.hero-floating-card div > span {
    color: var(--success);
    font-size: 8px;
    font-weight: 900;
}

.hero-premium-bottom {
    position: relative;
    z-index: 3;
    margin-top: auto;
    padding: 18px 0;
    background: rgba(255, 255, 255, 0.78);
    border-top: 1px solid rgba(203, 213, 225, 0.72);
    border-bottom: 1px solid rgba(203, 213, 225, 0.72);
    backdrop-filter: blur(15px);
}

.hero-premium-bottom-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.hero-premium-bottom-container > span {
    color: var(--muted);
    font-size: 12px;
    font-weight: 700;
}

.hero-capabilities {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 13px;
}

.hero-capabilities strong {
    color: #475569;
    font-size: 12px;
    font-weight: 800;
}

.hero-capabilities i {
    width: 4px;
    height: 4px;
    display: block;
    background: #93c5fd;
    border-radius: 50%;
}

@keyframes heroFloat {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-7px);
    }
}

.hero-floating-sales {
    animation: heroFloat 4.6s ease-in-out infinite;
}

.hero-floating-ecf {
    animation: heroFloat 5.4s ease-in-out 0.8s infinite;
}

.hero-floating-stock {
    animation: heroFloat 5s ease-in-out 0.3s infinite;
}