:root{--color-primary:#f97316;--color-primary-dark:#ea580c;--color-primary-light:#ffedd5;--color-accent:#e11d48;--color-text:#1a202c;--color-text-light:#4b5563;--color-text-dark:#111827;--color-text-muted:#6b7280;--color-text-subtle:#9ca3af;--color-bg-white:#fff;--color-bg-light:#f9fafb;--color-bg-gray:#f3f4f6;--color-bg-dark:#111827;--color-border-light:#f1f5f9;--color-border:#e5e7eb;--color-border-dark:#374151;--color-success:#16a34a;--color-success-light:#dcfce7;--font-mono:"Space Mono", monospace;--font-sans:"Inter", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);color:var(--color-text);background-color:var(--color-bg-white);min-height:100vh;line-height:1.5}.container{flex-direction:column;min-height:100vh;display:flex}h1,h2,h3,.logo-text,.section-title,.hero-title,.feature-title,.product-title,.cta-title,.footer-heading,.footer-logo-text{font-family:var(--font-mono);font-weight:700}.header{background-color:#fff;border-bottom:1px solid #f1f5f9;width:100%;padding:1rem 1.5rem}.header-content{justify-content:space-between;align-items:center;max-width:80rem;margin:0 auto;display:flex}.logo{align-items:center;display:flex}.terminal-icon{color:#f97316;width:2rem;height:2rem;margin-right:.5rem}.logo-text{letter-spacing:-.025em;font-size:1.25rem;font-weight:700}.navigation{display:none}.header-cta-links{align-items:center;gap:.75rem;display:none}.nav-link{color:#4b5563;font-weight:500;text-decoration:none;transition:color .3s}.nav-link:hover{color:#f97316}.try-now-button{color:#fff;background-color:#f97316;border-radius:.375rem;align-items:center;padding:.5rem 1rem;font-weight:500;text-decoration:none;transition:background-color .3s;display:none}.try-now-button:hover{background-color:#ea580c}.secondary-cta-button{background-color:#111827}.secondary-cta-button:hover{background-color:#1f2937}.arrow-icon{width:1rem;height:1rem;margin-left:.5rem}.hero-section{color:#fff;background:linear-gradient(135deg,#fcd34d 0%,#e11d48 100%);width:100%;position:relative;overflow:hidden}.hero-section:before{content:"";pointer-events:none;background-image:radial-gradient(#ffffff14 1px,#0000 1px);background-size:28px 28px;position:absolute;inset:0}.hero-content{max-width:80rem;margin:0 auto;padding:5rem 1.5rem;position:relative}.hero-grid{grid-template-columns:1fr;gap:3rem;display:grid}.hero-title{font-size:2.25rem;font-weight:700;line-height:1.2}.hero-description{margin-top:1.5rem;font-size:1.25rem;font-weight:300}.hero-buttons{flex-direction:column;gap:1rem;margin-top:2.5rem;display:flex}.get-started-button{color:#b45309;text-align:center;background-color:#fff;border-radius:.375rem;padding:.75rem 2rem;font-weight:500;text-decoration:none;transition:background-color .3s}.get-started-button:hover{background-color:#f9fafb}.learn-more-button{color:#fff;text-align:center;background-color:#b45309;border-radius:.375rem;padding:.75rem 2rem;font-weight:500;text-decoration:none;transition:background-color .3s}.learn-more-button:hover{background-color:#92400e}.terminal-container{position:relative}.hero-image{border-radius:8px;width:100%;height:auto;box-shadow:0 4px 6px #0000001a}.terminal{backdrop-filter:blur(4px);background-color:#ffffff1a;border:1px solid #fff3;border-radius:.5rem;padding:1.5rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.terminal-command{color:#fffc;margin-bottom:1rem;font-family:Space Mono,monospace;font-size:.875rem}.terminal-prompt{color:#86efac}.terminal-output{background-color:#11182780;border-radius:.25rem;height:16rem;padding:1rem;overflow:hidden}.terminal-text{color:#ffffffe6;font-family:Space Mono,monospace;font-size:.875rem;line-height:1.75}.generating-text{color:#4ade80}.features-section{background-color:#f9fafb;width:100%;padding:5rem 0}.section-content{max-width:80rem;margin:0 auto;padding:0 1.5rem}.section-header{text-align:center;margin-bottom:4rem}.section-title{color:#111827;font-size:1.875rem;font-weight:700}.section-subtitle{color:#4b5563;margin-top:1rem;font-size:1.25rem}.features-grid{grid-template-columns:1fr;gap:2rem;display:grid}.feature-card{background-color:#fff;border:1px solid #f1f5f9;border-radius:.5rem;padding:2rem;transition:transform .2s,box-shadow .2s,border-color .2s;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.feature-card:hover{border-color:#f97316;transform:translateY(-4px);box-shadow:0 12px 28px -5px #0000001f,0 4px 10px -5px #00000014}.feature-number{background-color:#ffedd5;border-radius:.375rem;justify-content:center;align-items:center;width:3rem;height:3rem;margin-bottom:1.5rem;display:flex}.feature-number span{color:#ea580c;font-family:Space Mono,monospace;font-size:1.25rem}.feature-title{color:#111827;margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.feature-description{color:#4b5563}.product-section{width:100%;padding:5rem 0}.product-grid{grid-template-columns:1fr;align-items:center;gap:3rem;display:grid}.secondary-product-grid{border-top:1px solid var(--color-border);margin-top:3rem;padding-top:3rem}.product-title{color:#111827;margin-bottom:1.5rem;font-size:1.875rem;font-weight:700}.product-description{color:#4b5563;margin-bottom:1.5rem;font-size:1.25rem}.product-features{margin-bottom:2rem;list-style:none}.product-feature{align-items:flex-start;margin-bottom:1rem;display:flex}.feature-check{color:#16a34a;background-color:#dcfce7;border-radius:9999px;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;margin-top:.25rem;margin-right:.75rem;font-size:.875rem;display:flex}.product-feature p{color:#374151}.product-button{color:#fff;background-color:#f97316;border-radius:.375rem;align-items:center;padding:.75rem 1.5rem;font-weight:500;text-decoration:none;transition:background-color .2s,transform .2s;display:inline-flex}.product-button:hover{background-color:#ea580c;transform:translate(3px)}.product-button--primary{background-color:#111827}.product-button--primary:hover{background-color:#1f2937}.product-preview{background-color:#f9fafb;border-radius:.5rem;padding:2rem}.product-image{border-radius:8px;width:100%;height:auto;box-shadow:0 4px 6px #0000001a}.product-badge{color:#15803d;font-size:.75rem;font-weight:600;font-family:var(--font-mono);letter-spacing:.05em;text-transform:uppercase;background-color:#f0fdf4;border:1px solid #bbf7d0;border-radius:9999px;align-items:center;gap:.4rem;margin-bottom:1rem;padding:.25rem .6rem;display:inline-flex}.product-badge-icon{width:14px;height:14px}.browser-mockup{background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.browser-controls{align-items:center;margin-bottom:1.5rem;display:flex}.browser-dot{border-radius:9999px;width:.75rem;height:.75rem;margin-right:.5rem}.red{background-color:#ef4444}.yellow{background-color:#f59e0b}.green{background-color:#10b981}.browser-address{color:#6b7280;margin-left:1rem;font-family:Space Mono,monospace;font-size:.75rem}.browser-content{flex-direction:column;gap:1rem;display:flex}.mockup-header{background-color:#f3f4f6;border-radius:.25rem;width:75%;height:2rem}.mockup-body{background-color:#f3f4f6;border-radius:.25rem;height:8rem}.mockup-buttons{gap:.5rem;display:flex}.mockup-button{border-radius:.25rem;width:33.3333%;height:2.5rem}.orange{background-color:#ffedd5}.blue{background-color:#e0f2fe}.hub-section{background-color:#f9fafb;width:100%;min-height:60vh;padding:5rem 0}.hub-grid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem;display:grid}.hub-card{background-color:#fff;border:1px solid #f1f5f9;border-radius:.5rem;flex-direction:column;gap:.75rem;padding:2rem;display:flex;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.hub-card-icon{width:28px;height:28px}.hub-card-title{color:#111827;margin:0;font-size:1.25rem;font-weight:700}.hub-card-description{color:#4b5563;flex:1}.hub-card .product-button{align-self:flex-start;margin-top:.5rem}.hub-fallback{text-align:center;color:#6b7280;font-size:.9rem}.hub-fallback-link{color:#f97316;text-decoration:none}.hub-fallback-link:hover{text-decoration:underline}.company-section{background-color:#f9fafb;width:100%;padding:5rem 0}.company-card{background-color:#fff;border:1px solid #f1f5f9;border-radius:.5rem;padding:2rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.company-text{color:#374151;margin-bottom:1.5rem}.company-text:last-child{margin-bottom:0}.cta-section{color:#fff;background:linear-gradient(135deg,#f97316 0%,#ef4444 100%);width:100%;padding:5rem 0}.text-center{text-align:center}.cta-title{margin-bottom:1.5rem;font-size:1.875rem;font-weight:700}.cta-description{max-width:36rem;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.25rem}.cta-button{color:#ea580c;background-color:#fff;border-radius:.375rem;align-items:center;padding:.75rem 2rem;font-weight:500;text-decoration:none;transition:background-color .3s;display:inline-flex}.cta-button:hover{background-color:#f9fafb}.footer{color:#fff;background-color:#111827;width:100%;padding:3rem 0}.footer-content{max-width:80rem;margin:0 auto;padding:0 1.5rem}.footer-grid{grid-template-columns:1fr;gap:3rem;display:grid}.footer-logo{align-items:center;margin-bottom:1.5rem;display:flex}.footer-logo-text{font-size:1.125rem;font-weight:700}.footer-tagline{color:#9ca3af}.footer-abn{color:#9ca3af;margin-top:1rem}.footer-heading{margin-bottom:1.5rem;font-size:1.125rem;font-weight:700}.footer-nav{list-style:none}.footer-nav li{margin-bottom:.75rem}.footer-link{color:#9ca3af;text-decoration:none;transition:color .3s}.footer-link:hover{color:#f97316}.contact-email{align-items:center;margin-bottom:1rem;text-decoration:none;transition:opacity .3s;display:flex}.contact-email:hover{opacity:.8}.mail-icon{width:1.25rem;height:1.25rem;color:var(--color-primary);margin-right:.5rem}.email-text{color:var(--color-text-subtle)}.footer-copyright{text-align:center;color:#6b7280;border-top:1px solid #1f2937;margin-top:3rem;padding-top:2rem}@media (width>=640px){.hero-buttons{flex-direction:row;gap:1rem}}@media (width>=768px){.header{padding:1rem 3rem}.navigation{gap:2rem;display:flex}.header-cta-links,.try-now-button{display:flex}.hero-content{padding:8rem 3rem}.hero-grid{grid-template-columns:1fr 1fr}.hero-title{font-size:3rem}.features-grid{grid-template-columns:repeat(3,1fr)}.product-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:repeat(4,1fr)}.hub-grid{grid-template-columns:1fr 1fr}}
