*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#2c2c2c;background-color:#fafafa}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;padding:1rem 0;border-bottom:1px solid rgba(0,0,0,.1)}.nav-content{display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:10px;font-size:24px;font-weight:600;color:#333;text-decoration:none}.logo img{height:40px;width:auto}.nav-links{display:flex;list-style:none;gap:2rem}.nav-links a{text-decoration:none;color:#333;font-weight:500;transition:color .3s ease}.nav-links a:hover{color:#8b7355}.hero{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-2}.hero-background img{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;z-index:-1}.hero-content{text-align:center;color:#fff;max-width:800px;background:#0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:60px 40px}.hero-content h1{font-size:3.5rem;font-weight:300;margin-bottom:1.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.hero-content p{font-size:1.2rem;line-height:1.8;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.about{padding:100px 0;background:#fff}.about-content{text-align:center;max-width:800px;margin:0 auto}.about-content h2{font-size:2.5rem;font-weight:300;margin-bottom:2rem;color:#333}.about-content p{font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem;color:#666}.services{padding:100px 0;background:#f8f8f8}.services h2{text-align:center;font-size:2.5rem;font-weight:300;margin-bottom:3rem;color:#333}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #0000001a;text-align:center;transition:transform .3s ease}.service-card:hover{transform:translateY(-5px)}.service-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#333}.service-card p{color:#666;line-height:1.6}.get-started{background:#8b7355;color:#fff;padding:80px 0;text-align:center}.get-started-content h2{font-size:2.5rem;margin-bottom:20px;font-weight:300}.get-started-content p{font-size:1.1rem;margin-bottom:40px;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}.cta-button{background:#fff;color:#8b7355;border:none;padding:18px 40px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.cta-button:hover{background:#f5f5f5;transform:translateY(-2px)}.portfolio{padding:100px 0;background:#fff}.portfolio h2{text-align:center;font-size:2.5rem;font-weight:300;margin-bottom:3rem;color:#333}.portfolio-gallery{display:flex;overflow-x:auto;gap:1rem;padding:1rem 0;scroll-behavior:smooth}.portfolio-gallery::-webkit-scrollbar{height:8px}.portfolio-gallery::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.portfolio-gallery::-webkit-scrollbar-thumb{background:#8b7355;border-radius:4px}.portfolio-item{flex:0 0 300px;height:400px;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000001a}.portfolio-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.portfolio-item:hover img{transform:scale(1.05)}.founder{padding:100px 0;background:#f8f8f8}.founder-content{display:grid;grid-template-columns:300px 1fr;gap:4rem;align-items:center}.founder-image{border-radius:12px;overflow:hidden;box-shadow:0 8px 30px #00000026;width:300px;height:300px}.founder-image img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.founder-text h2{font-size:2.2rem;font-weight:300;margin-bottom:.5rem;color:#333}.founder-text h3{font-size:1.2rem;color:#8b7355;margin-bottom:2rem;font-weight:500}.founder-text p{font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem;color:#666}.insights{padding:100px 0;background:#fff}.insights h2{text-align:center;font-size:2.5rem;font-weight:300;margin-bottom:3rem;color:#333}.insights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.insight-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000001a;transition:transform .3s ease}.insight-card:hover{transform:translateY(-5px)}.insight-card img{width:100%;height:200px;object-fit:cover}.insight-content{padding:1.5rem}.insight-content h3{font-size:1.3rem;font-weight:600;margin-bottom:1rem;color:#333}.insight-content p{color:#666;line-height:1.6;margin-bottom:1rem}.read-more{background:#8b7355;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:14px;cursor:pointer;transition:background .3s ease}.read-more:hover{background:#6d5a42}.contact{padding:100px 0;background:#8b7355;color:#fff;text-align:center}.contact-content h2{font-size:2.5rem;font-weight:300;margin-bottom:3rem}.contact-info-row{display:flex;justify-content:center;align-items:center;gap:60px;margin:40px 0;flex-wrap:wrap}.contact-item{text-align:center;min-width:200px}.contact-label{display:block;font-size:18px;font-weight:600;color:#fff;margin-bottom:8px}.contact-value{display:block;font-size:16px;color:#ffffffe6}.consultation-button{background:#fff;color:#8b7355;border:2px solid white;padding:15px 40px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:30px}.consultation-button:hover{background:transparent;color:#fff}.footer{background:#333;color:#fff;padding:2rem 0;text-align:center}.footer-content{display:flex;flex-direction:column;align-items:center;gap:1rem}.footer-logo{height:30px;width:auto}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-content{background:#fff;border-radius:12px;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;position:relative}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:30px 30px 20px;border-bottom:1px solid #eee}.modal-header h2{margin:0;font-size:28px;color:#333}.close-button{background:none;border:none;font-size:32px;cursor:pointer;color:#666;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.close-button:hover{color:#333}.project-form,.consultation-form{padding:30px}.form-section{margin-bottom:30px}.form-section h3{margin:0 0 20px;font-size:20px;color:#333;font-weight:600}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-bottom:15px}.form-section input,.form-section select,.form-section textarea{width:100%;padding:15px;border:1px solid #ddd;border-radius:8px;font-size:16px;font-family:inherit;transition:border-color .3s ease}.form-section input:focus,.form-section select:focus,.form-section textarea:focus{outline:none;border-color:#8b7355}.form-section textarea{resize:vertical;min-height:100px}.consultation-types{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-bottom:20px}.consultation-option{border:2px solid #ddd;border-radius:12px;padding:20px;cursor:pointer;transition:all .3s ease;display:block}.consultation-option:hover{border-color:#8b7355}.consultation-option input[type=radio]{display:none}.consultation-option input[type=radio]:checked+.option-content{color:#8b7355}.consultation-option:has(input[type=radio]:checked){border-color:#8b7355;background:#f9f7f4}.option-content h4{margin:0 0 8px;font-size:18px;font-weight:600}.option-content p{margin:0;color:#666;font-size:14px}.date-selection{margin-bottom:20px}.date-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:15px}.date-grid label{border:1px solid #ddd;border-radius:8px;padding:15px 10px;text-align:center;cursor:pointer;transition:all .3s ease;display:block}.date-grid label:hover{border-color:#8b7355}.date-grid input[type=radio]{display:none}.date-grid input[type=radio]:checked+span{color:#8b7355;font-weight:600}.date-grid label:has(input[type=radio]:checked){border-color:#8b7355;background:#f9f7f4}.date-grid span{font-size:14px;line-height:1.3}.submit-button{width:100%;background:#333;color:#fff;border:none;padding:18px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:background .3s ease;margin-top:20px}.submit-button:hover:not(:disabled){background:#555}.submit-button:disabled{background:#ccc;cursor:not-allowed}@media (max-width: 768px){.hero-content h1{font-size:2.5rem}.hero-content{padding:40px 20px}.founder-content{grid-template-columns:1fr;text-align:center;gap:2rem}.founder-image{width:200px;height:200px;margin:0 auto}.contact-info-row{flex-direction:column;gap:30px}.modal-content{margin:10px;max-height:95vh}.modal-header{padding:20px 20px 15px}.project-form,.consultation-form{padding:20px}.form-row,.consultation-types{grid-template-columns:1fr}.date-grid{grid-template-columns:repeat(2,1fr)}.nav-links{display:none}}@media (max-width: 480px){.hero-content h1,.about-content h2,.services h2,.portfolio h2,.insights h2,.contact-content h2{font-size:2rem}.modal-header h2{font-size:24px}}.blog-modal-content{background:#fff;border-radius:12px;width:90%;max-width:800px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column}.blog-modal-header{padding:30px 30px 20px;border-bottom:1px solid #e5e5e5;display:flex;justify-content:space-between;align-items:flex-start;background:#f8f8f8}.blog-modal-header h2{font-size:24px;font-weight:600;color:#2c2c2c;margin:0;line-height:1.3;flex:1;padding-right:20px}.blog-modal-body{padding:30px;overflow-y:auto;flex:1}.blog-content{line-height:1.8;color:#444}.blog-content p{margin-bottom:20px;font-size:16px}.blog-content p:last-child{margin-bottom:0;font-style:italic;color:#8b7355;font-weight:500}@media (max-width: 768px){.blog-modal-content{width:95%;max-height:95vh}.blog-modal-header{padding:20px 20px 15px}.blog-modal-header h2{font-size:20px}.blog-modal-body{padding:20px}.blog-content p{font-size:15px}}
