@font-face {
    font-family: 'Iransans';
    src: url('../font/Iransans.ttf') format('truetype'), url('../font/Iransans.woff') format('woff');
}

.host-page,
.host-page * {
    font-family: 'Vazirmatn', 'Iransans', sans-serif;
}

.host-page {
    --hg: #22c55e;
    --hg2: #16a34a;
    --hg3: #86efac;
    --hg-soft: 34, 197, 94;
    --hg2-soft: 22, 163, 74;
    scroll-behavior: smooth;
    background: #000;
}

.host-page ::selection {
    background: rgba(var(--hg-soft), 0.35);
    color: #fff;
}

.host-wrap {
    max-width: 76rem;
    margin: 0 auto;
    padding: 0 1.25rem;
}

.host-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0.9rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--hg3);
    background: rgba(var(--hg-soft), 0.08);
    border: 1px solid rgba(var(--hg-soft), 0.22);
}

.host-eyebrow .dot {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 999px;
    background: var(--hg);
    box-shadow: 0 0 12px rgba(var(--hg-soft), 0.9);
    animation: host-pulse 2.4s ease-in-out infinite;
}

.host-section {
    position: relative;
    padding: 6rem 0;
    background: #000;
}

.host-h2 {
    font-size: clamp(1.7rem, 4.2vw, 2.7rem);
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

.host-sub {
    color: rgba(255, 255, 255, 0.5);
    font-size: clamp(0.95rem, 2vw, 1.08rem);
    line-height: 2;
    max-width: 42rem;
}

.host-accent {
    color: var(--hg);
}

.host-grad-text {
    background: linear-gradient(100deg, var(--hg3), var(--hg) 55%, var(--hg2));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.host-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-height: 3.15rem;
    padding: 0.9rem 1.9rem;
    border-radius: 1rem;
    font-size: 0.95rem;
    font-weight: 800;
    border: 1px solid transparent;
    position: relative;
    overflow: hidden;
    transition: transform 0.2s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.2s ease, border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
    will-change: transform;
}

.host-btn svg {
    width: 1.15rem;
    height: 1.15rem;
}

.host-btn-primary {
    color: #04120a;
    background: var(--hg);
    box-shadow: 0 12px 30px -14px rgba(var(--hg-soft), 0.9);
}

.host-btn-ghost {
    color: rgba(255, 255, 255, 0.82);
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.03);
}

@media (hover: hover) {
    .host-btn-primary:hover {
        transform: translateY(-3px);
        background: var(--hg3);
        box-shadow: 0 20px 42px -14px rgba(var(--hg-soft), 1);
    }

    .host-btn-ghost:hover {
        transform: translateY(-3px);
        border-color: rgba(var(--hg-soft), 0.55);
        color: #fff;
    }
}

.host-btn:active {
    transform: translateY(0) scale(0.98);
}

.host-hero {
    position: relative;
    margin-top: -4rem;
    min-height: 90vh;
    min-height: 90svh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 8rem 0 6rem;
    overflow: hidden;
    background: #000;
}

.host-hero-fibers {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    background:
        radial-gradient(60rem 40rem at 70% -10%, rgba(var(--hg-soft), 0.12), transparent 60%),
        #000;
    -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 55%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000 0%, #000 55%, transparent 100%);
}

.host-hero-fibers canvas {
    width: 100%;
    height: 100%;
    display: block;
}

.host-hero-veil {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        radial-gradient(ellipse 55% 50% at 72% 42%, rgba(0, 0, 0, 0.72), transparent 70%),
        linear-gradient(to bottom, rgba(0, 0, 0, 0.35), transparent 22%, transparent 52%, rgba(0, 0, 0, 0.85) 88%, #000 100%);
}

.host-hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 3rem;
    align-items: center;
}

.host-hero-title {
    font-size: clamp(2.4rem, 6vw, 4.3rem);
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -0.015em;
    margin: 1.2rem 0 1.1rem;
}

.host-hero-sub {
    color: rgba(255, 255, 255, 0.6);
    font-size: clamp(0.98rem, 2.2vw, 1.18rem);
    line-height: 2.05;
    max-width: 34rem;
    margin-bottom: 2rem;
}

.host-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.host-hero-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 2.2rem;
}

.host-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 0.95rem;
    border-radius: 0.85rem;
    font-size: 0.8rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.82);
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(6px);
}

.host-chip svg {
    width: 1rem;
    height: 1rem;
    color: var(--hg);
}

.host-panelcard {
    position: relative;
    border-radius: 1.5rem;
    padding: 1.1rem;
    background: rgb(var(--color-surface));
    border: 1px solid rgba(var(--hg-soft), 0.2);
    box-shadow: 0 40px 90px -44px rgba(var(--hg-soft), 0.6);
    animation: host-float 7s ease-in-out infinite;
}

.host-panelcard-bar {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.5rem 0.85rem;
}

.host-dot {
    width: 0.62rem;
    height: 0.62rem;
    border-radius: 999px;
}

.host-dot.r { background: #ff5f57; }
.host-dot.y { background: #febc2e; }
.host-dot.g { background: #28c840; }

.host-panelcard-title {
    margin-inline-start: auto;
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 600;
    letter-spacing: 0.04em;
}

.host-panelcard-body {
    border-radius: 1rem;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.06);
    padding: 1rem;
    display: grid;
    gap: 0.75rem;
}

.host-stat-row {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.75rem;
}

.host-stat-ico {
    width: 2rem;
    height: 2rem;
    border-radius: 0.6rem;
    display: grid;
    place-items: center;
    background: rgba(var(--hg-soft), 0.14);
    color: var(--hg);
}

.host-stat-ico svg { width: 1.05rem; height: 1.05rem; }

.host-stat-label {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 600;
}

.host-stat-val {
    font-size: 0.82rem;
    font-weight: 800;
    color: #fff;
}

.host-meter {
    grid-column: 1 / -1;
    height: 0.42rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.07);
    overflow: hidden;
}

.host-meter > span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--hg2), var(--hg));
    width: 0;
    transition: width 1.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.host-panelcard.in-view .host-meter > span[data-fill] {
    width: var(--fill);
}

.host-head {
    text-align: center;
    max-width: 44rem;
    margin: 0 auto 3.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.host-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
    gap: 1.1rem;
}

.host-feature {
    position: relative;
    border-radius: 1.25rem;
    padding: 1.6rem;
    background: rgb(var(--color-surface));
    border: 1px solid rgba(255, 255, 255, 0.07);
    overflow: hidden;
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.28s ease;
    will-change: transform;
}

.host-feature::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(26rem 18rem at var(--mx, 50%) var(--my, 0%), rgba(var(--hg-soft), 0.12), transparent 60%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

@media (hover: hover) {
    .host-feature:hover {
        transform: translateY(-6px);
        border-color: rgba(var(--hg-soft), 0.4);
    }

    .host-feature:hover::before {
        opacity: 1;
    }
}

.host-feature-ico {
    position: relative;
    width: 3.1rem;
    height: 3.1rem;
    border-radius: 0.9rem;
    display: grid;
    place-items: center;
    color: var(--hg);
    background: rgba(var(--hg-soft), 0.12);
    border: 1px solid rgba(var(--hg-soft), 0.25);
    margin-bottom: 1.1rem;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.host-feature:hover .host-feature-ico {
    transform: translateY(-2px) rotate(-6deg) scale(1.06);
}

.host-feature-ico svg { width: 1.5rem; height: 1.5rem; }

.host-feature h3 {
    position: relative;
    font-size: 1.05rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.host-feature p {
    position: relative;
    font-size: 0.85rem;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.5);
}

.host-billing {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.09);
    position: relative;
}

.host-billing-btn {
    position: relative;
    z-index: 1;
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.6);
    font-family: inherit;
    font-size: 0.85rem;
    font-weight: 700;
    padding: 0.6rem 1.3rem;
    border-radius: 999px;
    cursor: pointer;
    transition: color 0.25s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.host-billing-btn.active { color: #04120a; }

.host-billing-thumb {
    position: absolute;
    z-index: 0;
    top: 0.35rem;
    bottom: 0.35rem;
    left: 0;
    width: 0;
    border-radius: 999px;
    background: var(--hg);
    transition: left 0.35s cubic-bezier(0.22, 1, 0.36, 1), width 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 8px 20px -8px rgba(var(--hg-soft), 0.9);
}

.host-save-tag {
    font-size: 0.62rem;
    font-weight: 800;
    padding: 0.12rem 0.4rem;
    border-radius: 999px;
    background: rgba(var(--hg-soft), 0.16);
    color: var(--hg);
}

.host-billing-btn.active .host-save-tag {
    background: rgba(4, 18, 10, 0.25);
    color: #04120a;
}

.host-plans-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
    gap: 1.25rem;
    align-items: stretch;
}

.host-plan {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 1.4rem;
    padding: 1.9rem 1.6rem;
    background: rgb(var(--color-surface));
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease, box-shadow 0.35s ease;
    will-change: transform;
}

@media (hover: hover) {
    .host-plan:hover {
        transform: translateY(-8px);
        border-color: rgba(var(--hg-soft), 0.4);
        box-shadow: 0 22px 48px -14px rgba(var(--hg-soft), 0.4);
    }
}

.host-plan.featured {
    border-color: transparent;
    background:
        linear-gradient(180deg, rgba(var(--hg-soft), 0.13), transparent 46%),
        rgb(var(--color-surface));
    animation: host-plan-glow 3.6s ease-in-out infinite;
}

.host-plan.featured::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(160deg, var(--hg), var(--hg2));
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

@media (hover: hover) {
    .host-plan.featured:hover {
        transform: translateY(-12px);
    }
}

.host-plan-badge {
    position: absolute;
    top: -0.85rem;
    right: 50%;
    transform: translateX(50%);
    padding: 0.32rem 1.1rem;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 800;
    color: #04120a;
    background: var(--hg);
    box-shadow: 0 0 18px rgba(var(--hg-soft), 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.35);
    white-space: nowrap;
}

.host-plan-name {
    font-size: 1.15rem;
    font-weight: 800;
    margin-bottom: 0.3rem;
}

.host-plan-tag {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 1.3rem;
}

.host-plan-price {
    display: flex;
    align-items: baseline;
    gap: 0.4rem;
    margin-bottom: 0.3rem;
}

.host-price-num {
    font-size: 2.15rem;
    font-weight: 900;
    letter-spacing: -0.02em;
    color: #fff;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.host-price-num.swap {
    opacity: 0;
    transform: translateY(6px);
}

.host-price-unit {
    font-size: 0.85rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.6);
}

.host-price-cycle {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 1.4rem;
}

.host-plan-specs {
    list-style: none;
    margin: 0 0 1.6rem;
    padding: 1.2rem 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    display: grid;
    gap: 0.7rem;
}

.host-plan-specs li {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.72);
}

.host-plan-specs li svg {
    width: 1.05rem;
    height: 1.05rem;
    color: var(--hg);
    flex-shrink: 0;
}

.host-plan-specs li b {
    color: #fff;
    font-weight: 800;
}

.host-plan .host-btn {
    margin-top: auto;
    width: 100%;
}

.host-showcase {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.host-showcase-list {
    display: grid;
    gap: 1.1rem;
}

.host-show-item {
    display: flex;
    gap: 1rem;
    padding: 1.1rem 1.2rem;
    border-radius: 1rem;
    background: rgb(var(--color-surface));
    border: 1px solid rgba(255, 255, 255, 0.07);
    transition: transform 0.25s ease, border-color 0.25s ease;
}

@media (hover: hover) {
    .host-show-item:hover {
        transform: translateX(-6px);
        border-color: rgba(var(--hg-soft), 0.4);
    }
}

.host-show-num {
    flex-shrink: 0;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 0.75rem;
    display: grid;
    place-items: center;
    font-weight: 900;
    color: var(--hg);
    background: rgba(var(--hg-soft), 0.12);
    border: 1px solid rgba(var(--hg-soft), 0.25);
}

.host-show-item h4 {
    font-size: 0.98rem;
    font-weight: 800;
    margin-bottom: 0.3rem;
}

.host-show-item p {
    font-size: 0.82rem;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.5);
}

.host-window {
    position: relative;
    border-radius: 1.3rem;
    overflow: hidden;
    border: 1px solid rgba(var(--hg-soft), 0.18);
    background: rgb(var(--color-surface));
    box-shadow: 0 40px 90px -48px rgba(var(--hg-soft), 0.7);
}

.host-window-bar {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.85rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    background: rgba(0, 0, 0, 0.3);
}

.host-window-body {
    padding: 1.2rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
}

.host-tile {
    border-radius: 0.85rem;
    padding: 0.9rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    display: grid;
    gap: 0.5rem;
    justify-items: center;
    text-align: center;
    transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.host-tile:hover {
    transform: translateY(-3px);
    background: rgba(var(--hg-soft), 0.08);
    border-color: rgba(var(--hg-soft), 0.3);
}

.host-tile svg {
    width: 1.5rem;
    height: 1.5rem;
    color: var(--hg);
}

.host-tile span {
    font-size: 0.68rem;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 600;
}

.host-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-radius: 1.4rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.015);
    overflow: hidden;
}

.host-stat-cell {
    padding: 2.1rem 1.25rem;
    text-align: center;
    border-inline-start: 1px solid rgba(255, 255, 255, 0.07);
    transition: background 0.25s ease;
}

.host-stat-cell:first-child {
    border-inline-start: 0;
}

@media (hover: hover) {
    .host-stat-cell:hover {
        background: rgba(var(--hg-soft), 0.05);
    }
}

.host-stat-cell-ico {
    width: 2.4rem;
    height: 2.4rem;
    margin: 0 auto 0.9rem;
    border-radius: 0.75rem;
    display: grid;
    place-items: center;
    color: var(--hg);
    background: rgba(var(--hg-soft), 0.1);
    border: 1px solid rgba(var(--hg-soft), 0.22);
}

.host-stat-cell-ico svg { width: 1.25rem; height: 1.25rem; }

.host-stat-num {
    font-size: clamp(1.6rem, 4vw, 2.35rem);
    font-weight: 900;
    letter-spacing: -0.02em;
    color: var(--hg);
    line-height: 1.1;
}

.host-stat-name {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 0.45rem;
}

.host-faq {
    max-width: 46rem;
    margin: 0 auto;
    display: grid;
    gap: 0.75rem;
}

.host-faq .faq-item {
    border: 1px solid rgba(var(--hg-soft), 0.12);
    border-radius: 1rem;
    background: rgb(var(--color-surface));
    transition: border-color 0.3s ease;
    overflow: hidden;
}

.host-faq .faq-item.open {
    border-color: rgba(var(--hg-soft), 0.4);
}

.host-faq .faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.1rem 1.4rem;
    background: none;
    border: none;
    color: #fff;
    font-family: inherit;
    font-size: 0.92rem;
    font-weight: 700;
    cursor: pointer;
    text-align: right;
}

.host-faq .faq-question svg {
    flex-shrink: 0;
    width: 1.15rem;
    height: 1.15rem;
    color: var(--hg);
    transition: transform 0.3s ease;
}

.host-faq .faq-item.open .faq-question svg {
    transform: rotate(180deg);
}

.host-faq .faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.host-faq .faq-item.open .faq-answer {
    grid-template-rows: 1fr;
}

.host-faq .faq-answer-inner {
    overflow: hidden;
    min-height: 0;
    opacity: 0;
    transform: translateY(-6px);
    transition: opacity 0.25s ease, transform 0.3s ease;
}

.host-faq .faq-item.open .faq-answer-inner {
    opacity: 1;
    transform: translateY(0);
}

.host-faq .faq-answer-inner p {
    padding: 0 1.4rem 1.2rem;
    font-size: 0.85rem;
    line-height: 2;
    color: rgba(255, 255, 255, 0.55);
}

.host-cta {
    position: relative;
    border-radius: 1.6rem;
    padding: 3.5rem 2rem;
    text-align: center;
    overflow: hidden;
    background: rgb(var(--color-surface));
    border: 1px solid rgba(var(--hg-soft), 0.2);
}

.host-cta::before {
    content: "";
    position: absolute;
    width: 34rem;
    height: 34rem;
    top: -20rem;
    left: 50%;
    transform: translateX(-50%);
    background: radial-gradient(circle, rgba(var(--hg-soft), 0.28), transparent 62%);
    filter: blur(40px);
    pointer-events: none;
    animation: host-pulse 6s ease-in-out infinite;
}

.host-cta-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.3rem;
}

@keyframes host-pulse {
    0%, 100% { transform: scale(1); opacity: 0.85; }
    50% { transform: scale(1.12); opacity: 1; }
}

@keyframes host-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-14px); }
}

@keyframes host-plan-glow {
    0%, 100% { box-shadow: 0 18px 48px -20px rgba(var(--hg-soft), 0.45), inset 0 0 0 1px rgba(var(--hg-soft), 0.45); }
    50% { box-shadow: 0 26px 68px -20px rgba(var(--hg-soft), 0.8), inset 0 0 0 1px rgba(var(--hg-soft), 0.85); }
}

@media (max-width: 900px) {
    .host-hero-inner,
    .host-showcase {
        grid-template-columns: 1fr;
    }

    .host-hero-mock {
        order: -1;
        max-width: 26rem;
        margin: 0 auto;
    }

    .host-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .host-stat-cell:nth-child(2) {
        border-inline-start: 0;
    }

    .host-stat-cell:nth-child(n + 3) {
        border-top: 1px solid rgba(255, 255, 255, 0.07);
    }
}

@media (max-width: 520px) {
    .host-section { padding: 4.25rem 0; }
    .host-hero { padding-top: 9rem; }
    .host-window-body { grid-template-columns: repeat(2, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
    .host-page * {
        animation: none !important;
        scroll-behavior: auto;
    }

    .host-meter > span {
        transition: none !important;
    }
}

.btn-primary {
    background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));
    transition: all 0.3s;
    animation: pulse-glow 3s infinite;
}

.btn-primary:hover {
    transform: scale(1.05);
}

@keyframes pulse-glow {

    0%,
    100% {
        box-shadow: 0 0px 20px rgba(var(--color-primary-rgb), 0.4);
    }

    50% {
        box-shadow: 0 0px 40px rgba(var(--color-primary-rgb), 0.7);
    }
}
