*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;line-height:1.6;color:#2c3e50;background:#ffffff}.container{max-width:1200px;margin:0 auto;padding:0 20px}header{background:rgba(255,255,255,0.98);backdrop-filter:blur(10px);position:fixed;top:0;width:100%;z-index:1000;border-bottom:1px solid rgba(44,62,80,0.1)}header nav.container{display:block}.nav-top{display:flex;align-items:center;justify-content:space-between}header nav .nav-links{display:flex;flex-wrap:wrap;gap:2.5rem;row-gap:0.5rem;margin:0.5rem 0 0;padding:0;list-style:none;justify-content:center}.logo{display:flex;align-items:center;gap:0.75rem;font-size:1.5rem;font-weight:700;color:#2c3e50;text-decoration:none;letter-spacing:-0.5px}.logo-icon{height:32px;width:auto}.nav-links{display:flex;list-style:none;gap:2rem}.nav-links a{text-decoration:none;color:#2c3e50;font-weight:500;transition:all 0.3s ease;position:relative}.nav-links a:hover{color:#b8860b}.nav-links a::after{content:'';position:absolute;width:0;height:2px;bottom:-5px;left:0;background:#b8860b;transition:width 0.3s ease}.nav-links a:hover::after{width:100%}.cta-button{background:linear-gradient(135deg,#b8860b,#cd7f32);color:white;padding:0.2rem 0.75rem;text-decoration:none;text-align:center;border-radius:8px;font-weight:600;transition:all 0.3s ease;box-shadow:0 4px 15px rgba(184,134,11,0.3)}.cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(184,134,11,0.4)}.hero{background:linear-gradient(135deg,#2c3e50 0%,#34495e 100%);color:white;padding:8rem 0 4rem;text-align:center;position:relative;overflow:hidden}.hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:0.3}.hero-content{position:relative;z-index:2}.hero h1{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;letter-spacing:-1px}.hero .subtitle{font-size:1.25rem;margin-bottom:2rem;opacity:0.9;max-width:600px;margin-left:auto;margin-right:auto}.hero-stats{display:flex;flex-wrap:wrap;gap:1rem 2rem;justify-content:center;width:100%}.hero-stats .stat{flex:1 1 220px;min-width:0}@media (max-width:400px){.stat-number{font-size:clamp(1.4rem,8vw,2rem)}}.stat{text-align:center}.stat-number{font-size:2.5rem;font-weight:700;color:#b8860b;display:block}.stat-label{font-size:0.9rem;opacity:0.8;letter-spacing:1px}.services{padding:6rem 0;background:#f8f9fa}.section-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#2c3e50}.section-subtitle{text-align:center;font-size:1.1rem;color:#7f8c8d;margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-card{background:white;padding:2.5rem;border-radius:16px;box-shadow:0 4px 30px rgba(0,0,0,0.1);transition:all 0.3s ease;border:1px solid rgba(0,0,0,0.05)}.service-card:hover{transform:translateY(-5px);box-shadow:0 20px 50px rgba(0,0,0,0.15)}.service-icon{width:60px;height:60px;background:linear-gradient(135deg,#2c3e50,#34495e);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:white;font-size:1.5rem}.service-card h3{font-size:1.4rem;font-weight:600;margin-bottom:1rem;color:#2c3e50}.service-card p{color:#7f8c8d;line-height:1.6}.process{padding:6rem 0;background:white}.process-step{text-align:center;position:relative}.process-steps,.process-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-top:4rem}.step-number{width:80px;height:80px;background:linear-gradient(135deg,#2c3e50,#34495e);color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1.5rem}.process-step h3{font-size:1.2rem;font-weight:600;margin-bottom:1rem;color:#2c3e50}.process-step p{color:#7f8c8d}.team{padding:6rem 0;background:#f8f9fa}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:4rem}.team-member{background:white;padding:2rem;border-radius:16px;box-shadow:0 4px 30px rgba(0,0,0,0.1);text-align:center;transition:all 0.3s ease}.team-member:hover{transform:translateY(-5px)}.member-photo{width:120px;height:120px;background:linear-gradient(135deg,#b8860b,#cd7f32);border-radius:50%;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;color:white;font-size:2rem;font-weight:700}.member-name{font-size:1.3rem;font-weight:600;margin-bottom:0.5rem;color:#2c3e50}.member-title{color:#b8860b;font-weight:500;margin-bottom:1rem}.member-description{color:#7f8c8d;font-size:0.95rem;line-height:1.6}:root{--nav-offset:80px}#faq::before{content:"";display:block;height:var(--nav-offset);margin-top:calc(-1 * var(--nav-offset));visibility:hidden}.faq{max-width:920px}.faq .section-title{margin-bottom:1rem}.faq-item{border:1px solid rgba(0,0,0,0.08);border-radius:12px;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,0.03);padding:0.5rem 0.75rem;margin:0.75rem 0;transition:box-shadow 200ms ease,border-color 200ms ease,transform 120ms ease}.faq-item:hover{box-shadow:0 4px 14px rgba(0,0,0,0.06)}.faq-item[open]{border-color:rgba(0,0,0,0.12);transform:translateY(-1px)}.faq-item summary{list-style:none;display:grid;grid-template-columns:24px 1fr 24px;align-items:center;gap:0.75rem;cursor:pointer;padding:0.5rem;border-radius:8px;font-weight:600;user-select:none}.faq-item summary::-webkit-details-marker{display:none}.faq-icon,.faq-chevron{width:24px;height:24px;opacity:0.8;transition:transform 200ms ease,opacity 200ms ease}.faq-item summary:hover .faq-icon,.faq-item summary:hover .faq-chevron{opacity:1}.faq-item[open] .faq-chevron{transform:rotate(180deg)}.faq-content{margin:0.25rem 0 0.75rem 2.25rem;line-height:1.6;color:rgba(0,0,0,0.75)}@media (max-width:640px){.faq-item summary{grid-template-columns:20px 1fr 20px}.faq-icon,.faq-chevron{width:20px;height:20px}.faq-content{margin-left:2rem}}.triggers-list{list-style:none;padding:0;margin:.5rem 0 0;display:grid;grid-template-columns:1fr 1fr;gap:.5rem 2rem}.triggers-list li{display:flex;align-items:flex-start;gap:.5rem;line-height:1.5}.triggers-list i{width:18px;height:18px;opacity:.85;margin-top:.2rem}.triggers-list li:nth-child(odd){margin-left:2rem}@media (max-width:640px){.triggers-list li:nth-child(odd){margin-left:0}}@media (max-width:640px){.triggers-list{grid-template-columns:1fr}}.final-cta{background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;padding:6rem 0;text-align:center}.final-cta h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.final-cta p{font-size:1.1rem;opacity:.9;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.final-cta .contact-buttons{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:1rem;margin-top:1rem}.final-cta .contact-buttons a{display:inline-block;padding:.9rem 1.25rem;text-decoration:none;color:#fff;border:1px solid rgba(255,255,255,.35);border-radius:8px;background:transparent;line-height:1;transition:border-color .2s ease,background-color .2s ease,transform .1s ease}.final-cta .contact-buttons a:hover{border-color:#fff}.final-cta .contact-buttons a:active{transform:translateY(1px)}.final-cta .contact-buttons a:focus-visible{outline:2px solid #fff;outline-offset:2px}@media (max-width:640px){.final-cta .contact-buttons{flex-direction:column;gap:.75rem}.final-cta .contact-buttons a{width:100%;max-width:320px;text-align:center}}.contact-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.contact-button{background:linear-gradient(135deg,#b8860b,#cd7f32);color:white;padding:1rem 2rem;text-decoration:none;border-radius:8px;font-weight:600;transition:all 0.3s ease;box-shadow:0 4px 15px rgba(184,134,11,0.3)}.contact-button.secondary{background:transparent;border:2px solid #b8860b}.contact-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(184,134,11,0.4)}footer{background:#2c3e50;color:white;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:#b8860b}.footer-section p,.footer-section a{color:#bdc3c7;text-decoration:none;margin-bottom:0.5rem;display:block}.footer-section a:hover{color:#b8860b}.footer-bottom{border-top:1px solid #34495e;padding-top:1rem;text-align:center;color:#bdc3c7;font-size:0.9rem}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp 0.6s ease forwards}:root{--nav-offset:80px}section[id]::before{content:"";display:block;height:var(--nav-offset);margin-top:calc(-1 * var(--nav-offset));visibility:hidden}