* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root {
    --background: oklch(98% .02 60);
    --foreground: oklch(25% .03 40);
    --card: oklch(99% .01 60);
    --card-foreground: oklch(25% .03 40);
    --popover: oklch(99% .01 60);
    --popover-foreground: oklch(25% .03 40);
    --primary: oklch(65% .18 35);
    --primary-foreground: oklch(99% .01 60);
    --secondary: oklch(92% .04 60);
    --secondary-foreground: oklch(25% .03 40);
    --muted: oklch(94% .03 60);
    --muted-foreground: oklch(50% .02 40);
    --accent: oklch(58% .2 30);
    --accent-foreground: oklch(99% .01 60);
    --destructive: oklch(57.7% .245 27.325);
    --destructive-foreground: oklch(99% .01 60);
    --border: oklch(88% .03 60);
    --input: oklch(88% .03 60);
    --ring: oklch(65% .18 35);
    --chart-1: oklch(65% .18 35);
    --chart-2: oklch(58% .2 30);
    --chart-3: oklch(75% .15 50);
    --chart-4: oklch(70% .12 45);
    --chart-5: oklch(80% .1 55);
    --radius: .75rem;
    --sidebar: oklch(99% .01 60);
    --sidebar-foreground: oklch(25% .03 40);
    --sidebar-primary: oklch(65% .18 35);
    --sidebar-primary-foreground: oklch(99% .01 60);
    --sidebar-accent: oklch(92% .04 60);
    --sidebar-accent-foreground: oklch(25% .03 40);
    --sidebar-border: oklch(88% .03 60);
    --sidebar-ring: oklch(65% .18 35);
}
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: var(--foreground);
    background-color: var(--background);
    overflow-x: hidden;
}
.min-h-screen { min-height: 100vh; }
.w-full { width: 100%; }
.h-full { height: 100%; }
.w-4 { width: 1rem; }
.h-4 { height: 1rem; }
.w-5 { width: 1.25rem; }
.h-5 { height: 1.25rem; }
.w-6 { width: 1.5rem; }
.h-6 { height: 1.5rem; }
.w-8 { width: 2rem; }
.h-8 { height: 2rem; }
.text-primary { color: var(--primary); }
.text-accent { color: var(--accent); }
.text-foreground { color: var(--foreground); }
.text-muted-foreground { color: var(--muted-foreground); }
.fill-primary { fill: var(--primary); }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }
.text-center { text-align: center; }
.flex { display: flex; }
.flex-col { flex-direction: column; }
.items-center { align-items: center; }
.justify-center { justify-content: center; }
.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }
.space-y-2 > * + * { margin-top: 0.5rem; }
.space-y-4 > * + * { margin-top: 1rem; }
.space-y-6 > * + * { margin-top: 1.5rem; }
.space-y-8 > * + * { margin-top: 2rem; }
.relative { position: relative; }
.absolute { position: absolute; }
.inset-0 { top: 0; right: 0; bottom: 0; left: 0; }
.z-10 { z-index: 10; }
.max-w-4xl { max-width: 56rem; }
.max-w-6xl { max-width: 72rem; }
.max-w-7xl { max-width: 80rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.py-12 { padding-top: 3rem; padding-bottom: 3rem; }
.py-20 { padding-top: 5rem; padding-bottom: 5rem; }
.py-24 { padding-top: 6rem; padding-bottom: 6rem; }
.py-32 { padding-top: 8rem; padding-bottom: 8rem; }
.p-6 { padding: 1.5rem; }
.p-8 { padding: 2rem; }
.p-12 { padding: 3rem; }
.rounded-xl { border-radius: 0.75rem; }
.rounded-full { border-radius: 9999px; }
.border { border: 1px solid var(--border); }
.shadow-sm { box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05); }
.object-cover { object-fit: cover; }
.transition-colors { transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; }
.hover\:text-primary:hover { color: var(--primary); }
.hover\:border-primary\/30:hover { border-color: rgb(255 140 0 / 0.3); }
.overflow-hidden { overflow: hidden; }
.aspect-\[9\/16\] { aspect-ratio: 9 / 16; }
.bg-muted\/30 { background-color: rgb(107 114 128 / 0.3); }
.bg-primary\/10 { background-color: rgb(255 140 0 / 0.1); }
.bg-accent\/10 { background-color: rgb(255 215 0 / 0.1); }
.border-primary\/20 { border-color: rgb(26 26 26 / 0.2); }
.border-accent\/20 { border-color: rgb(255 215 0 / 0.2); }
.border-border\/50 { border-color: rgb(229 231 235 / 0.5); }
.text-sm { font-size: 0.875rem; }
.text-lg { font-size: 1.125rem; }
.text-xl { font-size: 1.25rem; }
.text-2xl { font-size: 1.5rem; }
.text-4xl { font-size: 2.25rem; }
.text-5xl { font-size: 3rem; }
.text-6xl { font-size: 3.75rem; }
.leading-relaxed { line-height: 1.625; }
.text-balance { text-wrap: balance; }
.text-pretty { text-wrap: pretty; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-16 { margin-bottom: 4rem; }
.pt-4 { padding-top: 1rem; }
.inline-flex { display: inline-flex; }
.whitespace-nowrap { white-space: nowrap; }
.shrink-0 { flex-shrink: 0; }
.outline-none { outline: 2px solid transparent; outline-offset: 2px; }
.focus-visible\:border-ring:focus-visible { border-color: var(--primary); }
.focus-visible\:ring-ring\/50:focus-visible { box-shadow: 0 0 0 3px rgb(26 26 26 / 0.5); }
.focus-visible\:ring-\[3px\]:focus-visible { box-shadow: 0 0 0 3px var(--primary); }
.disabled\:pointer-events-none:disabled { pointer-events: none; }
.disabled\:opacity-50:disabled { opacity: 0.5; }
.pointer-events-none { pointer-events: none; }
.grid { display: grid; }
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.gap-1 { gap: 0.25rem; }
.flex-shrink-0 { flex-shrink: 0; }
.w-6 { width: 1.5rem; }
.h-6 { height: 1.5rem; }
.rounded-full { border-radius: 9999px; }
.text-left { text-align: left; }
.text-foreground\/90 { color: rgb(255 140 0 / 0.9); }
.border-t { border-top: 1px solid var(--border); }
.border-border\/50 { border-color: rgb(229 231 235 / 0.5); }
.font-semibold { font-weight: 600; }
.text-muted-foreground { color: var(--muted-foreground); }
.bg-gradient-to-br { background-image: linear-gradient(to bottom right, var(--card), rgb(255 255 255 / 0.5)); }
.border-primary\/20 { border-color: rgb(26 26 26 / 0.2); }
.bg-card { background-color: var(--card); }
.text-card-foreground { color: var(--card-foreground); }
.bg-card\/30 { background-color: rgb(255 255 255 / 0.3); }
.bg-card\/50 { background-color: rgb(255 255 255 / 0.5); }
.bg-accent { background-color: var(--accent); }
.text-accent-foreground { color: #1a1a1a; }
.hover\:bg-accent:hover { background-color: var(--accent); }
.hover\:text-accent-foreground:hover { color: #1a1a1a; }
.hover\:bg-primary\/90:hover { background-color: rgb(255 140 0 / 0.9); }
.hover\:bg-primary:hover { background-color: var(--primary); }
.hover\:text-primary:hover { color: var(--primary); }
.hover\:border-primary\/30:hover { border-color: rgb(255 140 0 / 0.3); }
.hover\:bg-input\/50:hover { background-color: rgb(229 231 235 / 0.5); }
.bg-input\/30 { background-color: rgb(229 231 235 / 0.3); }
.border-input { border-color: #d1d5db; }
.dark\:bg-input\/30 { background-color: rgb(229 231 235 / 0.3); }
.dark\:border-input { border-color: #d1d5db; }
.dark\:hover\:bg-input\/50:hover { background-color: rgb(229 231 235 / 0.5); }
.aria-invalid\:ring-destructive\/20:aria-invalid { box-shadow: 0 0 0 3px rgb(239 68 68 / 0.2); }
.aria-invalid\:border-destructive:aria-invalid { border-color: #ef4444; }
.dark\:aria-invalid\:ring-destructive\/40:aria-invalid { box-shadow: 0 0 0 3px rgb(239 68 68 / 0.4); }
.dark\:aria-invalid\:ring-destructive\/40:aria-invalid { box-shadow: 0 0 0 3px rgb(239 68 68 / 0.4); }
.h-10 { height: 2.5rem; }
.rounded-md { border-radius: 0.375rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.bg-primary { background-color: var(--primary); }
.text-primary-foreground { color: var(--primary-foreground); }
.bg-card\/50 { background-color: rgb(255 255 255 / 0.5); }
.backdrop-blur { backdrop-filter: blur(8px); }
.shadow-xs { box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05); }
.border-t { border-top: 1px solid var(--border); }
.border-border\/50 { border-color: rgb(229 231 235 / 0.5); }
.py-12 { padding-top: 3rem; padding-bottom: 3rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.flex-col { flex-direction: column; }
.items-center { align-items: center; }
.gap-6 { gap: 1.5rem; }
.text-center { text-align: center; }
.space-y-2 > * + * { margin-top: 0.5rem; }
.text-sm { font-size: 0.875rem; }
.text-muted-foreground { color: var(--muted-foreground); }
.flex { display: flex; }
.gap-2 { gap: 0.5rem; }
.text-sm { font-size: 0.875rem; }
.separator { color: var(--border); }
.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5rem 1rem;
    overflow: hidden;
}


.hero-background-image {
    position: absolute;
    inset: 0;
    background: url('assets/intricate-mandala-pattern-with-zodiac-symbols-and-.jpg') no-repeat center center;
    background-size: cover;
    opacity: 0.12;
}

.hero-background-1 {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 50%, rgba(255, 107, 53, 0.15), transparent 50%);
}
.hero-background-2 {
    position: absolute;
    inset: 0;
}
.hero-content {
    position: relative;
    z-index: 10;
    max-width: 80rem;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    background-color: rgb(255 140 0 / 0.1);
    border: 1px solid rgb(26 26 26 / 0.2);
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--foreground);
}
.hero-title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.1;
    color: var(--foreground);
    text-wrap: balance;
}
.hero-description {
    font-size: 1.25rem;
    color: var(--muted-foreground);
    max-width: 48rem;
    margin: 0 auto;
    text-wrap: pretty;
    line-height: 1.6;
}
.hero-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding-top: 1rem;
}
.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    white-space: nowrap;
    font-weight: 500;
    transition: all 0.15s ease-in-out;
    pointer-events: auto;
    outline: none;
    height: 2.5rem;
    border-radius: 0.375rem;
    padding: 1.5rem 2rem;
    font-size: 1.125rem;
    background-color: var(--primary);
    color: var(--primary-foreground);
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
}
.btn-primary:hover {
    background-color: rgb(255 140 0 / 0.9);
    transform: translateY(-1px);
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1);
}
.btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    white-space: nowrap;
    font-weight: 500;
    transition: all 0.15s ease-in-out;
    pointer-events: auto;
    outline: none;
    height: 2.5rem;
    border-radius: 0.375rem;
    padding: 1.5rem 2rem;
    font-size: 1.125rem;
    background-color: rgb(255 255 255 / 0.5);
    color: var(--foreground);
    border: 1px solid var(--border);
    cursor: pointer;
    backdrop-filter: blur(8px);
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}
.btn-secondary:hover {
    background-color: rgb(255 140 0 / 0.1);
    color: var(--primary);
    border-color: rgb(255 140 0 / 0.3);
}
.btn-premium {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    white-space: nowrap;
    font-weight: 500;
    transition: all 0.15s ease-in-out;
    pointer-events: auto;
    outline: none;
    height: 2.5rem;
    border-radius: 0.375rem;
    padding: 0.625rem 1.25rem;
    font-size: 0.875rem;
    background-color: var(--primary);
    color: var(--primary-foreground);
    border: none;
    cursor: pointer;
    width: auto;
    min-width: auto;
}
.btn-premium:hover {
    background-color: rgb(255 140 0 / 0.9);
    transform: translateY(-1px);
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.4);
}
.btn-large {
    padding: 1.25rem 2.5rem;
    font-size: 1.125rem;
}
.about-section {
    padding: 5rem 1rem;
    border-top: 1px solid rgb(229 231 235 / 0.5);
}
.about-content {
    max-width: 56rem;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.about-text {
    font-size: 1.125rem;
    line-height: 1.6;
    color: rgb(255 140 0 / 0.9);
}
.about-description {
    font-size: 1.125rem;
    line-height: 1.6;
    color: rgb(255 140 0 / 0.9);
}
.about-features {
    font-size: 1.125rem;
    line-height: 1.6;
    color: var(--muted-foreground);
}
.how-it-works-section {
    padding: 6rem 1rem;
}
.section-container {
    max-width: 72rem;
    margin: 0 auto;
}
.section-header {
    text-align: center;
    margin-bottom: 4rem;
}
.section-title {
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--foreground);
    text-wrap: balance;
}
.section-subtitle {
    font-size: 1.25rem;
    color: var(--muted-foreground);
}
.steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}
.step-card {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    border-radius: 0.75rem;
    border: 1px solid var(--border);
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    padding: 2rem;
    background-color: var(--card);
    color: var(--card-foreground);
    transition: all 0.3s ease;
}
.step-card:hover {
    border-color: rgb(255 140 0 / 0.3);
    transform: translateY(-2px);
}
.step-icon {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background-color: rgb(255 140 0 / 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.step-title {
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
}
.step-description {
    color: var(--muted-foreground);
    line-height: 1.6;
    text-align: center;
}
.cta-center {
    display: flex;
    justify-content: center;
}
.features-section {
    padding: 6rem 1rem;
}
.features-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 4rem;
}
@media (min-width: 768px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
.feature-card {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    border-radius: 0.75rem;
    border: 1px solid var(--border);
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    padding: 2rem;
    background-color: var(--card);
    color: var(--card-foreground);
    transition: all 0.3s ease;
}
.feature-card:hover {
    border-color: rgb(255 140 0 / 0.3);
    transform: translateY(-2px);
}
.feature-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 0.5rem;
    background-color: rgb(255 140 0 / 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.feature-content {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.feature-title {
    font-size: 1.25rem;
    font-weight: 600;
}
.feature-description {
    color: var(--muted-foreground);
    line-height: 1.6;
}
.premium-section {
    padding: 6rem 1rem;
}
.premium-container {
    max-width: 56rem;
    margin: 0 auto;
}
.premium-card {
    background-color: var(--card);
    color: var(--card-foreground);
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    border-radius: 0.75rem;
    border: 1px solid var(--border);
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    padding: 3rem;
    background-image: linear-gradient(to bottom right, var(--card), rgb(255 255 255 / 0.5));
    border-color: rgb(26 26 26 / 0.2);
}
.premium-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    background-color: rgb(255 140 0 / 0.1);
    border: 1px solid rgb(26 26 26 / 0.2);
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--foreground);
    margin: 0 auto;
}
.premium-title {
    font-size: 2.25rem;
    font-weight: 700;
    text-align: center;
    text-wrap: balance;
}
.premium-features {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 28rem;
    margin: 0 auto;
}
.premium-feature {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-align: left;
}
.check-icon {
    flex-shrink: 0;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background-color: rgb(255 140 0 / 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.premium-feature span {
    font-size: 1.125rem;
    color: rgb(255 140 0 / 0.9);
}
.premium-price {
    padding-top: 1rem;
}
.price-text {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    text-align: center;
}
.price-amount {
    color: var(--primary);
}
.showcase-section {
    padding: 6rem 1rem;
}
.showcase-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 4rem;
}
.showcase-card {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    border-radius: 0.75rem;
    border: 1px solid var(--border);
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    padding: 1.5rem 0;
    background-color: var(--card);
    color: var(--card-foreground);
    transition: all 0.3s ease;
    overflow: hidden;
}
.showcase-card:hover {
    border-color: rgb(255 140 0 / 0.3);
    transform: translateY(-2px);
}
.showcase-image {
    aspect-ratio: 9 / 16;
    background-color: rgb(107 114 128 / 0.3);
    position: relative;
    overflow: hidden;
}
.showcase-content {
    padding: 1.5rem;
    text-align: center;
}
.showcase-title {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.showcase-description {
    font-size: 0.875rem;
    color: var(--muted-foreground);
}
.testimonials-section {
    padding: 6rem 1rem;
}
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 4rem;
}
.testimonial-card {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    border-radius: 0.75rem;
    border: 1px solid var(--border);
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    padding: 2rem;
    background-color: var(--card);
    color: var(--card-foreground);
}
.stars {
    display: flex;
    gap: 0.25rem;
}
.stars svg {
    fill: var(--primary) !important;
    color: var(--primary) !important;
}
.testimonial-text {
    line-height: 1.6;
    text-wrap: pretty;
}
.testimonial-author {
    padding-top: 1rem;
    border-top: 1px solid rgb(229 231 235 / 0.5);
}
.author-name {
    font-weight: 600;
}
.author-location {
    font-size: 0.875rem;
    color: var(--muted-foreground);
}
.final-cta-section {
    padding: 8rem 1rem;
    position: relative;
    overflow: hidden;
}
.cta-background-1 {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, #ffa50014, #0000 70%);
}
.cta-content {
    position: relative;
    z-index: 10;
    max-width: 56rem;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}
.cta-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    background-color: rgb(255 140 0 / 0.1);
    border: 1px solid rgb(26 26 26 / 0.2);
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--foreground);
    margin: 0 auto 1.5rem;
}
.cta-title {
    font-size: 2.25rem;
    font-weight: 700;
    text-wrap: balance;
    color: var(--foreground);
}
.cta-subtitle {
    font-size: 1.25rem;
    color: var(--muted-foreground);
    max-width: 32rem;
    margin: 0 auto;
    text-wrap: pretty;
}
.footer {
    border-top: 1px solid rgb(229 231 235 / 0.5);
    padding: 3rem 1rem;
}
.footer-container {
    max-width: 72rem;
    margin: 0 auto;
}
.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    text-align: center;
}
.footer-brand {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.copyright {
    font-size: 0.875rem;
    color: var(--muted-foreground);
}
.made-with {
    font-size: 0.875rem;
    color: var(--muted-foreground);
}
.footer-contact {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: var(--muted-foreground);
}
.email-link {
    color: var(--muted-foreground);
    text-decoration: none;
    transition: color 0.15s ease-in-out;
}
.email-link:hover {
    color: var(--primary);
}
.footer-links {
    display: flex;
    gap: 1.5rem;
    font-size: 0.875rem;
}
.footer-link {
    color: var(--muted-foreground);
    text-decoration: none;
    transition: color 0.15s ease-in-out;
}
.footer-link:hover {
    color: var(--primary);
}
.separator {
    color: var(--border);
}
@media (min-width: 640px) {
    .hero-buttons {
        flex-direction: row;
    }
    .showcase-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (min-width: 768px) {
    .hero-title {
        font-size: 4.5rem;
    }
    .section-title {
        font-size: 3rem;
    }
    .cta-title {
        font-size: 3.75rem;
    }
}
@media (min-width: 1024px) {
    .showcase-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
@media (max-width: 640px) {
    .hero-title {
        font-size: 2.5rem;
    }
    .section-title {
        font-size: 2rem;
    }
    .cta-title {
        font-size: 2rem;
    }
    .btn-primary,
    .btn-secondary,
    .btn-premium {
        width: auto;
        max-width: none;
    }
}
.fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.fade-in-right {
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.fade-in-left {
    opacity: 0;
    transform: translateX(-50px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.scale-in {
    opacity: 0;
    transform: scale(0.9);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.animate-in {
    opacity: 1 !important;
    transform: translateY(0) translateX(0) scale(1) !important;
}
.step-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.feature-card:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.showcase-card:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.testimonial-card:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.premium-card:hover {
    transform: translateY(-4px) scale(1.01);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}
.btn-primary, .btn-secondary, .btn-premium {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}
.btn-primary:hover, .btn-secondary:hover, .btn-premium:hover {
    transform: translateY(-2px);
}
.btn-primary:active, .btn-secondary:active, .btn-premium:active {
    transform: translateY(0);
}
.btn-primary::before, .btn-secondary::before, .btn-premium::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}
.btn-primary:active::before, .btn-secondary:active::before, .btn-premium:active::before {
    width: 300px;
    height: 300px;
}
.loading {
    opacity: 0;
    transition: opacity 0.5s ease;
}
.loaded {
    opacity: 1;
}
.scroll-indicator {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #ff8c00, #ff6b00);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
    z-index: 1000;
}
html {
    scroll-behavior: smooth;
}
.hero-section {
    background-attachment: fixed;
}
.hero-badge { animation-delay: 0s; }
.hero-title { animation-delay: 0.2s; }
.hero-description { animation-delay: 0.4s; }
.hero-buttons { animation-delay: 0.6s; }
[data-lucide] {
    transition: transform 0.3s ease;
}
.step-card:hover [data-lucide],
.feature-card:hover [data-lucide],
.showcase-card:hover [data-lucide] {
    transform: scale(1.1) rotate(5deg);
}
.floating {
    animation: floating 6s ease-in-out infinite;
}
@keyframes floating {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
}
.pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}
.shake {
    animation: shake 0.5s ease-in-out;
}
@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    75% { transform: translateX(5px); }
}
.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff8c00, #ff6b00);
    color: white;
    border: none;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.scroll-to-top:hover {
    transform: scale(1.1);
    background: linear-gradient(135deg, #ff6b00, #ff8c00);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.3);
}

.prose {
    color: var(--foreground);
}

.prose h2 {
    color: var(--foreground);
    font-weight: 600;
}

.prose p {
    color: var(--foreground);
    line-height: 1.6;
}

.prose ul {
    color: var(--foreground);
}

.prose strong {
    color: var(--foreground);
    font-weight: 600;
}

.bg-red-50 {
    background-color: rgb(254 242 242);
}

.border-red-200 {
    border-color: rgb(254 202 202);
}

.text-red-800 {
    color: rgb(153 27 27);
}

/* Terms page header */
.terms-header {
    padding: 2rem 0 1rem 0;
    background: var(--background);
}

.terms-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--foreground);
    margin-bottom: 0.5rem;
}

.terms-date {
    font-size: 1rem;
    color: var(--muted-foreground);
}

/* Privacy page header */
.privacy-header {
    padding: 2rem 0 1rem 0;
    background: var(--background);
}

.privacy-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--foreground);
    margin-bottom: 0.5rem;
}

.privacy-date {
    font-size: 1rem;
    color: var(--muted-foreground);
}