.App{min-height:100vh;display:flex;flex-direction:column}.about{padding:6rem 2rem;background:var(--white);border-top:1px solid var(--border)}.about-container{max-width:1200px;margin:0 auto}.about-content{display:grid;grid-template-columns:1.2fr 1fr;gap:6rem;align-items:center}.about-text .section-title{text-align:left;margin-bottom:2rem}.about-paragraph{font-size:1rem;line-height:1.85;color:var(--text-muted);margin-bottom:1.25rem}.about-paragraph strong{color:var(--primary);font-weight:600}.about-features{margin-top:2.5rem;display:flex;flex-direction:column;gap:1rem;padding-top:2rem;border-top:1px solid var(--border)}.feature-item{display:flex;align-items:flex-start;gap:1rem;font-size:.95rem;color:var(--text);line-height:1.6}.feature-check{color:var(--gold);font-weight:700;flex-shrink:0;font-size:1.1rem;line-height:1.4}.about-visual{display:flex;justify-content:center;align-items:center}.visual-card{background:var(--primary);padding:3rem;border-radius:12px;display:flex;flex-direction:column;gap:0;width:100%;max-width:320px}.stat{text-align:center;padding:2rem 1rem;border-bottom:1px solid rgba(255,255,255,.08)}.stat:last-child{border-bottom:none}.visual-card .stat-number{font-size:3rem;font-weight:800;color:var(--gold);margin-bottom:.5rem;line-height:1;letter-spacing:-1px}.visual-card .stat-label{font-size:.9rem;font-weight:500;color:#fff9;letter-spacing:.02em}@media (max-width: 968px){.about-content{grid-template-columns:1fr;gap:3rem}.about-text .section-title{text-align:center}.visual-card{max-width:100%;flex-direction:row}.stat{flex:1;border-bottom:none;border-right:1px solid rgba(255,255,255,.08);padding:1.5rem 1rem}.stat:last-child{border-right:none}}@media (max-width: 768px){.about{padding:4rem 1.5rem}.visual-card{flex-direction:column;padding:2rem}.stat{border-right:none;border-bottom:1px solid rgba(255,255,255,.08);padding:1.5rem 1rem}.stat:last-child{border-bottom:none}.stat-number{font-size:2.5rem}}.footer{background:var(--primary);color:#fff;padding:4rem 2rem 2rem;margin-top:auto}.footer-container{max-width:1200px;margin:0 auto}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-section{display:flex;flex-direction:column;gap:1rem}.footer-contact{gap:1rem}.footer-contact-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.5rem;align-items:center}.footer-title{font-size:1.25rem;font-weight:700;color:var(--white);letter-spacing:-.3px}.footer-description{color:#ffffff80;line-height:1.7;font-size:.95rem}.footer-heading{font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin-bottom:.25rem}.footer-text{color:#ffffff80;line-height:1.7;font-size:.95rem}.footer-action-button{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;color:#fff;text-decoration:none;font-weight:600;font-size:.9rem;border-radius:6px;transition:all .2s ease;white-space:nowrap;flex:1;min-width:180px}.footer-action-button:hover{transform:translateY(-2px);text-decoration:none;opacity:1}.footer-calendly-button{background:var(--gold);border:2px solid var(--gold)}.footer-calendly-button:hover{background:var(--gold-dark);border-color:var(--gold-dark)}.footer-slack-button{background:transparent;border:2px solid rgba(255,255,255,.2);color:#fffc}.footer-slack-button:hover{border-color:#ffffff80;color:var(--white)}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:2rem;text-align:center}.footer-copyright{color:#ffffff4d;font-size:.875rem}@media (max-width: 768px){.footer{padding:3rem 1.5rem 1.5rem}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-contact-actions{flex-direction:column}.footer-action-button{width:100%;min-width:auto}}.header{background:var(--white);padding:1.25rem 0;position:sticky;top:0;z-index:1000;border-bottom:1px solid var(--border)}.header-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo-text{font-size:1.25rem;font-weight:700;color:var(--primary);letter-spacing:-.5px}.nav{display:flex;gap:2rem;align-items:center}.nav-link{color:var(--text-muted);text-decoration:none;font-weight:500;font-size:.95rem;transition:color .2s ease}.nav-link:hover{color:var(--primary)}.cta-button{background:var(--gold);color:var(--white);padding:.6rem 1.4rem;border-radius:6px;font-weight:600;font-size:.9rem;transition:background .2s ease,transform .2s ease}.cta-button:hover{background:var(--gold-dark);color:var(--white);transform:translateY(-1px)}@media (max-width: 768px){.header-container{flex-direction:column;gap:1rem}.nav{flex-wrap:wrap;justify-content:center;gap:1rem}}.hero{background:var(--white);padding:7rem 2rem 5rem;border-bottom:1px solid var(--border)}.hero-container{max-width:800px;margin:0 auto;display:flex;flex-direction:column;align-items:flex-start;gap:3rem;animation:fadeInUp .7s ease}.hero-label{font-size:.85rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--gold)}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.15;letter-spacing:-1.5px;color:var(--primary);margin:0}.highlight{color:var(--gold)}.hero-subtitle{font-size:1.2rem;line-height:1.8;color:var(--text-muted);max-width:660px}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap;margin-top:2rem}.btn{padding:.85rem 2rem;border-radius:6px;text-decoration:none;font-weight:600;font-size:.95rem;transition:all .2s ease;display:inline-block}.btn-primary{background:var(--primary);color:var(--white);border:2px solid var(--primary)}.btn-primary:hover{background:var(--primary-light);border-color:var(--primary-light);transform:translateY(-2px)}.btn-secondary{background:transparent;color:var(--primary);border:2px solid var(--border)}.btn-secondary:hover{border-color:var(--primary);transform:translateY(-2px)}.hero-stats{display:flex;align-items:center;gap:0;padding:2rem 2.5rem;background:var(--light);border-radius:12px;border:1px solid var(--border);width:100%}.stat-item{flex:1;text-align:center;padding:.5rem 1rem}.stat-number{font-size:2.25rem;font-weight:800;color:var(--primary);letter-spacing:-1px;line-height:1;margin-bottom:.35rem}.stat-label{font-size:.875rem;color:var(--text-muted);font-weight:500}.stat-divider{width:1px;height:40px;background:var(--border);flex-shrink:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.hero{padding:4rem 1.5rem 3rem}.hero-title{font-size:2.25rem;letter-spacing:-.5px}.hero-subtitle{font-size:1.05rem}.hero-cta{flex-direction:column}.btn{width:100%;text-align:center}.hero-stats{flex-direction:column;gap:1.5rem;padding:1.75rem}.stat-divider{width:40px;height:1px}}.how{padding:6rem 2rem;background:var(--primary)}.how-container{max-width:900px;margin:0 auto}.how-header{text-align:center;margin-bottom:4rem}.how-header .how-title{color:var(--white)}.how-subtitle{color:#fff9}.how-steps{display:flex;flex-direction:column;gap:0;position:relative}.step-card{display:flex;align-items:flex-start;gap:2rem;position:relative;padding:2.5rem 2rem;border-left:2px solid rgba(255,255,255,.1);margin-left:2rem;transition:border-color .2s ease}.step-card:hover{border-left-color:var(--gold)}.step-card:last-child{border-left-color:transparent}.step-number{font-size:.8rem;font-weight:700;letter-spacing:.12em;color:var(--gold);flex-shrink:0;min-width:28px;padding-top:2px;position:absolute;left:-2.85rem;background:var(--primary);padding:0 .4rem}.step-content{flex:1}.step-title{font-size:1.15rem;font-weight:700;color:var(--white);margin-bottom:.75rem;line-height:1.4}.step-description{color:#fff9;line-height:1.75;font-size:.95rem}.step-connector{display:none}@media (max-width: 768px){.how{padding:4rem 1.5rem}.how-title{font-size:1.875rem}.step-card{margin-left:1.5rem;padding:2rem 1.5rem}.step-number{left:-2.4rem}}.services{padding:6rem 2rem;background:var(--light)}.services-container{max-width:1200px;margin:0 auto}.services-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.25rem;font-weight:800;color:var(--primary);margin-bottom:1rem;letter-spacing:-.5px}.section-subtitle{font-size:1.1rem;color:var(--text-muted);max-width:600px;margin:0 auto;line-height:1.7}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.service-card{background:var(--white);padding:2.5rem;border-radius:10px;border:1px solid var(--border);transition:border-color .2s ease,box-shadow .2s ease;position:relative;overflow:hidden}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.service-card:hover{border-color:var(--border);box-shadow:0 8px 24px #0f172a14}.service-card:hover:before{transform:scaleX(1)}.service-number{font-size:.8rem;font-weight:700;letter-spacing:.1em;color:var(--gold);margin-bottom:1.25rem;display:block}.service-title{font-size:1.15rem;font-weight:700;color:var(--primary);margin-bottom:.85rem;line-height:1.4}.service-description{color:var(--text-muted);line-height:1.75;font-size:.95rem}@media (max-width: 768px){.services{padding:4rem 1.5rem}.section-title{font-size:1.875rem}.services-grid{grid-template-columns:1fr}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #0f172a;--primary-light: #1e3a5f;--gold: #c9a227;--gold-dark: #a8841e;--white: #ffffff;--light: #f8f9fa;--text: #1e293b;--text-muted: #64748b;--border: #e2e8f0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text);background:var(--white);line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
