:root{--primary-color: #3b82f6;--secondary-color: #60a5fa;--bg-dark: #0f172a;--bg-darker: #0a0f1d;--text-color: #e2e8f0;--text-muted: #94a3b8;--card-bg: #1e293b;--card-hover: #2d3a52;--accent: #38bdf8}*{margin:0;padding:0;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}body{line-height:1.6;color:var(--text-color);background-color:var(--bg-dark);min-height:100vh;display:flex;flex-direction:column}.hidden{display:none}nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 5%;background:var(--bg-darker);border-bottom:1px solid rgba(255,255,255,.1)}.logo{font-size:1.5rem;font-weight:700;color:var(--primary-color)}.nav-right{display:flex;align-items:center;gap:1rem}.username-display{color:var(--accent);font-weight:500;position:static;background:none;padding:0}header{text-align:center;padding:5rem 1rem;background:linear-gradient(135deg,var(--bg-dark) 0%,var(--bg-darker) 100%)}header h1{font-size:3.5rem;margin-bottom:1rem;color:var(--text-color)}.subtitle{font-size:1.25rem;color:var(--text-muted);margin-bottom:2rem}.cta-button,.gglAuthBtn,#signOut{background-color:var(--accent);color:var(--bg-darker);border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-size:1rem;cursor:pointer;transition:all .2s ease;font-weight:600}.cta-button:hover,.gglAuthBtn:hover,#signOut:hover{background-color:var(--secondary-color);transform:translateY(-2px)}.features{padding:5rem 1rem;background:var(--white)}.features h2{text-align:center;margin-bottom:3rem;font-size:2.5rem}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto;padding:0 1rem}.feature-card{padding:2rem;background:var(--card-bg);border-radius:1rem;text-align:center;border:1px solid rgba(255,255,255,.1);transition:transform .2s,background-color .2s}.feature-card:hover{background:var(--card-hover);transform:translateY(-5px)}.feature-card h3{margin-bottom:1rem;color:var(--primary-color)}.pricing{padding:5rem 1rem;background:var(--bg-dark);text-align:center}.pricing h2{margin-bottom:3rem;font-size:2.5rem}.price-card{max-width:400px;margin:0 auto;padding:2rem;background:var(--card-bg);border-radius:1rem;box-shadow:0 4px 6px #0000001a;border:1px solid rgba(255,255,255,.1)}.price-card h3{font-size:1.5rem;margin-bottom:1rem}.price{font-size:3rem;font-weight:700;color:var(--accent);margin-bottom:2rem}.price span{font-size:1rem;color:var(--text-muted)}.features-list{list-style:none;margin:2rem 0;text-align:left}.features-list li{margin-bottom:.75rem;color:var(--text-muted)}main{flex:1}footer{text-align:center;padding:2rem;background:var(--bg-darker);border-top:1px solid rgba(255,255,255,.1);color:var(--text-color);margin-top:auto}.utility-buttons{position:fixed;bottom:1rem;right:1rem}@media (max-width: 768px){header h1{font-size:2.5rem}.feature-grid{grid-template-columns:1fr}}.beta-badge{background:var(--accent);color:var(--bg-darker);padding:.5rem 1rem;border-radius:2rem;display:inline-block;margin-bottom:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.workflow{padding:5rem 1rem;background:var(--bg-darker)}.workflow h2{text-align:center;margin-bottom:3rem;font-size:2.5rem}.workflow-steps{display:flex;justify-content:space-around;max-width:1200px;margin:0 auto;gap:2rem;padding:0 1rem}.step{text-align:center;flex:1;padding:2rem;background:var(--card-bg);border-radius:1rem;position:relative;border:1px solid rgba(255,255,255,.1)}.step:not(:last-child):after{content:"→";position:absolute;right:-1.5rem;top:50%;transform:translateY(-50%);font-size:2rem;color:var(--primary-color)}.beta-tag{background:var(--accent);color:var(--bg-darker);padding:.5rem 1rem;border-radius:.5rem;margin-bottom:1rem;display:inline-block}.future-price{color:var(--text-muted);font-size:.9rem;margin-top:.5rem;font-style:italic}@media (max-width: 768px){.workflow-steps{flex-direction:column}.step:not(:last-child):after{content:"↓";right:50%;bottom:-2rem;top:auto;transform:translate(50%)}}html{scroll-behavior:smooth}::selection{background:var(--accent);color:var(--bg-darker)}.logo a{color:inherit;text-decoration:none}.logo a:hover{opacity:.9}.early-bird-offer{margin-top:1rem;color:gold;font-weight:500;font-size:1.1rem;background:#ffd7001a;padding:.5rem 1rem;border-radius:4px;display:inline-block}.price-card .early-bird-offer{margin:1rem 0;font-size:1rem}.contact{display:flex;flex-direction:column;align-items:center;padding:4rem 2rem;background-color:var(--bg-secondary)}.contact h2{margin-bottom:1rem;font-size:2rem}.contact-options-grid{display:grid;gap:20px;margin-top:2rem}.contact-row{display:grid;grid-template-columns:40px 1fr;align-items:center;gap:16px}.contact-icon-cell{display:flex;align-items:center;justify-content:center}.contact-text-cell{font-size:1.1em}.contact-icon{width:24px;height:24px}
