:root {
    --growyu-red: #e11d48;
    --growyu-red-light: rgba(225, 29, 72, 0.1);
    --slate-50: #f8fafc;
    --slate-100: #f1f5f9;
    --slate-200: #e2e8f0;
    --slate-400: #94a3b8;
    --slate-500: #64748b;
    --slate-600: #475569;
    --slate-800: #1e293b;
    --slate-900: #0f172a;
    --rose-50: #fff1f2;
    --rose-100: #ffe4e6;
}

body {
    background-color: #FDF2F8;
    background-image:
        radial-gradient(circle at 10% 20%, rgba(225, 29, 72, 0.05) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgba(79, 70, 229, 0.05) 0%, transparent 40%);
    color: #1E293B;
    min-height: 100vh;
    font-family: 'Outfit', sans-serif !important;
}

.display-hero {
    font-size: calc(1.8rem + 3.3vw);
    line-height: 1.1;
}

@media (min-width: 992px) {
    .display-hero {
        font-size: 4.5rem;
    }
}

.btn-trial {
    padding: 0.625rem 1.5rem;
}

.glass-card {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.glass-card:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(225, 29, 72, 0.15);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1), 0 0 30px rgba(225, 29, 72, 0.05);
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.5rem 0;
    color: #64748B;
    transition: color 0.3s ease;
}

.feature-item.active {
    color: #334155;
}

.feature-item:hover {
    color: #0F172A;
}

.icon-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.icon-circle.active {
    background: rgba(225, 29, 72, 0.1);
    color: #e11d48;
}

.icon-circle.inactive {
    background: #F1F5F9;
    color: #94A3B8;
}

.btn-gradient {
    background: linear-gradient(135deg, #e11d48 0%, #be123c 100%);
    position: relative;
    overflow: hidden;
    color: white;
}

.btn-gradient::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.btn-gradient:hover::before {
    left: 100%;
}

.btn-gradient:hover {
    box-shadow: 0 8px 25px rgba(225, 29, 72, 0.3);
    transform: translateY(-2px);
}

.tier-growth {
    border: 1px solid rgba(225, 29, 72, 0.2);
    box-shadow: 0 10px 40px rgba(225, 29, 72, 0.05);
    position: relative;
}

.tier-growth::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: linear-gradient(135deg, rgba(225, 29, 72, 0.05), transparent 60%);
    z-index: -1;
    border-radius: inherit;
}

.badge-recommended {
    background: linear-gradient(135deg, #f43f5e, #be123c);
    box-shadow: 0 4px 15px rgba(225, 29, 72, 0.2);
    letter-spacing: 0.1em;
    color: white;
}

/* Micro animation for load */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fade-up {
    animation: fadeUp 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    opacity: 0;
}

.delay-100 {
    animation-delay: 100ms;
}

.delay-200 {
    animation-delay: 200ms;
}

/* Custom Utilities for Bootstrap Refactor */
.text-growyu-red {
    color: var(--growyu-red);
}

.bg-growyu-red {
    background-color: var(--growyu-red);
}

.bg-growyu-red-light {
    background-color: var(--growyu-red-light);
}

.text-slate-400 {
    color: var(--slate-400);
}

.text-slate-500 {
    color: var(--slate-500);
}

.text-slate-600 {
    color: var(--slate-600);
}

.text-slate-900 {
    color: var(--slate-900);
}

.bg-rose-50 {
    background-color: var(--rose-50);
}

.bg-rose-100 {
    background-color: var(--rose-100);
}

.border-rose-100 {
    border-color: var(--rose-100);
}

.max-w-7xl {
    max-width: 80rem;
}

.max-w-6xl {
    max-width: 72rem;
}

.max-w-2xl {
    max-width: 42rem;
}

.tracking-tight {
    letter-spacing: -0.025em;
}

.tracking-widest {
    letter-spacing: 0.1em;
}

.rounded-3xl {
    border-radius: 1.5rem;
}

.rounded-4xl {
    border-radius: 2rem;
}

.w-2 {
    width: 0.5rem;
}

.h-2 {
    height: 0.5rem;
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: .5;
    }
}

.animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

/* Custom scrollbar matching light theme */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #FDF2F8;
}

::-webkit-scrollbar-thumb {
    background: #CBD5E1;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #94A3B8;
}