/* FontMaker.co - Home (design 1b "Ink") */

/* ---------------- Hero (dark) ---------------- */
.fmco-hero { position: relative; background: var(--fmco-ink); color: #fff;
    padding: clamp(56px, 9vw, 92px) 40px clamp(60px, 9vw, 96px); text-align: center; overflow: hidden; }
.fmco-hero-watermark { position: absolute; top: -60px; left: 50%; transform: translateX(-50%);
    font-family: var(--fmco-display); font-weight: 800; font-size: clamp(260px, 42vw, 520px); line-height: 1;
    color: rgba(255,255,255,.035); pointer-events: none; user-select: none; }
.fmco-hero-inner { position: relative; max-width: 860px; margin: 0 auto; }

.fmco-eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px; margin-bottom: 30px;
    background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.85);
    border-radius: 100px; font-family: var(--fmco-mono); font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; }
.fmco-eyebrow-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--fmco-primary); }

.fmco-hero-title { font-family: var(--fmco-display); font-weight: 800; font-size: clamp(44px, 8vw, 82px);
    line-height: .98; letter-spacing: -0.04em; margin-bottom: 26px; }
.fmco-hero-title .fmco-accent { color: var(--fmco-accent-light); }
.fmco-hero-sub { font-size: clamp(16px, 2.2vw, 19px); line-height: 1.55; color: rgba(255,255,255,.65); max-width: 620px; margin: 0 auto 42px; }

/* Hero demo: your drawing -> a real font */
.fmco-demo { display: flex; align-items: center; justify-content: center; gap: clamp(20px, 5vw, 44px);
    max-width: 560px; margin: 0 auto 30px; padding: 30px 28px;
    background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.12); border-radius: 18px; backdrop-filter: blur(4px); }
.fmco-demo-side { display: flex; flex-direction: column; align-items: center; gap: 12px; flex: 1; }
.fmco-demo-hand { font-family: "Caveat", cursive; font-weight: 700; font-size: clamp(46px, 9vw, 66px); color: rgba(255,255,255,.9); line-height: 1; }
.fmco-demo-font { font-family: var(--fmco-display); font-weight: 700; font-size: clamp(38px, 7vw, 54px); letter-spacing: -0.02em; color: #fff; line-height: 1; }
.fmco-demo-label { font-family: var(--fmco-mono); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; color: rgba(255,255,255,.45); }
.fmco-demo-badge { font-family: var(--fmco-mono); font-size: 10.5px; font-weight: 600; color: var(--fmco-accent-light);
    border: 1px solid rgba(255,255,255,.16); border-radius: 100px; padding: 3px 10px; letter-spacing: .04em; }
.fmco-demo-arrow { flex: 0 0 auto; color: var(--fmco-primary); }
.fmco-demo-arrow .fmco-icon { stroke-width: 2.5; }
@media (max-width: 520px) { .fmco-demo { flex-direction: column; } .fmco-demo-arrow { transform: rotate(90deg); } }

.fmco-hero-cta { display: flex; flex-direction: column; align-items: center; gap: 14px; }
.fmco-hero-cta-sub { font-family: var(--fmco-mono); font-size: 12.5px; font-weight: 600; color: rgba(255,255,255,.5);
    text-transform: uppercase; letter-spacing: .05em; }

.fmco-section-flush { padding-top: 0; }

/* ---------------- How it works (editorial) ---------------- */
.fmco-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.fmco-step { padding: 30px 28px; border: 1px solid var(--fmco-border); border-radius: 16px; display: flex; flex-direction: column; gap: 14px; transition: var(--fmco-transition); }
@media (hover: hover) { .fmco-step:hover { border-color: var(--fmco-primary); box-shadow: var(--fmco-shadow); } }
.fmco-step-icon { display: inline-flex; width: 46px; height: 46px; border-radius: 13px; align-items: center; justify-content: center; background: var(--fmco-primary-light); color: var(--fmco-primary); }
.fmco-step-icon .fmco-icon { stroke-width: 2; }
.fmco-step h3 { font-family: var(--fmco-display); font-weight: 700; font-size: 23px; letter-spacing: -0.02em; }
.fmco-step p { font-size: 15px; line-height: 1.6; color: var(--fmco-text-medium); }

/* ---------------- Features (2-col ruled) ---------------- */
.fmco-features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; border-top: 1px solid var(--fmco-border); }
.fmco-feature { padding: 32px 32px 32px 0; border-bottom: 1px solid var(--fmco-border); display: flex; gap: 18px; align-items: flex-start; }
.fmco-feature-icon { flex: 0 0 auto; display: inline-flex; width: 40px; height: 40px; border-radius: 11px; align-items: center; justify-content: center; background: var(--fmco-primary-light); color: var(--fmco-primary); }
.fmco-feature-icon .fmco-icon { stroke-width: 2; }
.fmco-feature h3 { font-family: var(--fmco-display); font-weight: 700; font-size: 21px; letter-spacing: -0.01em; margin-bottom: 8px; }
.fmco-feature p { font-size: 15px; line-height: 1.6; color: var(--fmco-text-medium); max-width: 380px; }

/* ---------------- CTA band (gradient) ---------------- */
.fmco-cta-band { padding: 0 40px 56px; }
.fmco-cta-inner { position: relative; overflow: hidden; border-radius: 24px; padding: clamp(48px, 7vw, 72px) 48px;
    text-align: center; color: #fff;
    background: linear-gradient(135deg, #4c1d95 0%, #7c3aed 60%, #a78bfa 100%); }
.fmco-cta-watermark { position: absolute; right: -40px; bottom: -120px; font-family: var(--fmco-display);
    font-weight: 800; font-size: 320px; line-height: 1; color: rgba(255,255,255,.07); pointer-events: none; }
.fmco-cta-inner h2 { position: relative; font-family: var(--fmco-display); font-weight: 800; font-size: clamp(30px, 5vw, 48px); letter-spacing: -0.035em; margin-bottom: 16px; }
.fmco-cta-inner p { position: relative; font-size: 17px; color: rgba(255,255,255,.8); margin-bottom: 32px; }
.fmco-cta-inner .fmco-btn { position: relative; color: #4c1d95; }

/* App placeholder spacing already in base.css */

@media (max-width: 880px) {
    .fmco-steps { grid-template-columns: 1fr; }
    .fmco-step { margin-right: 0; }
    .fmco-features { grid-template-columns: 1fr; }
}
