@import"https://fonts.googleapis.com/css2?family=Great+Vibes&family=Playfair+Display:wght@400;500;600&family=DM+Sans:wght@300;400;500;600&display=swap";:root{--primary-green: #3d5a3d;--primary-green-light: #4a6b4a;--primary-green-dark: #2d4a2d;--accent-yellow: #d4a03c;--accent-yellow-hover: #c4902c;--accent-yellow-light: #e8c170;--text-dark: #2c2c2c;--text-medium: #555555;--text-light: #777777;--text-muted: #999999;--bg-white: #ffffff;--bg-light: #fafaf8;--bg-cream: #f5f4f0;--bg-warm: #f8f7f4;--border-light: #e8e6e1;--border-soft: #edecea;--shadow-soft: 0 2px 15px rgba(0, 0, 0, .04);--shadow-card: 0 4px 25px rgba(0, 0, 0, .06);--shadow-hover: 0 8px 35px rgba(0, 0, 0, .1);--shadow-button: 0 4px 15px rgba(212, 160, 60, .3);--transition: all .3s cubic-bezier(.4, 0, .2, 1);--font-script: "Great Vibes", cursive;--font-heading: "Playfair Display", Georgia, serif;--font-body: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;--radius-sm: 8px;--radius-md: 16px;--radius-lg: 24px;--radius-xl: 32px;--radius-pill: 50px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);font-size:16px;line-height:1.75;color:var(--text-medium);background:var(--bg-white);-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none;transition:var(--transition)}ul{list-style:none}h1,h2,h3,h4{font-family:var(--font-heading);font-weight:500;line-height:1.35;color:var(--text-dark)}h1{font-size:clamp(2rem,4vw,2.75rem)}h2{font-size:clamp(1.75rem,3vw,2.25rem)}h3{font-size:clamp(1.25rem,2vw,1.5rem)}p{margin-bottom:1rem}.container{width:100%;max-width:1140px;margin:0 auto;padding:0 1.5rem}.icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px}.icon svg{width:100%;height:100%;fill:currentColor}.icon-lg{width:48px;height:48px}.icon-xl{width:56px;height:56px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.9rem 2rem;font-family:var(--font-body);font-size:.95rem;font-weight:500;border:none;border-radius:var(--radius-pill);cursor:pointer;transition:var(--transition);text-decoration:none}.btn-primary{background:var(--accent-yellow);color:var(--text-dark);box-shadow:var(--shadow-button)}.btn-primary:hover{background:var(--accent-yellow-hover);transform:translateY(-2px);box-shadow:0 6px 20px #d4a03c66}.btn-outline{background:transparent;color:var(--text-dark);border:1.5px solid var(--text-dark)}.btn-outline:hover{background:var(--text-dark);color:var(--bg-white)}.btn-outline-light{background:transparent;color:var(--bg-white);border:1.5px solid var(--bg-white)}.btn-outline-light:hover{background:var(--bg-white);color:var(--primary-green)}.btn-green{background:var(--primary-green);color:var(--bg-white)}.btn-green:hover{background:var(--primary-green-dark);transform:translateY(-2px)}.btn-sm{padding:.6rem 1.25rem;font-size:.85rem}.btn-hero-primary{background:var(--accent-yellow);color:var(--text-dark);padding:1rem 2.5rem;font-size:1.05rem;font-weight:600;border-radius:var(--radius-pill);box-shadow:0 6px 25px #d4a03c66}.btn-hero-primary:hover{background:var(--accent-yellow-hover);transform:translateY(-3px);box-shadow:0 10px 35px #d4a03c80}.btn-hero-secondary{background:#ffffff26;color:var(--bg-white);padding:1rem 2.5rem;font-size:1.05rem;font-weight:500;border-radius:var(--radius-pill);border:2px solid rgba(255,255,255,.4);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.btn-hero-secondary:hover{background:#fffffff2;color:var(--primary-green);border-color:transparent;transform:translateY(-3px)}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffffa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.04)}.nav{display:flex;align-items:center;justify-content:space-between;padding:.85rem 0}.logo{display:flex;flex-direction:column;text-decoration:none}.logo-text{font-family:var(--font-script);font-size:2.25rem;color:var(--primary-green);line-height:1}.logo-sub{font-family:var(--font-body);font-size:.6rem;font-weight:400;letter-spacing:4px;text-transform:uppercase;color:var(--text-muted);margin-top:2px}.nav-links{display:flex;align-items:center;gap:2.5rem}.nav-links a{font-size:.9rem;font-weight:400;color:var(--text-medium);padding:.5rem 0;position:relative}.nav-links a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--accent-yellow);transition:var(--transition)}.nav-links a:hover:after,.nav-links a.active:after{width:100%}.nav-links a:hover,.nav-links a.active{color:var(--primary-green)}.nav-right{display:flex;align-items:center;gap:1rem}.nav-lang{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--text-muted)}.nav-cta{padding:.65rem 1.5rem;font-size:.85rem}.menu-toggle{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:.5rem}.menu-toggle span{width:24px;height:2px;background:var(--text-dark);transition:var(--transition);border-radius:2px}@media(max-width:900px){.nav-links{position:fixed;top:70px;left:0;right:0;background:var(--bg-white);flex-direction:column;padding:2rem;gap:1.5rem;transform:translateY(-150%);opacity:0;transition:var(--transition);box-shadow:var(--shadow-card)}.nav-links.active{transform:translateY(0);opacity:1}.menu-toggle{display:flex}.nav-right .nav-cta,.nav-right .nav-lang{display:none}}.hero{min-height:100vh;display:flex;align-items:center;background:linear-gradient(180deg,#3d5a3db3,#3d5a3d99),url(/images/hero.jpg) center/cover no-repeat;color:var(--bg-white);text-align:center;padding:8rem 1.5rem 4rem}.hero-content{max-width:800px;margin:0 auto}.hero h1{color:var(--bg-white);font-size:clamp(2.25rem,4.5vw,3.25rem);margin-bottom:.75rem;font-weight:400}.hero-script{font-family:var(--font-script);font-size:clamp(2rem,4vw,3rem);color:var(--accent-yellow-light);margin-bottom:1.5rem}.hero-subtitle{font-size:1.05rem;font-weight:300;opacity:.95;max-width:550px;margin:0 auto 2.5rem;line-height:1.8}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.section{padding:5rem 0}.section-sm{padding:3.5rem 0}.section-lg{padding:6.5rem 0}.section-light{background:var(--bg-light)}.section-warm{background:var(--bg-warm)}.section-header{text-align:center;max-width:650px;margin:0 auto 3.5rem}.section-header .subtitle{font-family:var(--font-script);font-size:1.75rem;color:var(--accent-yellow);margin-bottom:.25rem}.section-header h2{margin-bottom:1rem}.section-header p{color:var(--text-light);font-size:1rem;line-height:1.8}.philosophy-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}.philosophy-item{text-align:center;padding:2rem 1.5rem;background:var(--bg-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);transition:var(--transition)}.philosophy-item:hover{box-shadow:var(--shadow-card);transform:translateY(-3px)}.philosophy-icon{width:56px;height:56px;margin:0 auto 1.25rem;display:flex;align-items:center;justify-content:center;color:var(--accent-yellow)}.philosophy-icon svg{width:40px;height:40px;stroke:currentColor;stroke-width:1.5;fill:none}.philosophy-item h3{font-size:1.1rem;margin-bottom:.75rem;font-weight:500}.philosophy-item p{font-size:.95rem;color:var(--text-light);line-height:1.7;margin:0}@media(max-width:768px){.philosophy-grid{grid-template-columns:1fr;gap:1.5rem}}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.service-card{background:var(--bg-white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-soft);transition:var(--transition);text-align:center}.service-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-hover)}.service-image{height:200px;overflow:hidden}.service-image img{width:100%;height:100%;object-fit:cover;transition:var(--transition)}.service-card:hover .service-image img{transform:scale(1.05)}.service-content{padding:1.75rem 1.5rem}.service-content h3{font-size:1.15rem;margin-bottom:.6rem;font-weight:500}.service-content p{font-size:.9rem;color:var(--text-light);margin-bottom:1.25rem;line-height:1.6}.service-link{font-size:.9rem;color:var(--accent-yellow);font-weight:500;display:inline-flex;align-items:center;gap:.35rem}.service-link svg{width:16px;height:16px;transition:var(--transition)}.service-link:hover{color:var(--accent-yellow-hover)}.service-link:hover svg{transform:translate(4px)}@media(max-width:1024px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.services-grid{grid-template-columns:1fr}}.about-banner{position:relative;padding:5rem 0;background:linear-gradient(180deg,#3d5a3dd9,#3d5a3dcc),url(https://images.unsplash.com/photo-1414235077428-338989a2e8c0?w=1920&q=80) center/cover no-repeat;color:var(--bg-white)}.about-banner-content{display:grid;grid-template-columns:1fr 1.3fr;gap:4rem;align-items:center}.about-banner-image{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-hover)}.about-banner-image img{width:100%;height:380px;object-fit:cover}.about-banner-text .subtitle{font-family:var(--font-script);font-size:1.5rem;color:var(--accent-yellow-light);margin-bottom:.5rem}.about-banner-text h2{color:var(--bg-white);margin-bottom:1.25rem}.about-banner-text p{opacity:.95;margin-bottom:1.5rem;line-height:1.85;font-size:1rem}@media(max-width:768px){.about-banner-content{grid-template-columns:1fr;gap:2rem;text-align:center}}.gallery-preview{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.gallery-preview-item{aspect-ratio:1;border-radius:var(--radius-md);overflow:hidden;cursor:pointer;box-shadow:var(--shadow-soft)}.gallery-preview-item img{width:100%;height:100%;object-fit:cover;transition:var(--transition)}.gallery-preview-item:hover img{transform:scale(1.08)}@media(max-width:768px){.gallery-preview{grid-template-columns:repeat(2,1fr)}}.cta-section{background:linear-gradient(180deg,#3d5a3dd9,#3d5a3dcc),url(https://images.unsplash.com/photo-1467003909585-2f8a72700288?w=1920&q=80) center/cover no-repeat;color:var(--bg-white);text-align:center;padding:5rem 1.5rem}.cta-section h2{color:var(--bg-white);margin-bottom:1rem;font-weight:400}.cta-section p{opacity:.95;max-width:600px;margin:0 auto 2rem;font-size:1.05rem}.footer{background:#2a2a2a;color:#fffc;padding:4.5rem 0 1.5rem}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:4rem;margin-bottom:3rem}.footer-brand .logo-text{color:var(--bg-white);font-size:2rem}.footer-brand .logo-sub{color:#ffffff80}.footer-brand p{font-size:.9rem;line-height:1.75;opacity:.8;margin-top:1rem}.footer-social{display:flex;gap:.75rem;margin-top:1.5rem}.footer-social a{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.2);border-radius:50%;transition:var(--transition)}.footer-social a svg{width:18px;height:18px;fill:currentColor}.footer-social a:hover{background:var(--accent-yellow);border-color:var(--accent-yellow);color:var(--text-dark)}.footer h4{color:var(--bg-white);font-family:var(--font-body);font-size:.95rem;font-weight:600;margin-bottom:1.5rem}.footer-links li{margin-bottom:.75rem}.footer-links a{font-size:.9rem;opacity:.75}.footer-links a:hover{opacity:1;color:var(--accent-yellow)}.footer-contact-item{display:flex;align-items:center;gap:.75rem;margin-bottom:.85rem}.footer-contact-item svg{width:18px;height:18px;opacity:.6}.footer-contact-item a,.footer-contact-item span{font-size:.9rem;opacity:.8}.footer-contact-item a:hover{opacity:1;color:var(--accent-yellow)}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:1.5rem;text-align:center;font-size:.85rem;opacity:.6}@media(max-width:768px){.footer-grid{grid-template-columns:1fr;gap:2.5rem;text-align:center}.footer-social{justify-content:center}}.page-header{background:linear-gradient(180deg,#3d5a3dbf,#3d5a3db3),url(https://images.unsplash.com/photo-1414235077428-338989a2e8c0?w=1920&q=80) center/cover no-repeat;color:var(--bg-white);text-align:center;padding:9rem 1.5rem 3.5rem}.page-header h1{color:var(--bg-white);margin-bottom:.75rem;font-weight:400}.page-header p{opacity:.95;max-width:550px;margin:0 auto;font-size:1rem;line-height:1.8}.page-header .subtitle{font-family:var(--font-script);font-size:1.5rem;color:var(--accent-yellow-light);margin-bottom:.35rem}.about-intro{display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:center}.about-intro-image{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-card)}.about-intro-image img{width:100%;height:450px;object-fit:cover}.about-intro-content h2{margin-bottom:1.25rem}.about-intro-content p{margin-bottom:1rem;line-height:1.85;color:var(--text-medium)}.philosophy-section-text{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.philosophy-image{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-card)}.philosophy-image img{width:100%;height:400px;object-fit:cover}.philosophy-content .subtitle{font-family:var(--font-script);font-size:1.5rem;color:var(--accent-yellow);margin-bottom:.5rem}.philosophy-content h2{margin-bottom:1rem}.philosophy-content p{line-height:1.85;margin-bottom:2rem}.timeline{position:relative;max-width:900px;margin:0 auto;padding:2rem 0}.timeline:before{content:"";position:absolute;left:50%;transform:translate(-50%);width:2px;height:100%;background:linear-gradient(to bottom,var(--accent-yellow),var(--border-light))}.timeline-item{display:flex;gap:3rem;margin-bottom:3rem;position:relative}.timeline-item:nth-child(2n){flex-direction:row-reverse}.timeline-dot{position:absolute;left:50%;transform:translate(-50%);width:18px;height:18px;background:var(--accent-yellow);border-radius:50%;border:4px solid var(--bg-white);box-shadow:var(--shadow-soft);z-index:1}.timeline-content{flex:1;background:var(--bg-white);padding:1.75rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-soft)}.timeline-content h4{font-size:1.05rem;margin-bottom:.5rem;color:var(--primary-green);font-weight:500}.timeline-content p{font-size:.95rem;color:var(--text-light);margin:0;line-height:1.7}@media(max-width:768px){.about-intro,.philosophy-section-text{grid-template-columns:1fr;gap:2rem}.timeline:before{left:24px}.timeline-item,.timeline-item:nth-child(2n){flex-direction:column;padding-left:60px;gap:0}.timeline-dot{left:24px}.timeline-content{width:100%}.team-grid-two{grid-template-columns:1fr}}.about-hero-simple{background:var(--bg-warm);padding:7rem 0 3rem;text-align:center}.about-hero-simple h1{font-size:clamp(2.25rem,5vw,3rem);margin-bottom:.75rem}.about-hero-simple p{color:var(--text-light);font-size:1.1rem;max-width:500px;margin:0 auto}.about-story{display:grid;grid-template-columns:1fr 1.3fr;gap:4rem;align-items:center}.about-story-image{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-card)}.about-story-image img{width:100%;height:500px;object-fit:cover}.about-story-content h2{margin-bottom:1.5rem}.about-story-content p{line-height:1.85;color:var(--text-medium)}.about-story.reverse{direction:rtl}.about-story.reverse>*{direction:ltr}.about-story-content .service-tag{display:inline-block;background:var(--accent-yellow);color:var(--text-dark);font-size:.75rem;font-weight:600;padding:.4rem 1rem;border-radius:var(--radius-pill);margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}.about-story-content .service-list{margin:1.5rem 0 2rem}.about-story-content .service-list li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem;font-size:.95rem;line-height:1.6;color:var(--text-medium)}.about-story-content .service-list li svg{width:18px;height:18px;color:var(--primary-green);flex-shrink:0;margin-top:3px}.philosophy-banner{background:var(--accent-yellow);padding:4rem 0}.philosophy-banner-content{display:grid;grid-template-columns:280px 1fr;gap:3rem;align-items:center;margin-bottom:3rem}.philosophy-banner-image{border-radius:50%;overflow:hidden;width:280px;height:280px;box-shadow:0 10px 40px #0003}.philosophy-banner-image img{width:100%;height:100%;object-fit:cover}.philosophy-banner-text h2{color:var(--text-dark);margin-bottom:1rem}.philosophy-quote{font-size:1.15rem;font-style:italic;color:var(--text-dark);line-height:1.8}.philosophy-banner-text p{color:var(--text-dark);line-height:1.75}.philosophy-features{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.philosophy-feature{text-align:center;padding:1.5rem 1rem;background:#fff3;border-radius:var(--radius-md)}.philosophy-feature-icon{width:50px;height:50px;margin:0 auto 1rem}.philosophy-feature-icon svg{width:100%;height:100%;stroke:var(--text-dark)}.philosophy-feature h4{font-size:1rem;font-family:var(--font-body);font-weight:600;color:var(--text-dark);margin-bottom:.5rem}.philosophy-feature p{font-size:.9rem;color:var(--text-dark);opacity:.85;margin:0}.timeline-clean{position:relative;max-width:700px;margin:0 auto;padding:2rem 0}.timeline-line{position:absolute;left:50%;transform:translate(-50%);width:2px;height:100%;background:var(--border-light)}.timeline-item-clean{position:relative;margin-bottom:2rem;padding-left:calc(50% + 2rem)}.timeline-item-clean:nth-child(2n){padding-left:0;padding-right:calc(50% + 2rem);text-align:right}.timeline-dot-clean{position:absolute;left:50%;transform:translate(-50%);width:14px;height:14px;background:var(--accent-yellow);border-radius:50%;border:3px solid var(--bg-white);box-shadow:0 0 0 3px var(--accent-yellow);z-index:1;top:.5rem}.timeline-card{background:var(--bg-white);padding:1.25rem 1.5rem;border-radius:var(--radius-md);box-shadow:var(--shadow-soft);border:1px solid var(--border-soft)}.timeline-card h4{font-size:1rem;color:var(--primary-green);font-weight:500;margin-bottom:.5rem}.timeline-card p{font-size:.9rem;color:var(--text-light);margin:0;line-height:1.65}.section-cream{background:var(--bg-cream)}.team-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;max-width:800px;margin:0 auto}.team-card-clean{background:var(--bg-white);border-radius:var(--radius-lg);padding:2.5rem 2rem;text-align:center;box-shadow:var(--shadow-soft);border:1px solid var(--border-soft)}.team-card-image{width:140px;height:140px;border-radius:50%;overflow:hidden;margin:0 auto 1.5rem;box-shadow:var(--shadow-card)}.team-card-image img{width:100%;height:100%;object-fit:cover}.team-card-clean h3{font-size:1.25rem;margin-bottom:.35rem}.team-role{color:var(--accent-yellow);font-weight:500;font-size:.9rem;margin-bottom:1rem!important}.team-card-clean p:last-child{color:var(--text-light);font-size:.95rem;margin:0}.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.benefit-item{text-align:center;padding:2rem 1.5rem;background:var(--bg-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);border:1px solid var(--border-soft);transition:var(--transition)}.benefit-item:hover{box-shadow:var(--shadow-hover);transform:translateY(-3px)}.benefit-icon{width:48px;height:48px;margin:0 auto 1.25rem}.benefit-icon svg{width:100%;height:100%;stroke:var(--accent-yellow)}.benefit-item h4{font-size:1rem;font-family:var(--font-body);font-weight:600;margin-bottom:.5rem}.benefit-item p{font-size:.9rem;color:var(--text-light);margin:0}.success-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.success-card-clean{background:var(--bg-white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-soft);border:1px solid var(--border-soft)}.success-card-header{background:var(--primary-green);padding:1.5rem}.success-badge{display:inline-block;background:var(--accent-yellow);color:var(--text-dark);font-size:.8rem;font-weight:600;padding:.35rem .85rem;border-radius:var(--radius-pill);margin-bottom:.75rem}.success-card-header h4{color:var(--bg-white);font-size:1.15rem;margin:0}.success-card-body{padding:1.5rem}.success-card-body p{font-size:.9rem;line-height:1.7;margin-bottom:.75rem}.success-card-body p:last-child{margin-bottom:0}.success-card-body strong{color:var(--text-dark)}@media(max-width:900px){.benefits-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.about-story{grid-template-columns:1fr;gap:2rem}.about-story-image img{height:350px}.philosophy-banner-content{grid-template-columns:1fr;text-align:center}.philosophy-banner-image{margin:0 auto;width:200px;height:200px}.philosophy-features{grid-template-columns:1fr;gap:1rem}.timeline-item-clean,.timeline-item-clean:nth-child(2n){padding-left:3rem;padding-right:0;text-align:left}.timeline-line{left:7px}.timeline-dot-clean{left:7px;transform:none}.team-cards,.success-cards,.benefits-grid{grid-template-columns:1fr}}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.team-grid-two{grid-template-columns:repeat(2,1fr);max-width:800px;margin:0 auto}.team-card{text-align:center;padding:2.5rem 2rem;background:var(--bg-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);transition:var(--transition)}.team-card:hover{box-shadow:var(--shadow-card);transform:translateY(-3px)}.team-card img{width:160px;height:160px;border-radius:50%;object-fit:cover;margin:0 auto 1.5rem;border:5px solid var(--bg-light)}.team-card h3{font-size:1.15rem;margin-bottom:.35rem;font-weight:500}.team-card .role{font-size:.9rem;color:var(--accent-yellow);margin-bottom:1rem;font-weight:500}.team-card p{font-size:.9rem;color:var(--text-light);line-height:1.7;margin:0}@media(max-width:768px){.team-grid{grid-template-columns:1fr}}.success-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.success-card{background:var(--bg-white);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow-soft)}.success-date{display:inline-block;font-size:.85rem;color:var(--bg-white);background:var(--accent-yellow);padding:.35rem 1rem;border-radius:var(--radius-pill);margin-bottom:1rem;font-weight:500}.success-card h4{font-size:1.25rem;margin-bottom:1rem;color:var(--primary-green);font-weight:600}.success-card p{font-size:.95rem;color:var(--text-medium);line-height:1.8;margin-bottom:.75rem}.success-card p:last-child{margin-bottom:0}.success-card p strong{color:var(--text-dark)}@media(max-width:768px){.success-grid{grid-template-columns:1fr}}.service-detail-section{padding:4rem 0;border-bottom:1px solid var(--border-soft)}.service-detail-section:last-of-type{border-bottom:none}.service-detail-section:nth-child(2n){background:var(--bg-light)}.service-detail{display:grid;grid-template-columns:1fr 1.3fr;gap:4rem;align-items:start}.service-detail-section:nth-child(2n) .service-detail{direction:rtl}.service-detail-section:nth-child(2n) .service-detail>*{direction:ltr}.service-detail-image{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-card)}.service-detail-image img{width:100%;height:380px;object-fit:cover}.service-detail-content h3{font-size:1.75rem;margin-bottom:1rem;font-weight:500}.service-detail-content>p{margin-bottom:1.5rem;line-height:1.85;color:var(--text-medium)}.service-features{margin:1.5rem 0 2rem}.service-features li{display:flex;align-items:flex-start;gap:.85rem;margin-bottom:.85rem;font-size:.95rem;line-height:1.6}.service-features li svg{width:20px;height:20px;color:var(--primary-green);flex-shrink:0;margin-top:2px}@media(max-width:768px){.service-detail,.service-detail-section:nth-child(2n) .service-detail{grid-template-columns:1fr;direction:ltr;gap:2rem}}.service-comparison{margin-top:4rem}.comparison-table{width:100%;border-collapse:collapse;background:var(--bg-white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-soft)}.comparison-table th,.comparison-table td{padding:1.25rem 1.5rem;text-align:left;border-bottom:1px solid var(--border-soft)}.comparison-table th{background:var(--bg-light);font-weight:600;font-size:.9rem;color:var(--text-dark)}.comparison-table td{font-size:.9rem;color:var(--text-medium)}.comparison-table tr:last-child td{border-bottom:none}.check-icon{color:var(--primary-green)}.service-card-section{padding:3rem 0}.service-card-section.alternate{background:var(--bg-cream)}.service-card-clean{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.service-card-clean.reverse{direction:rtl}.service-card-clean.reverse>*{direction:ltr}.service-card-image{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-card)}.service-card-image img{width:100%;height:380px;object-fit:cover}.service-card-content{padding:1rem 0}.service-tag{display:inline-block;background:var(--accent-yellow);color:var(--text-dark);font-size:.75rem;font-weight:600;padding:.4rem 1rem;border-radius:var(--radius-pill);margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}.service-card-content h3{font-size:1.75rem;margin-bottom:1rem;color:var(--text-dark)}.service-card-content>p{color:var(--text-medium);line-height:1.8;margin-bottom:1.5rem}.service-list{margin-bottom:2rem}.service-list li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem;font-size:.95rem;line-height:1.6;color:var(--text-medium)}.service-list li svg{width:18px;height:18px;color:var(--primary-green);flex-shrink:0;margin-top:3px}@media(max-width:900px){.service-card-clean,.service-card-clean.reverse{grid-template-columns:1fr;direction:ltr;gap:2rem}.service-card-image img{height:280px}}.comparison-wrapper{overflow-x:auto}.comparison-table-clean{width:100%;border-collapse:collapse;background:var(--bg-white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-soft);min-width:600px}.comparison-table-clean th,.comparison-table-clean td{padding:1.25rem 1.5rem;text-align:center;border-bottom:1px solid var(--border-soft)}.comparison-table-clean th:first-child,.comparison-table-clean td:first-child{text-align:left}.comparison-table-clean thead{background:var(--primary-green)}.comparison-table-clean th{color:var(--bg-white);font-weight:600;font-size:.9rem}.comparison-table-clean td{font-size:.9rem;color:var(--text-medium)}.comparison-table-clean tbody tr:nth-child(2n){background:var(--bg-light)}.comparison-table-clean tbody tr:last-child td{border-bottom:none}.comparison-table-clean .check svg{width:20px;height:20px;color:var(--primary-green)}.comparison-table-clean .optional{color:var(--accent-yellow);font-weight:500;font-size:.85rem}.comparison-table-clean .dash{color:var(--text-muted)}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.gallery-item{border-radius:var(--radius-md);overflow:hidden;cursor:pointer;aspect-ratio:4/3;box-shadow:var(--shadow-soft);transition:var(--transition)}.gallery-item:hover{box-shadow:var(--shadow-card)}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:var(--transition)}.gallery-item:hover img{transform:scale(1.05)}@media(max-width:768px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.gallery-grid{grid-template-columns:1fr}}.contact-hero{background:linear-gradient(180deg,#3d5a3dbf,#3d5a3db3),url(https://images.unsplash.com/photo-1414235077428-338989a2e8c0?w=1920&q=80) center/cover no-repeat;color:var(--bg-white);text-align:center;padding:9rem 1.5rem 3.5rem}.contact-hero h1{color:var(--bg-white);margin-bottom:.25rem;font-weight:400}.contact-hero .script{font-family:var(--font-script);font-size:2rem;color:var(--accent-yellow-light);margin-bottom:1.5rem}.contact-hero p{max-width:550px;margin:0 auto 2rem;opacity:.95;line-height:1.8}.contact-benefits{display:flex;justify-content:center;gap:2.5rem;flex-wrap:wrap}.contact-benefits span{display:flex;align-items:center;gap:.5rem;font-size:.95rem}.contact-benefits span svg{width:18px;height:18px;color:var(--accent-yellow-light)}.contact-section{padding:4rem 0;background:var(--bg-light)}.contact-grid{display:grid;grid-template-columns:1fr 320px;gap:2.5rem}.contact-form-card{background:var(--bg-white);padding:2.5rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-card)}.form-progress{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem;position:relative}.form-progress:before{content:"";position:absolute;top:50%;left:0;right:0;height:2px;background:var(--border-light);z-index:0}.progress-step{display:flex;flex-direction:column;align-items:center;position:relative;z-index:1}.progress-step .step-number{width:36px;height:36px;border-radius:50%;background:var(--bg-light);border:2px solid var(--border-light);display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:600;color:var(--text-muted);margin-bottom:.5rem;transition:var(--transition)}.progress-step.active .step-number{background:var(--primary-green);border-color:var(--primary-green);color:var(--bg-white)}.progress-step.completed .step-number{background:var(--accent-yellow);border-color:var(--accent-yellow);color:var(--text-dark)}.progress-step .step-label{font-size:.75rem;color:var(--text-muted);text-align:center;max-width:80px}.progress-step.active .step-label{color:var(--primary-green);font-weight:500}.form-step-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.85rem;color:var(--text-muted)}.contact-form h3{font-size:1.35rem;margin-bottom:1.75rem;font-weight:500}.form-steps{position:relative}.form-step{display:none}.form-step.active{display:block}.form-group{margin-bottom:1.35rem}.form-group label{display:block;margin-bottom:.5rem;font-size:.9rem;font-weight:500;color:var(--text-dark)}.form-group label .required{color:#e74c3c;margin-left:2px}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.9rem 1.1rem;border:1.5px solid var(--border-light);border-radius:var(--radius-md);font-family:inherit;font-size:.95rem;transition:var(--transition);background:var(--bg-white)}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--primary-green);box-shadow:0 0 0 4px #3d5a3d14}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--text-muted)}.form-group textarea{min-height:120px;resize:vertical}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.number-input{display:flex;align-items:center;border:1.5px solid var(--border-light);border-radius:var(--radius-md);overflow:hidden}.number-input button{width:48px;height:48px;border:none;background:var(--bg-light);cursor:pointer;font-size:1.25rem;color:var(--text-medium);transition:var(--transition)}.number-input button:hover{background:var(--border-light)}.number-input input{flex:1;text-align:center;border:none;padding:.9rem .5rem;font-size:1rem}.number-input input:focus{outline:none}.form-nav{display:flex;justify-content:space-between;margin-top:2rem;gap:1rem}.form-nav .btn-back{background:transparent;color:var(--text-medium);border:1.5px solid var(--border-light)}.form-nav .btn-back:hover{background:var(--bg-light);border-color:var(--border-light)}.service-blocks{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:.75rem}.service-block{cursor:pointer}.service-block input[type=checkbox]{position:absolute;opacity:0;width:0;height:0}.service-block-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:1.25rem 1rem;border:2px solid var(--border-light);border-radius:var(--radius-md);background:var(--bg-white);transition:var(--transition);text-align:center}.service-block-content svg{width:32px;height:32px;stroke:var(--text-light);transition:var(--transition)}.service-block-content span{font-size:.9rem;font-weight:500;color:var(--text-medium);transition:var(--transition)}.service-block:hover .service-block-content{border-color:var(--primary-green-light);background:var(--bg-light)}.service-block:hover .service-block-content svg{stroke:var(--primary-green)}.service-block input[type=checkbox]:checked+.service-block-content{border-color:var(--primary-green);background:#3d5a3d14}.service-block input[type=checkbox]:checked+.service-block-content svg{stroke:var(--primary-green)}.service-block input[type=checkbox]:checked+.service-block-content span{color:var(--primary-green);font-weight:600}@media(max-width:600px){.service-blocks{grid-template-columns:repeat(2,1fr)}}.contact-sidebar{background:var(--bg-white);padding:2rem;border-radius:var(--radius-lg);height:fit-content;box-shadow:var(--shadow-soft)}.contact-sidebar h4{font-size:1.1rem;margin-bottom:.75rem;font-weight:500}.contact-sidebar>p{font-size:.9rem;color:var(--text-light);margin-bottom:1.75rem;line-height:1.7}.contact-info-item{display:flex;align-items:center;gap:.85rem;margin-bottom:1rem}.contact-info-item .icon-wrapper{width:42px;height:42px;display:flex;align-items:center;justify-content:center;background:var(--bg-light);border-radius:50%;color:var(--primary-green)}.contact-info-item .icon-wrapper svg{width:20px;height:20px}.contact-info-item a{color:var(--text-medium);font-size:.95rem}.contact-info-item a:hover{color:var(--primary-green)}@media(max-width:900px){.contact-grid,.form-row{grid-template-columns:1fr}}.legal-content{max-width:800px;margin:0 auto}.legal-content h2{margin:2.5rem 0 1rem;font-size:1.5rem}.legal-content h3{margin:2rem 0 .75rem;font-size:1.2rem}.legal-content p,.legal-content li{color:var(--text-light);margin-bottom:1rem;line-height:1.85}.legal-content ul{list-style:disc;padding-left:1.5rem;margin-bottom:1.5rem}.legal-content address{font-style:normal;line-height:1.85}.scroll-top{position:fixed;bottom:2rem;right:2rem;width:50px;height:50px;background:var(--primary-green);color:var(--bg-white);border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:var(--transition);z-index:999;box-shadow:var(--shadow-card)}.scroll-top svg{width:22px;height:22px}.scroll-top.visible{opacity:1;visibility:visible}.scroll-top:hover{background:var(--primary-green-dark);transform:translateY(-3px)}.text-center{text-align:center}.text-left{text-align:left}.mb-0{margin-bottom:0}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}.mb-3{margin-bottom:3rem}.mt-2{margin-top:2rem}.mt-3{margin-top:3rem}.checkbox-label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;font-size:.9rem;line-height:1.5}.checkbox-label input[type=checkbox]{width:20px;height:20px;margin-top:2px;cursor:pointer;accent-color:var(--primary-green)}.checkbox-label a{color:var(--primary-green);text-decoration:underline}.checkbox-label a:hover{color:var(--accent-yellow)}.success-step{text-align:center;padding:3rem 2rem}.success-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#3d5a3d,#4a6b4a);border-radius:50%;display:flex;align-items:center;justify-content:center}.success-icon svg{width:40px;height:40px;stroke:#fff}.success-step h2{font-family:Playfair Display,serif;font-size:2rem;color:#3d5a3d;margin-bottom:1rem}.success-step>p{color:#666;font-size:1.1rem;max-width:400px;margin:0 auto 2rem;line-height:1.6}.success-details{background:#f8f7f4;border-radius:12px;padding:1.5rem;margin-bottom:2rem}.success-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 0}.success-item:first-child{border-bottom:1px solid #e5e5e5}.success-item svg{width:24px;height:24px;stroke:#3d5a3d;flex-shrink:0}.success-item span{color:#555;text-align:left}.success-step .btn{margin-top:1rem}
