:root {
    --pt-ink: #111827;
    --pt-muted: #6b7280;
    --pt-primary: #2563eb;
    --pt-secondary: #0f172a;
    --pt-surface: #ffffff;
    --pt-accent: #f59e0b;
}

html,
body {
    height: 100%;
}

body {
    font-family: 'Manrope', sans-serif;
    color: var(--pt-ink);
    background: radial-gradient(circle at top right, #eef2ff, #ffffff 55%);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

.nav-glass {
    background: rgba(15, 23, 42, 0.85);
    padding: 1rem 0;
}

.navbar-brand {
    color: #fff;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.brand-icon {
    width: 26px;
    height: 26px;
}

.brand-icon-sm {
    width: 20px;
    height: 20px;
}

.navbar-brand:hover {
    color: #fff;
}

.hero {
    padding: 4rem 0 2rem;
}

.hero-saas {
    padding: 5rem 0 4rem;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    background: #111827;
    color: #fff;
    font-size: 0.8rem;
    letter-spacing: 0.03em;
}

.hero-visual {
    position: relative;
    padding: 2rem;
    overflow: hidden;
}

.hero-image {
    border-radius: 26px;
    height: 360px;
    background-image: linear-gradient(135deg, rgba(17, 24, 39, 0.2), rgba(37, 99, 235, 0.45)), url('https://images.pexels.com/photos/3184465/pexels-photo-3184465.jpeg?auto=compress&cs=tinysrgb&w=1200');
    background-size: cover;
    background-position: center;
    box-shadow: 0 30px 80px rgba(15, 23, 42, 0.25);
}

.hero-glass {
    position: absolute;
    bottom: -24px;
    left: 24px;
    right: 24px;
    padding: 1.25rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.15);
}

.pill-dark {
    background: #111827;
    color: #fff;
}

.live-pill {
    background: rgba(16, 185, 129, 0.15);
    color: #047857;
    border: 1px solid rgba(16, 185, 129, 0.4);
    font-weight: 600;
}

.mini-line {
    height: 8px;
    border-radius: 999px;
    background: #e2e8f0;
    margin-bottom: 0.4rem;
}

.mini-line.short {
    width: 60%;
}

.mini-chip {
    padding: 0.2rem 0.6rem;
    border-radius: 999px;
    background: #eef2ff;
    color: #1d4ed8;
    font-size: 0.75rem;
    font-weight: 600;
}

.brand-strip {
    padding: 1.5rem 0 3rem;
}

.brand-pill {
    padding: 0.4rem 0.9rem;
    border-radius: 999px;
    background: #f1f5f9;
    color: #475569;
    font-weight: 600;
    font-size: 0.85rem;
}

.feature-grid {
    padding: 2rem 0 3rem;
}

.how-it-works {
    padding: 2rem 0 5rem;
}

.timeline {
    display: grid;
    gap: 1.25rem;
}

.timeline-item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    align-items: start;
}

.timeline-item span {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #111827;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.feature-callout {
    background: linear-gradient(135deg, #0f172a, #1e293b) !important;
    color: #fff !important;
}

.feature-callout .text-muted {
    color: rgba(255, 255, 255, 0.7) !important;
}

.feature-callout .feature-callout-text {
    color: rgba(255, 255, 255, 0.8);
}

.feature-callout li {
    color: rgba(255, 255, 255, 0.85);
}

.feature-callout .btn-light {
    background: #fff;
    color: #0f172a;
    border: none;
}

main {
    flex: 1 0 auto;
}

.hero-stats .stat-number {
    font-size: 1.5rem;
    font-weight: 700;
}

.hero-stats .stat-label {
    color: var(--pt-muted);
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
}

.feature-card {
    background: #fff;
    border-radius: 20px;
    padding: 1.5rem;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
    height: 100%;
}

.auth-section {
    padding: 4rem 0;
}

.auth-card {
    border-radius: 22px;
}

/*.dashboard {
    padding: 3rem 0 5rem;
}*/

.btn-primary {
    background: var(--pt-primary);
    border-color: var(--pt-primary);
    box-shadow: 0 10px 20px rgba(37, 99, 235, 0.25);
}

.btn-outline-secondary {
    border-color: #cbd5f5;
    color: #374151;
}

.btn-outline-secondary:hover {
    background: #eef2ff;
    border-color: #cbd5f5;
    color: #111827;
}

.soft-shadow {
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.footer-glow {
    padding: 2rem 0;
    background: #0f172a;
    color: #cbd5f5;
    margin-top: auto;
}

.footer-glow .text-muted {
    color: #94a3b8 !important;
}

.slug-status {
    font-size: 0.85rem;
    font-weight: 600;
}

.slug-status.empty {
    color: var(--pt-muted);
}

.slug-status.checking {
    color: #64748b;
}

.slug-status.available {
    color: #16a34a;
}

.slug-status.taken,
.slug-status.invalid {
    color: #dc2626;
}

.char-count {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--pt-muted);
}

.description-quality {
    font-size: 0.9rem;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    background: #f1f5f9;
    color: #475569;
}

.description-quality.low {
    background: #fee2e2;
    color: #b91c1c;
}

.description-quality.good {
    background: #e0f2fe;
    color: #0369a1;
}

.description-quality.great {
    background: #dcfce7;
    color: #15803d;
}

.empty-credits {
    padding: 1.5rem;
    border-radius: 18px;
    background: linear-gradient(135deg, #fff7ed, #ffffff);
    border: 1px solid #fed7aa;
    text-align: center;
}

.empty-credits-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: #fb923c;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

.contact-fields {
    display: none;
}

.step-card {
    border-radius: 18px;
    padding: 1.5rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

[data-step="2"] {
    display: none;
}

.step-label {
    display: inline-flex;
    align-items: center;
    padding: 0.2rem 0.6rem;
    border-radius: 999px;
    background: #111827;
    color: #fff;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}

.template-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
}

.template-option {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    cursor: pointer;
}

.template-card {
    flex: 1;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    padding: 0.9rem 1rem;
    background: #f8fafc;
}

.template-preview {
    display: block;
    height: 64px;
    border-radius: 12px;
    margin-bottom: 0.75rem;
    background-size: cover;
    background-position: center;
    box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.25);
}

.preview-default {
    background-image: linear-gradient(120deg, #111827 0%, #1e293b 35%, #f8fafc 35%, #f8fafc 100%);
}

.preview-spotlight {
    background-image: linear-gradient(120deg, rgba(15, 23, 42, 0.9), rgba(15, 23, 42, 0.4)), linear-gradient(120deg, #0f172a, #2563eb);
}

.preview-studio {
    background-image: linear-gradient(120deg, #f8fafc 0%, #f8fafc 60%, #111827 60%, #111827 100%);
}

.preview-oasis {
    background-image: linear-gradient(120deg, #fff7ed 0%, #fde68a 45%, #ffffff 100%);
}

.preview-precision {
    background-image: linear-gradient(120deg, #0b1120 0%, #111827 50%, #1e293b 100%);
}

.template-title {
    display: block;
    font-weight: 600;
}

.template-desc {
    display: block;
    color: #64748b;
    font-size: 0.85rem;
}

.template-option input:checked + .template-card {
    border-color: #2563eb;
    background: #eef2ff;
}

.site-list .list-group-item {
    gap: 1rem;
}

.celebrate-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: #111827;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
}

.confetti {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.confetti span {
    position: absolute;
    top: -10px;
    width: 10px;
    height: 14px;
    border-radius: 3px;
    opacity: 0.9;
    animation: confetti-fall 1.8s ease-in forwards;
}

@keyframes confetti-fall {
    0% {
        transform: translateY(-20px) rotate(0deg);
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    100% {
        transform: translateY(220px) rotate(180deg);
        opacity: 0;
    }
}

@media (max-width: 991px) {
    .hero-saas {
        padding: 3rem 0 2.5rem;
    }
    .hero-visual,
    .brand-strip {
        display: none;
    }
    .hero-image {
        height: 300px;
    }
    .hero-glass {
        position: static;
        margin-top: 1.5rem;
        width: 100%;
    }
    .hero-visual {
        padding: 0;
    }
}
