:root {
    --inubiz-green: #13b86a;
    --inubiz-dark-green: #007f4d;
    --inubiz-ink: #101828;
    --inubiz-muted: #667085;
    --inubiz-light: #f6faf8;
    --inubiz-border: #e5e7eb;
}

body {
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--inubiz-ink);
    background: #fff;
}

.site-header {
    box-shadow: 0 8px 30px rgba(16, 24, 40, 0.05);
}

.header-logo { height: 40px; width: auto; }
.footer-logo { max-width: 240px; width: 100%; height: auto; }
.navbar .nav-link { font-weight: 600; color: #182230; }
.navbar .nav-link:hover { color: var(--inubiz-green); }
.btn-success { --bs-btn-bg: var(--inubiz-green); --bs-btn-border-color: var(--inubiz-green); --bs-btn-hover-bg: var(--inubiz-dark-green); --bs-btn-hover-border-color: var(--inubiz-dark-green); }
.btn-outline-success { --bs-btn-color: var(--inubiz-green); --bs-btn-border-color: var(--inubiz-green); --bs-btn-hover-bg: var(--inubiz-green); --bs-btn-hover-border-color: var(--inubiz-green); }

.hero-section {
    background: radial-gradient(circle at top left, rgba(19, 184, 106, 0.18), transparent 35%), linear-gradient(135deg, #ffffff 0%, #f4fbf8 100%);
    padding: 96px 0 72px;
    position: relative;
    overflow: hidden;
}
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(19, 184, 106, 0.1);
    color: var(--inubiz-dark-green);
    font-weight: 800;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(19, 184, 106, 0.25);
    margin-bottom: 18px;
}
.hero-title {
    font-size: clamp(2.4rem, 5vw, 5rem);
    letter-spacing: -0.055em;
    font-weight: 900;
    line-height: 0.95;
}
.hero-text { color: var(--inubiz-muted); font-size: 1.1rem; max-width: 760px; }
.hero-card {
    background: #fff;
    border: 1px solid var(--inubiz-border);
    border-radius: 30px;
    padding: 28px;
    box-shadow: 0 30px 80px rgba(16, 24, 40, 0.12);
}
.hero-stat {
    background: #f8fafc;
    border-radius: 22px;
    padding: 22px;
    border: 1px solid var(--inubiz-border);
}
.section-padding { padding: 78px 0; }
.section-eyebrow { color: var(--inubiz-green); font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; font-size: .78rem; }
.section-title { font-weight: 900; letter-spacing: -0.04em; }
.section-text { color: var(--inubiz-muted); }
.feature-card, .category-card, .content-card, .license-card, .auth-card, .dashboard-card, .admin-card {
    background: #fff;
    border: 1px solid var(--inubiz-border);
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 18px 40px rgba(16, 24, 40, 0.06);
    height: 100%;
}
.feature-icon, .category-icon {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: rgba(19, 184, 106, 0.1);
    color: var(--inubiz-green);
    font-size: 1.5rem;
    margin-bottom: 18px;
}
.soft-bg { background: var(--inubiz-light); }
.product-card {
    border: 1px solid var(--inubiz-border);
    border-radius: 22px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 20px 45px rgba(16,24,40,.06);
    transition: transform .2s ease, box-shadow .2s ease;
}
.product-card:hover { transform: translateY(-4px); box-shadow: 0 24px 60px rgba(16,24,40,.12); }
.product-thumb {
    position: relative;
    display: block;
    background: #eef6f2;
    aspect-ratio: 16/10;
    overflow: hidden;
}
.product-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.product-card:hover .product-thumb img { transform: scale(1.04); }
.demo-badge {
    position: absolute;
    left: 14px;
    top: 14px;
    background: #111827;
    color: #fff;
    border-radius: 999px;
    padding: 6px 12px;
    font-size: .75rem;
    font-weight: 700;
}
.list-check { list-style: none; padding-left: 0; margin-bottom: 0; }
.list-check li { padding: 7px 0; color: var(--inubiz-muted); }
.list-check li::before { content: "✓"; color: var(--inubiz-green); font-weight: 900; margin-right: 10px; }
.page-hero { background: linear-gradient(135deg, #f4fbf8, #ffffff); padding: 56px 0; border-bottom: 1px solid var(--inubiz-border); }
.form-control, .form-select { border-radius: 14px; padding: .8rem 1rem; }
.input-group .form-control { border-radius: 14px 0 0 14px; }
.input-group .btn { border-radius: 0 14px 14px 0; }
.footer-section { background: #08130f; color: #fff; }
.footer-section h6 { color: #fff; font-weight: 800; margin-bottom: 16px; }
.footer-section a { display: block; color: rgba(255,255,255,.64); text-decoration: none; margin: 8px 0; font-size: .92rem; }
.footer-section a:hover { color: #fff; }
.social-links a { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.08); display: inline-flex; align-items: center; justify-content: center; color: #fff; }
.preview-toolbar { height: 68px; background: #fff; border-bottom: 1px solid var(--inubiz-border); display: flex; align-items: center; padding: 0 18px; gap: 14px; position: fixed; top: 0; left: 0; right: 0; z-index: 20; }
.preview-frame { position: fixed; top: 68px; left: 0; right: 0; bottom: 0; width: 100%; height: calc(100vh - 68px); border: 0; }
.table > :not(caption) > * > * { vertical-align: middle; }
.status-pill { display: inline-flex; padding: 4px 10px; border-radius: 999px; font-size: .78rem; font-weight: 700; background: #eef2ff; color: #3730a3; }
.status-approved, .status-active { background: #ecfdf3; color: #027a48; }
.status-pending { background: #fff7ed; color: #c2410c; }
.status-rejected, .status-blocked { background: #fef2f2; color: #b42318; }
@media (max-width: 991px) { .hero-section { padding-top: 60px; } .header-logo { height: 34px; } }
.payment-method-card {
    display: block;
    border: 1px solid var(--inubiz-border);
    border-radius: 18px;
    padding: 18px;
    background: #fff;
    cursor: pointer;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.payment-method-card:hover {
    border-color: var(--inubiz-green);
    box-shadow: 0 12px 30px rgba(15, 118, 110, .08);
    transform: translateY(-2px);
}
.payment-method-card .form-check-input:checked {
    background-color: var(--inubiz-green);
    border-color: var(--inubiz-green);
}
.payment-proof-thumb {
    max-width: 92px;
    max-height: 92px;
    border-radius: 12px;
    border: 1px solid var(--inubiz-border);
    object-fit: cover;
}
