code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--primary-color:#0078d4;--secondary-color:#2b2b2b;--background-color:#f4f4f4;--text-color:#333;--white:#fff}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f4f4f4;background-color:var(--background-color);color:#333;color:var(--text-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}.App{text-align:center}.App-header{align-items:center;background-color:#2b2b2b;background-color:var(--secondary-color);color:#fff;color:var(--white);display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:4rem 2rem}.hero-content{margin:0 auto;max-width:800px}.headshot{border:4px solid #0078d4;border:4px solid var(--primary-color);border-radius:50%;height:200px;margin-bottom:1.5rem;object-fit:cover;width:200px}h1{font-size:2.5rem;margin:.5rem 0}h2{color:#ccc;font-weight:400;margin:.5rem 0 1.5rem}.hero-text{font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:700px}.hero-badge{align-items:center;display:flex;justify-content:center;margin:2rem 0}.certification-badge{filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));height:auto;max-width:75px}.hero-contact{border-top:1px solid #fff3;display:flex;flex-direction:column;gap:.8rem;margin-top:2rem;padding-top:2rem;width:100%}.hero-contact p{color:#eee;font-size:1.1rem;margin:0}.hero-contact strong{color:#0078d4;color:var(--primary-color);margin-right:.5rem}.hero-contact a{color:#fff;color:var(--white);opacity:.9;text-decoration:none;transition:opacity .2s}.hero-contact a:hover{opacity:1;text-decoration:underline}.content-column{background-color:#f4f4f4;background-color:var(--background-color)}.about-section,.services-section{margin:0 auto;max-width:1200px;padding:4rem 2rem}.about-section h3,.services-section h3{border-bottom:2px solid #0078d4;border-bottom:2px solid var(--primary-color);color:#2b2b2b;color:var(--secondary-color);display:inline-block;font-size:2rem;letter-spacing:2px;margin-bottom:2rem;padding-bottom:.5rem;text-transform:uppercase}.about-section{background-color:#fff;background-color:var(--white);border-top:1px solid #e0e0e0}.about-content{margin:0 auto;max-width:800px;text-align:left}.about-content p{color:#444;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.about-content h4{color:#2b2b2b;color:var(--secondary-color);font-size:1.3rem;margin-bottom:1rem;margin-top:2rem}.about-content ul{margin-bottom:2rem;padding-left:1.5rem}.about-content li{color:#444;font-size:1.1rem;line-height:1.6;margin-bottom:.8rem}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));text-align:left}.service-card{align-items:flex-start;background:#fff;background:var(--white);border-radius:8px;box-shadow:0 4px 6px #0000001a;display:flex;flex-direction:column;padding:2rem;transition:transform .2s ease}.service-card:hover{transform:translateY(-5px)}.service-icon{align-items:center;background:#0078d41a;border-radius:12px;color:#0078d4;color:var(--primary-color);display:inline-flex;justify-content:center;margin-bottom:1rem;padding:12px}.service-icon svg{fill:currentColor;height:40px;width:40px}.service-card h4{color:#0078d4;color:var(--primary-color);font-size:1.25rem;margin-bottom:1rem;margin-top:0}.service-card p{color:#555;line-height:1.5;margin:0}@media (min-width:900px){.App{display:flex;flex-direction:row;min-height:100vh;text-align:left}.App-header{align-items:flex-start;box-sizing:border-box;height:100vh;overflow-y:auto;padding:2rem;position:-webkit-sticky;position:sticky;text-align:left;top:0;width:40%}.hero-content{margin:auto 0;width:100%}.headshot{height:180px;margin-left:0;width:180px}.hero-text{margin:0;max-width:100%}.hero-badge{justify-content:flex-start}.hero-contact{align-items:flex-start}.content-column{overflow-y:auto;width:60%}.about-section,.services-section{max-width:none;padding:4rem}.about-content{margin:0;max-width:90%}}@media (max-width:600px){h1{font-size:2rem}.headshot{height:150px;width:150px}.services-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=main.eaab2403.css.map*/