/* Draftroom Marketing Homepage — Standalone Styles */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    color: #1a1a2e;
    background: #fff;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

a { color: #4B9CD3; text-decoration: none; }
a:hover { text-decoration: underline; }

/* Nav */
.nav {
    display: flex; align-items: center; justify-content: space-between;
    max-width: 960px; margin: 0 auto; padding: 1.25rem 1.5rem;
}
.nav-logo {
    font-size: 1.25rem; font-weight: 700; color: #1a1a2e;
    text-decoration: none; letter-spacing: -0.02em;
}
.nav-right { display: flex; gap: 1rem; align-items: center; }
.nav-link { color: #555; font-size: 0.9rem; text-decoration: none; }
.nav-link:hover { color: #1a1a2e; text-decoration: none; }
.btn-signin {
    padding: 0.4rem 1.1rem; background: #4B9CD3; color: #fff;
    border-radius: 5px; font-size: 0.85rem; font-weight: 600;
    text-decoration: none; transition: background 0.15s;
}
.btn-signin:hover { background: #3a8bc2; text-decoration: none; }

/* Sections */
.section { max-width: 960px; margin: 0 auto; padding: 0 1.5rem; }

/* Hero */
.hero { text-align: center; padding: 3rem 1.5rem 2rem; max-width: 960px; margin: 0 auto; }
.hero-eyebrow {
    display: inline-block; font-size: 0.8rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 0.08em;
    color: #D4943A; margin-bottom: 0.75rem;
}
.hero h1 {
    font-size: 2.5rem; font-weight: 800; line-height: 1.15;
    color: #1a1a2e; margin-bottom: 1rem; letter-spacing: -0.03em;
}
.hero p {
    font-size: 1.15rem; color: #555; max-width: 580px; margin: 0 auto 2rem;
    line-height: 1.6;
}
.hero-cta {
    display: inline-block; padding: 0.75rem 2rem; background: #4B9CD3;
    color: #fff; border-radius: 6px; font-size: 1rem; font-weight: 600;
    text-decoration: none; transition: background 0.15s;
}
.hero-cta:hover { background: #3a8bc2; text-decoration: none; }

/* Hero product mockup */
.hero-mockup {
    max-width: 680px; margin: 2.5rem auto 0; perspective: 1200px;
}
.mockup-window {
    border-radius: 8px; overflow: hidden;
    box-shadow: 0 8px 30px rgba(26,26,46,0.12), 0 2px 8px rgba(26,26,46,0.08);
    border: 1px solid #d0d4d8;
    transform: rotateX(2deg); transform-origin: center bottom;
}
.mockup-toolbar {
    display: flex; align-items: center; gap: 6px;
    padding: 0.5rem 0.75rem; background: #e8eaed; border-bottom: 1px solid #d0d4d8;
}
.mockup-dot { width: 10px; height: 10px; border-radius: 50%; background: #ccc; }
.mockup-dot:first-child { background: #ff5f57; }
.mockup-dot:nth-child(2) { background: #febc2e; }
.mockup-dot:nth-child(3) { background: #28c840; }
.mockup-title {
    margin-left: 0.5rem; font-size: 0.65rem; color: #666; font-weight: 500;
}
.mockup-panes {
    display: grid; grid-template-columns: 1fr 2px 1fr; min-height: 200px;
}
.mockup-pane { padding: 0.75rem 1rem; }
.mockup-summary { background: #fff; }
.mockup-transcript { background: #f8f9fa; }
.mockup-divider { background: #d0d4d8; }
.mockup-pane-label {
    font-size: 0.55rem; font-weight: 700; text-transform: uppercase;
    letter-spacing: 0.06em; color: #888; margin-bottom: 0.6rem;
    padding-bottom: 0.3rem; border-bottom: 1px solid #e8e8e8;
}
.mockup-line {
    height: 6px; background: #e0e3e8; border-radius: 3px; margin-bottom: 5px;
}
.mockup-line-heading {
    height: 8px; background: #1a1a2e; opacity: 0.15; margin-bottom: 8px;
}
.mockup-line-cite { background: #4B9CD3; opacity: 0.35; }
.mockup-t-line {
    display: flex; align-items: center; gap: 6px; padding: 2px 0;
}
.mockup-linenum {
    width: 16px; height: 5px; background: #c8ccd2; border-radius: 2px; flex-shrink: 0;
}
.mockup-t-highlighted {
    background: #fff3cd; border-radius: 2px; padding: 2px 4px; margin: 0 -4px;
}

/* Sample Output */
.sample-section { padding: 2rem 1.5rem; background: #f5f7fa; max-width: none; }
.sample-section > * { max-width: 960px; margin-left: auto; margin-right: auto; }
.sample-section h2 {
    text-align: center; font-size: 1.5rem; font-weight: 700;
    margin-bottom: 0.5rem;
}
.sample-section .subtitle {
    text-align: center; color: #666; font-size: 1rem; margin-bottom: 1.5rem;
}
.sample-card {
    border: 1px solid #e0e0e0; border-radius: 10px; padding: 2rem;
    background: #fff; text-align: center;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
.sample-card .label {
    font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.06em;
    color: #888; margin-bottom: 0.5rem;
}
.sample-card .title { font-size: 1.1rem; font-weight: 600; margin-bottom: 0.25rem; }
.sample-card .desc { font-size: 0.9rem; color: #666; margin-bottom: 1.25rem; }
.sample-card .btn-sample {
    display: inline-block; padding: 0.55rem 1.5rem; background: #1a1a2e;
    color: #fff; border-radius: 6px; font-size: 0.9rem; font-weight: 600;
    text-decoration: none; transition: background 0.15s;
}
.sample-card .btn-sample:hover { background: #2a2a3e; text-decoration: none; }

/* Features */
.features-section { padding: 2rem 1.5rem; }
.features-section h2 {
    text-align: center; font-size: 1.5rem; font-weight: 700;
    margin-bottom: 1.5rem;
}
.features-grid {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}
.feature-card {
    border: 1px solid #e8e8e8; border-radius: 10px; padding: 1.5rem;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
    transition: box-shadow 0.2s, transform 0.2s;
}
.feature-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transform: translateY(-2px);
}
.feature-icon {
    font-size: 1.5rem; margin-bottom: 0.5rem;
    width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;
    background: #f0f7ff; border-radius: 8px; color: #4B9CD3;
}
.feature-card h3 { font-size: 1rem; font-weight: 600; margin-bottom: 0.35rem; }
.feature-card p { font-size: 0.9rem; color: #555; line-height: 1.5; }

/* How It Works */
.how-it-works-section { padding: 2rem 1.5rem; background: #f5f7fa; max-width: none; }
.how-it-works-section h2 {
    text-align: center; font-size: 1.5rem; font-weight: 700; margin-bottom: 1.5rem;
}
.steps-grid {
    display: flex; align-items: flex-start; justify-content: center;
    gap: 0; max-width: 720px; margin: 0 auto;
}
.step { flex: 1; text-align: center; padding: 0 1rem; }
.step-number {
    width: 40px; height: 40px; border-radius: 50%;
    background: #D4943A; color: #fff;
    font-size: 1.1rem; font-weight: 700;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 0.75rem;
}
.step h3 { font-size: 1rem; font-weight: 600; margin-bottom: 0.35rem; color: #1a1a2e; }
.step p { font-size: 0.85rem; color: #555; line-height: 1.5; }
.step-arrow {
    display: flex; align-items: center; padding-top: 0.5rem; flex-shrink: 0;
}

/* Social Proof */
.social-proof {
    text-align: center; padding: 1.25rem 1.5rem;
    max-width: 960px; margin: 0 auto;
    font-size: 0.85rem; color: #999; letter-spacing: 0.02em; font-weight: 500;
}

/* Beta CTA */
.beta-section {
    padding: 2rem 0; text-align: center;
}
.beta-inner {
    background: #1a1a2e; color: #fff; border: none; border-radius: 12px;
    padding: 2.5rem 2rem; max-width: 560px; margin: 0 auto;
}
.beta-inner h2 { font-size: 1.4rem; font-weight: 700; margin-bottom: 0.5rem; }
.beta-inner p { font-size: 0.95rem; color: rgba(255,255,255,0.75); margin-bottom: 1.25rem; line-height: 1.6; }
.beta-form { display: flex; gap: 0.5rem; justify-content: center; flex-wrap: wrap; }
.beta-form input[type="email"] {
    padding: 0.6rem 1rem; border: 1px solid #ccc; border-radius: 6px;
    font-size: 0.95rem; width: 260px; outline: none;
}
.beta-form input[type="email"]:focus { border-color: #4B9CD3; box-shadow: 0 0 0 2px rgba(75,156,211,0.15); }
.beta-form button {
    padding: 0.6rem 1.5rem; background: #4B9CD3; color: #fff;
    border: none; border-radius: 6px; font-size: 0.95rem; font-weight: 600;
    cursor: pointer; transition: background 0.15s;
}
.beta-form button:hover { background: #3a8bc2; }
.beta-form button:disabled { background: #a0c8e8; cursor: not-allowed; }
.beta-form input[type="email"].pulse {
    animation: pulse-ring 0.6s ease-out 2;
}
@keyframes pulse-ring {
    0% { box-shadow: 0 0 0 0 rgba(75,156,211,0.5); }
    100% { box-shadow: 0 0 0 10px rgba(75,156,211,0); }
}
.beta-result {
    font-size: 0.85rem; margin-top: 0.75rem;
}
.beta-result:empty { display: none; }
.beta-result.success { color: #27ae60; }
.beta-result.error { color: #c0392b; }
.beta-inner .beta-result.success { color: #6ee7b7; }
.beta-inner .beta-result.error { color: #fca5a5; }

/* Footer */
.footer {
    text-align: center; padding: 1.5rem; font-size: 0.8rem; color: #aaa;
    border-top: 1px solid #f0f0f0;
}
.footer a { color: #aaa; }
.footer a:hover { color: #888; }
.footer-links { margin-top: 0.35rem; }
.footer-sep { margin: 0 0.4rem; color: #ccc; }
.footer-placeholder { color: #ccc; cursor: default; }

/* Responsive */
@media (max-width: 700px) {
    .hero h1 { font-size: 1.75rem; }
    .hero p { font-size: 1rem; }
    .hero-mockup { max-width: 100%; margin-top: 2rem; }
    .mockup-window { transform: none; }
    .mockup-panes { min-height: 160px; }
    .features-grid { grid-template-columns: 1fr; }
    .steps-grid { flex-direction: column; align-items: center; }
    .step-arrow { transform: rotate(90deg); padding: 0.5rem 0; }
    .step { padding: 0; max-width: 280px; }
    .beta-form input[type="email"] { width: 100%; }
    .beta-form { flex-direction: column; align-items: center; }
    .footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.25rem; }
}
