@import "https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@400;600;700&family=DM+Sans:wght@400;500;700&display=swap";
.pro-template{color:var(--text-dark);background:var(--warm-white);font-family:DM Sans,sans-serif;line-height:1.6}.pro-template *{box-sizing:border-box}.pro-template{--primary:#2d5f4f;--primary-light:#4a8570;--accent:#e8956b;--cream:#faf7f4;--warm-white:#fffcf8;--text-dark:#2c3e3a;--text-light:#6b7c78;--shadow:rgba(45,95,79,.1)}.pro-template h1,.pro-template h2,.pro-template h3,.pro-template h4,.pro-template span{font-family:Crimson Pro,serif;font-weight:700}.pro-template p,.pro-template li,.pro-template a,.pro-template div{font-family:DM Sans,sans-serif}.pro-nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;width:100%;box-shadow:0 2px 20px var(--shadow);background:rgba(255,252,248,.95);animation:.5s ease-out slideDown;position:fixed;top:0}@keyframes slideDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.nav-container{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex}.logo{color:var(--primary);align-items:center;gap:.5rem;font-family:Crimson Pro,serif;font-size:1.5rem;font-weight:700;display:flex}.logo-icon{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;display:flex;overflow:hidden}.logo-icon img{object-fit:cover;width:100%;height:100%}.nav-links{gap:2rem;margin:0;padding:0;list-style:none;display:flex}.nav-links a{color:var(--text-dark);font-weight:500;text-decoration:none;transition:color .3s;position:relative}.nav-links a:after{content:"";background:var(--accent);width:0;height:2px;transition:width .3s;position:absolute;bottom:-5px;left:0}.nav-links a:hover{color:var(--primary)}.nav-links a:hover:after{width:100%}.mobile-menu-btn{cursor:pointer;color:var(--primary);background:0 0;border:none;font-size:1.5rem;display:none}.hero{background:linear-gradient(135deg,var(--cream)0%,var(--warm-white)100%);align-items:center;min-height:90vh;margin-top:80px;display:flex;position:relative;overflow:hidden}.hero-pattern{opacity:.03;background-image:repeating-linear-gradient(45deg,var(--primary)0px,var(--primary)2px,transparent 2px,transparent 10px);width:100%;height:100%;position:absolute;top:0;left:0}.hero-container{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1400px;margin:0 auto;padding:4rem 2rem;display:grid;position:relative}.hero-content h1{color:var(--primary);margin-bottom:1.5rem;font-size:max(2.5rem,min(6vw,4.5rem));line-height:1.1;animation:.8s ease-out fadeInUp}.hero-content p{color:var(--text-light);margin-bottom:2rem;font-size:1.25rem;animation:.8s ease-out .2s backwards fadeInUp}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-buttons{flex-wrap:wrap;gap:1rem;animation:.8s ease-out .4s backwards fadeInUp;display:flex}.btn{cursor:pointer;border:none;border-radius:50px;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.btn-primary{background:var(--primary);color:#fff;box-shadow:0 4px 20px rgba(45,95,79,.3)}.btn-primary:hover{background:var(--primary-light);transform:translateY(-2px);box-shadow:0 6px 30px rgba(45,95,79,.4)}.btn-secondary{color:var(--primary);border:2px solid var(--primary);background:#fff}.btn-secondary:hover{background:var(--primary);color:#fff;transform:translateY(-2px)}.hero-images{justify-content:center;align-items:center;gap:2rem;height:530px;animation:1s ease-out .6s backwards fadeIn;display:flex;position:relative}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.hero-image{box-shadow:0 10px 40px var(--shadow);background:#ddd;border-radius:20px;flex-shrink:0;position:relative;overflow:hidden}.hero-image:first-child{aspect-ratio:1;align-self:flex-start;width:500px;max-width:48%;animation:6s ease-in-out infinite float}.hero-image:nth-child(2){aspect-ratio:1;align-self:flex-end;width:420px;max-width:42%;margin-bottom:50px;margin-left:-40px;animation:6s ease-in-out 1s infinite float}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.hero-image img{object-fit:cover;width:100%;height:100%}.section{padding:6rem 2rem}.section-bg-cream{background:var(--cream)}.section-bg-white{background:var(--warm-white)}.section-bg-primary{background:var(--primary);color:#fff}.section-container{max-width:1400px;margin:0 auto}.section-header{text-align:center;max-width:800px;margin:0 auto 4rem}.section-header h2{color:var(--primary);margin-bottom:1rem;font-size:max(2rem,min(4vw,3rem))}.section-bg-primary .section-header h2{color:#fff}.section-header p{color:var(--text-light);font-size:1.1rem}.section-bg-primary .section-header p{opacity:.9}@media (max-width:968px){.nav-container{padding:1rem 1.5rem}.logo{font-size:1.25rem}.nav-links{background:var(--warm-white);width:100%;height:calc(100vh - 70px);box-shadow:0 4px 20px var(--shadow);flex-direction:column;justify-content:flex-start;align-items:center;gap:24px;padding-top:40px;transition:left .3s;position:fixed;top:70px;left:-100%}.nav-links li{text-align:center;width:100%}.nav-links a{width:100%;padding:12px 0;font-size:18px;display:block}.nav-links.active{left:0}.mobile-menu-btn{display:block}.hero{min-height:auto;margin-top:70px}.hero-container{grid-template-columns:1fr;gap:3rem;padding:3rem 1.5rem}.hero-content h1{font-size:max(2rem,min(8vw,3rem))!important}.hero-content p{font-size:1.1rem}.hero-buttons{flex-direction:column;gap:1rem}.btn{text-align:center;width:100%}.hero-images{flex-direction:column;align-items:center;gap:1.5rem;height:auto;min-height:300px}.hero-image{aspect-ratio:1!important;width:100%!important;max-width:400px!important;margin:0!important}.section{padding:4rem 1.5rem}.section-header{margin-bottom:3rem}.section-header h2{font-size:max(1.75rem,min(6vw,2.5rem))!important}}@media (max-width:640px){.nav-container{padding:.75rem 1rem}.logo{font-size:1.1rem}.logo-icon{width:32px;height:32px}.hero{margin-top:60px}.hero-container{gap:2rem;padding:2rem 1rem}.hero-content p{font-size:1rem}.hero-images{gap:1rem;min-height:250px}.hero-image{max-width:300px!important}.section{padding:3rem 1rem}.section-header{margin-bottom:2rem}.section-header p{font-size:1rem}.service-card{min-width:0}.contact-container>div:first-child>div>div{padding:1rem!important}.section-container>div:last-child{padding:0 1rem}.pro-template *{word-wrap:break-word;overflow-wrap:break-word}.btn{min-height:44px}input,textarea{font-size:16px!important}}
