@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Playfair+Display:ital,wght@0,400;0,600;1,400&display=swap";:root{--bg-color: #F3E5DF;--text-primary: #1A202C;--text-secondary: #4A5568;--accent-gradient-start: #F0B4A4;--accent-gradient-end: #5B9CA0;--button-bg: #102A36;--button-text: #FFFFFF;--card-bg: rgba(255, 255, 255, .8);--white: #FFFFFF}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,sans-serif;background:linear-gradient(135deg,#fadcd3,#e8ebe9,#89c4c7);background-attachment:fixed;color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif;font-weight:600;color:var(--text-primary)}a{text-decoration:none;color:inherit}ul{list-style:none}button{font-family:Inter,sans-serif;cursor:pointer;border:none;outline:none}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.flex-col{flex-direction:column}.grid{display:grid}.gap-4{gap:1rem}.gap-8{gap:2rem}.text-center{text-align:center}.py-16{padding-top:4rem;padding-bottom:4rem}.py-24{padding-top:6rem;padding-bottom:6rem}.navbar{display:flex;justify-content:space-between;align-items:center;padding-top:1.25rem;padding-bottom:1.25rem;animation:fadeInDown .6s ease-out}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.logo{display:flex;align-items:center;gap:.4rem;height:32px;animation:fadeIn .8s ease-out .2s both}.logo-image{height:100%;width:auto;object-fit:contain;max-width:150px;filter:drop-shadow(0 1px 2px rgba(0,0,0,.06));transition:transform .3s ease,filter .3s ease}.logo-image:hover{transform:scale(1.05);filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.logo-text{font-size:1.5rem;font-weight:700;color:#1e4d7b;font-family:Inter,sans-serif;letter-spacing:-.02em;line-height:1}.nav-links{display:flex;align-items:center;gap:2.5rem}.nav-links li{animation:fadeInUp .6s ease-out both}.nav-links li:nth-child(1){animation-delay:.3s}.nav-links li:nth-child(2){animation-delay:.4s}.nav-links li:nth-child(3){animation-delay:.5s}.nav-links li:nth-child(4){animation-delay:.6s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.nav-links a{font-size:.95rem;font-weight:500;color:var(--button-bg);transition:color .3s ease,transform .2s ease;padding:.5rem 0}.nav-links a:hover{color:var(--accent-gradient-end);transform:translateY(-1px)}.hero{padding-top:2rem;padding-bottom:4rem}.hero-card{background:linear-gradient(100deg,var(--accent-gradient-start) 0%,var(--accent-gradient-end) 100%);border-radius:24px;padding:4rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;box-shadow:0 20px 40px #0000000d;overflow:hidden;animation:fadeInScale .8s ease-out .4s both}.hero-content{color:var(--button-bg)}.hero-subtitle{display:block;font-size:.85rem;letter-spacing:2px;text-transform:uppercase;margin-bottom:1.5rem;font-weight:500;opacity:.8;animation:fadeInUp .6s ease-out .6s both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-title{font-size:2.75rem;line-height:1.2;margin-bottom:1.5rem;font-weight:400;animation:fadeInUp .6s ease-out .7s both}.hero-description{font-size:1.1rem;line-height:1.6;margin-bottom:2.5rem;opacity:.9;max-width:90%;animation:fadeInUp .6s ease-out .8s both}.cta-button{background-color:var(--button-bg);color:var(--white);padding:1rem 2rem;border-radius:50px;font-size:.9rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;transition:transform .2s ease,box-shadow .2s ease;animation:fadeInUp .6s ease-out .9s both}.cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 20px #0000001a}.hero-image-container{position:relative;height:100%;min-height:400px;border-radius:12px;overflow:hidden;animation:fadeInRight .8s ease-out .8s both}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.hero-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.hero-image:hover{transform:scale(1.05)}@media(max-width:900px){.hero-card{grid-template-columns:1fr;padding:2rem;gap:2rem}.hero-title{font-size:2rem}.hero-image-container{min-height:300px}}.local-global-section{position:relative;width:100%;height:100vh;overflow:hidden;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.slides-container{position:relative;width:100%;height:100%}.slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transform:scale(.9);transition:opacity 1s ease,transform 1s ease;display:flex;align-items:center;justify-content:center}.slide.active{opacity:1;transform:scale(1);z-index:1}.slide-content{max-width:1200px;padding:2rem;display:flex;align-items:center;gap:4rem;flex-wrap:wrap;justify-content:center}.illustration-wrapper{flex:1;min-width:300px;max-width:500px}.illustration{width:100%;height:auto;filter:drop-shadow(0 10px 30px rgba(0,0,0,.1))}.text-content{flex:1;min-width:300px;max-width:500px;text-align:left}.slide-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:fadeInUp .8s ease}.slide-description{font-size:1.3rem;color:#555;line-height:1.6;animation:fadeInUp 1s ease .2s backwards}.theme-blue{background:linear-gradient(135deg,#667eea,#764ba2)}.theme-blue .slide-title{color:#fff;font-weight:800;background:none;-webkit-text-fill-color:#FFFFFF;text-shadow:0 4px 20px rgba(0,0,0,.2)}.theme-blue .slide-description{color:#fffffff2;font-weight:400;text-shadow:0 2px 10px rgba(0,0,0,.15)}.theme-blue .text-content{background:none;padding:3rem;border-radius:25px;-webkit-backdrop-filter:none;backdrop-filter:none;border:none;box-shadow:none}.theme-orange .slide-title{color:#ff6b35;text-shadow:0 2px 20px rgba(255,107,53,.5)}.theme-green .slide-title{background:linear-gradient(135deg,#4caf50,#00bcd4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.theme-green .slide-description{color:#00e5ff;text-shadow:0 1px 10px rgba(0,229,255,.3)}.community-pulse{animation:communityPulse 2s ease-in-out infinite}.local-cluster{animation:clusterAppear 1s ease-out forwards}.local-cluster-1{animation-delay:0s}.local-cluster-2{animation-delay:.5s;opacity:0}.local-cluster-3{animation-delay:.7s;opacity:0}.local-cluster-4{animation-delay:.9s;opacity:0}.local-cluster-5{animation-delay:1.1s;opacity:0}.inter-cluster-connections{animation:connectionsAppear 2s ease-in-out 1.5s forwards;opacity:0}.connection-line{stroke-dasharray:200;stroke-dashoffset:200;animation:drawConnection 2s ease-out 2s forwards}.data-flow{animation:dataFlowAppear 1s ease-in 3s forwards;opacity:0}.flow-particle{animation:flowAlongPath 3s ease-in-out infinite}.flow-1{animation-delay:3.5s}.flow-2{animation-delay:3.7s}.flow-3{animation-delay:3.9s}.flow-4{animation-delay:4.1s}.globe-wireframe{animation:globeAppear 2s ease-in-out 4s forwards;opacity:0}.global-expand{animation:globalExpand 3s ease-out 4s forwards}.pulse-1{animation:pulse 3s ease-in-out infinite}.pulse-2{animation:pulse 3s ease-in-out .5s infinite}.pulse-3{animation:pulse 3s ease-in-out 1s infinite}.rise-up{animation:riseUp 2s ease-out infinite}.sparkle{animation:sparkle 2s ease-in-out infinite}.float-2{animation:float 5s ease-in-out infinite}.rotate-slow{animation:rotateSlow 20s linear infinite;transform-origin:center}.draw-arcs path{stroke-dasharray:200;stroke-dashoffset:200;animation:drawPath 3s ease-in-out infinite}.dash-animate{stroke-dasharray:5,5;animation:dash 1s linear infinite}.slide-indicators{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:1rem;z-index:10}.indicator{width:12px;height:12px;border-radius:50%;background:#ffffff80;border:2px solid rgba(0,0,0,.2);cursor:pointer;transition:all .3s ease;padding:0}.indicator:hover{background:#fffc;transform:scale(1.2)}.indicator.active{background:#667eea;border-color:#667eea;transform:scale(1.3)}@keyframes communityPulse{0%,to{r:25;opacity:.3}50%{r:30;opacity:.6}}@keyframes clusterAppear{0%{opacity:0;transform:scale(.5)}60%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}@keyframes connectionsAppear{0%{opacity:0}to{opacity:1}}@keyframes drawConnection{to{stroke-dashoffset:0}}@keyframes dataFlowAppear{0%{opacity:0}to{opacity:1}}@keyframes flowAlongPath{0%,to{opacity:.4;transform:scale(1)}50%{opacity:1;transform:scale(1.5)}}@keyframes globeAppear{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes globalExpand{0%{opacity:0;r:20}50%{opacity:.4}to{opacity:.3;r:120}}@keyframes pulse{0%,to{transform:scale(1);opacity:.2}50%{transform:scale(1.1);opacity:.4}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes riseUp{0%{transform:translateY(20px);opacity:.5}to{transform:translateY(0);opacity:1}}@keyframes sparkle{0%,to{opacity:.3;transform:scale(1)}50%{opacity:1;transform:scale(1.5)}}@keyframes rotateSlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes drawLines{0%{stroke-dasharray:0,100}50%{stroke-dasharray:100,0}to{stroke-dasharray:0,100}}@keyframes drawPath{to{stroke-dashoffset:0}}@keyframes dash{to{stroke-dashoffset:-10}}@media(max-width:768px){.slide-content{flex-direction:column;gap:2rem}.slide-title{font-size:2.5rem}.slide-description{font-size:1.1rem}.illustration-wrapper{max-width:350px}}.testimonial-section{background:linear-gradient(135deg,#1e4d5f,#2c6b7a);padding:6rem 0;margin-top:4rem}.testimonial-content{display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:center;max-width:1200px;margin:0 auto}.testimonial-image-container{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #0000004d;animation:fadeInLeft .8s ease-out}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}.testimonial-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.testimonial-image:hover{transform:scale(1.05)}.testimonial-text{color:#fff;animation:fadeInRight .8s ease-out .2s both}@keyframes fadeInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}.testimonial-quote{font-size:1.75rem;line-height:1.5;font-family:Playfair Display,serif;font-style:italic;margin-bottom:2rem;color:#fff;position:relative}.testimonial-quote:before{content:'"';font-size:4rem;position:absolute;left:-1.5rem;top:-1rem;opacity:.3;font-family:Georgia,serif}.testimonial-author{margin-bottom:2rem}.author-name{font-size:1.1rem;font-weight:600;margin-bottom:.25rem;color:#fff}.author-title{font-size:.95rem;opacity:.8;color:#b8d8e0}.testimonial-cta{background-color:#fff;color:#1e4d5f;padding:.9rem 2rem;border-radius:50px;font-size:.85rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer;border:none}.testimonial-cta:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0003}@media(max-width:900px){.testimonial-content{grid-template-columns:1fr;gap:2rem}.testimonial-quote{font-size:1.4rem}}.feature-section{background:linear-gradient(135deg,#e8f5f3,#b8e6e0,#a8d8e8);padding:6rem 0;margin-top:0}.feature-card{background:#fff;border-radius:24px;padding:3rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;max-width:1100px;margin:0 auto;box-shadow:0 20px 60px #00000014;animation:fadeInScale .8s ease-out}.feature-content{display:flex;flex-direction:column;gap:1.5rem}.feature-icon{width:60px;height:60px;background:#1e4d5f;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:.5rem}.feature-title{font-size:3rem;line-height:1.2;color:#1a202c;font-family:Playfair Display,serif;font-weight:700;margin-bottom:.5rem}.feature-description{font-size:1.15rem;line-height:1.8;color:#4a5568;font-family:Inter,sans-serif;margin-bottom:1rem}.feature-buttons{display:flex;gap:1rem;flex-wrap:wrap}.feature-cta{padding:1rem 2.5rem;border-radius:50px;font-size:1rem;font-weight:600;letter-spacing:.5px;transition:all .3s ease;cursor:pointer;border:2px solid transparent;font-family:Inter,sans-serif}.feature-cta.primary{background-color:#667eea;color:#fff;border-color:#667eea}.feature-cta.primary:hover{background-color:#5568d3;transform:translateY(-2px);box-shadow:0 10px 25px #667eea66}.feature-cta.secondary{background-color:transparent;color:#667eea;border-color:#667eea}.feature-cta.secondary:hover{background-color:#667eea;color:#fff;transform:translateY(-2px);box-shadow:0 10px 25px #667eea4d}.feature-image-container{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 15px 40px #0000001a;height:400px}.feature-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.feature-image:hover{transform:scale(1.05)}@media(max-width:900px){.feature-card{grid-template-columns:1fr;padding:2rem;gap:2rem}.feature-title{font-size:1.6rem}.feature-image-container{height:300px}}.about-page{width:100%;background:linear-gradient(135deg,#f0c7b8,#a0bdbb);min-height:100vh}.about-hero{background:transparent;padding:8rem 0 4rem;text-align:left}.hero-container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-title{font-size:3.5rem;font-weight:800;color:#1a202c;line-height:1.2;margin-bottom:1.5rem;animation:fadeInUp .8s ease}.hero-image{width:100%;height:400px;object-fit:cover;border-radius:20px;box-shadow:0 20px 40px #00000026;animation:fadeIn 1s ease .3s backwards}.about-intro{padding:4rem 0;background:transparent}.intro-text{max-width:900px;margin:0 auto;font-size:1.25rem;line-height:1.8;color:#2d3748;text-align:center;font-weight:500}.about-cards-section{padding:4rem 0 8rem;background:transparent}.cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.feature-card{background:#fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;overflow:hidden;box-shadow:0 10px 30px #0000000d;border:1px solid rgba(255,255,255,.3);transition:transform .3s ease;display:flex;flex-direction:column}.feature-card:hover{transform:translateY(-10px)}.card-image{height:220px;width:100%;object-fit:cover;transition:transform .5s ease}.feature-card:hover .card-image{transform:scale(1.05)}.card-content{padding:2rem;flex:1;display:flex;flex-direction:column}.card-content h3{font-size:1.8rem;font-weight:700;color:#1a202c;margin-bottom:1rem}.card-content p{font-size:1rem;line-height:1.6;color:#4a5568;margin-bottom:1rem}.card-subtext{font-size:.9rem;font-style:italic;color:#718096}.values-list-mini{list-style:none;padding:0;margin:0}.values-list-mini li{padding:.5rem 0;border-bottom:1px solid rgba(0,0,0,.05);color:#4a5568;font-weight:500}.values-list-mini li:last-child{border-bottom:none}.about-leadership{padding:8rem 0;background:transparent}.leader-card{max-width:900px;margin:0 auto;display:flex;gap:4rem;align-items:center;background:#fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:3rem;border-radius:24px;border:1px solid rgba(255,255,255,.3)}.leader-photo{width:280px;height:280px;border-radius:50%;object-fit:cover;box-shadow:0 15px 50px #00000026;flex-shrink:0}.leader-details{flex:1}.leader-name{font-size:2.8rem;font-weight:700;color:#1a202c;margin-bottom:.5rem}.leader-role{font-size:1.4rem;color:#667eea;font-weight:600;margin-bottom:1.5rem}.leader-bio{font-size:1.1rem;line-height:1.8;color:#4a5568}.section-title{text-align:center;font-size:3rem;font-weight:700;color:#1a202c;margin-bottom:2.5rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media(max-width:900px){.hero-container{grid-template-columns:1fr;text-align:center}.about-title{font-size:2.5rem}.cards-grid{grid-template-columns:1fr}.leader-card{flex-direction:column;text-align:center;padding:2rem}.leader-photo{width:220px;height:220px}}.contact-page{width:100%;min-height:100vh;background:linear-gradient(135deg,#f0c7b8,#a0bdbb);padding:8rem 0;display:flex;align-items:center}.contact-split-container{display:grid;grid-template-columns:.8fr 1.2fr;gap:4rem;align-items:flex-start}.contact-left-content{padding-top:2rem}.contact-heading{font-size:2rem;font-weight:500;color:#1a202c;line-height:1.4;margin-bottom:2rem}.contact-subtext{font-size:1.1rem;color:#4a5568;line-height:1.6;margin-bottom:4rem}.highlight-link{color:#d97706;font-weight:600;cursor:pointer;text-decoration:underline;text-underline-offset:4px}.contact-graphic{display:flex;justify-content:center;margin-top:4rem}.puzzle-piece-container{color:#1a2b34;opacity:.8;animation:float 6s ease-in-out infinite}@keyframes float{0%{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(5deg)}to{transform:translateY(0) rotate(0)}}.contact-form-wrapper{background:#ffffffd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:3rem;border-radius:4px;box-shadow:0 10px 40px #00000014;border:1px solid rgba(255,255,255,.5)}.contact-form-grid{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group.full-width{grid-column:1 / -1}.form-group label{font-size:.85rem;font-weight:700;color:#2d3748}.form-group input,.form-group select,.form-group textarea{padding:.75rem;font-size:.95rem;border:1px solid #E2E8F0;border-radius:4px;background:#fff;font-family:inherit;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#1a2b34}.form-group select{appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem}.form-privacy{margin-top:1rem}.checkbox-container{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;font-size:.85rem;color:#4a5568;-webkit-user-select:none;user-select:none}.checkbox-container input{width:16px;height:16px;margin-top:3px;accent-color:#1A2B34}.privacy-note{font-size:.75rem;color:#718096;margin-top:.5rem;margin-left:1.75rem}.form-actions{margin-top:1rem}.btn-submit-new{background:#1a2b34;color:#fff;padding:.75rem 2.5rem;font-size:1rem;font-weight:600;border:none;border-radius:4px;cursor:pointer;transition:background .3s}.btn-submit-new:hover{background:#000}.btn-submit-new:disabled{opacity:.7;cursor:not-allowed}.status-message{padding:1rem;border-radius:4px;font-size:.9rem;margin-top:1rem}.success-message{background:#d1fae5;color:#065f46}.error-message{background:#fee2e2;color:#991b1b}@media(max-width:900px){.contact-split-container{grid-template-columns:1fr;gap:3rem}.contact-left-content{text-align:center;padding-top:0}.contact-heading{font-size:1.5rem}}@media(max-width:600px){.form-row{grid-template-columns:1fr;gap:1rem}.contact-form-wrapper{padding:1.5rem}}.service-detail-container{min-height:100vh;padding-top:0}.service-detail-hero{position:relative;height:60vh;background-size:cover;background-position:center;display:flex;align-items:center;margin-bottom:4rem}.service-detail-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#1e4d5fe6,#2c6b7ad9);display:flex;align-items:center}.back-button{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3);padding:.75rem 1.5rem;border-radius:50px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;margin-bottom:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.back-button:hover{background:#ffffff4d;transform:translate(-5px)}.service-detail-title{font-size:3.5rem;color:#fff;margin-bottom:1rem;font-family:Playfair Display,serif;animation:fadeInUp .8s ease-out}.service-detail-subtitle{font-size:1.3rem;color:#fff;opacity:.95;max-width:700px;line-height:1.6;animation:fadeInUp .8s ease-out .2s both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.service-detail-content{padding-bottom:6rem}.detail-section{margin-bottom:4rem;animation:fadeInUp .8s ease-out}.detail-section h2{font-size:2rem;color:var(--text-primary);margin-bottom:1.5rem;font-family:Playfair Display,serif}.overview-text{font-size:1.15rem;line-height:1.8;color:var(--text-secondary);max-width:900px}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:4rem}.feature-list{list-style:none;padding:0}.feature-list li{border-bottom:1px solid rgba(0,0,0,.1);font-size:1.05rem;color:var(--text-secondary);position:relative;padding:1rem 0 1rem 2rem}.feature-list li:before{content:"✓";position:absolute;left:0;color:#5b9ca0;font-weight:700;font-size:1.2rem}.cta-section{background:linear-gradient(135deg,#1e4d5f,#2c6b7a);padding:4rem;border-radius:24px;text-align:center;color:#fff;animation:fadeInScale .8s ease-out}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.cta-section h2{font-size:2.5rem;margin-bottom:1rem;color:#fff}.cta-section p{font-size:1.2rem;margin-bottom:2rem;opacity:.95}.contact-cta-button{background-color:#fff;color:#1e4d5f;padding:1rem 3rem;border-radius:50px;font-size:1rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;border:none;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.contact-cta-button:hover{transform:translateY(-3px);box-shadow:0 15px 35px #0000004d}@media(max-width:900px){.service-detail-hero{height:50vh}.service-detail-title{font-size:2.5rem}.service-detail-subtitle{font-size:1.1rem}.detail-grid{grid-template-columns:1fr;gap:2rem}.cta-section{padding:2rem}.cta-section h2{font-size:2rem}}.section-header{margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto}.section-header.scroll-animate{opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.section-header.scroll-animate.animate-in{opacity:1;transform:translateY(0)}.section-title{font-size:2.5rem;margin-bottom:1rem;color:var(--text-primary);font-family:Playfair Display,serif}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-card{padding:3rem 2rem;border-radius:24px;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;align-items:center;text-align:center;min-height:320px;justify-content:center;cursor:pointer}.service-card.scroll-animate{opacity:0;transform:translateY(40px) scale(.95);transition:opacity .6s ease-out,transform .6s ease-out;transition-delay:var(--animation-delay, 0s)}.service-card.scroll-animate.animate-in{opacity:1;transform:translateY(0) scale(1)}.service-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #0000001a}.service-icon{margin-bottom:1.5rem;display:inline-flex}.service-title{font-size:1.5rem;margin-bottom:1rem;font-family:Playfair Display,serif;font-weight:500;line-height:1.3}.service-description{font-size:.95rem;line-height:1.6;font-family:Inter,sans-serif}.theme-cream{background-color:#fff5ee;color:#1a202c}.theme-cream .service-icon{color:#1a202c}.theme-green{background-color:#3e6b58;color:#fff}.theme-green .service-icon{color:#fff}.theme-blue{background-color:#b0c4de;color:#1a202c}.theme-blue .service-icon{color:#1a202c}.theme-pink{background-color:#ffc8dd;color:#1a202c}.theme-pink .service-icon{color:#1a202c}.theme-cyan{background-color:#a2d2ff;color:#1a202c}.theme-cyan .service-icon{color:#1a202c}.theme-orange{background-color:#f4a261;color:#1a202c}.theme-orange .service-icon{color:#1a202c}.theme-lavender{background-color:#e2c6ff;color:#1a202c}.theme-lavender .service-icon{color:#1a202c}.theme-mint{background-color:#b7e4c7;color:#1a202c}.theme-mint .service-icon{color:#1a202c}.animated-heading{display:inline-block;overflow:hidden;white-space:nowrap}.animated-word{display:inline-block;opacity:0;transform:translateY(30px)}.animated-word.visible{animation:slideUpFade .6s forwards ease-out}@keyframes slideUpFade{to{opacity:1;transform:translateY(0)}}.mouse-particles-canvas{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.App{position:relative;z-index:2}
