/*
Theme Name: IMCraft Digital
Theme URI: https://imcraft.xyz
Author: IMCraft Digital
Description: Custom coded landing page theme for IMCraft Digital.
Version: 1.0.0
Text Domain: imcraft-digital
*/

:root {
    --bg: #0f172a;
    --bg-soft: #111827;
    --card: #ffffff;
    --text: #0f172a;
    --muted: #64748b;
    --line: #e5e7eb;
    --primary: #2563eb;
    --primary-dark: #1d4ed8;
    --accent: #f59e0b;
    --cream: #f8fafc;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: var(--cream);
    color: var(--text);
}

a {
    color: inherit;
    text-decoration: none;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--line);
}

.nav {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 800;
    letter-spacing: -0.04em;
    font-size: 22px;
}

.brand-mark {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, var(--primary), #7c3aed);
    color: white;
    box-shadow: 0 14px 28px rgba(37, 99, 235, 0.22);
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 24px;
    color: #334155;
    font-weight: 600;
    font-size: 14px;
}

.nav-cta {
    padding: 11px 18px;
    border-radius: 999px;
    background: var(--primary);
    color: white;
    box-shadow: 0 12px 24px rgba(37, 99, 235, 0.22);
}

.hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(37, 99, 235, 0.22), transparent 34%),
        radial-gradient(circle at top right, rgba(245, 158, 11, 0.20), transparent 32%),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.hero-inner {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 96px 0 76px;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 56px;
    align-items: center;
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 13px;
    border: 1px solid #bfdbfe;
    background: #eff6ff;
    color: #1d4ed8;
    border-radius: 999px;
    font-weight: 700;
    font-size: 13px;
}

.hero h1 {
    margin: 22px 0 18px;
    font-size: clamp(42px, 6vw, 72px);
    line-height: 0.96;
    letter-spacing: -0.07em;
}

.hero p {
    max-width: 640px;
    font-size: 18px;
    line-height: 1.8;
    color: var(--muted);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 14px;
    font-weight: 800;
    border: 1px solid transparent;
}

.btn-primary {
    background: var(--primary);
    color: white;
    box-shadow: 0 18px 34px rgba(37, 99, 235, 0.25);
}

.btn-primary:hover {
    background: var(--primary-dark);
}

.btn-secondary {
    background: white;
    border-color: var(--line);
    color: #334155;
}

.hero-card {
    background: #0f172a;
    color: white;
    border-radius: 30px;
    padding: 28px;
    box-shadow: 0 30px 70px rgba(15, 23, 42, 0.26);
}

.browser-bar {
    display: flex;
    gap: 8px;
    margin-bottom: 24px;
}

.dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #ef4444;
}

.dot:nth-child(2) {
    background: #f59e0b;
}

.dot:nth-child(3) {
    background: #22c55e;
}

.preview-panel {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.06);
    border-radius: 22px;
    padding: 22px;
}

.preview-panel h3 {
    margin: 0 0 18px;
    font-size: 22px;
}

.metric-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.metric {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    padding: 18px;
}

.metric strong {
    display: block;
    font-size: 28px;
}

.metric span {
    color: #cbd5e1;
    font-size: 13px;
}

.section {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 78px 0;
}

.section-head {
    max-width: 720px;
    margin-bottom: 34px;
}

.eyebrow {
    color: var(--primary);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 12px;
}

.section h2 {
    margin: 10px 0 12px;
    font-size: clamp(32px, 4vw, 48px);
    letter-spacing: -0.06em;
    line-height: 1.05;
}

.section-head p {
    color: var(--muted);
    line-height: 1.8;
    font-size: 17px;
}

.cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.card {
    background: white;
    border: 1px solid var(--line);
    border-radius: 26px;
    padding: 28px;
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.06);
}

.icon {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: #eff6ff;
    color: var(--primary);
    font-size: 24px;
    margin-bottom: 20px;
}

.card h3 {
    margin: 0 0 10px;
    font-size: 21px;
    letter-spacing: -0.03em;
}

.card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.7;
}

.split {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 46px;
    align-items: center;
}

.dark-panel {
    background: var(--bg);
    color: white;
    border-radius: 32px;
    padding: 36px;
}

.dark-panel h2 {
    color: white;
}

.check-list {
    display: grid;
    gap: 16px;
    margin-top: 22px;
}

.check {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    color: #cbd5e1;
    line-height: 1.6;
}

.check b {
    color: white;
}

.check-mark {
    flex: 0 0 26px;
    height: 26px;
    border-radius: 999px;
    background: #22c55e;
    color: #052e16;
    display: grid;
    place-items: center;
    font-weight: 900;
}

.process {
    display: grid;
    gap: 18px;
}

.step {
    background: white;
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 22px;
    display: flex;
    gap: 18px;
}

.step-no {
    flex: 0 0 46px;
    height: 46px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: #fef3c7;
    color: #92400e;
    font-weight: 900;
}

.step h3 {
    margin: 0 0 6px;
}

.step p {
    margin: 0;
    color: var(--muted);
    line-height: 1.6;
}

.cta {
    width: min(1180px, calc(100% - 32px));
    margin: 34px auto 84px;
    background:
        radial-gradient(circle at top right, rgba(245, 158, 11, 0.28), transparent 30%),
        linear-gradient(135deg, #1d4ed8, #111827);
    color: white;
    border-radius: 34px;
    padding: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.cta h2 {
    margin: 0 0 12px;
    font-size: clamp(30px, 4vw, 46px);
    letter-spacing: -0.06em;
}

.cta p {
    margin: 0;
    color: #dbeafe;
    line-height: 1.7;
}

.cta .btn {
    background: white;
    color: #1d4ed8;
    white-space: nowrap;
}

.site-footer {
    background: #0f172a;
    color: #94a3b8;
    padding: 32px 0;
}

.footer-inner {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.footer-inner strong {
    color: white;
}

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

    .hero-inner {
        padding-top: 64px;
    }

    .cards {
        display: grid;
    }

    .cta {
        display: grid;
        padding: 34px;
    }

    .nav-links {
        display: none;
    }

    .footer-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}
