.header{position:fixed;top:0;left:0;right:0;background-color:#0e0e0e;border-bottom:1px solid var(--border);z-index:1000;padding:1rem 0;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 2px 8px #0000004d;width:100%}.header-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo-link{display:flex;align-items:center;gap:1rem;text-decoration:none;color:var(--text-primary);transition:opacity .3s ease}.logo-link:hover{opacity:.8}.logo{height:50px;width:auto;object-fit:contain}.company-name{font-family:Kara BC,sans-serif;font-size:1.5rem;font-weight:700;color:var(--text-primary);text-transform:uppercase;letter-spacing:.5px}.header-actions{display:flex;align-items:center;gap:1.5rem}.quote-button{background-color:var(--accent);color:var(--bg-primary);padding:.75rem 2rem;border-radius:5px;text-decoration:none;font-weight:600;transition:all .3s ease;border:2px solid var(--accent)}.quote-button:hover{background-color:transparent;color:var(--accent);transform:translateY(-2px);box-shadow:0 4px 12px #00c2d14d}@media (max-width: 1024px){.header{padding:1rem 0}.header-container{padding:0 2rem}}@media (max-width: 768px){.header{padding:1rem 0}.header-container{padding:0 1.5rem;flex-wrap:wrap;gap:1rem}.logo-link{gap:.75rem}.company-name{font-size:1.1rem}.logo{height:40px}.header-actions{gap:1rem}.quote-button{padding:.6rem 1.2rem;font-size:.85rem}}@media (max-width: 480px){.header{padding:.75rem 0}.header-container{padding:0 1rem}.company-name{font-size:1rem;display:none}.logo{height:35px}.quote-button{padding:.5rem 1rem;font-size:.8rem}}.footer{background-color:#0e0e0e;border-top:1px solid var(--border);padding:4rem 2rem 1rem;margin-top:auto;width:100%}.footer-container{max-width:1400px;margin:0 auto;padding:0;display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;align-items:start}.footer-left{display:flex;flex-direction:column;gap:1.5rem}.footer-logo-section{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.footer-logo{height:60px;width:auto;object-fit:contain}.footer-company-name{font-family:Kara BC,sans-serif;font-size:1.8rem;font-weight:700;color:var(--text-primary);margin:0;text-transform:uppercase;letter-spacing:.5px}.footer-description{color:var(--text-primary);line-height:1.7;font-size:.95rem;max-width:500px;margin:0}.footer-right{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.footer-column{display:flex;flex-direction:column}.footer-title{color:var(--text-primary);font-size:1.1rem;font-weight:600;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.5px}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.75rem;padding:0;margin:0}.footer-links a{color:var(--text-primary);text-decoration:none;transition:color .3s ease;font-size:.95rem;display:block}.footer-links a:hover{color:var(--accent)}.footer-bottom{max-width:1400px;margin:3rem auto 0;padding:1.5rem 0;border-top:1px solid var(--border);text-align:center;color:var(--text-tertiary);font-size:.9rem}@media (max-width: 1200px){.footer-container{grid-template-columns:1fr;gap:3rem}.footer-right{grid-template-columns:repeat(3,1fr)}}@media (max-width: 968px){.footer{padding:3rem 2rem 1rem}.footer-container{padding:0}.footer-right{grid-template-columns:repeat(2,1fr);gap:2rem}.footer-company-name{font-size:1.6rem}}@media (max-width: 640px){.footer{padding:2.5rem 1.5rem 1rem}.footer-container{padding:0;gap:2.5rem}.footer-right{grid-template-columns:1fr;gap:2rem}.footer-logo-section{flex-direction:column;align-items:flex-start;gap:.75rem}.footer-logo{height:50px}.footer-company-name{font-size:1.4rem}.footer-description{font-size:.9rem}.footer-title{font-size:1rem}.footer-links{gap:.65rem}.footer-links a{font-size:.9rem}.footer-bottom{padding:1.25rem 1rem 0;font-size:.85rem}}@media (max-width: 480px){.footer{padding:2rem 1rem 1rem}.footer-container{padding:0;gap:2rem}.footer-logo{height:45px}.footer-company-name{font-size:1.2rem}.footer-description{font-size:.85rem}.footer-title{font-size:.95rem;margin-bottom:1rem}.footer-links a{font-size:.85rem}.footer-bottom{padding:1rem .75rem 0;font-size:.8rem}}.home{width:100%}.hero{position:relative;background-color:var(--bg-primary);padding:8rem 2rem;min-height:600px;display:flex;align-items:center;overflow:visible;border-bottom:1px solid var(--border)}.hero-background-pattern{position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(rgba(0,194,209,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(0,194,209,.03) 1px,transparent 1px);background-size:50px 50px;opacity:.5;z-index:0}.hero-background-pattern:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 30%,rgba(0,194,209,.1) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(0,194,209,.08) 0%,transparent 50%);z-index:1}.hero-container{max-width:1400px;margin:0 auto;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:2}.hero-content{display:flex;flex-direction:column;gap:1.5rem}.hero-title{font-size:5rem;font-weight:700;color:var(--text-primary);margin:0;line-height:1.1;letter-spacing:-.02em}.hero-tagline{font-size:1.2rem;color:var(--text-primary);line-height:1.7;margin:0;max-width:600px}.hero-cta{display:inline-block;background-color:var(--accent);color:var(--bg-primary);padding:1rem 2.5rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;width:fit-content;text-transform:uppercase;letter-spacing:.5px;margin-top:.5rem;border:2px solid var(--accent)}.hero-cta:hover{background-color:transparent;color:var(--accent);transform:translateY(-2px);box-shadow:0 8px 20px #00c2d166}.hero-attribution{font-size:.9rem;color:var(--text-tertiary);margin:0;margin-top:1rem}.hero-visual{display:flex;align-items:center;justify-content:center;position:relative}.hero-logo-container{width:100%;max-width:500px;display:flex;align-items:center;justify-content:center}.hero-logo{width:100%;height:auto;max-width:500px;filter:drop-shadow(0 0 40px rgba(0,194,209,.2));animation:float 6s ease-in-out infinite;object-fit:contain}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.services-section{padding:6rem 2rem;background-color:var(--bg-primary);overflow:visible;position:relative}.services-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;align-items:start}.services-intro{display:flex;flex-direction:column;gap:1.5rem;position:-webkit-sticky;position:sticky;top:100px;align-self:start;height:fit-content;z-index:1}.services-tag{display:inline-block;padding:.5rem 1rem;background-color:var(--bg-secondary);border:1px solid var(--accent);border-radius:20px;color:var(--text-primary);font-size:.85rem;font-weight:500;width:fit-content;text-transform:uppercase;letter-spacing:.5px}.services-main-title{font-size:3rem;font-weight:700;color:var(--text-primary);line-height:1.2;margin:0}.services-intro-description{font-size:1.1rem;color:var(--text-secondary);line-height:1.7;margin:0}.services-cta-button{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background-color:var(--accent);color:var(--bg-primary);border-radius:8px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;width:fit-content;border:2px solid var(--accent)}.services-cta-button:hover{background-color:transparent;color:var(--accent);transform:translateY(-2px);box-shadow:0 8px 20px #00c2d166}.arrow-icon{font-size:1.2rem;display:inline-block;transition:transform .3s ease}.services-cta-button:hover .arrow-icon{transform:translate(3px,-3px)}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;align-items:stretch;min-height:100vh}.service-card{background-color:var(--bg-secondary);border:1px solid var(--border);border-radius:12px;padding:2rem;transition:all .3s ease;display:flex;flex-direction:column;height:100%;min-height:280px}.service-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #00c2d126;border-color:var(--accent)}.service-icon-circle{width:56px;height:56px;border-radius:50%;background-color:var(--accent);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:var(--bg-primary);flex-shrink:0}.service-icon-circle svg{width:24px;height:24px}.service-title{font-size:1.4rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem;margin-top:0}.service-description{color:var(--text-secondary);line-height:1.7;margin-bottom:1.5rem;font-size:.95rem;flex-grow:1}.service-learn-more{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,var(--accent) 0%,#00A8B8 100%);color:var(--bg-primary);border-radius:8px;text-decoration:none;font-weight:600;font-size:.95rem;transition:all .3s ease;width:fit-content;margin-top:auto}.service-learn-more:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00c2d166}.service-learn-more .arrow-icon{font-size:1rem;display:inline-block;transition:transform .3s ease}.service-learn-more:hover .arrow-icon{transform:translate(3px,-3px)}.specialists-section{padding:6rem 2rem;background-color:var(--bg-primary);border-top:1px solid var(--border);position:relative;overflow:hidden}.specialists-background-pattern{position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(rgba(0,194,209,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(0,194,209,.03) 1px,transparent 1px);background-size:50px 50px;opacity:.5;z-index:0}.specialists-background-pattern:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 30%,rgba(0,194,209,.1) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(0,194,209,.08) 0%,transparent 50%);z-index:1}.specialists-container{max-width:1200px;margin:0 auto;text-align:center;position:relative;z-index:2}.specialists-title{font-size:2.5rem;font-weight:600;color:var(--text-primary);margin-bottom:1.5rem}.specialists-description{font-size:1.1rem;color:var(--text-secondary);line-height:1.7;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.certifications-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.certification-item{background-color:var(--bg-primary);border:1px solid var(--border);border-radius:12px;padding:2rem;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;text-align:center}.certification-item:hover{transform:translateY(-5px);box-shadow:0 8px 24px #00c2d126;border-color:var(--accent)}.certification-icon{width:64px;height:64px;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;color:var(--accent);background:linear-gradient(135deg,#00c2d11a,#00c2d10d);border-radius:16px;padding:12px;transition:all .3s ease}.certification-item:hover .certification-icon{background:linear-gradient(135deg,#00c2d133,#00c2d11a);transform:scale(1.1)}.certification-icon svg{width:100%;height:100%}.certification-title{font-size:1.3rem;font-weight:600;color:var(--accent);margin-bottom:.75rem;margin-top:0}.certification-description{font-size:.95rem;color:var(--text-secondary);line-height:1.6;margin:0}@media (max-width: 1200px){.hero-container{grid-template-columns:1fr;gap:3rem}.hero-visual{order:-1}.hero-logo-container{max-width:350px;height:auto}.services-container{grid-template-columns:1fr 1.5fr;gap:3rem}.services-intro{position:-webkit-sticky;position:sticky;top:100px;align-self:flex-start;height:fit-content}.services-grid{grid-template-columns:repeat(2,1fr);align-items:stretch}.service-card{min-height:260px}}@media (max-width: 1024px){.hero{padding:6rem 2rem;min-height:500px}.hero-title{font-size:4rem}.hero-logo-container{max-width:300px}.services-section{padding:5rem 2rem}.services-main-title{font-size:2.5rem}.services-container{grid-template-columns:1fr 1.5fr}.services-intro{position:-webkit-sticky;position:sticky;top:100px;align-self:start}.specialists-section{padding:5rem 2rem}}@media (max-width: 768px){.hero{padding:4rem 1.5rem;min-height:auto}.hero-title{font-size:2.5rem}.hero-tagline{font-size:1rem}.hero-cta{padding:.875rem 2rem;font-size:.95rem}.hero-logo-container{max-width:250px}.services-section{padding:4rem 1.5rem}.services-main-title{font-size:2rem}.services-intro-description{font-size:1rem}.services-cta-button{padding:.875rem 1.75rem;font-size:1rem}.services-container{grid-template-columns:1fr;gap:3rem}.services-intro{position:static}.services-grid{grid-template-columns:1fr;gap:1.5rem;align-items:stretch}.service-card{padding:1.5rem;min-height:240px}.service-title{font-size:1.2rem}.specialists-section{padding:4rem 1.5rem}.specialists-title{font-size:2rem}.specialists-description{font-size:1rem}.certifications-grid{grid-template-columns:1fr;gap:1.5rem}.certification-item{padding:1.5rem}.certification-title{font-size:1.2rem}.about-section{padding:4rem 1.5rem}.about-title{font-size:2rem}.about-subtitle{font-size:1.3rem}.about-content{gap:2.5rem}}@media (max-width: 480px){.hero{padding:3rem 1rem}.hero-title{font-size:2rem}.hero-tagline{font-size:.95rem}.hero-cta{padding:.75rem 1.5rem;font-size:.9rem;width:100%;text-align:center}.hero-attribution{font-size:.85rem}.hero-logo-container{max-width:200px}.services-section{padding:3rem 1rem}.services-tag{font-size:.75rem;padding:.4rem .8rem}.services-main-title{font-size:1.75rem}.services-intro-description{font-size:.95rem}.services-cta-button{padding:.75rem 1.5rem;font-size:.95rem;width:100%;justify-content:center}.service-card{padding:1.25rem;min-height:220px}.service-icon-circle{width:48px;height:48px}.service-icon-circle svg{width:20px;height:20px}.service-title{font-size:1.1rem}.service-description{font-size:.9rem}.service-learn-more{padding:.65rem 1.25rem;font-size:.9rem;width:100%;justify-content:center}.specialists-section{padding:3rem 1rem}.specialists-title{font-size:1.75rem}.specialists-description{font-size:.95rem}.certification-item{padding:1.25rem}.certification-icon{width:56px;height:56px}.certification-title{font-size:1.1rem}.certification-description{font-size:.9rem}.about-section{padding:3rem 1rem}.about-title{font-size:1.75rem}.about-subtitle{font-size:1.2rem}.about-text,.about-list li,.about-credentials li{font-size:.95rem}}.about-section{padding:6rem 2rem;background-color:var(--bg-primary);border-top:1px solid var(--border)}.about-container{max-width:1000px;margin:0 auto}.about-title{font-size:2.5rem;font-weight:600;color:var(--text-primary);margin-bottom:3rem;text-align:center}.about-content{display:flex;flex-direction:column;gap:3rem}.about-subsection{display:flex;flex-direction:column;gap:1rem}.about-subtitle{font-size:1.5rem;font-weight:600;color:var(--accent);margin:0}.about-text{font-size:1rem;color:var(--text-secondary);line-height:1.8;margin:0}.about-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.about-list li{color:var(--text-secondary);line-height:1.8;padding-left:1.5rem;position:relative;font-size:1rem}.about-list li:before{content:"•";position:absolute;left:0;color:var(--accent);font-size:1.5rem;line-height:1}.about-credentials{list-style:none;padding:0;margin:1rem 0 0;display:flex;flex-direction:column;gap:.75rem}.about-credentials li{color:var(--text-secondary);line-height:1.8;padding-left:1.5rem;position:relative;font-size:1rem}.about-credentials li:before{content:"✓";position:absolute;left:0;color:var(--accent);font-weight:700}@media (max-width: 768px){.about-section{padding:4rem 1.5rem}.about-title{font-size:2rem}.about-subtitle{font-size:1.3rem}.about-content{gap:2.5rem}}.quote-page{padding:3rem 2rem;min-height:calc(100vh - 200px);position:relative;overflow:hidden}.quote-background-pattern{position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(rgba(0,194,209,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(0,194,209,.03) 1px,transparent 1px);background-size:50px 50px;opacity:.5;z-index:0}.quote-background-pattern:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 30%,rgba(0,194,209,.1) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(0,194,209,.08) 0%,transparent 50%);z-index:1}.quote-container{max-width:700px;margin:0 auto;position:relative;z-index:2}.quote-title{font-size:2.5rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem;text-align:center}.quote-subtitle{font-size:1.1rem;color:var(--text-secondary);text-align:center;margin-bottom:3rem}.success-message{background-color:var(--accent);color:var(--bg-primary);padding:1rem 1.5rem;border-radius:5px;margin-bottom:2rem;text-align:center;font-weight:500}.error-message{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:1rem 1.5rem;border-radius:8px;margin-bottom:2rem;text-align:center;font-weight:500;box-shadow:0 4px 12px #ef44444d;border:1px solid rgba(255,255,255,.1);animation:slideDown .3s ease-out;display:flex;align-items:center;justify-content:center;gap:.75rem}.error-message:before{content:"⚠";font-size:1.25rem}.quote-form{background-color:var(--bg-secondary);border:1px solid var(--border);border-radius:10px;padding:2.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;color:var(--text-primary);font-weight:500;margin-bottom:.5rem;font-size:.95rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem 1rem;background-color:var(--bg-primary);border:1px solid var(--border);border-radius:5px;color:var(--text-primary);font-size:1rem;font-family:inherit;transition:all .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #00c2d11a}.form-group input.error,.form-group select.error,.form-group textarea.error{border-color:#ef4444;background-color:#ef44440d;box-shadow:0 0 0 3px #ef44441a;animation:shake .4s ease-in-out}.form-group input.error:focus,.form-group select.error:focus,.form-group textarea.error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef444433}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-4px)}20%,40%,60%,80%{transform:translate(4px)}}.field-error{display:flex;align-items:center;gap:.5rem;color:#ef4444;font-size:.875rem;margin-top:.5rem;padding:.5rem .75rem;background-color:#ef44441a;border-left:3px solid #ef4444;border-radius:4px;animation:slideDown .3s ease-out}.field-error svg{flex-shrink:0;width:16px;height:16px}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.form-group textarea{resize:vertical;min-height:120px}.submit-button{width:100%;background-color:var(--accent);color:var(--bg-primary);padding:1rem 2rem;border:none;border-radius:5px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem}.submit-button:hover{background-color:transparent;color:var(--accent);border:2px solid var(--accent);transform:translateY(-2px);box-shadow:0 4px 12px #00c2d14d}.submit-button:active{transform:translateY(0)}.submit-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.submit-button:disabled:hover{background-color:var(--accent);color:var(--bg-primary);border:none;transform:none;box-shadow:none}@media (max-width: 1024px){.quote-page{padding:2.5rem 1.5rem}}@media (max-width: 768px){.quote-page{padding:2rem 1rem}.quote-form{padding:1.5rem}.quote-title{font-size:2rem}.quote-subtitle{font-size:1rem}}@media (max-width: 480px){.quote-page{padding:1.5rem .75rem}.quote-title{font-size:1.75rem}.quote-subtitle{font-size:.95rem}.quote-form{padding:1.25rem}.form-group{margin-bottom:1.25rem}.form-group label{font-size:.9rem}.form-group input,.form-group select,.form-group textarea{padding:.65rem .875rem;font-size:.95rem}.submit-button{padding:.875rem 1.5rem;font-size:1rem}}.privacy-page{padding:3rem 2rem;min-height:calc(100vh - 200px)}.privacy-container{max-width:900px;margin:0 auto}.privacy-title{font-size:2.5rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.privacy-last-updated{color:var(--text-tertiary);font-size:.9rem;margin-bottom:3rem}.privacy-section{margin-bottom:2.5rem}.privacy-section h2{font-size:1.8rem;font-weight:600;color:var(--accent);margin-bottom:1rem}.privacy-section p{color:var(--text-secondary);line-height:1.8;margin-bottom:1rem;font-size:1rem}.privacy-section ul{color:var(--text-secondary);line-height:1.8;margin-left:2rem;margin-bottom:1rem}.privacy-section li{margin-bottom:.5rem}.privacy-section strong{color:var(--text-primary)}@media (max-width: 1024px){.privacy-page{padding:2.5rem 1.5rem}}@media (max-width: 768px){.privacy-page{padding:2rem 1rem}.privacy-title{font-size:2rem}.privacy-section h2{font-size:1.5rem}}@media (max-width: 480px){.privacy-page{padding:1.5rem .75rem}.privacy-title{font-size:1.75rem}.privacy-last-updated{font-size:.85rem}.privacy-section{margin-bottom:2rem}.privacy-section h2{font-size:1.3rem}.privacy-section p{font-size:.95rem}.privacy-section ul{margin-left:1.5rem}.privacy-section li{font-size:.95rem}}.terms-page{padding:3rem 2rem;min-height:calc(100vh - 200px)}.terms-container{max-width:900px;margin:0 auto}.terms-title{font-size:2.5rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.terms-last-updated{color:var(--text-tertiary);font-size:.9rem;margin-bottom:3rem}.terms-section{margin-bottom:2.5rem}.terms-section h2{font-size:1.8rem;font-weight:600;color:var(--accent);margin-bottom:1rem}.terms-section p{color:var(--text-secondary);line-height:1.8;margin-bottom:1rem;font-size:1rem}.terms-section strong{color:var(--text-primary)}@media (max-width: 1024px){.terms-page{padding:2.5rem 1.5rem}}@media (max-width: 768px){.terms-page{padding:2rem 1rem}.terms-title{font-size:2rem}.terms-section h2{font-size:1.5rem}}@media (max-width: 480px){.terms-page{padding:1.5rem .75rem}.terms-title{font-size:1.75rem}.terms-last-updated{font-size:.85rem}.terms-section{margin-bottom:2rem}.terms-section h2{font-size:1.3rem}.terms-section p{font-size:.95rem}}.about-page{padding:3rem 2rem;min-height:calc(100vh - 200px);position:relative;overflow:hidden}.about-page-container{max-width:1000px;margin:0 auto}.about-page-title{font-size:2.5rem;font-weight:600;color:var(--text-primary);margin-bottom:3rem}.about-page-content{display:flex;flex-direction:column;gap:3rem}.about-page-subsection{display:flex;flex-direction:column;gap:1rem}.about-page-subtitle{font-size:1.8rem;font-weight:600;color:var(--accent);margin:0}.about-page-text{font-size:1rem;color:var(--text-secondary);line-height:1.8;margin:0}.about-page-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.about-page-list li{color:var(--text-secondary);line-height:1.8;padding-left:1.5rem;position:relative;font-size:1rem}.about-page-list li:before{content:"•";position:absolute;left:0;color:var(--accent);font-size:1.5rem;line-height:1}.about-page-credentials{list-style:none;padding:0;margin:1rem 0 0;display:flex;flex-direction:column;gap:.75rem}.about-page-credentials li{color:var(--text-secondary);line-height:1.8;padding-left:1.5rem;position:relative;font-size:1rem}.about-page-credentials li:before{content:"✓";position:absolute;left:0;color:var(--accent);font-weight:700}@media (max-width: 1024px){.about-page{padding:2.5rem 1.5rem}}@media (max-width: 768px){.about-page{padding:2rem 1rem}.about-page-title{font-size:2rem}.about-page-subtitle{font-size:1.5rem}.about-page-content{gap:2.5rem}}@media (max-width: 480px){.about-page{padding:1.5rem .75rem}.about-page-title{font-size:1.75rem}.about-page-subtitle{font-size:1.3rem}.about-page-text,.about-page-list li,.about-page-credentials li{font-size:.95rem}.about-page-content{gap:2rem}}.service-page{padding:3rem 2rem;min-height:calc(100vh - 200px)}.service-page-container{max-width:900px;margin:0 auto}.service-page-title{font-size:2.5rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.service-page-intro{font-size:1.2rem;color:var(--text-secondary);line-height:1.7;margin-bottom:3rem}.service-content{margin-bottom:2.5rem}.service-content h2{font-size:1.8rem;font-weight:600;color:var(--accent);margin-bottom:1rem}.service-content p{color:var(--text-secondary);line-height:1.8;margin-bottom:1rem;font-size:1rem}.service-content ul{color:var(--text-secondary);line-height:1.8;margin-left:2rem;margin-bottom:1rem}.service-content li{margin-bottom:.5rem}.service-cta{margin-top:3rem;text-align:center}.service-cta-button{display:inline-block;background-color:var(--accent);color:var(--bg-primary);padding:1rem 2.5rem;border-radius:5px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;border:2px solid var(--accent)}.service-cta-button:hover{background-color:transparent;color:var(--accent);transform:translateY(-3px);box-shadow:0 6px 20px #00c2d166}@media (max-width: 1024px){.service-page{padding:2.5rem 1.5rem}}@media (max-width: 768px){.service-page{padding:2rem 1rem}.service-page-title{font-size:2rem}.service-page-intro{font-size:1.1rem}.service-content h2{font-size:1.5rem}.service-cta-button{padding:.875rem 2rem;font-size:1rem}}@media (max-width: 480px){.service-page{padding:1.5rem .75rem}.service-page-title{font-size:1.75rem}.service-page-intro{font-size:1rem}.service-content{margin-bottom:2rem}.service-content h2{font-size:1.3rem}.service-content p{font-size:.95rem}.service-content ul{margin-left:1.5rem}.service-content li{font-size:.95rem}.service-cta{margin-top:2rem}.service-cta-button{padding:.75rem 1.5rem;font-size:.95rem;width:100%}}.not-found-page{min-height:calc(100vh - 200px);display:flex;align-items:center;justify-content:center;padding:3rem 2rem;position:relative;overflow:hidden}.not-found-container{max-width:600px;width:100%;text-align:center;position:relative;z-index:2}.not-found-content{background-color:var(--bg-secondary);border:1px solid var(--border);border-radius:10px;padding:3rem 2rem;box-shadow:0 4px 20px #0000001a}.not-found-title{font-size:8rem;font-weight:700;color:var(--accent);margin:0;line-height:1;text-shadow:0 4px 20px rgba(0,194,209,.3)}.not-found-subtitle{font-size:2rem;font-weight:600;color:var(--text-primary);margin:1rem 0}.not-found-message{font-size:1.1rem;color:var(--text-secondary);margin:1.5rem 0 2.5rem;line-height:1.6}.not-found-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.not-found-button{display:inline-block;padding:.875rem 2rem;background-color:var(--accent);color:var(--bg-primary);text-decoration:none;border-radius:5px;font-weight:600;font-size:1rem;transition:all .3s ease;border:2px solid var(--accent)}.not-found-button:hover{background-color:transparent;color:var(--accent);transform:translateY(-2px);box-shadow:0 4px 12px #00c2d14d}.not-found-button.secondary{background-color:transparent;color:var(--accent);border-color:var(--accent)}.not-found-button.secondary:hover{background-color:var(--accent);color:var(--bg-primary)}@media (max-width: 768px){.not-found-page{padding:2rem 1rem}.not-found-content{padding:2rem 1.5rem}.not-found-title{font-size:5rem}.not-found-subtitle{font-size:1.5rem}.not-found-message{font-size:1rem}.not-found-actions{flex-direction:column}.not-found-button{width:100%}}:root[data-theme=dark]{--bg-primary: #0E0E0E;--bg-secondary: #1A1A1A;--accent: #00C2D1;--text-primary: #B3B3B3;--text-secondary: #A6A6A6;--text-tertiary: #8E8E8E;--border: #2A2A2A}:root[data-theme=light]{--bg-primary: #FFFFFF;--bg-secondary: #F5F5F5;--accent: #00C2D1;--text-primary: #1A1A1A;--text-secondary: #4A4A4A;--text-tertiary: #6E6E6E;--border: #E0E0E0}.app{min-height:100vh;background-color:var(--bg-primary);color:var(--text-primary);display:flex;flex-direction:column}.main-content{flex:1;padding-top:80px}@media (max-width: 768px){.main-content{padding-top:70px}}@media (max-width: 480px){.main-content{padding-top:65px}}@font-face{font-family:Kara BC;src:url(/fonts/KaraBC-Regular.woff2) format("woff2"),url(/fonts/KaraBC-Regular.woff) format("woff"),url(/fonts/KaraBC-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Kara BC;src:url(/fonts/KaraBC-Bold.woff2) format("woff2"),url(/fonts/KaraBC-Bold.woff) format("woff"),url(/fonts/KaraBC-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}*{margin:0;padding:0;box-sizing:border-box}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}html{background-color:#0e0e0e}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;transition:background-color .3s ease,color .3s ease;overflow-x:hidden;width:100%;background-color:#0e0e0e}#root{min-height:100vh;display:flex;flex-direction:column;width:100%;overflow-x:hidden}img{max-width:100%;height:auto}
