*{margin:0;padding:0;box-sizing:border-box}.App{min-height:100vh;display:flex;flex-direction:column}header{background-color:#056022;color:#fff;padding:.75rem 2rem;display:flex;justify-content:space-between;align-items:center}header h1{font-size:2rem;overflow:hidden;white-space:nowrap;border-right:3px solid #3498db;display:inline-block;font-family:Ms Madi,cursive;width:0;animation:typing 2s steps(9) forwards,blink .75s step-end infinite}@keyframes typing{0%{width:0}to{width:150px}}@keyframes blink{50%{border-color:transparent}}nav{display:flex;gap:1.5rem}nav a{color:#fff;text-decoration:none;font-weight:500;font-size:.9rem}nav a:hover{color:#3498db}main{flex:1;padding:2rem}.hero{text-align:center;padding:4rem 2rem;max-width:800px;margin:0 auto}.hero h2{font-size:2.5rem;margin-bottom:1rem;color:#2c3e50}.hero p{font-size:1.2rem;color:#7f8c8d}footer{background-color:#056022;color:#fff;margin-top:auto}.footer-content{max-width:1200px;margin:0 auto;padding:2rem}.footer-acknowledgement{border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:1.5rem;margin-bottom:2rem}.land-acknowledgement{font-size:.9rem;line-height:1.6;color:#ecf0f1;font-style:italic;text-align:center;max-width:800px;margin:0 auto}.acknowledgement-icon{text-align:center;font-size:2rem;margin-bottom:1rem;animation:fadeIn 1.5s ease-in}.code-accent{color:#6cd8f6;font-family:Courier New,monospace;font-weight:700;margin-right:.5rem}.developer-note{font-size:.85rem;text-align:center;color:#95a5a6;margin-top:1rem;font-style:italic}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.footer-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-section h4{font-size:1.1rem;margin-bottom:.75rem;color:#6cd8f6}.footer-section p{font-size:.9rem;color:#bdc3c7;margin-bottom:.5rem}.footer-section ul{list-style:none;padding:0}.footer-section ul li{font-size:.9rem;color:#bdc3c7;margin-bottom:.5rem}.footer-bottom{text-align:center;padding-top:1.5rem}.footer-bottom p{font-size:.85rem;color:#95a5a6}.contact-page{max-width:800px;margin:0 auto;padding:3rem 2rem}.contact-header{text-align:center;margin-bottom:3rem}.contact-header h2{font-size:2.5rem;color:#2c3e50;margin-bottom:.5rem}.contact-header p{font-size:1.1rem;color:#7f8c8d}.contact-content{max-width:600px;margin:0 auto}.contact-form{margin-bottom:3rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#2c3e50;font-weight:600;font-size:.95rem}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:4px;font-size:1rem;font-family:inherit;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#3498db}.form-group textarea{resize:vertical;min-height:120px}.contact-form button{width:100%;background-color:#3498db;color:#fff;border:none;padding:1rem;font-size:1.1rem;font-weight:600;border-radius:4px;cursor:pointer;transition:background-color .2s}.contact-form button:hover:not(:disabled){background-color:#2980b9}.contact-form button:disabled{background-color:#95a5a6;cursor:not-allowed;opacity:.7}.success-message{margin-top:1rem;padding:1rem;background-color:#d4edda;color:#155724;border-radius:4px;text-align:center;font-weight:500}.error-message{margin-top:1rem;padding:1rem;background-color:#f8d7da;color:#721c24;border-radius:4px;text-align:center;font-weight:500}.contact-info{text-align:center;padding:2rem;background:#f8f9fa;border-radius:8px}.contact-info p{margin:.75rem 0;color:#2c3e50}.contact-info strong{color:#3498db}@media(max-width:768px){.form-row{grid-template-columns:1fr}.contact-header h2{font-size:2rem}}.about-page{max-width:1200px;margin:0 auto;padding:3rem 2rem}.about-header{text-align:center;margin-bottom:4rem}.about-header h2{font-size:2.5rem;color:#2c3e50;margin-bottom:.5rem}.tagline{font-size:1.2rem;color:#7f8c8d;font-style:italic}.about-story{max-width:800px;margin:0 auto 4rem;padding:2rem;background:#f8f9fa;border-radius:8px;border-left:4px solid #3498db}.about-story h3{color:#2c3e50;font-size:1.8rem;margin-bottom:1.5rem}.about-story p{color:#2c3e50;line-height:1.8;margin-bottom:1.2rem;font-size:1.05rem}.about-story p:last-child{margin-bottom:0}.team-section{margin-bottom:4rem}.team-section h3{text-align:center;font-size:2rem;color:#2c3e50;margin-bottom:3rem}.team-grid{display:flex;flex-direction:column;gap:3rem;max-width:900px;margin:0 auto}.team-member{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 10px #0000001a;display:flex;gap:2rem;align-items:center;transition:transform .3s,box-shadow .3s}.team-member:hover{transform:translateY(-5px);box-shadow:0 4px 15px #00000026}.team-photo{flex-shrink:0;width:180px;height:180px;border-radius:50%;overflow:hidden;background:#e0e0e0;border:4px solid #3498db}.team-photo img{width:100%;height:100%;object-fit:cover}.team-info{flex:1}.team-info h4{font-size:1.5rem;color:#2c3e50;margin-bottom:.25rem}.role{color:#3498db;font-weight:600;font-size:.95rem;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}.bio{color:#555;line-height:1.6;margin-bottom:1.5rem}.skills{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag{background:#ecf0f1;color:#2c3e50;padding:.4rem .8rem;border-radius:4px;font-size:.85rem;font-weight:500}@media(max-width:768px){.team-member{flex-direction:column;text-align:center}.team-photo{flex-shrink:0;width:150px;height:150px;border-radius:50%;overflow:hidden;background:#fff;border:3px solid #3498db}.team-photo img{width:90%;height:90%;object-fit:contain}}.why-rockwerks{background:#f8f9fa;padding:3rem 2rem;border-radius:8px;margin-top:4rem}.why-rockwerks h3{text-align:center;font-size:2rem;color:#2c3e50;margin-bottom:2rem}.accordion{max-width:800px;margin:0 auto}.accordion-item{background:#fff;border-radius:8px;margin-bottom:1rem;overflow:hidden;box-shadow:0 2px 5px #0000000d;transition:box-shadow .3s}.accordion-item:hover{box-shadow:0 4px 10px #0000001a}.accordion-header{width:100%;background:#fff;border:none;padding:1.25rem 1.5rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:background-color .3s;font-size:1rem}.accordion-title{display:flex;align-items:center;gap:.75rem;font-weight:600;color:#2c3e50;text-align:left}.accordion-icon{font-size:1.5rem}.accordion-toggle{font-size:1.5rem;font-weight:300;color:#3498db;transition:transform .3s}.accordion-content{max-height:0;overflow:hidden;transition:max-height .3s ease-out,padding .3s ease-out;padding:0 1.5rem}.accordion-item.active .accordion-content{max-height:500px;padding:0 1.5rem 1.25rem}.accordion-content p{color:#555;line-height:1.7;margin:0}@media(max-width:768px){.about-header h2{font-size:2rem}.team-grid{grid-template-columns:1fr}.accordion-header{padding:1rem}.accordion-title{font-size:.95rem}}.services-page{max-width:1200px;margin:0 auto;padding:3rem 2rem}.services-header{text-align:center;margin-bottom:2rem}.services-header h2{font-size:2.5rem;color:#2c3e50;margin-bottom:.5rem}.services-header p{font-size:1.2rem;color:#7f8c8d}.services-intro{max-width:800px;margin:0 auto 4rem;text-align:center;font-size:1.1rem;color:#555;line-height:1.8}.packages-section{margin-bottom:4rem}.packages-section h3{text-align:center;font-size:2rem;color:#2c3e50;margin-bottom:3rem}.accordion-container{max-width:900px;margin:0 auto}.accordion-item{background:#fff;border-radius:12px;margin-bottom:1rem;overflow:hidden;box-shadow:0 2px 8px #00000014;transition:box-shadow .3s;position:relative;border:2px solid transparent}.accordion-item:hover{box-shadow:0 4px 12px #0000001f}.accordion-item.featured{border-color:#3498db}.popular-badge{position:absolute;top:1rem;right:1.5rem;background:#3498db;color:#fff;padding:.4rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600;z-index:1}.accordion-header{width:100%;background:#fff;border:none;padding:1.5rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:background-color .3s}.accordion-header:hover{background-color:#f8f9fa}.package-summary{display:flex;justify-content:space-between;align-items:center;flex:1;gap:2rem}.package-title-group{text-align:left}.package-title-group h4{font-size:1.5rem;color:#2c3e50;margin:0 0 .25rem}.package-subtitle{color:#7f8c8d;font-size:.85rem;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.package-meta{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.price{font-size:1.4rem;font-weight:700;color:#3498db}.timeline{color:#7f8c8d;font-size:.85rem}.accordion-toggle{font-size:2rem;font-weight:300;color:#3498db;transition:transform .3s;margin-left:1rem}.accordion-item.active .accordion-toggle{transform:rotate(180deg)}.accordion-content{max-height:0;overflow:hidden;transition:max-height .4s ease-out,padding .4s ease-out;padding:0 1.5rem}.accordion-item.active .accordion-content{max-height:800px;padding:0 1.5rem 1.5rem}.package-details{padding-top:1rem;border-top:2px solid #ecf0f1}.features-list h5{color:#2c3e50;margin-bottom:1rem;font-size:1.1rem}.features-list ul{list-style:none;padding:0;margin-bottom:1.5rem}.features-list li{padding:.5rem 0;color:#555;font-size:.95rem}.package-ideal{padding-top:1rem;border-top:1px solid #ecf0f1;color:#555;line-height:1.6}.package-ideal strong{color:#2c3e50}.hosting-section{background:#f8f9fa;padding:3rem 2rem;border-radius:12px;margin-bottom:4rem}.hosting-section h3{text-align:center;font-size:2rem;color:#2c3e50;margin-bottom:1rem}.hosting-intro{text-align:center;color:#555;font-size:1.05rem;line-height:1.7;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.hosting-maintenance-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1000px;margin:0 auto 2rem}.service-box{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #00000014;position:relative;transition:transform .3s,box-shadow .3s}.service-box:hover{transform:translateY(-5px);box-shadow:0 4px 15px #0000001f}.service-box.highlighted{border:2px solid #3498db}.best-value-badge{position:absolute;top:-12px;right:20px;background:#27ae60;color:#fff;padding:.4rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600}.service-box h4{font-size:1.4rem;color:#2c3e50;margin-bottom:1rem}.service-box p{color:#555;line-height:1.7;margin-bottom:1.5rem}.service-box ul{list-style:none;padding:0;margin-bottom:1.5rem}.service-box ul li{color:#555;font-size:.95rem;padding:.5rem 0 .5rem 1.5rem;position:relative}.service-box ul li:before{content:"✓";position:absolute;left:0;color:#27ae60;font-weight:700}.package-note{background:#ecf0f1;padding:1rem;border-radius:6px;margin-top:1rem;text-align:center}.package-note strong{color:#3498db;font-size:1.1rem}.hosting-note{background:#fff;padding:1.5rem;border-radius:8px;border-left:4px solid #3498db;max-width:800px;margin:0 auto}.hosting-note p{color:#555;line-height:1.7;margin:0}.tech-stack-section{margin-bottom:4rem}.tech-stack-section h3{text-align:center;font-size:2rem;color:#2c3e50;margin-bottom:3rem}.accordion-title{font-weight:600;color:#2c3e50;font-size:1.1rem}.tech-tags{display:flex;flex-wrap:wrap;gap:.5rem;padding-top:.5rem}.tech-tag{background:#ecf0f1;color:#2c3e50;padding:.5rem 1rem;border-radius:6px;font-size:.9rem;font-weight:500}.whats-included-section{background:#2c3e50;color:#fff;padding:3rem 2rem;border-radius:12px;margin-bottom:4rem}.whats-included-section h3{text-align:center;font-size:2rem;margin-bottom:3rem}.included-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.included-item{text-align:center}.included-item .icon{font-size:2.5rem;display:block;margin-bottom:1rem}.included-item h5{color:#3498db;margin-bottom:.5rem;font-size:1.1rem}.included-item p{color:#bdc3c7;font-size:.9rem;line-height:1.5}.services-cta{text-align:center;padding:3rem 2rem;background:linear-gradient(135deg,#3498db,#2980b9);border-radius:12px;color:#fff}.services-cta h3{font-size:2rem;margin-bottom:1rem}.services-cta p{font-size:1.1rem;margin-bottom:2rem;opacity:.95}.cta-button{display:inline-block;background:#fff;color:#3498db;padding:1rem 2.5rem;border-radius:6px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:transform .3s,box-shadow .3s}.cta-button:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0003}@media(max-width:768px){.services-header h2{font-size:2rem}.package-summary{flex-direction:column;align-items:flex-start;gap:1rem}.package-meta{align-items:flex-start}.accordion-item.featured{border-color:#3498db;border-width:3px}.popular-badge{position:absolute;top:.5rem;left:1rem;background:#3498db;color:#fff;padding:.35rem .85rem;border-radius:20px;font-size:.75rem;font-weight:600;z-index:2}.hosting-maintenance-grid,.included-grid{grid-template-columns:1fr}}.portfolio-page{max-width:1400px;margin:0 auto;padding:3rem 2rem}.portfolio-header{text-align:center;margin-bottom:4rem}.portfolio-header h2{font-size:2.5rem;color:#2c3e50;margin-bottom:.5rem}.portfolio-header p{font-size:1.2rem;color:#7f8c8d}.featured-project{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:5rem;background:#fff;padding:3rem;border-radius:16px;box-shadow:0 4px 20px #0000001a}.featured-image{border-radius:12px;overflow:hidden;background:#f0f0f0;display:flex;align-items:center;justify-content:center;min-height:400px}.featured-image img{width:100%;height:auto;object-fit:cover}.featured-details{display:flex;flex-direction:column;gap:1.5rem}.project-badge{display:inline-block;background:linear-gradient(135deg,#3498db,#2980b9);color:#fff;padding:.4rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;width:fit-content}.featured-details h3{font-size:2rem;color:#2c3e50;margin:0}.project-description{color:#555;line-height:1.7;font-size:1.05rem}.tech-stack-display strong{color:#2c3e50;display:block;margin-bottom:.75rem}.tech-pills{display:flex;flex-wrap:wrap;gap:.5rem}.tech-pills span{background:#ecf0f1;color:#2c3e50;padding:.5rem 1rem;border-radius:6px;font-size:.9rem;font-weight:500}.project-features strong{color:#2c3e50;display:block;margin-bottom:.75rem}.project-features ul{list-style:none;padding:0;margin:0}.project-features li{color:#555;padding:.5rem 0 .5rem 1.5rem;position:relative}.project-features li:before{content:"✓";position:absolute;left:0;color:#27ae60;font-weight:700}.project-links{display:flex;gap:1rem;margin-top:auto}.project-link{display:inline-block;padding:.75rem 1.5rem;border-radius:6px;text-decoration:none;font-weight:600;transition:transform .3s,box-shadow .3s}.project-link.github{background:#2c3e50;color:#fff}.project-link.demo{background:#3498db;color:#fff}.project-link:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.client-work-section{text-align:center;margin-bottom:5rem;padding:3rem 2rem;background:#f8f9fa;border-radius:12px}.client-work-section h3{font-size:2rem;color:#2c3e50;margin-bottom:1rem}.coming-soon{color:#7f8c8d;font-size:1.05rem;line-height:1.7;max-width:700px;margin:0 auto}.other-projects-section{margin-bottom:5rem}.other-projects-section h3{text-align:center;font-size:2rem;color:#2c3e50;margin-bottom:3rem}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.project-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 10px #00000014;transition:transform .3s,box-shadow .3s}.project-card:hover{transform:translateY(-5px);box-shadow:0 4px 20px #0000001f}.project-image{width:100%;height:220px;background:#f0f0f0;display:flex;align-items:center;justify-content:center}.project-image img{width:100%;height:100%;object-fit:cover}.project-card-content{padding:2rem}.project-card-content h4{font-size:1.5rem;color:#2c3e50;margin-bottom:1rem}.project-card-content p{color:#555;line-height:1.6;margin-bottom:1.5rem}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.project-tech span{background:#ecf0f1;color:#2c3e50;padding:.4rem .8rem;border-radius:4px;font-size:.85rem;font-weight:500}.card-link{color:#3498db;text-decoration:none;font-weight:600;transition:color .3s}.card-link:hover{color:#2980b9}.project-card.placeholder{background:linear-gradient(135deg,#f8f9fa,#ecf0f1);border:2px dashed #bdc3c7}.placeholder-content{padding:3rem 2rem;text-align:center}.placeholder-icon{font-size:3rem;display:block;margin-bottom:1rem}.placeholder-content h4{font-size:1.5rem;color:#2c3e50;margin-bottom:1rem}.placeholder-content p{color:#7f8c8d;line-height:1.6;margin-bottom:1.5rem}.portfolio-cta{text-align:center;padding:3rem 2rem;background:linear-gradient(135deg,#3498db,#2980b9);border-radius:12px;color:#fff}.portfolio-cta h3{font-size:2rem;margin-bottom:1rem}.portfolio-cta p{font-size:1.1rem;margin-bottom:2rem;opacity:.95}@media(max-width:968px){.featured-project,.projects-grid{grid-template-columns:1fr}}@media(max-width:768px){.portfolio-header h2{font-size:2rem}.featured-details h3{font-size:1.5rem}}.home-page{width:100%}.hero{background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;padding:6rem 2rem;text-align:center}.hero-content{max-width:900px;margin:0 auto}.hero h1{font-size:3rem;margin-bottom:1.5rem;line-height:1.2}.hero-subtitle{font-size:1.3rem;line-height:1.6;margin-bottom:2.5rem;opacity:.95}.hero-buttons{display:flex;gap:1rem;justify-content:center;margin-bottom:1.5rem}.btn-primary,.btn-primary-large{background:#3498db;color:#fff;padding:1rem 2rem;border-radius:6px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:transform .3s,box-shadow .3s;display:inline-block}.btn-primary-large{padding:1.25rem 2.5rem;font-size:1.2rem}.btn-primary:hover,.btn-primary-large:hover{transform:translateY(-3px);box-shadow:0 8px 20px #3498db66}.btn-secondary,.btn-secondary-large{background:transparent;color:#fff;padding:1rem 2rem;border:2px solid white;border-radius:6px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:background .3s,transform .3s;display:inline-block}.btn-secondary-large{padding:1.25rem 2.5rem;font-size:1.2rem}.btn-secondary:hover,.btn-secondary-large:hover{background:#ffffff1a;transform:translateY(-3px)}.hero-note{font-size:.95rem;opacity:.8;font-style:italic}.services-preview{padding:5rem 2rem;background:#fff}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:2.5rem;color:#2c3e50;margin-bottom:.5rem}.section-header p{font-size:1.1rem;color:#7f8c8d;max-width:700px;margin:0 auto}.section-header.light h2{color:#fff}.section-header.light p{color:#ffffffe6}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto 3rem}.service-card{background:#f8f9fa;padding:2.5rem 2rem;border-radius:12px;text-align:center;transition:transform .3s,box-shadow .3s;position:relative}.service-card:hover{transform:translateY(-8px);box-shadow:0 8px 25px #0000001a}.service-card.featured-service{background:linear-gradient(135deg,#3498db,#2980b9);color:#fff}.service-card .badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#27ae60;color:#fff;padding:.4rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600}.service-icon{font-size:3rem;display:block;margin-bottom:1rem}.service-card h3{font-size:1.5rem;margin-bottom:1rem;color:#2c3e50}.service-card.featured-service h3{color:#fff}.service-card p{color:#555;line-height:1.6;margin-bottom:1.5rem}.service-card.featured-service p{color:#fffffff2}.service-link{color:#3498db;text-decoration:none;font-weight:600;transition:color .3s}.service-card.featured-service .service-link{color:#fff;text-decoration:underline}.service-link:hover{color:#2980b9}.services-footer{text-align:center;padding-top:2rem;border-top:2px solid #ecf0f1;max-width:800px;margin:0 auto}.services-footer p{color:#7f8c8d;margin-bottom:1rem}.text-link{color:#3498db;text-decoration:none;font-weight:600;transition:color .3s}.text-link:hover{color:#2980b9}.featured-work{padding:5rem 2rem;background:#f8f9fa}.work-showcase{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:1200px;margin:0 auto;align-items:center}.work-image{border-radius:12px;overflow:hidden;box-shadow:0 8px 30px #00000026;background:#fff}.work-image img{width:100%;height:auto;display:block}.work-details h3{font-size:2rem;color:#2c3e50;margin-bottom:1rem}.work-details p{color:#555;line-height:1.7;margin-bottom:1.5rem}.work-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.work-tech span{background:#fff;color:#2c3e50;padding:.5rem 1rem;border-radius:6px;font-size:.9rem;font-weight:500;box-shadow:0 2px 5px #0000000d}.why-section{padding:5rem 2rem;background:#2c3e50;color:#fff}.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.why-card{background:#ffffff0d;padding:2rem;border-radius:12px;text-align:center;transition:background .3s,transform .3s}.why-card:hover{background:#ffffff1a;transform:translateY(-5px)}.why-icon{font-size:3rem;display:block;margin-bottom:1rem}.why-card h3{font-size:1.3rem;margin-bottom:1rem;color:#3498db}.why-card p{line-height:1.6;opacity:.9}.story-section{padding:5rem 2rem;background:#fff}.story-content{max-width:800px;margin:0 auto;text-align:center}.story-content h2{font-size:2.5rem;color:#2c3e50;margin-bottom:2rem}.story-content p{font-size:1.1rem;color:#555;line-height:1.8;margin-bottom:1.5rem}.testimonials-section{padding:5rem 2rem;background:#f8f9fa}.testimonial-placeholder{max-width:700px;margin:0 auto;background:#fff;padding:3rem;border-radius:12px;box-shadow:0 4px 15px #00000014;text-align:center}.placeholder-icon{font-size:3rem;display:block;margin-bottom:1.5rem}.testimonial-placeholder p{font-size:1.2rem;color:#555;line-height:1.7;margin-bottom:1rem;font-style:italic}.attribution{color:#7f8c8d;font-size:1rem;font-weight:600;margin-bottom:2rem!important}.final-cta{padding:6rem 2rem;background:linear-gradient(135deg,#3498db,#2980b9);color:#fff;text-align:center}.cta-content{max-width:800px;margin:0 auto}.cta-content h2{font-size:2.5rem;margin-bottom:1.5rem}.cta-content>p{font-size:1.2rem;line-height:1.7;margin-bottom:2.5rem;opacity:.95}.cta-buttons{display:flex;gap:1rem;justify-content:center;margin-bottom:1.5rem}.cta-note{font-size:.95rem;opacity:.8;font-style:italic}@media(max-width:968px){.work-showcase{grid-template-columns:1fr}.why-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media(max-width:768px){.hero h1{font-size:2rem}.hero-subtitle{font-size:1.1rem}.hero-buttons{flex-direction:column}.section-header h2{font-size:2rem}.services-grid{grid-template-columns:1fr}.cta-buttons{flex-direction:column}}.btn-dark{background:#2c3e50;color:#fff;padding:1rem 2rem;border-radius:6px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:transform .3s,box-shadow .3s;display:inline-block}.btn-dark:hover{transform:translateY(-3px);box-shadow:0 8px 20px #2c3e504d;background:#34495e}body{margin:0;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}
