*{margin:0;padding:0;box-sizing:border-box}:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.5;font-weight:400;color-scheme:light;color:#333;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}a{color:inherit;text-decoration:none}button{font-family:inherit;font-size:inherit;cursor:pointer}#root{min-height:100vh}.header{position:fixed;top:0;left:0;right:0;background:#fff;box-shadow:0 2px 4px #0000001a;z-index:1000}.nav-container{max-width:1200px;margin:0 auto;padding:.5rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.75rem;text-decoration:none}.logo-image{height:100px;width:auto}.logo-text{font-size:1.5rem;font-weight:700;color:#333}.nav-menu{display:flex;list-style:none;margin:0;padding:0;gap:2rem}.nav-link{color:#666;text-decoration:none;font-weight:500;transition:color .3s ease}.nav-link:hover,.nav-link.active{color:#2f80ed}.mobile-menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.25rem}.mobile-menu-toggle span{width:24px;height:2px;background:#1c1c1c;margin:3px 0;transition:.3s}.nav-consultation-btn{background:#2f80ed;color:#fff;padding:.5rem 1rem;border-radius:25px;text-decoration:none;font-size:.9rem;font-weight:600;transition:all .3s ease;white-space:nowrap}.nav-consultation-btn:hover{background:#56ccf2;color:#1c1c1c;transform:translateY(-1px)}@media (max-width: 768px){.nav-menu{position:fixed;inset:90px 0 0;background:#fff;flex-direction:column;padding:2rem;box-shadow:0 4px 8px #0000001a;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;z-index:999;overflow-y:auto;max-height:calc(100vh - 100px)}.nav-menu-open{transform:translateY(0);opacity:1;visibility:visible}.nav-menu li{margin-bottom:1rem}.nav-link{font-size:1.125rem;padding:.5rem 0;display:block}.nav-consultation-btn{display:none}.mobile-menu-toggle{display:flex}.mobile-menu-toggle-open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-menu-toggle-open span:nth-child(2){opacity:0}.mobile-menu-toggle-open span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.logo-image{height:75px}}.footer{background:#1c1c1c;color:#fff;padding:3rem 0 1rem;margin-top:auto}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:2rem}.footer-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.footer-logo-image{height:35px;width:auto}.footer-section h3{font-size:1.5rem;margin:0}.footer-section h4{font-size:1.125rem;margin-bottom:1rem}.footer-section p{color:#ccc;line-height:1.6}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#bdbdbd;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#56ccf2}.cta-button{display:inline-block;background:#2f80ed;color:#fff;padding:.75rem 1.5rem;border-radius:5px;text-decoration:none;margin-top:1rem;transition:background .3s ease}.cta-button:hover{background:#56ccf2;color:#1c1c1c}.footer-bottom{border-top:1px solid #BDBDBD;padding-top:1rem;text-align:center;color:#bdbdbd}@media (max-width: 768px){.footer-content{grid-template-columns:1fr;gap:2rem}}.layout{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;padding-top:80px}.hero{background:linear-gradient(135deg,#2f80ed,#56ccf2);padding:5rem 0;text-align:center}.hero h1{font-size:2.5rem;margin-bottom:1rem;color:#fff;max-width:900px;margin-left:auto;margin-right:auto}.hero-subtitle{font-size:1.25rem;color:#fff;margin-bottom:2rem;max-width:700px;margin-left:auto;margin-right:auto;opacity:.95}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-block;padding:.875rem 2rem;border-radius:5px;text-decoration:none;font-weight:600;transition:all .3s ease}.btn-primary{background:#1c1c1c;color:#fff}.btn-primary:hover{background:#000;transform:translateY(-2px)}.btn-secondary{background:transparent;color:#fff;border:2px solid #FFFFFF}.btn-secondary:hover{background:#ffffff1a;color:#fff;border-color:#fff}.services-overview{padding:4rem 0;background:#fff}.services-overview h2{text-align:center;font-size:2rem;margin-bottom:3rem;color:#1c1c1c}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.service-card{background:#fff;padding:2rem;border-radius:8px;border:1px solid #BDBDBD;border-left:4px solid #2F80ED;transition:transform .3s ease,box-shadow .3s ease}.service-card-combo .combo-services{display:flex;flex-direction:column;gap:1.5rem}.combo-service-section{padding-bottom:1.5rem;border-bottom:1px solid #E0E0E0}.combo-service-section:last-child{padding-bottom:0;border-bottom:none}.combo-service-section h3{font-size:1.1rem;margin-bottom:.75rem}.service-card:hover{border-left-color:#56ccf2;box-shadow:0 4px 16px #0000001a}.service-card h3{font-size:1.25rem;margin-bottom:1rem;color:#1c1c1c}.service-card p{color:#666;line-height:1.6;margin-bottom:.75rem}.service-card .examples{font-size:.875rem;color:#888;font-style:italic}.learn-more{color:#2f80ed;text-decoration:none;font-weight:600;display:inline-block;margin-top:.5rem}.learn-more:hover{text-decoration:underline}.projects-preview{padding:4rem 0;background:#f8f9fa}.projects-preview h2{text-align:center;font-size:2rem;margin-bottom:3rem;color:#1c1c1c}.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:2rem}.project-card{background:#fff;padding:2rem;border-radius:8px;border:1px solid #BDBDBD;border-left:4px solid #56CCF2;transition:box-shadow .3s ease}.project-card:hover{box-shadow:0 4px 16px #0000001a}.project-card h3{font-size:1.25rem;margin-bottom:1rem;color:#1c1c1c}.project-card p{color:#666;line-height:1.6}.view-more{display:block;text-align:center;color:#2f80ed;text-decoration:none;font-weight:600}.view-more:hover{text-decoration:underline}.process-snapshot{padding:5rem 0 4rem;background:#ebf5ff;position:relative}.process-snapshot .container{position:relative;z-index:1}.process-snapshot h2{text-align:center;font-size:2rem;margin-bottom:3rem;color:#1c1c1c}.process-timeline{display:flex;flex-direction:column;gap:2rem;margin-bottom:2rem}.process-snapshot .process-step{display:block}.process-snapshot .step-content{flex:1}.process-snapshot .step-content h3{font-size:1.25rem;margin-bottom:.5rem;color:#1c1c1c}.process-snapshot .step-content p{color:#666;line-height:1.6}.see-full-process{display:block;text-align:center;color:#2f80ed;text-decoration:none;font-weight:600;margin-top:1rem}.see-full-process:hover{text-decoration:underline}.about-snapshot{padding:4rem 0;background:#f8f9fa}.about-snapshot h2{text-align:center;font-size:2rem;margin-bottom:2rem;color:#1c1c1c}.about-snapshot p{max-width:800px;margin:0 auto 2rem;text-align:center;color:#666;line-height:1.8;font-size:1.125rem}.read-more{display:block;text-align:center;color:#2f80ed;text-decoration:none;font-weight:600}.read-more:hover{text-decoration:underline}.pricing-snapshot{padding:4rem 0;background:#fff;text-align:center}.pricing-snapshot h2{font-size:2rem;margin-bottom:2rem;color:#1c1c1c}.pricing-snapshot p{color:#666;line-height:1.8;margin-bottom:1rem}.free-consultation{font-size:1.125rem;font-weight:600}.hourly-rate{font-size:1.25rem;font-weight:700;color:#1c1c1c}.see-pricing{display:inline-block;margin-top:1rem;color:#2f80ed;text-decoration:none;font-weight:600}.see-pricing:hover{text-decoration:underline}@media (max-width: 768px){.hero h1{font-size:2rem}.hero-subtitle{font-size:1.125rem}.services-grid,.projects-grid{grid-template-columns:1fr}.process-steps{grid-template-columns:1fr;gap:1.5rem}}.services-page{min-height:100vh}.services-hero{background:linear-gradient(135deg,#2f80ed,#56ccf2);padding:4rem 0;text-align:center}.services-hero h1{font-size:3rem;margin-bottom:1rem;color:#fff}.lead{font-size:1.25rem;color:#fff;opacity:.95;max-width:700px;margin:0 auto}.services-detail{padding:4rem 0}.service-detail-card{background:#fff;border:1px solid #BDBDBD;border-radius:8px;border-left:4px solid #2F80ED;padding:3rem;margin-bottom:3rem;transition:all .3s ease;position:relative;overflow:hidden}.service-detail-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#2f80ed,#56ccf2)}.service-detail-card:hover{box-shadow:0 8px 25px #2f80ed33;border-left-color:#56ccf2;transform:translateY(-2px)}.service-detail-card h2{color:#1c1c1c;margin-bottom:.5rem}.tagline{font-size:1.125rem;color:#2f80ed;font-weight:600;margin-bottom:1rem}.description{color:#666;line-height:1.8;margin-bottom:2rem}.service-details{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:2rem}.service-details h3{font-size:1.125rem;color:#1c1c1c;margin-bottom:1rem}.service-details ul{list-style:none;padding:0}.service-details li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:#666;line-height:1.6}.service-details li:before{content:"•";position:absolute;left:0;color:#56ccf2;font-weight:700}@media (max-width: 768px){.services-hero h1{font-size:2rem}.service-detail-card{padding:2rem}.service-details{grid-template-columns:1fr;gap:2rem}}.about-page{min-height:100vh}.about-hero{background:linear-gradient(135deg,#2f80ed,#56ccf2);padding:4rem 0;text-align:center}.about-hero h1{font-size:3rem;color:#fff}.about-content{padding:4rem 0}.about-intro,.about-approach,.about-how,.about-personal,.about-cta{max-width:800px;margin:0 auto 4rem}.about-why{margin:0 auto 4rem;text-align:center}.about-content h2{font-size:2rem;color:#1c1c1c;margin-bottom:1.5rem}.about-content h3{font-size:1.25rem;color:#1c1c1c;margin-bottom:1rem}.about-content p{color:#666;line-height:1.8;margin-bottom:1.5rem;font-size:1.125rem}.about-content ul{margin:1.5rem 0;padding-left:2rem}.about-content li{color:#666;line-height:1.8;margin-bottom:.75rem;font-size:1.125rem}.work-principles{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin:2rem 0}.principle{background:#fff;border:1px solid #BDBDBD;border-radius:8px;border-left:4px solid #2F80ED;padding:2rem;transition:all .3s ease;position:relative;overflow:hidden}.principle:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#2f80ed,#56ccf2)}.principle:hover{box-shadow:0 8px 25px #2f80ed33;border-left-color:#56ccf2;transform:translateY(-2px)}.principle h3{margin-bottom:1rem}.principle p{margin-bottom:0;font-size:1rem}.process-link{max-width:800px;margin:2rem auto 4rem;text-align:center}.process-btn:hover{color:#2f80ed!important;background:#2f80ed1a!important}.why-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;list-style:none;padding:0;margin:0 auto;justify-items:center}.why-list li{background:#fff;border:1px solid #BDBDBD;border-radius:8px;border-left:4px solid #2F80ED;padding:2rem;transition:all .3s ease;position:relative;overflow:hidden;color:#666;font-size:1.125rem;line-height:1.8;text-align:center}.why-list li:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#2f80ed,#56ccf2)}.why-list li:hover{box-shadow:0 8px 25px #2f80ed33;border-left-color:#56ccf2;transform:translateY(-2px)}.why-list strong{color:#1c1c1c;display:block;font-size:1.25rem;margin-bottom:.75rem}@media (max-width: 768px){.about-hero h1{font-size:2rem}.work-principles{grid-template-columns:1fr}}.process-page{min-height:100vh}.process-hero{background:linear-gradient(135deg,#2f80ed,#56ccf2);padding:4rem 0;text-align:center}.process-hero h1{font-size:3rem;color:#fff;margin-bottom:1rem}.process-hero .lead{font-size:1.5rem;color:#fff;font-weight:600;margin-bottom:1rem}.process-hero .subtitle{font-size:1.125rem;color:#fff;opacity:.95;max-width:800px;margin:0 auto;line-height:1.8}.process-steps-section{padding:4rem 0}.process-step-detail{max-width:800px;margin:0 auto 4rem;padding-left:100px;position:relative;padding-bottom:2rem;border-bottom:1px solid #BDBDBD}.process-step-detail:last-of-type{border-bottom:none}.step-number{width:60px;height:60px;background:linear-gradient(135deg,#2f80ed,#56ccf2);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;position:absolute;left:0;top:0;box-shadow:0 4px 12px #2f80ed4d}.step-content{background:transparent;padding:0}.process-step-detail h2{font-size:1.75rem;color:#1c1c1c;margin-bottom:1rem;margin-top:0;font-weight:600}.step-description{color:#666;line-height:1.8;margin-bottom:1.5rem;font-size:1.125rem}.step-outcome{background:#f8f9fa;padding:1.25rem 1.5rem;border-radius:8px;border-left:3px solid #56CCF2;color:#666;line-height:1.6;margin-top:1.5rem;font-style:italic}.step-outcome strong{color:#1c1c1c}.process-benefits{background:#f8f9fa;padding:4rem 0}.process-benefits h2{text-align:center;font-size:2rem;color:#1c1c1c;margin-bottom:3rem}.benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1000px;margin:0 auto}.benefits-grid .benefit:last-child{grid-column:1 / -1;max-width:400px;justify-self:center}.benefit{background:#fff;border:1px solid #BDBDBD;border-radius:8px;border-left:4px solid #2F80ED;padding:2rem;text-align:center;transition:all .3s ease;position:relative;overflow:hidden}.benefit:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#2f80ed,#56ccf2)}.benefit:hover{box-shadow:0 8px 25px #2f80ed33;border-left-color:#56ccf2;transform:translateY(-2px)}.benefit h3{font-size:1.25rem;color:#1c1c1c;margin-bottom:1rem}.benefit p{color:#666;line-height:1.6}@media (max-width: 768px){.process-hero h1{font-size:2rem}.process-hero .lead{font-size:1.25rem}.process-step-detail{flex-direction:column;gap:1rem}.step-number{width:60px;height:60px;font-size:1.5rem}.benefits-grid{grid-template-columns:1fr}}.pricing-page{min-height:100vh}.pricing-hero{background:linear-gradient(135deg,#2f80ed,#56ccf2);padding:4rem 0;text-align:center}.pricing-hero h1{font-size:3rem;color:#fff;margin-bottom:1rem}.pricing-hero .lead{font-size:1.5rem;color:#fff;font-weight:600;margin-bottom:1rem}.pricing-hero .subtitle{font-size:1.125rem;color:#fff;opacity:.95;max-width:700px;margin:0 auto 2rem;line-height:1.8}.free-consultation-badge{display:inline-block;background:#fff;padding:1rem 2rem;border-radius:50px;font-size:1.25rem;font-weight:600;color:#1c1c1c;box-shadow:0 2px 8px #0000001a;margin-bottom:1.5rem}.consultation-note{font-size:1rem;color:#fff;opacity:.9;max-width:700px;margin:0 auto;line-height:1.6}.hourly-rate-section{padding:4rem 0;background:#f8f9fa}.hourly-rate-card{max-width:500px;margin:0 auto;background:#fff;padding:3rem;border-radius:8px;border-left:4px solid #2F80ED;text-align:center;box-shadow:0 2px 8px #0000000d;border:1px solid #BDBDBD;transition:all .3s ease;position:relative;overflow:hidden}.hourly-rate-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#2f80ed,#56ccf2)}.hourly-rate-card:hover{box-shadow:0 8px 25px #2f80ed33;border-left-color:#56ccf2;transform:translateY(-2px)}.hourly-rate-card h2{font-size:1.5rem;color:#1c1c1c;margin-bottom:1rem}.rate{font-size:3rem;font-weight:700;color:#2f80ed;margin-bottom:1rem}.hourly-rate-card p{color:#666;margin-bottom:1rem}.best-for{margin-top:2rem;margin-bottom:1rem}.hourly-rate-card ul{list-style:none;padding:0;text-align:left}.hourly-rate-card li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:#666}.hourly-rate-card li:before{content:"✓";position:absolute;left:0;color:#56ccf2}.pricing-examples{padding:4rem 0}.pricing-examples .container{max-width:1400px}.pricing-examples h2{text-align:center;font-size:2rem;color:#1c1c1c;margin-bottom:1rem}.section-intro{text-align:center;color:#666;font-size:1.125rem;margin-bottom:3rem}.pricing-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1400px;margin:0 auto}.pricing-card{background:#fff;border:1px solid #BDBDBD;border-radius:8px;border-left:4px solid #2F80ED;padding:2.5rem;transition:all .3s ease;position:relative;overflow:hidden;min-width:280px}.pricing-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#2f80ed,#56ccf2)}.pricing-card:hover{box-shadow:0 8px 25px #2f80ed33;border-left-color:#56ccf2;transform:translateY(-2px)}.pricing-card h3{font-size:1.5rem;color:#1c1c1c;margin-bottom:1rem}.price-range{font-size:1.75rem;font-weight:700;color:#2f80ed;margin-bottom:.5rem}.timeline{font-size:1rem;color:#666;margin-bottom:1.5rem}.pricing-card .description{color:#666;line-height:1.6;margin-bottom:1.5rem}.includes{border-top:1px solid #BDBDBD;padding-top:1.5rem}.includes strong{color:#1c1c1c}.includes ul{list-style:none;padding:0;margin-top:.5rem}.includes li{padding:.25rem 0 .25rem 1.5rem;position:relative;color:#666;font-size:.875rem}.includes li:before{content:"•";position:absolute;left:0;color:#56ccf2}.pricing-approach{padding:4rem 0;background:#f8f9fa}.pricing-approach h2{text-align:center;font-size:2rem;color:#1c1c1c;margin-bottom:3rem}.approach-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:900px;margin:0 auto}.approach-item{text-align:center}.approach-item h3{font-size:1.25rem;color:#1c1c1c;margin-bottom:.5rem}.approach-item p{color:#666}.pricing-included{padding:4rem 0}.pricing-included h2{text-align:center;font-size:2rem;color:#1c1c1c;margin-bottom:2rem}.included-list{max-width:700px;margin:0 auto;list-style:none;padding:0}.included-list li{padding:1rem 0 1rem 2rem;position:relative;color:#666;font-size:1.125rem;border-bottom:1px solid #BDBDBD}.included-list li:last-child{border-bottom:none}.included-list li:before{content:"✓";position:absolute;left:0;color:#56ccf2;font-size:1.25rem;font-weight:700}@media (max-width: 768px){.pricing-hero h1{font-size:2rem}.pricing-hero .lead{font-size:1.25rem}.rate{font-size:2.5rem}.pricing-grid{grid-template-columns:1fr}}@media (max-width: 1024px){.pricing-grid{grid-template-columns:repeat(2,1fr)}}.contact-page{min-height:100vh}.contact-hero{background:linear-gradient(135deg,#2f80ed,#56ccf2);padding:4rem 0;text-align:center}.contact-hero h1{font-size:3rem;color:#fff;margin-bottom:1rem}.contact-hero .lead{font-size:1.5rem;color:#fff;font-weight:600;margin-bottom:1rem}.contact-hero .subtitle{font-size:1.125rem;color:#fff;opacity:.95;max-width:700px;margin:0 auto 2rem;line-height:1.8}.free-consultation-badge{display:inline-block;background:#fff;padding:1rem 2rem;border-radius:8px;font-size:1rem;color:#666;box-shadow:0 2px 8px #0000001a;max-width:800px;line-height:1.6}.contact-content{padding:4rem 0}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:1200px;margin:0 auto}.contact-info h2{font-size:2rem;color:#1c1c1c;margin-bottom:2rem}.contact-method{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #BDBDBD}.contact-method h3{font-size:1.25rem;color:#1c1c1c;margin-bottom:.5rem}.book-call-link{color:#2f80ed;text-decoration:none;font-weight:600}.book-call-link:hover{text-decoration:underline}.email{font-size:1.125rem;font-weight:600;color:#1c1c1c}.response-promise{background:#f8f9fa;padding:1.5rem;border-radius:8px;margin-top:2rem}.response-promise h3{font-size:1.125rem;color:#1c1c1c;margin-bottom:.5rem}.response-promise p{color:#666;margin:0}.contact-form-wrapper h2{font-size:2rem;color:#1c1c1c;margin-bottom:2rem}.contact-form{background:#f8f9fa;padding:2rem;border-radius:8px}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;color:#1c1c1c;margin-bottom:.5rem}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem;border:1px solid #BDBDBD;border-radius:5px;font-size:1rem;font-family:inherit;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#2f80ed}.form-group textarea{resize:vertical}.contact-form .btn{width:100%;padding:1rem;font-size:1.125rem}.contact-form .btn:disabled{opacity:.7;cursor:not-allowed}@media (max-width: 968px){.contact-grid{grid-template-columns:1fr;gap:3rem}.contact-info{order:2}.contact-form-wrapper{order:1}}@media (max-width: 768px){.contact-hero h1{font-size:2rem}.contact-hero .lead{font-size:1.25rem}.contact-form{padding:1.5rem}}.work-page{min-height:100vh}.work-hero{background:linear-gradient(135deg,#2f80ed,#56ccf2);padding:4rem 0;text-align:center}.work-hero h1{font-size:3rem;color:#fff;margin-bottom:1rem}.work-hero .lead{font-size:1.5rem;color:#fff;font-weight:600;margin-bottom:1rem}.work-hero .subtitle{font-size:1.125rem;color:#fff;opacity:.95;max-width:700px;margin:0 auto;line-height:1.8}.projects-section{padding:4rem 0;background:#fff}.projects-section h2{text-align:center;font-size:2rem;color:#1c1c1c;margin-bottom:3rem}.projects-list{display:flex;flex-direction:column;gap:2rem;max-width:1000px;margin:0 auto}.project-card{background:#fff;border:1px solid #BDBDBD;border-radius:8px;border-left:4px solid #2F80ED;padding:2.5rem;transition:all .3s ease;position:relative;overflow:hidden}.project-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#2f80ed,#56ccf2)}.project-card:hover{box-shadow:0 8px 25px #2f80ed33;border-left-color:#56ccf2;transform:translateY(-2px)}.project-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem;flex-wrap:wrap;gap:1rem}.project-card h3{font-size:1.5rem;color:#1c1c1c;margin:0}.project-duration{color:#666;font-size:.875rem;background:#f8f9fa;padding:.25rem .75rem;border-radius:4px}.project-client{color:#2f80ed;font-weight:600;margin-bottom:1rem;font-size:1rem;text-transform:uppercase;letter-spacing:.5px}.project-description{color:#666;line-height:1.8;margin-bottom:1.5rem;font-size:1.125rem}.project-highlights{margin-bottom:1.5rem}.project-highlights h4{font-size:1rem;color:#1c1c1c;margin-bottom:.75rem}.project-highlights ul{list-style:none;padding:0;margin:0}.project-highlights li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:#666;line-height:1.6}.project-highlights li:before{content:"✓";position:absolute;left:0;color:#56ccf2;font-weight:700}.project-tech{margin-bottom:1.5rem}.project-tech h4{font-size:1rem;color:#1c1c1c;margin-bottom:.75rem}.tech-tags{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{background:#f8f9fa;color:#1c1c1c;padding:.25rem .75rem;border-radius:4px;font-size:.875rem;border:1px solid #BDBDBD}.project-link{color:#2f80ed;text-decoration:none;font-weight:600;display:inline-block;transition:color .3s ease}.project-link:hover{color:#56ccf2;text-decoration:underline}.skills-section{padding:4rem 0;background:#f8f9fa}.skills-section h2{text-align:center;font-size:2rem;color:#1c1c1c;margin-bottom:3rem}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.skill-category{background:#fff;padding:1.5rem;border-radius:8px;border:1px solid #BDBDBD}.skill-category h3{font-size:1.25rem;color:#1c1c1c;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #56CCF2}.skill-tags{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag{background:#2f80ed;color:#fff;padding:.25rem .75rem;border-radius:4px;font-size:.875rem;transition:background .3s ease}.skill-tag:hover{background:#56ccf2;color:#1c1c1c}.final-cta{padding:5rem 0;background:#1c1c1c;color:#fff;text-align:center}.final-cta h2{font-size:2rem;margin-bottom:1rem}.final-cta p{font-size:1.125rem;margin-bottom:2rem;max-width:700px;margin-left:auto;margin-right:auto}.final-cta .btn-primary{background:#56ccf2;color:#1c1c1c}.final-cta .btn-primary:hover{background:#2f80ed;color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){.work-hero h1{font-size:2rem}.work-hero .lead{font-size:1.25rem}.project-header{flex-direction:column;align-items:flex-start}.skills-grid{grid-template-columns:1fr}.project-card{padding:1.5rem}}.landing-page{min-height:100vh}.landing-hero{background:linear-gradient(135deg,#2f80ed,#56ccf2);padding:5rem 0;text-align:center;color:#fff}.landing-hero h1{font-size:3rem;margin-bottom:1.5rem;font-weight:700}.hero-subtitle{font-size:1.25rem;max-width:700px;margin:0 auto 2rem;line-height:1.8;opacity:.95}.hero-badges{display:flex;justify-content:center;gap:1.5rem;margin-bottom:2rem;flex-wrap:wrap}.badge{background:#fff3;padding:.5rem 1rem;border-radius:25px;font-size:.9rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.landing-hero .hero-cta{font-size:1.125rem;padding:1rem 2rem;background:#fff;color:#2f80ed;font-weight:600}.landing-hero .hero-cta:hover{transform:translateY(-2px)}.trust-section{background:#f8f9fa;padding:2rem 0;text-align:center}.trust-text{color:#666;font-size:1.125rem;margin:0}.landing-services{padding:4rem 0;background:#fff}.landing-services h2{text-align:center;font-size:2.5rem;color:#1c1c1c;margin-bottom:3rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.service-card{background:#fff;border:1px solid #bdbdbd;border-radius:8px;border-left:4px solid #2f80ed;padding:2rem;text-align:center;transition:all .3s ease;position:relative;overflow:hidden}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#2f80ed,#56ccf2)}.service-card:hover{box-shadow:0 8px 25px #2f80ed33;border-left-color:#56ccf2;transform:translateY(-2px)}.service-icon{font-size:2.5rem;margin-bottom:1rem}.service-card h3{font-size:1.25rem;color:#1c1c1c;margin-bottom:1rem}.service-card p{color:#666;line-height:1.6}.landing-benefits{padding:4rem 0;background:#f8f9fa}.landing-benefits h2{text-align:center;font-size:2.5rem;color:#1c1c1c;margin-bottom:3rem}.benefits-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:1000px;margin:0 auto}.benefits-list{list-style:none;padding:0}.benefits-list li{padding:1rem 0 1rem 2rem;position:relative;color:#666;font-size:1.125rem;line-height:1.8;border-bottom:1px solid #bdbdbd}.benefits-list li:last-child{border-bottom:none}.benefits-list li:before{content:"✓";position:absolute;left:0;color:#56ccf2;font-size:1.25rem;font-weight:700}.local-advantage{background:#fff;padding:2rem;border-radius:8px;margin-top:2rem;border-left:3px solid #2f80ed}.local-advantage h3{color:#1c1c1c;margin-bottom:1rem}.local-advantage p{color:#666;line-height:1.8}.process-preview{background:#fff;padding:2rem;border-radius:8px;height:fit-content}.process-preview h3{color:#1c1c1c;margin-bottom:1.5rem}.process-steps{padding-left:1.5rem}.process-steps li{color:#666;margin-bottom:1rem;line-height:1.6}.landing-pricing{padding:4rem 0;background:#fff}.landing-pricing h2{text-align:center;font-size:2.5rem;color:#1c1c1c;margin-bottom:1rem}.pricing-intro{text-align:center;color:#666;font-size:1.125rem;margin-bottom:3rem}.pricing-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:900px;margin:0 auto}.pricing-card{background:#fff;border:1px solid #bdbdbd;border-radius:8px;padding:2rem;text-align:center;transition:all .3s ease}.pricing-card:hover{box-shadow:0 8px 25px #2f80ed26;transform:translateY(-2px)}.pricing-card h3{color:#1c1c1c;margin-bottom:1rem}.price{font-size:1.75rem;font-weight:700;color:#2f80ed;margin-bottom:1rem}.pricing-card p{color:#666;line-height:1.6}.landing-process{padding:4rem 0;background:#fff}.landing-process h2{text-align:center;font-size:2.5rem;color:#1c1c1c;margin-bottom:1rem}.process-intro{text-align:center;color:#666;font-size:1.125rem;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.process-timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1200px;margin:0 auto}.process-step{display:flex;gap:1.5rem;align-items:flex-start}.step-number{width:40px;height:40px;background:linear-gradient(135deg,#2f80ed,#56ccf2);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem;flex-shrink:0;box-shadow:0 3px 10px #2f80ed4d}.step-content h3{color:#1c1c1c;font-size:1.125rem;margin-bottom:.5rem}.step-content p{color:#666;line-height:1.6;font-size:.95rem}.landing-contact{padding:5rem 0;background:#f8f9fa}.contact-header{text-align:center;margin-bottom:3rem}.contact-header h2{font-size:2.5rem;color:#1c1c1c;margin-bottom:1rem}.contact-subtitle{font-size:1.125rem;color:#666;max-width:600px;margin:0 auto}.contact-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem;max-width:1200px;margin:0 auto}.contact-info h3{color:#1c1c1c;margin-bottom:2rem;font-size:1.5rem}.contact-method{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #bdbdbd}.contact-method:last-of-type{border-bottom:none}.contact-method h4{color:#1c1c1c;margin-bottom:.5rem}.contact-method p{color:#666;line-height:1.6;margin-bottom:.5rem}.book-call-link{color:#2f80ed;font-weight:600;text-decoration:none;display:inline-block;margin-top:.5rem}.book-call-link:hover{color:#56ccf2}.email a{color:#2f80ed;text-decoration:none;font-weight:600}.email a:hover{color:#56ccf2}.local-note{background:#fff;padding:1.5rem;border-radius:8px;border-left:3px solid #56ccf2;margin-top:2rem}.local-note strong{color:#1c1c1c;display:block;margin-bottom:.5rem}.local-note p{color:#666;margin:0}.contact-form-wrapper{background:#fff;padding:2.5rem;border-radius:8px;box-shadow:0 2px 8px #0000001a}.contact-form .form-group{margin-bottom:1.5rem}.contact-form label{display:block;margin-bottom:.5rem;color:#1c1c1c;font-weight:500}.contact-form input,.contact-form textarea,.contact-form select{width:100%;padding:.75rem;border:1px solid #bdbdbd;border-radius:4px;font-size:1rem;transition:border-color .3s ease}.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus{outline:none;border-color:#2f80ed}.contact-form textarea{resize:vertical}.contact-form .btn-primary{width:100%;padding:1rem;font-size:1.125rem;font-weight:600}.success-message{margin-top:1rem;padding:1rem;background:#56ccf2;color:#1c1c1c;border-radius:5px;text-align:center}.error-message{margin-top:1rem;padding:1rem;background:#ff6b6b;color:#fff;border-radius:5px;text-align:center}.landing-footer-cta{padding:4rem 0;background:#1c1c1c;color:#fff;text-align:center}.landing-footer-cta h2{font-size:2rem;margin-bottom:1rem}.landing-footer-cta p{font-size:1.125rem;margin-bottom:2rem;opacity:.9}.landing-footer-cta .btn-secondary{background:#56ccf2;color:#1c1c1c;padding:1rem 2rem;font-size:1.125rem;font-weight:600}.landing-footer-cta .btn-secondary:hover{background:#2f80ed;color:#fff}@media (max-width: 768px){.landing-hero h1{font-size:2rem}.hero-subtitle{font-size:1.125rem}.hero-badges{flex-direction:column;align-items:center}.benefits-grid,.contact-grid{grid-template-columns:1fr}.contact-info{margin-bottom:2rem}.pricing-cards,.process-timeline{grid-template-columns:1fr}}
