/* ===== Reset & Base ===== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', -apple-system, sans-serif; background: #06060a; color: #e0e0e0; line-height: 1.6; overflow-x: hidden; }
a { color: #FF6B35; text-decoration: none; }
a:hover { opacity: 0.85; }
.container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
::selection { background: #FF6B35; color: #0a0a0a; }

/* ===== Background Effects ===== */
.bg-effects { position: fixed; inset: 0; z-index: 0; pointer-events: none; }
.bg-grid {
    position: absolute; inset: 0;
    background-image: linear-gradient(rgba(110,231,183,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(110,231,183,0.03) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse at 50% 30%, black 20%, transparent 70%);
}
.bg-orb { position: absolute; border-radius: 50%; filter: blur(80px); opacity: 0.35; animation: orbFloat 12s ease-in-out infinite alternate; }
.bg-orb-1 { width: 500px; height: 500px; background: #FF6B35; top: -150px; left: -100px; }
.bg-orb-2 { width: 400px; height: 400px; background: #FF8C42; bottom: -100px; right: -80px; animation-delay: -4s; animation-duration: 15s; }
.bg-orb-3 { width: 300px; height: 300px; background: #FF4E50; top: 40%; left: 60%; animation-delay: -8s; animation-duration: 18s; }
@keyframes orbFloat { 0% { transform: translate(0, 0) scale(1); } 100% { transform: translate(40px, -30px) scale(1.1); } }

/* ===== Buttons ===== */
.btn { display: inline-block; padding: 12px 28px; border-radius: 8px; font-weight: 600; font-size: 15px; cursor: pointer; transition: all 0.2s; border: none; }
.btn-primary { background: linear-gradient(135deg, #FF6B35, #FF8C42); color: #0a0a0a; }
.btn-primary:hover { transform: translateY(-1px); box-shadow: 0 4px 20px rgba(110,231,183,0.3); }
.btn-outline { background: transparent; color: #FF6B35; border: 1.5px solid #FF6B35; }
.btn-outline:hover { background: rgba(110,231,183,0.1); }

/* ===== Nav ===== */
.nav { display: flex; justify-content: space-between; align-items: center; padding: 20px 40px; position: fixed; top: 0; left: 0; right: 0; z-index: 100; transition: all 0.3s; }
.nav.scrolled { background: rgba(6,6,10,0.9); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(255,255,255,0.05); }
.logo { font-size: 22px; font-weight: 800; color: #fff; }
.logo span { color: #FF6B35; }
.nav-links { display: flex; gap: 32px; align-items: center; }
.nav-links a { color: #a0a0a0; font-size: 14px; font-weight: 500; }
.nav-links a:hover { color: #e0e0e0; }

/* ===== Hero ===== */
.hero { min-height: 100vh; display: flex; position: relative; z-index: 1; }
.hero-content { flex: 1; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 100px 24px 60px; }
.launch-badge {
    display: inline-block; padding: 8px 20px; border-radius: 24px;
    background: linear-gradient(135deg, rgba(110,231,183,0.12), rgba(59,130,246,0.12));
    border: 1px solid rgba(110,231,183,0.15); font-size: 14px; font-weight: 600; color: #FF6B35; margin-bottom: 20px;
    animation: badgePulse 3s ease-in-out infinite;
}
.brand-banner {
    font-size: clamp(52px, 8vw, 96px); font-weight: 900; color: #fff; letter-spacing: -2px;
    margin-bottom: 12px; line-height: 1;
    background: linear-gradient(135deg, #ffffff 0%, #FF6B35 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.brand-tagline { font-size: 16px; color: #666; margin-bottom: 20px; }
@keyframes badgePulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(110,231,183,0.2); } 50% { box-shadow: 0 0 20px 4px rgba(110,231,183,0.1); } }
.hero h1 { font-size: clamp(36px, 5.5vw, 64px); font-weight: 900; line-height: 1.15; color: #fff; margin-bottom: 20px; }
.hero h1 em { font-style: normal; background: linear-gradient(135deg, #FF6B35, #FF8C42, #FF4E50); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero-sub { font-size: 17px; color: #888; max-width: 520px; margin-bottom: 28px; }
.hero-sub strong { color: #ccc; }

/* Team strip */
.team-strip { display: flex; align-items: center; margin-bottom: 28px; }
.team-face { width: 52px; height: 52px; border-radius: 50%; border: 2px solid #1a1a2e; object-fit: cover; margin-left: -12px; transition: transform 0.3s; }
.team-face:first-child { margin-left: 0; }
.team-face:hover { transform: scale(1.2); z-index: 2; }
.team-face-center { width: 60px; height: 60px; border-color: rgba(110,231,183,0.4); }

/* Countdown */
.countdown { display: flex; align-items: center; gap: 10px; margin-bottom: 32px; }
.timer { text-align: center; }
.timer-num { display: block; font-size: 36px; font-weight: 900; color: #fff; font-variant-numeric: tabular-nums; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 10px; padding: 10px 16px; min-width: 64px; }
.timer-label { font-size: 10px; text-transform: uppercase; letter-spacing: 2px; color: #555; margin-top: 4px; display: block; }
.timer-sep { font-size: 28px; font-weight: 700; color: #333; }

/* Signup */
.signup { max-width: 440px; width: 100%; }
.signup-label { font-size: 15px; color: #aaa; margin-bottom: 12px; }
.signup-form { display: flex; gap: 8px; }
.signup-form-center { max-width: 440px; margin: 0 auto; }
.signup-form input {
    flex: 1; padding: 14px 18px; border-radius: 10px; border: 1.5px solid rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.04); color: #fff; font-size: 15px; font-family: inherit; outline: none; transition: border-color 0.2s;
}
.signup-form input::placeholder { color: #555; }
.signup-form input:focus { border-color: rgba(110,231,183,0.4); }
.signup-form button {
    padding: 14px 24px; border-radius: 10px; border: none;
    background: linear-gradient(135deg, #FF6B35, #FF8C42); color: #0a0a0a; font-weight: 700; font-size: 14px;
    cursor: pointer; font-family: inherit; white-space: nowrap; transition: all 0.2s;
}
.signup-form button:hover:not(:disabled) { transform: translateY(-1px); box-shadow: 0 4px 20px rgba(110,231,183,0.3); }
.signup-form button:disabled { opacity: 0.7; cursor: not-allowed; }
.signup-note { font-size: 12px; color: #555; margin-top: 10px; }
.signup-success { font-size: 14px; color: #22c55e; margin-top: 12px; display: none; }
.signup-error { font-size: 14px; color: #ef4444; margin-top: 12px; display: none; }

/* ===== Sections ===== */
.section { padding: 100px 0; position: relative; z-index: 1; }
.section-dark { background: rgba(0,0,0,0.4); }
.section h2 { font-size: clamp(28px, 4vw, 42px); font-weight: 800; color: #fff; text-align: center; margin-bottom: 12px; }
.section-sub { text-align: center; color: #888; font-size: 17px; margin-bottom: 56px; max-width: 540px; margin-left: auto; margin-right: auto; }

/* ===== Steps ===== */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.step { padding: 32px; border-radius: 12px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); transition: all 0.4s; opacity: 0; transform: translateY(20px); }
.step.visible { opacity: 1; transform: translateY(0); }
.step:hover { border-color: rgba(110,231,183,0.2); background: rgba(255,255,255,0.05); transform: translateY(-4px); }
.step-num { font-size: 48px; font-weight: 900; color: rgba(110,231,183,0.15); margin-bottom: 12px; }
.step h3 { font-size: 20px; font-weight: 700; color: #fff; margin-bottom: 10px; }
.step p { color: #888; font-size: 15px; line-height: 1.6; }

/* ===== Employee Cards ===== */
.employee-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.employee-card { padding: 28px; border-radius: 12px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); transition: all 0.4s; opacity: 0; transform: translateY(20px); }
.employee-card.visible { opacity: 1; transform: translateY(0); }
.employee-card:hover { border-color: rgba(110,231,183,0.25); transform: translateY(-4px); }
.employee-avatar { margin-bottom: 16px; }
.employee-avatar img { width: 100px; height: 100px; border-radius: 50%; border: 2px solid rgba(110,231,183,0.15); object-fit: cover; }
.employee-card h3 { font-size: 22px; font-weight: 700; color: #fff; margin-bottom: 4px; }
.employee-role { font-size: 13px; color: #FF6B35; font-weight: 500; margin-bottom: 16px; text-transform: uppercase; letter-spacing: 0.5px; }
.employee-card ul { list-style: none; }
.employee-card li { padding: 6px 0; font-size: 14px; color: #999; border-bottom: 1px solid rgba(255,255,255,0.04); }
.employee-card li:last-child { border: none; }

/* ===== Comparison ===== */
.comparison { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 800px; margin: 0 auto; }
.comp-col { padding: 32px; border-radius: 12px; opacity: 0; transform: translateY(20px); transition: all 0.4s; }
.comp-col.visible { opacity: 1; transform: translateY(0); }
.comp-them { background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.06); }
.comp-us { background: rgba(110,231,183,0.05); border: 1px solid rgba(110,231,183,0.2); }
.comp-col h3 { font-size: 22px; font-weight: 700; color: #fff; margin-bottom: 8px; }
.comp-tag { font-size: 13px; color: #888; margin-bottom: 20px; }
.comp-us .comp-tag { color: #FF6B35; }
.comp-list { list-style: none; }
.comp-list li { padding: 8px 0; font-size: 14px; }
.no { color: #666; }
.yes { color: #e0e0e0; }

/* ===== Pricing ===== */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 960px; margin: 0 auto; }
.pricing-card { padding: 32px; border-radius: 16px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); text-align: center; transition: all 0.4s; position: relative; opacity: 0; transform: translateY(20px); }
.pricing-card.visible { opacity: 1; transform: translateY(0); }
.pricing-card:hover { transform: translateY(-4px); border-color: rgba(255,255,255,0.15); }
.pricing-popular { background: rgba(110,231,183,0.05); border-color: rgba(110,231,183,0.25); }
.pricing-popular:hover { border-color: rgba(110,231,183,0.4); }
.pricing-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); padding: 4px 16px; background: linear-gradient(135deg, #FF6B35, #FF8C42); color: #0a0a0a; font-size: 12px; font-weight: 700; border-radius: 20px; }
.pricing-tier { font-size: 18px; font-weight: 700; color: #fff; margin-bottom: 8px; }
.pricing-price { font-size: 48px; font-weight: 900; color: #fff; margin-bottom: 4px; }
.pricing-price span { font-size: 16px; font-weight: 400; color: #666; }
.pricing-desc { font-size: 14px; color: #888; margin-bottom: 24px; }
.pricing-card ul { list-style: none; text-align: left; margin-bottom: 28px; }
.pricing-card li { padding: 6px 0; font-size: 14px; color: #aaa; }
.pricing-card .btn { width: 100%; text-align: center; }
.enterprise-cta { text-align: center; margin-top: 40px; color: #888; font-size: 15px; }
.enterprise-cta a { color: #FF6B35; font-weight: 600; }

/* ===== About / Story ===== */
.story { max-width: 740px; }
.story h2 { text-align: left; font-size: 36px; margin-bottom: 40px; }
.about-ceo { display: flex; align-items: center; gap: 32px; margin-bottom: 48px; padding: 28px; border-radius: 16px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); }
.ceo-photo img { width: 120px; height: 120px; border-radius: 50%; border: 2px solid rgba(110,231,183,0.3); object-fit: cover; }
.ceo-badge { display: inline-block; padding: 4px 14px; background: rgba(110,231,183,0.1); border: 1px solid rgba(110,231,183,0.2); border-radius: 20px; font-size: 11px; font-weight: 600; color: #FF6B35; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 8px; }
.ceo-info h3 { font-size: 28px; font-weight: 800; color: #fff; margin-bottom: 4px; }
.ceo-subtitle { color: #888; font-size: 15px; margin-bottom: 8px; }
.ceo-link a { color: #FF6B35; font-weight: 500; font-size: 14px; }
.story-block { margin-bottom: 36px; opacity: 0; transform: translateY(20px); transition: all 0.4s; }
.story-block.visible { opacity: 1; transform: translateY(0); }
.story-block h3 { font-size: 20px; font-weight: 700; color: #fff; margin-bottom: 12px; padding-left: 16px; border-left: 3px solid #FF6B35; }
.story-block p { color: #aaa; font-size: 16px; line-height: 1.8; margin-bottom: 12px; }
.story-block em { color: #FF6B35; font-style: normal; }
.founder-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 20px; }
.founder-card { padding: 24px; border-radius: 12px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); opacity: 0; transform: translateY(20px); transition: all 0.4s; }
.founder-card.visible { opacity: 1; transform: translateY(0); }
.founder-emoji { font-size: 32px; margin-bottom: 12px; }
.founder-card h4 { font-size: 18px; font-weight: 700; color: #fff; margin-bottom: 4px; }
.founder-role { font-size: 13px; color: #FF6B35; font-weight: 500; margin-bottom: 12px; }
.founder-card p { font-size: 14px; color: #888; line-height: 1.7; margin-bottom: 0; }

/* Final CTA */
.coming-soon-personas { text-align: center; margin-top: 40px; }
.employee-card-soon { opacity: 0.5; max-width: 260px; margin: 0 auto; filter: grayscale(0.8); }
.employee-card-soon:hover { opacity: 0.5; transform: none; }
.employee-avatar-soon { font-size: 80px; margin-bottom: 16px; filter: grayscale(1); }
.personas-note { font-size: 14px; color: #666; margin-top: 16px; }
.personas-note a { color: #FF6B35; }

/* Final CTA */
.section-cta-final .signup-form-center { margin-top: 20px; }

/* ===== Footer ===== */
.footer { padding: 60px 0 30px; border-top: 1px solid rgba(255,255,255,0.06); position: relative; z-index: 1; }
.footer-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 48px; margin-bottom: 40px; }
.footer-brand p { color: #666; font-size: 14px; margin-top: 8px; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.footer-links h4 { font-size: 14px; font-weight: 600; color: #fff; margin-bottom: 12px; }
.footer-links a { display: block; color: #666; font-size: 14px; padding: 4px 0; }
.footer-links a:hover { color: #FF6B35; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.06); padding-top: 20px; text-align: center; color: #444; font-size: 13px; }

/* ===== Hero Problem Statement ===== */
.hero-problem { font-size: 18px; color: #666; margin-bottom: 8px; font-weight: 400; letter-spacing: 0.5px; }

/* ===== Living Proof ===== */
.section-proof { background: linear-gradient(180deg, rgba(110,231,183,0.03) 0%, transparent 100%); }
.section-proof h2 { line-height: 1.3; }
.section-proof h2 em { color: #FF6B35; font-style: normal; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin: 48px 0 32px; }
.proof-card { text-align: center; padding: 28px 16px; border-radius: 12px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); }
.proof-num { font-size: 42px; font-weight: 900; color: #FF6B35; margin-bottom: 4px; }
.proof-label { font-size: 13px; color: #888; }
.proof-note { text-align: center; font-size: 15px; color: #888; }
.proof-note a { color: #FF6B35; font-weight: 500; }

/* ===== Salary Comparison ===== */
.salary-grid { display: flex; align-items: center; justify-content: center; gap: 32px; max-width: 800px; margin: 0 auto 32px; }
.salary-card { flex: 1; padding: 32px; border-radius: 16px; text-align: center; }
.salary-human { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); }
.salary-ai { background: rgba(110,231,183,0.06); border: 1px solid rgba(110,231,183,0.2); }
.salary-label { font-size: 15px; font-weight: 600; color: #aaa; margin-bottom: 12px; }
.salary-ai .salary-label { color: #FF6B35; }
.salary-amount { font-size: 44px; font-weight: 900; color: #fff; margin-bottom: 16px; }
.salary-amount span { font-size: 16px; font-weight: 400; color: #666; }
.salary-card ul { list-style: none; text-align: left; }
.salary-card li { padding: 6px 0; font-size: 14px; color: #888; }
.salary-vs { font-size: 28px; font-weight: 900; color: #333; }
.salary-savings { text-align: center; font-size: 18px; color: #aaa; }
.salary-savings strong { color: #FF6B35; font-size: 22px; }

@media (max-width: 768px) {
    .proof-grid { grid-template-columns: repeat(2, 1fr); }
    .salary-grid { flex-direction: column; }
    .salary-vs { font-size: 20px; }
}

/* ===== Responsive ===== */
@media (max-width: 900px) {
    .steps, .employee-grid, .pricing-grid { grid-template-columns: repeat(2, 1fr); }
    .comparison { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-links { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 640px) {
    .nav-links { display: none; }
    .steps, .employee-grid, .pricing-grid { grid-template-columns: 1fr; }
    .signup-form { flex-direction: column; }
    .timer-num { font-size: 28px; min-width: 56px; padding: 8px 10px; }
    .team-face { width: 44px; height: 44px; }
    .team-face-center { width: 52px; height: 52px; }
    .hero h1 { font-size: 36px; }
    .section { padding: 60px 0; }
    .about-ceo { flex-direction: column; text-align: center; }
    .founder-cards { grid-template-columns: 1fr; }
    .comparison { grid-template-columns: 1fr; }
}
