/* CookieBytes — landing page styles */
.hero { min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 8rem 2rem 4rem; position: relative; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; z-index: 0; background: radial-gradient(ellipse 80% 60% at 50% 110%, rgba(201,123,58,0.12) 0%, transparent 70%), radial-gradient(circle at 15% 20%, rgba(240,201,138,0.18) 0%, transparent 40%), radial-gradient(circle at 85% 15%, rgba(38,168,141,0.08) 0%, transparent 35%); }
.floating-cookies { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.fc { position: absolute; opacity: 0.12; animation: floatUp linear infinite; }
@keyframes floatUp { 0% { transform: translateY(0) rotate(0deg); opacity: 0; } 10% { opacity: 0.12; } 90% { opacity: 0.12; } 100% { transform: translateY(-100px) rotate(20deg); opacity: 0; } }
.hero h1 { font-family: 'Fraunces', serif; font-size: clamp(3.2rem, 8vw, 6.5rem); font-weight: 900; line-height: 1.0; letter-spacing: -0.03em; color: var(--chip); max-width: 820px; position: relative; z-index: 1; margin-bottom: 1.6rem; animation: fadeSlideIn 0.7s 0.1s ease both; }
.hero h1 em { font-style: normal; color: var(--cookie); position: relative; }
.hero h1 em::after { content: ''; position: absolute; left: 0; right: 0; bottom: -4px; height: 3px; background: var(--cookie-light); border-radius: 2px; }
.hero-sub { font-size: 1.15rem; font-weight: 300; line-height: 1.65; color: var(--text-muted); max-width: 520px; position: relative; z-index: 1; margin-bottom: 2.8rem; animation: fadeSlideIn 0.7s 0.2s ease both; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center; position: relative; z-index: 1; animation: fadeSlideIn 0.7s 0.3s ease both; }
.btn-primary { background: var(--cookie); color: white; padding: 0.85rem 2.2rem; border-radius: 3rem; font-size: 0.95rem; font-weight: 600; text-decoration: none; border: none; cursor: pointer; transition: background 0.2s, transform 0.15s, box-shadow 0.2s; box-shadow: 0 4px 18px rgba(201,123,58,0.35); }
.btn-primary:hover { background: var(--cookie-dark); transform: translateY(-2px); }
.btn-secondary { background: transparent; color: var(--chip); padding: 0.85rem 2.2rem; border-radius: 3rem; font-size: 0.95rem; font-weight: 500; text-decoration: none; border: 1.5px solid var(--border); cursor: pointer; transition: border-color 0.2s, color 0.2s, transform 0.15s; }
.btn-secondary:hover { border-color: var(--cookie); color: var(--cookie); transform: translateY(-2px); }
.dog-strip { position: relative; z-index: 1; margin-top: 4.5rem; display: flex; align-items: center; gap: 1rem; background: var(--soft-white); border: 1px solid var(--border); border-radius: 2rem; padding: 0.75rem 1.5rem; font-size: 0.85rem; color: var(--text-muted); animation: fadeSlideIn 0.7s 0.4s ease both; }
.dog-avatar { width: 38px; height: 38px; border-radius: 50%; background: var(--chip); display: flex; align-items: center; justify-content: center; }

section { padding: 6rem 2rem; }
.container { max-width: 1100px; margin: 0 auto; }
.section-label { font-family: 'DM Mono', monospace; font-size: 0.75rem; font-weight: 500; color: var(--cookie); letter-spacing: 0.15em; text-transform: uppercase; margin-bottom: 0.9rem; }
.section-title { font-family: 'Fraunces', serif; font-size: clamp(2rem, 4vw, 3rem); font-weight: 700; color: var(--chip); line-height: 1.15; letter-spacing: -0.02em; max-width: 600px; margin-bottom: 1.2rem; }
.section-desc { font-size: 1rem; color: var(--text-muted); line-height: 1.7; max-width: 500px; margin-bottom: 3rem; }

.services-bg { background: var(--soft-white); }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; margin-top: 3.5rem; }
.service-card { background: white; border: 1px solid var(--border); border-radius: 1.5rem; padding: 2rem 1.75rem; transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s; cursor: default; }
.service-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(201,123,58,0.12); border-color: var(--cookie-light); }
.service-icon { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 1.2rem; }
.service-card h3 { font-family: 'Fraunces', serif; font-weight: 700; font-size: 1.2rem; color: var(--chip); margin-bottom: 0.6rem; }
.service-card p { font-size: 0.9rem; color: var(--text-muted); line-height: 1.6; }

.about-intro { max-width: 640px; margin-bottom: 3.5rem; }
.crew-divider { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.2rem; }
.crew-divider span { font-family: 'DM Mono', monospace; font-size: 0.7rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; white-space: nowrap; color: var(--text-muted); }
.crew-divider::after { content: ''; flex: 1; height: 1px; background: var(--border); }
.crew-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
@media (max-width: 900px) { .crew-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 720px) { .crew-grid { grid-template-columns: repeat(2, 1fr); } }
.crew-card { border-radius: 1.75rem; padding: 1.8rem 1.5rem; text-align: center; position: relative; overflow: hidden; }
.crew-card::before { content: ''; position: absolute; top: -40px; right: -40px; width: 130px; height: 130px; border-radius: 50%; background: rgba(255,255,255,0.06); }
.crew-card.cookie-card { background: var(--chip); }
.crew-card.billy-card { background: var(--byte); }
.crew-card.rocky-card { background: var(--rocky); }
.crew-card.peggy-card { background: var(--peggy); }
.crew-emoji { font-size: 3.2rem; display: block; margin-bottom: 0.9rem; position: relative; z-index: 1; }
.cookie-card .crew-emoji { animation: wagTail 3s ease infinite; }
.billy-card .crew-emoji { animation: billyBounce 1.2s ease infinite; }
.rocky-card .crew-emoji { animation: rockyPounce 1s ease infinite; }
.peggy-card .crew-emoji { animation: peggyBlink 5s ease infinite; }
@keyframes wagTail { 0%, 100% { transform: rotate(-3deg); } 50% { transform: rotate(3deg); } }
@keyframes billyBounce { 0%, 100% { transform: translateY(0) rotate(-5deg); } 50% { transform: translateY(-8px) rotate(5deg); } }
@keyframes rockyPounce { 0%, 100% { transform: translateY(0) rotate(8deg) scale(1); } 50% { transform: translateY(-10px) rotate(-8deg) scale(1.1); } }
@keyframes peggyBlink { 0%, 90%, 100% { transform: scale(1); } 95% { transform: scaleY(0.85); } }
.crew-card h3 { font-family: 'Fraunces', serif; font-weight: 900; font-size: 1.35rem; color: var(--cream); position: relative; z-index: 1; margin-bottom: 0.4rem; }
.crew-card p { font-size: 0.82rem; color: rgba(253,246,236,0.58); position: relative; z-index: 1; line-height: 1.55; }
.crew-chip { display: inline-block; margin-top: 0.9rem; color: white; font-family: 'DM Mono', monospace; font-size: 0.67rem; padding: 0.25rem 0.8rem; border-radius: 1rem; position: relative; z-index: 1; letter-spacing: 0.06em; background: rgba(255,255,255,0.18); }
.cookie-card .crew-chip { background: var(--cookie); }
.stat-solo { margin-top: 3rem; text-align: center; }
.stat-num { font-family: 'Fraunces', serif; font-size: 3rem; font-weight: 900; color: var(--cookie); line-height: 1; }
.stat-label { font-size: 0.85rem; color: var(--text-muted); margin-top: 0.4rem; }

.cta-section { padding: 6rem 2rem; }
.cta-box { background: var(--cookie); border-radius: 2.5rem; padding: 4rem 3.5rem; position: relative; overflow: hidden; }
.cta-box::before { content: '🍪'; position: absolute; font-size: 16rem; opacity: 0.05; top: -3rem; right: -3rem; line-height: 1; pointer-events: none; }
.cta-top { text-align: center; margin-bottom: 2.8rem; }
.cta-top h2 { font-family: 'Fraunces', serif; font-weight: 900; font-size: clamp(2rem, 4vw, 3.2rem); color: white; margin-bottom: 0.7rem; letter-spacing: -0.02em; }
.cta-top p { color: rgba(255,255,255,0.75); font-size: 1rem; }
.cta-form { background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.2); border-radius: 1.75rem; padding: 2rem 2rem 1.75rem; max-width: 640px; margin: 0 auto; backdrop-filter: blur(4px); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1rem; }
@media (max-width: 560px) { .form-row { grid-template-columns: 1fr; } .cta-box { padding: 2.5rem 1.5rem; } }
.form-group { display: flex; flex-direction: column; gap: 0.4rem; margin-bottom: 1rem; }
.form-group label { font-size: 0.78rem; font-weight: 600; color: rgba(255,255,255,0.85); letter-spacing: 0.04em; }
.form-group input, .form-group textarea { font-family: 'Outfit', sans-serif; font-size: 0.9rem; color: var(--chip); background: rgba(255,255,255,0.92); border: 1.5px solid transparent; border-radius: 0.85rem; padding: 0.75rem 1rem; outline: none; transition: border-color 0.2s, box-shadow 0.2s; resize: none; width: 100%; }
.form-group input::placeholder, .form-group textarea::placeholder { color: var(--text-muted); }
.form-group input:focus, .form-group textarea:focus { border-color: var(--cookie-dark); box-shadow: 0 0 0 3px rgba(255,255,255,0.2); }
.form-group textarea { min-height: 100px; }
.captcha-box { background: rgba(255,255,255,0.92); border: 1.5px solid transparent; border-radius: 0.85rem; padding: 0.85rem 1rem; display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.2rem; cursor: pointer; transition: border-color 0.2s; user-select: none; }
.captcha-box:hover { border-color: rgba(255,255,255,0.5); }
.captcha-left { display: flex; align-items: center; gap: 0.75rem; }
.captcha-checkbox { width: 22px; height: 22px; border-radius: 4px; border: 2px solid #ccc; background: white; display: flex; align-items: center; justify-content: center; transition: background 0.2s, border-color 0.2s; flex-shrink: 0; }
.captcha-checkbox.checked { background: var(--byte); border-color: var(--byte); }
.captcha-checkbox svg { display: none; }
.captcha-checkbox.checked svg { display: block; }
.captcha-label { font-size: 0.85rem; color: var(--text-muted); font-weight: 500; }
.captcha-right { display: flex; flex-direction: column; align-items: center; gap: 0.2rem; }
.captcha-logo { font-size: 1.3rem; line-height: 1; }
.captcha-brand { font-family: 'DM Mono', monospace; font-size: 0.52rem; color: var(--text-muted); letter-spacing: 0.05em; }
.form-submit { width: 100%; background: var(--chip); color: white; border: none; border-radius: 3rem; padding: 0.9rem; font-family: 'Outfit', sans-serif; font-size: 0.95rem; font-weight: 600; cursor: pointer; transition: background 0.2s, transform 0.15s; }
.form-submit:hover:not(:disabled) { background: #1a0e05; transform: translateY(-1px); }
.form-submit:disabled { opacity: 0.45; cursor: not-allowed; transform: none; }
.form-error { display: none; margin-top: 0.9rem; padding: 0.7rem 1rem; background: rgba(255,255,255,0.15); border: 1px solid rgba(255,200,200,0.5); border-radius: 0.7rem; font-size: 0.82rem; color: #ffd9d9; text-align: center; }
.form-error.visible { display: block; }
.form-success { display: none; text-align: center; padding: 1.5rem 1rem; }
.form-success.visible { display: block; }
.form-success-emoji { font-size: 3rem; display: block; margin-bottom: 0.8rem; animation: wagTail 2s ease infinite; }
.form-success h3 { font-family: 'Fraunces', serif; font-weight: 900; font-size: 1.4rem; color: white; margin-bottom: 0.5rem; }
.form-success p { font-size: 0.9rem; color: rgba(255,255,255,0.7); }
.cta-divider { display: flex; align-items: center; gap: 1rem; margin: 2rem auto 1.2rem; max-width: 640px; }
.cta-divider::before, .cta-divider::after { content: ''; flex: 1; height: 1px; background: rgba(255,255,255,0.25); }
.cta-divider span { font-size: 0.82rem; color: rgba(255,255,255,0.6); white-space: nowrap; }
.cta-email-wrap { display: flex; justify-content: center; }
.cta-email-pill { display: inline-flex; align-items: center; gap: 0.6rem; background: white; border-radius: 3rem; padding: 0.75rem 1.6rem; font-size: 0.95rem; font-weight: 700; color: var(--cookie-dark); text-decoration: none; box-shadow: 0 4px 20px rgba(0,0,0,0.12); transition: transform 0.15s, box-shadow 0.2s; }
.cta-email-pill:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(0,0,0,0.18); }
.cta-email-pill span { font-size: 1.1rem; }
.honeypot { position: absolute; left: -10000px; opacity: 0; }
