.hero-section{padding-block:5rem;background-color:var(--white-color);font-family:Inter,system-ui,-apple-system,sans-serif;@media (max-width:968px){padding-block:3.125rem}}.hero-container{display:flex;flex-direction:column-reverse;align-items:center;gap:5rem;max-width:1536px;padding:0 24px;margin:auto;@media (min-width:1024px){flex-direction:row;justify-content:space-between}}.hero-content{flex:1 1;text-align:center;max-width:704px;@media (min-width:1024px){text-align:left}}.hero-headline{font-size:clamp(2.25rem,2.068rem + .7767vw,3rem);font-weight:800;color:var(--dark-text);line-height:1.1;margin-bottom:1.5rem}.hero-subtext{font-size:clamp(1rem,.9697rem + .1294vw,1.125rem);color:var(--text-color);margin-bottom:1.5rem;font-size:1.125rem;line-height:1.75rem}.hero-cta{display:inline-block;padding:1rem 2rem;background-color:var(--primary-color);color:var(--white-color);font-size:18px;font-weight:600;border-radius:8px;text-decoration:none;transition:background-color .2s;margin-bottom:1.5rem;position:relative;max-height:59px;overflow:hidden;&:hover{background-color:var(--primary-dark-color)}}.hero-cta .main_txt{display:block;transform:translatey(0);transition:transform .5s ease}.cta_txt{height:27px;overflow:hidden}.hero-cta .hover_txt{display:block;transform:translateY(50%);transition:transform .5s ease}.hero-cta:hover .hover_txt{transform:translateY(-100%);transition:transform .5s ease}.hero-cta:hover .main_txt{transform:translateY(-150%);transition:transform .5s ease}.hero-trust{font-size:.875rem;color:var(--subheading);font-weight:400}.hero-image-container{display:flex;justify-content:flex-end;width:50%;@media (max-width:968px){justify-content:center;width:100%}}.hero-image-wrapper{position:relative;width:100%;max-width:576px;aspect-ratio:1;background:linear-gradient(135deg,var(--bg-soft) 0,var(--white-color) 100%);border-radius:1.5rem;overflow:hidden;box-shadow:0 20px 25px -5px var(--transparent-5),0 10px 10px -5px var(--transparent-2);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1)}.hero-image{width:100%;height:100%;object-fit:contain}@media (max-width:767px){.hero-container{padding:0 20px}}.features-section{padding:80px 40px;max-width:1200px;margin:0 auto;background-color:var(--white-color);font-family:Inter,system-ui,-apple-system,sans-serif}.features-header{text-align:center;max-width:800px;margin:0 auto 1.5rem}.features-headline{font-size:clamp(1.875rem,1.784rem + .3883vw,2.25rem);font-weight:800;color:var(--dark-text);margin-bottom:20px;font-weight:700}.features-subtext{font-size:clamp(1.125rem,1.125rem + 0vw,1.125rem);color:var(--subheading);line-height:1.6}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:30px;gap:30px;margin-bottom:1rem}.features-grid .feature-card:nth-child(3n+1) .feature-icon-wrapper{background:var(--light-blue)!important}.features-grid .feature-card:nth-child(3n+2) .feature-icon-wrapper{background:var(--light_purple)!important}.features-grid .feature-card:nth-child(3n+3) .feature-icon-wrapper{background:var(--light-blue)!important}.features-grid .feature-card .feature-icon-wrapper svg{height:25px;width:25px}.features-grid .feature-card .feature-icon-wrapper svg:hover{transform:scale(1.1)}.features-grid .feature-card:nth-child(3n+1) a,.features-grid .feature-card:nth-child(3n+1) svg,.features-grid .feature-card:nth-child(3n+2) a,.features-grid .feature-card:nth-child(3n+2) svg,.features-grid .feature-card:nth-child(3n+3) a,.features-grid .feature-card:nth-child(3n+3) svg{color:var(--primary-color)!important}.features-grid .feature-card:nth-child(3n+1) a:hover,.features-grid .feature-card:nth-child(3n+2) a:hover,.features-grid .feature-card:nth-child(3n+3) a:hover{margin-right:-2px}.feature-card{background:var(--bg-soft);border:2px solid #f3f3f3;border-radius:20px;padding:2rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}.feature-card:hover{box-shadow:0 10px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1)}.feature-icon-wrapper{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.feature-icon{width:24px;height:24px}.feature-card-title{font-size:1.25rem;font-weight:700;color:var(--dark-text);margin-bottom:1rem}.feature-points{list-style:none;padding:0;margin:0 0 24px;flex-grow:1}.feature-point{display:flex;align-items:flex-start;font-size:.875rem;color:var(--text-color);margin-bottom:12px;line-height:1.4}.feature-checkmark{width:18px;height:18px;margin-right:12px;margin-top:2px;flex-shrink:0}.feature-link{font-size:14px;text-decoration:none;display:flex;align-items:center;transition:opacity .2s}.feature-link svg{height:18px;width:18px}.feature-link:hover{opacity:.8}.feature-card:hover .feature-link{transform:translateX(3px)}.trust-bar{display:flex;align-items:center;justify-content:space-between;padding:30px 40px;border-radius:20px;background:var(--bg-soft);border:2px solid #f3f3f3}.trust-label{font-size:14px;color:#9ca3af;letter-spacing:.1em;text-transform:uppercase}.trust-items{display:flex;gap:40px}.trust-item{display:flex;align-items:center;gap:12px}.trust-items .trust-item .trust-icon-wrapper svg{height:1rem;width:1rem}.trust-items .trust-item:nth-child(3n+1) .trust-icon-wrapper,.trust-items .trust-item:nth-child(3n+2) .trust-icon-wrapper,.trust-items .trust-item:nth-child(3n+3) .trust-icon-wrapper{background:var(--light-blue)!important}.trust-items .trust-item:nth-child(3n+1) .trust-icon-wrapper svg,.trust-items .trust-item:nth-child(3n+2) .trust-icon-wrapper svg,.trust-items .trust-item:nth-child(3n+3) .trust-icon-wrapper svg{color:var(--primary-color)!important}.trust-icon-wrapper{width:32px;height:32px;background:var(--light-blue);border-radius:50%;display:flex;align-items:center;justify-content:center}.trust-icon{width:16px;height:16px;color:var(--primary-color)}.trust-text{font-size:.875rem;color:#374151}@media (max-width:1024px){.features-grid{grid-template-columns:repeat(2,1fr)}.trust-bar{flex-direction:column;gap:24px;text-align:center}}@media (max-width:768px){.features-grid{grid-template-columns:1fr}.features-section{padding:60px 20px}.features-headline{font-size:28px}.trust-items{flex-direction:column;gap:16px;align-items:center}}.industry-section{padding:80px 40px;max-width:1000px;margin:0 auto;background-color:var(--white-color)}.industry-headline{font-size:32px;font-weight:800;color:var(--dark-text);margin-bottom:50px;text-align:center}.industry-list{display:flex;flex-direction:column;gap:24px}.industry-card{display:flex;align-items:center;justify-content:space-between;background:var(--white-color);border:1px solid var(--border-color);border-radius:24px;padding:30px 40px;box-shadow:var(--shadow-sm);transition:all .2s ease;overflow:hidden;position:relative}.industry-card:hover{transform:scale(1.01);box-shadow:0 10px 15px -3px rgba(0,0,0,.05);border-color:var(--border-color)}.industry-card-left{display:flex;align-items:center;gap:30px;flex:1 1;position:relative;z-index:1}.industry-icon-wrapper{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.industry-icon{width:28px;height:28px}.industry-card-content{flex:1 1}.industry-item-title{font-size:20px;font-weight:700;color:var(--dark-text);margin-bottom:8px}.industry-details p{font-size:14px;margin-bottom:4px;line-height:1.5}.industry-decor-circle{width:100px;height:100px;border-radius:50%;position:absolute;right:-20px;top:50%;transform:translateY(-50%);opacity:.8;z-index:0}@media (max-width:640px){.industry-card{padding:24px}.industry-card,.industry-card-left{flex-direction:column;align-items:flex-start}.industry-card-left{gap:16px}.industry-decor-circle{display:none}}.testimonials-section{padding:80px 40px;max-width:1200px;margin:0 auto;background-color:var(--white-color)}.testimonials-header{text-align:center;max-width:800px;margin:0 auto 60px}.testimonials-headline{font-size:36px;font-weight:800;color:var(--dark-text);margin-bottom:16px}.testimonials-subtext{font-size:18px;color:var(--light-text)}.testimonials-layout{display:grid;grid-template-columns:1.2fr 1fr;grid-gap:30px;gap:30px}.testimonial-card{background:var(--white-color);border:1px solid var(--border-color);border-radius:20px;transition:all .3s ease}.testimonial-card:hover{box-shadow:0 15px 30px -5px rgba(0,0,0,.05);border-color:var(--border-color)}.testimonial-card.featured{padding:50px;height:100%;display:flex;flex-direction:column}.testimonial-card.compact{padding:24px;margin-bottom:24px}.testimonial-card.compact:last-child{margin-bottom:0}.testimonial-rating{display:flex;gap:2px;margin-bottom:20px}.star-icon{width:20px;height:20px}.star-icon.filled{fill:var(--star);color:var(--star)}.star-icon.empty{color:var(--border-color)}.testimonial-quote{font-size:18px;line-height:1.6;color:var(--dark-text);margin-bottom:40px;font-weight:600;position:relative;flex-grow:1}.testimonial-card.compact .testimonial-quote{font-size:14px;margin-bottom:20px}.testimonial-author{display:flex;align-items:center;justify-content:space-between}.author-info-wrapper{display:flex;align-items:center;gap:16px}.author-image{flex-shrink:0}.author-name{font-weight:700;color:var(--dark-text);font-size:16px}.author-role{font-size:13px;color:var(--light-text)}.verified-badge{font-size:12px;font-weight:700;color:var(--primary-color);background:var(--bg-soft);padding:4px 12px;border-radius:9999px;border:1px solid #d1fae5}@media (max-width:1024px){.testimonials-layout{grid-template-columns:1fr}}@media (max-width:640px){.testimonial-card.featured{padding:30px}}.info-cards-section{padding:80px 40px;max-width:1200px;margin:0 auto;background-color:var(--white-color);font-family:Inter,system-ui,-apple-system,sans-serif}.info-cards-header{text-align:center;max-width:800px;margin:0 auto 60px}.info-cards-headline{font-size:32px;font-weight:800;color:var(--dark-text);margin-bottom:20px;letter-spacing:-.02em}.info-cards-subtext{font-size:18px;color:var(--light-text);line-height:1.6}.info-cards-grid{display:grid;grid-gap:30px;gap:30px}.info-cards-grid.horizontal,.info-cards-grid.vertical{grid-template-columns:repeat(3,1fr)}.info-card{background:var(--white-color);border:1px solid var(--border-color);border-radius:20px;padding:40px;transition:var(--transition-effect);display:flex}.info-card.vertical{flex-direction:column;text-align:left}.info-card.horizontal{flex-direction:row;align-items:center;gap:24px}.info-card:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px rgba(0,0,0,.05),0 10px 10px -5px rgba(0,0,0,.02);border-color:var(--border-color)}.info-icon-wrapper{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid transparent}.vertical .info-icon-wrapper{margin-bottom:24px}.info-icon{width:32px;height:32px}.info-card-title{font-size:22px;font-weight:700;color:var(--dark-text);margin-bottom:12px}.horizontal .info-card-title{margin-bottom:4px}.info-card-description{font-size:15px;color:var(--light-text);line-height:1.6}@media (max-width:1024px){.info-cards-grid.horizontal{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.info-cards-grid.horizontal,.info-cards-grid.vertical{grid-template-columns:1fr}.info-cards-section{padding:60px 20px}.info-cards-headline{font-size:28px}}.tech-tags-section{padding:60px 40px;max-width:1200px;margin:0 auto;background-color:var(--white-color);font-family:Inter,system-ui,-apple-system,sans-serif}.tech-tags-headline{font-size:24px;font-weight:800;color:var(--dark-text);margin-bottom:30px;letter-spacing:-.01em}.tech-tags-container{display:flex;flex-wrap:wrap;gap:12px}.tech-tag{display:inline-block;padding:10px 24px;color:var(--text-color);border-radius:9999px;font-size:15px;font-weight:600;text-decoration:none;transition:all .2s ease;border:1px solid transparent}.tech-tag,.tech-tag:hover{background-color:var(--bg-soft)}.tech-tag:hover{color:var(--dark-text);transform:translateY(-2px);box-shadow:0 4px 6px -1px rgba(0,0,0,.05)}@media (max-width:768px){.tech-tags-section{padding:40px 20px}.tech-tags-headline{font-size:20px}}.specializations-section{padding:60px 40px;max-width:1200px;margin:0 auto;text-align:center;background-color:var(--white-color);font-family:Inter,system-ui,-apple-system,sans-serif}.specializations-headline{font-size:32px;font-weight:800;color:var(--dark-text);margin-bottom:40px;letter-spacing:-.02em}.specializations-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:20px}.specialization-card{display:flex;align-items:center;gap:16px;padding:16px 28px;background:var(--white-color);border:1px solid var(--border-color);border-radius:9999px;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1)}.specialization-card:hover{border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(0,0,0,.05)}.specialization-icon-wrapper{display:flex;align-items:center;justify-content:center;flex-shrink:0}.specialization-icon{width:20px;height:20px}.specialization-label{font-size:16px;font-weight:600;color:var(--dark-text);white-space:nowrap}@media (max-width:768px){.specializations-section{padding:40px 20px}.specializations-headline{font-size:26px}.specialization-card{padding:12px 20px;width:100%;justify-content:center}}.custom-html-widget{width:100%;position:relative;overflow:hidden;margin:0 auto}.custom-html-content{width:100%;max-width:100%}.custom-html-placeholder{padding:60px 20px;background-color:var(--bg-soft);border:2px dashed #e2e8f0;border-radius:16px;display:flex;justify-content:center;align-items:center;margin:20px 0}.placeholder-content{text-align:center;color:var(--light-text)}.placeholder-icon{width:48px;height:48px;margin:0 auto 16px;opacity:.5}.placeholder-content p{font-size:16px;font-weight:500}.contact{background:linear-gradient(to bottom,#fff,var(--bg-soft));padding:3rem 0;font-family:Inter,sans-serif}@media (min-width:768px){.contact{padding:5rem 0}}.contact-inner{max-width:80rem;margin:0 auto;padding:0 1rem}@media (min-width:768px){.contact-inner{padding:0 1.5rem}}@media (min-width:1024px){.contact-inner{padding:0 5rem}}.contact-hdr{text-align:center;margin-bottom:2rem}@media (min-width:768px){.contact-hdr{margin-bottom:4rem}}.contact-hdr h2{font-size:1.75rem;font-weight:700;color:#111827;margin:0}@media (min-width:768px){.contact-hdr h2{font-size:2.25rem}}.contact-card{background:#fff;border-radius:1.5rem;box-shadow:0 0 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);padding:1.5rem;display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}@media (min-width:768px){.contact-card{padding:2.5rem;gap:3rem}}@media (min-width:1024px){.contact-card{grid-template-columns:1fr 1fr;padding:4rem}}.contact-left{display:flex;flex-direction:column;justify-content:center}.contact-left h2{font-size:1.75rem;font-weight:700;color:#111827;margin-bottom:1rem;line-height:1.2}@media (min-width:768px){.contact-left h2{font-size:2.25rem}}.contact-left p{color:var(--text-color);margin-bottom:2rem;line-height:1.625;font-size:1rem}@media (min-width:768px){.contact-left p{font-size:1.125rem}}.trust-ul{display:flex;flex-direction:column;gap:1rem;padding:0;list-style:none}.trust-ul li{gap:.75rem;color:#374151;font-weight:500}.check-circle,.trust-ul li{display:flex;align-items:center}.check-circle{width:1.5rem;height:1.5rem;background:var(--light-blue);color:var(--primary-color);justify-content:center;border-radius:9999px;font-size:.875rem;font-weight:700;flex-shrink:0}.contact-form{background:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);padding:1.5rem;border:1px solid #e5e7eb;box-sizing:border-box}.contact-form .form-lbl{display:none}@media (min-width:768px){.contact-form{padding:2rem}}.form-grp{margin-bottom:1.5rem;display:flex;flex-direction:column}.form-lbl{display:block;color:#374151;font-weight:500;margin-bottom:.5rem;font-size:.875rem}.form-ctrl{width:100%;border:1px solid #d1d5db;border-radius:.5rem;padding:.75rem;font-size:1rem;font-family:inherit;outline:none;transition:box-shadow .2s,border-color .2s;color:#1f2937;background:#fff;box-sizing:border-box}.form-ctrl:focus{border-color:var(--primary-color-gradient);box-shadow:0 0 0 2px rgba(99,102,241,.2)}textarea.form-ctrl{resize:vertical;min-height:120px}.btn-submit{width:100%;color:#fff;font-weight:600;font-size:1.125rem;padding:1rem;border-radius:.5rem;border:none;cursor:pointer;transition:background .2s,transform .1s;display:flex;align-items:center;justify-content:center;gap:.5rem}.btn-submit,.btn-submit:hover:not(:disabled){background:var(--primary-color)}.btn-submit:disabled{background:#9ca3af;cursor:not-allowed}.form-note{font-size:.75rem;color:#6b7280;text-align:center;margin-top:1rem}.textarea-info{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem;font-size:.75rem}.char-count{color:#6b7280}.char-status{display:flex;align-items:center;gap:.25rem;color:#10b981}.status-dot{width:8px;height:8px;background:#10b981;border-radius:50%}.loading-spinner{width:20px;height:20px;border:2px solid transparent;border-top-color:currentcolor;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.status-message{padding:1rem;border-radius:8px;margin-top:1rem;display:flex;align-items:center;gap:.5rem;font-size:.9rem}.status-success{background:#d1fae5;border:1px solid #a7f3d0;color:#065f46}.status-error{background:#fee2e2;border:1px solid #fecaca;color:#991b1b}.recaptcha-container{margin-bottom:1.5rem;transform:scale(.8);transform-origin:left;max-width:245px}.faq-section{padding:4rem 2rem;max-width:900px;margin:0 auto;font-family:inherit}.faq-header{text-align:center;margin-bottom:3rem}.faq-headline{font-size:2.25rem;font-weight:700;color:var(--dark-text);margin-bottom:1rem;line-height:1.2}.faq-subtext{font-size:1.125rem;color:var(--light-text);max-width:600px;margin:0 auto;line-height:1.6}.faq-grid{display:flex;flex-direction:column;gap:1rem}.faq-item{background:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.05);border:1px solid var(--border-color);overflow:hidden;transition:all .2s ease;cursor:pointer}.faq-item:hover{border-color:#cbd5e1;box-shadow:0 4px 6px -1px rgba(0,0,0,.05)}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:var(--white-color);width:100%;text-align:left}.faq-question h3{font-size:1.05rem;font-weight:600;color:var(--text-color);margin:0;padding-right:1rem}.faq-icon{color:var(--light-text);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s ease}.faq-item.active .faq-icon{transform:rotate(90deg);color:var(--primary-color)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s cubic-bezier(.4,0,.2,1);background:var(--bg-soft)}.faq-answer.open{max-height:1000px;border-top:1px solid var(--border-color)}.faq-answer-content{padding:1.5rem;color:var(--text-color);line-height:1.7;font-size:1rem}.design-trends-section{padding:6rem 0;background-color:var(--bg-soft);position:relative;overflow:hidden}.design-trends-container{max-width:1280px;margin:0 auto;padding:0 20px}.design-trends-header{text-align:center;margin-bottom:4rem}.design-trends-headline{font-size:clamp(2.25rem,5vw,3rem);font-weight:800;color:var(--dark-text);margin-bottom:1.25rem;line-height:1.1;letter-spacing:-.02em}.design-trends-subtext{font-size:1.25rem;color:var(--subheading);max-width:600px;margin:0 auto;line-height:1.6}.design-trends-tabs-wrapper{max-width:60rem;margin:0 auto}.design-trends-tabs{display:flex;flex-wrap:wrap;justify-content:center;gap:1.25rem;margin-bottom:4rem;list-style:none;padding:0}.design-trends-tab-btn{padding:.875rem 2.5rem;border-radius:9999px;font-size:1rem;font-weight:600;border:1px solid var(--border-color);background:var(--white-color);color:var(--text-color);cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);outline:none;white-space:nowrap}.design-trends-tab-btn:hover{border-color:var(--primary-color);color:var(--primary-color)}.design-trends-tab-btn.is-active{background:linear-gradient(135deg,var(--primary-color) 0,var(--primary-color-gradient) 100%);border-color:transparent;color:var(--white-color);box-shadow:0 10px 20px -5px rgba(14,165,233,.4);transform:translateY(-1px)}.design-trends-panels{position:relative;min-height:400px}.design-trends-panel{display:none}.design-trends-panel.is-active{display:block;animation:dtFadeUp .6s cubic-bezier(.16,1,.3,1)}@keyframes dtFadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.design-trends-card{background:var(--white-color);padding:4rem 3rem;border-radius:2rem;box-shadow:0 10px 30px -10px rgba(0,0,0,.08),0 4px 6px -2px rgba(0,0,0,.03);border:1px solid var(--bg-soft,#f3f4f6);text-align:center;max-width:840px;margin:0 auto;transition:transform .3s ease}.design-trends-icon-wrap{width:4rem;height:4rem;border-radius:1rem;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem}.dt-palette-amber,.dt-palette-emerald,.dt-palette-indigo,.dt-palette-sky{background-color:var(--light-blue);color:var(--primary-color)}.dt-palette-rose{background-color:#fff1f2;color:#f43f5e}.dt-palette-violet{background-color:var(--light_purple);color:var(--primary-color)}.dt-palette-teal{background-color:#f0fdfa;color:#14b8a6}.dt-palette-orange{background-color:var(--light-blue);color:var(--primary-color)}.design-trends-icon-wrap .dynamic-icon-container,.design-trends-icon-wrap img,.design-trends-icon-wrap svg{width:2rem;height:2rem;display:block}.design-trends-card-title{font-size:2rem;font-weight:800;color:var(--dark-text);margin-bottom:1.5rem;line-height:1.2}.design-trends-card-desc{font-size:1.125rem;color:var(--subheading,#6b7280);line-height:1.8;max-width:640px;margin:0 auto}@media (max-width:768px){.design-trends-section{padding:4rem 0}.design-trends-tabs{gap:.75rem;padding-inline:1rem}.design-trends-tab-btn{padding:.75rem 1.75rem;font-size:.875rem}.design-trends-card{padding:3rem 1.5rem;border-radius:1.5rem}.design-trends-card-title{font-size:1.5rem}.design-trends-card-desc{font-size:1rem}}.projects-widget{padding:100px 0;background:#fff}.projects-widget__inner{max-width:1280px;margin:0 auto;padding:0 24px}.projects-widget__heading-block{margin-bottom:40px;text-align:center}.projects-widget__label{font-size:.8125rem;letter-spacing:.1em;text-transform:uppercase;color:var(--white-color);width:max-content;margin:0 auto 20px;border:1px solid var(--primary-color);border-radius:20px;background:var(--primary-color);padding:3px 10px;font-weight:800}.projects-widget__title{font-size:clamp(1.6rem,3.5vw,2.25rem);font-weight:800;color:var(--dark-text);line-height:1.2;letter-spacing:-.02em;max-width:640px;margin:0 auto}.projects-widget__filters{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding:20px 50px;background:var(--bg-soft);border-radius:12px;border:1px solid #e2e8f0;justify-content:center;width:max-content;margin:0 auto 36px}.projects-widget__filter-pill{display:inline-flex;align-items:center;justify-content:center;width:60px;height:40px;border-radius:8px;border:2px solid #e2e8f0;background:#fff;font-size:14px;font-weight:600;color:--light-text;cursor:pointer;transition:all .2s ease;flex-shrink:0}.projects-widget__filter-pill:hover{border-color:var(--primary-color);color:var(--white-color)}.projects-widget__filter-pill--active{background:var(--primary-color);border-color:var(--primary-color);color:#fff}.projects-widget__select-wrap{position:relative;flex:1 1;min-width:250px;max-width:320px}.projects-widget__select-label{position:absolute;top:-9px;left:12px;font-size:.7rem;font-weight:600;color:var(--light-text);letter-spacing:.04em;text-transform:uppercase;background:var(--bg-soft);padding:0 4px;pointer-events:none;display:none}.projects-widget__select{width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:1.5px solid #e2e8f0;border-radius:8px;padding:10px 36px 10px 14px;font-size:14px;color:#334155;cursor:pointer;transition:border-color .2s;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.projects-widget__select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(14,165,233,.12)}.projects-widget__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.projects-widget__card{background:#fff;border:1px solid #e8edf4;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease}.projects-widget__card:hover{transform:translateY(-4px);box-shadow:0 20px 40px -12px rgba(14,30,60,.12)}.projects-widget__card-img-wrap{position:relative;overflow:hidden;aspect-ratio:16/10;background:var(--border-color)}.projects-widget__card-img{width:100%;height:100%;object-fit:contain;display:block;transition:transform .4s ease}.projects-widget__card:hover .projects-widget__card-img{transform:scale(1.04)}.projects-widget__card-img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f0f4ff,#e8f4fd);color:#cbd5e1}.projects-widget__card-img-placeholder svg{width:48px;height:48px}.projects-widget__featured-badge{position:absolute;top:10px;right:10px;background:var(--primary-color);color:#fff;font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:3px 8px;border-radius:4px}.projects-widget__card-body{padding:20px 22px 22px;display:flex;flex-direction:column;flex:1 1;gap:8px}.projects-widget__card-client{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--primary-color);margin:0}.projects-widget__card-title{font-size:1rem;font-weight:700;color:var(--dark-text);line-height:1.4;margin:0}.projects-widget__card-tags{display:flex;gap:6px;flex-wrap:wrap;margin-top:2px}.projects-widget__tag{display:inline-block;font-size:.72rem;font-weight:500;color:var(--text-color);background:var(--border-color);border:1px solid #e2e8f0;padding:3px 9px;border-radius:999px}.projects-widget__tag--country{color:--light-text}.projects-widget__card-link{display:inline-flex;align-items:center;gap:5px;font-size:.85rem;font-weight:600;color:var(--primary-color);text-decoration:none;margin-top:auto;padding-top:10px;transition:gap .2s,color .2s}.projects-widget__card-link:hover{color:var(--primary-color);gap:8px}.projects-widget__card-link-icon{width:14px;height:14px;flex-shrink:0}.projects-widget__empty{padding:60px 24px;text-align:center;color:var(--light-text);font-size:1rem;background:var(--bg-soft);border-radius:12px;border:1.5px dashed #e2e8f0}.projects-widget__load-more,.projects-widget__load-more-wrap{display:flex;justify-content:center}.projects-widget__load-more{align-items:center;gap:8px;padding:16px 36px;border-radius:12px;font-weight:700;font-size:16px;text-decoration:none;transition:.3s ease;border:none;cursor:pointer;background-color:var(--primary-color);color:#fff;margin:40px auto auto;max-width:max-content}.projects-widget__load-more:hover{background-color:#346fcf;transform:translateY(-4px);box-shadow:0 10px 25px rgba(59,130,246,0)}.projects-widget__card--skeleton{pointer-events:none}.projects-widget__card-img--skeleton{aspect-ratio:16/10}.projects-widget__card-img--skeleton,.projects-widget__skel{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%);background-size:200% 100%;animation:projects-shimmer 1.4s infinite}.projects-widget__skel{border-radius:4px;margin-bottom:8px}.projects-widget__skel--sm{height:10px;width:40%}.projects-widget__skel--lg{height:16px;width:90%}.projects-widget__skel--md{height:10px;width:55%}@keyframes projects-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:1024px){.projects-widget{padding:80px 0}.projects-widget__grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.projects-widget__filters{gap:10px;padding:12px 14px}.projects-widget__select-wrap{min-width:140px}}@media (max-width:640px){.projects-widget__grid{grid-template-columns:1fr}}@media (max-width:480px){.projects-widget__inner{padding:0 16px}.projects-widget__filters{flex-direction:column;align-items:flex-start}.projects-widget__select-wrap{max-width:100%;width:100%}}.gallery-section{padding:100px 0;background-color:var(--bg-soft);overflow:hidden}.gallery-section .gallery-container{max-width:1200px;margin:0 auto;padding:0 20px}.gallery-section .gallery-header{text-align:center;margin-bottom:60px}.gallery-section .gallery-headline{font-size:42px;font-weight:800;color:var(--dark-text);margin-bottom:20px;letter-spacing:-.02em}.gallery-section .gallery-subtext{font-size:18px;color:var(--light-text);max-width:700px;margin:0 auto;line-height:1.6}.gallery-section .gallery-tabs{display:flex;justify-content:center;gap:12px;margin-bottom:40px;flex-wrap:wrap}.gallery-section .gallery-tab{padding:14px 32px;background-color:var(--primary-color);border-radius:50px;font-size:16px;font-weight:600;color:var(--primary-color);cursor:pointer;background:var(--white-color);transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid transparent}.gallery-section .gallery-tab:hover{background-color:var(--white-color);color:var(--primary-color);border:1px solid var(--primary-color)}.gallery-section .gallery-tab.active{background-color:var(--primary-color);color:var(--white-color);box-shadow:0 10px 20px rgba(47,107,255,.2)}.gallery-section .gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));grid-gap:30px;gap:30px}.gallery-section .gallery-item{position:relative;border-radius:24px;overflow:hidden;height:300px;background-color:var(--bg-soft);box-shadow:var(--shadow-md);transition:all .5s cubic-bezier(.4,0,.2,1)}.gallery-section .gallery-item:hover{transform:translateY(-10px);box-shadow:var(--shadow-md-hover)}.gallery-section .gallery-image-wrapper{width:100%;height:100%}.gallery-section .gallery-img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.4,0,.2,1)}.gallery-section .gallery-item:hover .gallery-img{transform:scale(1.1)}.gallery-section .gallery-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(0deg,#0284c7,transparent);padding:40px 20px 20px;display:flex;align-items:flex-end;opacity:1}.gallery-section .gallery-item:hover .gallery-overlay{opacity:1}.gallery-section .gallery-content{transform:translateY(0);display:flex;justify-content:space-between;align-items:center;width:100%;transition:transform .3s ease}.gallery-section .gallery-item:hover .gallery-content{transform:translateY(-5px)}.gallery-section .gallery-title{color:var(--white-color);font-size:20px;font-weight:700}.gallery-section .gallery-zoom-icon{color:#fff;background:hsla(0,0%,100%,.2);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.gallery-section .gallery-item:hover .gallery-zoom-icon{background:#fff;color:var(--primary-color);transform:scale(1.1)}.gallery-section .gallery-lightbox{position:fixed;inset:0;z-index:9999;background:rgba(15,23,42,.95);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;cursor:zoom-out;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.gallery-section .lightbox-overlay{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.gallery-section .lightbox-content-wrapper{position:relative;max-width:90vw;max-height:80vh;display:flex;flex-direction:column;align-items:center;cursor:default}.gallery-section .lightbox-image-container{position:relative;width:80vw;height:70vh;border-radius:12px;overflow:hidden;box-shadow:0 25px 50px -12px rgba(0,0,0,.5)}.gallery-section .lightbox-img{object-fit:contain}.gallery-section .lightbox-caption{color:#fff;font-size:1.25rem;font-weight:500;margin-top:20px;text-align:center;text-shadow:0 2px 4px rgba(0,0,0,.3)}.gallery-section .lightbox-counter{position:absolute;bottom:-40px;color:hsla(0,0%,100%,.6);font-size:.875rem;letter-spacing:.05em}.gallery-section .lightbox-close{position:absolute;top:40px;right:40px;color:#fff;background:hsla(0,0%,100%,.1);border:none;width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:100}.gallery-section .lightbox-close:hover{background:hsla(0,0%,100%,.2);transform:rotate(90deg)}.gallery-section .lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);background:hsla(0,0%,100%,.1);color:#fff;border:none;width:64px;height:120px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:100}.gallery-section .lightbox-nav:hover{background:hsla(0,0%,100%,.2)}.gallery-section .lightbox-prev{left:0;border-radius:0 12px 12px 0}.gallery-section .lightbox-next{right:0;border-radius:12px 0 0 12px}.gallery-section .gallery-empty{text-align:center;padding:60px;background:var(--bg-soft);border-radius:24px;border:2px dashed #cbd5e1}.reveal{opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.4,0,.2,1)}.reveal.active{opacity:1;transform:translateY(0)}@media (max-width:768px){.gallery-section .gallery-headline{font-size:32px}.gallery-section .gallery-grid{grid-template-columns:1fr 1fr}.gallery-section .gallery-section{padding:60px 0}}@media (max-width:640px){.gallery-section .gallery-grid{grid-template-columns:1fr}}.openings{padding:88px 0;background:#f2f4f8}.openings__container{width:min(100%,1050px);margin:0 auto;padding-inline:clamp(14px,3vw,24px)}.openings__header{text-align:center;margin-bottom:34px}.openings__heading{margin:0;font-size:clamp(2rem,3.2vw,3rem);line-height:1.1;font-weight:800;color:var(--dark-text);letter-spacing:-.01em}.openings__heading span{color:#0795e8}.openings__underline{width:88px;height:4px;border-radius:999px;margin:14px auto 16px;background:linear-gradient(90deg,#0795e8,#43c1ff)}.openings__subtitle{margin:0 auto;max-width:840px;color:#334155;font-size:clamp(1rem,1.25vw,1.22rem);line-height:1.6}.openings__list{display:grid;grid-gap:20px;gap:20px}.openings__card{position:relative;overflow:hidden;border-radius:10px;border:1px solid #d7e0ea;background:var(--white-color);box-shadow:0 10px 30px rgba(15,23,42,.08);width:100%;min-height:clamp(220px,28vw,340px)}.openings__card-header{display:flex;align-items:center;justify-content:space-between;gap:10px;background:#0f8ac8;color:var(--white-color);padding:15px 22px;flex-wrap:wrap}.openings__card-title{margin:0;font-size:clamp(1.28rem,2.1vw,1.8rem);font-weight:700}.openings__card-apply{display:inline-flex;align-items:center;gap:6px;color:#e7f6ff;text-decoration:none;font-size:1.1rem;font-weight:500;white-space:normal;transition:color .2s ease}.openings__card-apply svg{width:18px;height:18px}.openings__card-apply:hover{color:var(--white-color)}.openings__card-body{list-style:none;margin:0;padding:18px 22px 20px;display:grid;grid-gap:12px;gap:12px;width:100%}.openings__req{display:flex;align-items:flex-start;gap:12px;color:#23364a;line-height:1.5;font-size:clamp(1rem,1.23vw,1.38rem);overflow-wrap:anywhere}.openings__req-dot{width:6px;height:6px;margin-top:.55em;border-radius:999px;flex-shrink:0;background:#0594e9}.card-bg-num{position:absolute;right:18px;bottom:10px;font-size:clamp(3.6rem,8vw,5.8rem);line-height:1;font-weight:800;color:rgba(7,149,232,.08);-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.openings__empty,.openings__fallback{padding:20px;font-size:1rem;color:--light-text}@media (max-width:768px){.openings{padding:62px 0}.openings__card-apply{font-size:1rem}.openings__req{font-size:.98rem}.openings__card-body{padding:16px 16px 18px}}.career-form-widget{background:var(--bg-soft);padding:88px 0}.career-form-widget__container{width:min(100%,920px);margin:0 auto;padding-inline:clamp(14px,3vw,24px)}.career-form-widget__header{text-align:center;margin-bottom:34px}.career-form-widget__heading{margin:0;font-size:clamp(2rem,3.2vw,3rem);line-height:1.1;color:var(--dark-text);font-weight:800}.career-form-widget__heading span{color:var(--primary-color)}.career-form-widget__subtitle{margin:16px auto 0;max-width:780px;color:var(--text-color);font-size:clamp(1rem,1.25vw,1.2rem);line-height:1.6}.career-form-widget__card{background:var(--white-color);border-radius:18px;border:1px solid var(--border-color);box-shadow:0 12px 34px rgba(15,23,42,.07);padding:clamp(16px,2.8vw,30px)}.career-form-widget__form{display:grid;grid-gap:14px;gap:14px}.career-form-widget__input,.career-form-widget__textarea{width:100%;border:1px solid #cbd5e1;border-radius:10px;background:var(--white-color);color:var(--dark-text);font-size:1.06rem;padding:12px 14px;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.career-form-widget__input:focus,.career-form-widget__textarea:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(15,138,200,.15)}.career-form-widget__textarea{resize:vertical;min-height:136px}.career-form-widget__actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.career-form-widget__recaptcha-wrap{width:100%;overflow-x:auto}.career-form-widget__file-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border:1px solid #cbd5e1;border-radius:9px;cursor:pointer;color:var(--dark-text);background:var(--bg-soft);font-weight:500}.career-form-widget__file-name{color:var(--text-color);font-size:.95rem}.career-form-widget__submit{border:0;border-radius:10px;padding:13px 18px;background:var(--primary-color);color:var(--white-color);font-size:1.24rem;font-weight:700;cursor:pointer;transition:background .2s ease}.career-form-widget__submit:hover{background:var(--primary-dark-color)}.career-form-widget__submit:disabled{opacity:.75;cursor:not-allowed}.career-form-widget__message{margin:4px 0 0;font-size:.95rem}.career-form-widget__message--success{color:#047857}.career-form-widget__message--error{color:#b91c1c}@media (max-width:768px){.career-form-widget{padding:62px 0}.career-form-widget__submit{font-size:1.05rem}}.iwc-section{padding:100px 0;background-color:var(--bg-soft);font-family:var(--font-sans)}.iwc-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:80px;gap:80px;align-items:center}.iwc-visual{display:flex;justify-content:center;position:relative}.iwc-visual.iwc-reveal{opacity:0;transform:translateY(30px);animation:iwc-reveal-slide .8s cubic-bezier(.25,1,.5,1) forwards;animation-delay:.2s}.iwc-wrapper{position:relative;background:var(--white-color);overflow:hidden;display:flex;align-items:center;justify-content:center}.iwc-image,.iwc-wrapper{width:100%;border-radius:var(--border-radius-md)}.iwc-image{height:100%;object-fit:cover;box-shadow:var(--shadow-lg)}.iwc-placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--bg-soft) 0,var(--border-color) 100%)}.iwc-block{display:flex;flex-direction:column;gap:24px}.iwc-block.iwc-reveal{opacity:0;transform:translateY(30px);animation:iwc-reveal-slide .8s cubic-bezier(.25,1,.5,1) forwards;animation-delay:.2s}.iwc-header{display:flex;flex-direction:column}.iwc-title{font-size:clamp(30px,.95vw + 26.3px,40px);font-weight:800;color:var(--dark-text);line-height:1.2;margin:0;display:flex;flex-wrap:wrap;gap:12px;letter-spacing:-1px}.iwc-title .iwc-highlight{color:var(--primary-color);font-weight:800;display:inline-block}.iwc-align-center .iwc-title{text-align:center;justify-content:center}.iwc-align-right .iwc-title{text-align:right;justify-content:flex-end}.iwc-description{font-size:16px;line-height:1.8;color:var(--light-text);margin:0}.iwc-align-center .iwc-description{text-align:center;margin-inline:auto}.iwc-align-right .iwc-description{text-align:right;margin-left:auto}.iwc-cta{display:inline-flex;align-items:center;gap:8px;padding:16px 36px;background-color:var(--primary-color);color:var(--white-color);font-size:16px;font-weight:700;text-decoration:none;border-radius:var(--border-radius-sm);transition:var(--transition-effect);border:none;cursor:pointer;width:-moz-fit-content;width:fit-content}.iwc-cta:hover{background-color:var(--primary-dark-color);transform:translateY(-4px);box-shadow:0 10px 25px rgba(2,132,199,.3)}.iwc-cta:active{transform:translateY(-2px)}.iwc-cta-arrow{width:20px;height:20px;transition:transform .3s ease}.iwc-cta:hover .iwc-cta-arrow{transform:translateX(4px)}.iwc-align-center .iwc-cta{margin-inline:auto}.iwc-align-right .iwc-cta{margin-left:auto}.iwc-custom-html{display:flex;flex-direction:column;gap:24px}.iwc-custom-html .iwc-h1,.iwc-custom-html .iwc-h2,.iwc-custom-html .iwc-h3,.iwc-custom-html .iwc-h4,.iwc-custom-html .iwc-h5,.iwc-custom-html .iwc-h6,.iwc-custom-html h1,.iwc-custom-html h2,.iwc-custom-html h3,.iwc-custom-html h4,.iwc-custom-html h5,.iwc-custom-html h6{color:var(--dark-text);font-weight:800;line-height:1.2;margin:16px 0;letter-spacing:-.5px}.iwc-custom-html h2{font-size:40px}.iwc-custom-html p{color:var(--light-text);line-height:1.8;margin:12px 0;font-size:16px}.iwc-custom-html ol,.iwc-custom-html ul{color:var(--light-text);line-height:1.8;margin:16px 0;padding-left:24px}.iwc-custom-html li{margin:8px 0;color:var(--dark-text);font-weight:500}.iwc-custom-html a{color:var(--primary-color);text-decoration:none;font-weight:700;transition:var(--transition-effect)}.iwc-custom-html a:hover{color:var(--primary-dark-color);text-decoration:underline}.iwc-custom-html form{display:flex;flex-direction:column;gap:20px;margin-top:20px}.iwc-custom-html input[type=email],.iwc-custom-html input[type=tel],.iwc-custom-html input[type=text],.iwc-custom-html select,.iwc-custom-html textarea{width:100%;padding:16px;border:1px solid var(--border-color);border-radius:var(--border-radius-sm);font-family:var(--font-sans);font-size:15px;transition:var(--transition-effect);background:var(--white-color);color:var(--dark-text)}.iwc-custom-html input[type=email]:focus,.iwc-custom-html input[type=tel]:focus,.iwc-custom-html input[type=text]:focus,.iwc-custom-html select:focus,.iwc-custom-html textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 4px var(--light-blue)}.iwc-custom-html textarea{resize:vertical;min-height:120px}.iwc-custom-html button{display:inline-flex;align-items:center;gap:8px;padding:16px 36px;background-color:var(--primary-color);color:var(--white-color);font-weight:700;font-size:16px;border:none;border-radius:var(--border-radius-sm);cursor:pointer;transition:var(--transition-effect);width:-moz-fit-content;width:fit-content}.iwc-custom-html button:hover{background-color:var(--primary-dark-color);transform:translateY(-4px);box-shadow:0 10px 25px rgba(2,132,199,.3)}.iwc-position-right .iwc-visual{order:2}.iwc-position-left .iwc-visual,.iwc-position-right .iwc-block{order:1}.iwc-position-left .iwc-block{order:2}@keyframes iwc-reveal-slide{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.iwc-section{padding:80px 0}.iwc-grid{grid-template-columns:1fr;gap:60px}.iwc-visual{order:-1}}@media (max-width:768px){.iwc-section{padding:60px 0}.iwc-grid{gap:40px}.iwc-title{gap:8px}.iwc-description{font-size:15px;line-height:1.7}.iwc-position-right .iwc-visual{order:1}.iwc-position-right .iwc-block{order:2}}@media (max-width:640px){.iwc-section{padding:48px 0}.iwc-grid{gap:24px}.iwc-description{font-size:14px;line-height:1.6}.iwc-cta{padding:12px 24px;font-size:14px;width:100%;justify-content:center}.iwc-wrapper{border-radius:var(--border-radius-md)}.iwc-custom-html button,.iwc-custom-html input,.iwc-custom-html select,.iwc-custom-html textarea{width:100%}}@media (prefers-reduced-motion:reduce){.iwc-block,.iwc-cta,.iwc-visual{animation:none!important;transition:none!important}}@media (prefers-color-scheme:dark){.iwc-section{background-color:var(--dark-bg,#1e293b)}.iwc-title{color:var(--dark-text-light,#0d0d0d)}.iwc-description{color:var(--dark-text-muted,#0f0f0f)}.iwc-wrapper{background:var(--dark-bg-secondary,#334155);box-shadow:0 20px 50px rgba(0,0,0,.3)}.iwc-placeholder{background:linear-gradient(135deg,var(--dark-bg-secondary,#334155) 0,var(--dark-bg,#1e293b) 100%)}.iwc-custom-html h1,.iwc-custom-html h2,.iwc-custom-html h3,.iwc-custom-html h4,.iwc-custom-html h5,.iwc-custom-html h6{color:var(--dark-text-light,#f1f5f9)}.iwc-custom-html ol,.iwc-custom-html p,.iwc-custom-html ul{color:var(--dark-text-muted,#cbd5e1)}.iwc-custom-html input,.iwc-custom-html select,.iwc-custom-html textarea{background:var(--dark-bg-tertiary,#0f172a);color:var(--dark-text-light,#f1f5f9);border-color:var(--text-color)}.iwc-custom-html input::placeholder,.iwc-custom-html textarea::placeholder{color:var(--light-text)}}.our-work-section{padding:80px 0;background-color:#f8fafc}.site-container{max-width:1200px;margin:0 auto;padding:0 20px}.portfolio-section__header{text-align:center;margin-bottom:50px}.portfolio-section__title{font-size:36px;font-weight:800;color:#0f172a;margin-bottom:16px}.portfolio-section__title span{color:#0284c7}.portfolio-section__header .sub-title{font-size:16px;color:#64748b;max-width:600px;margin:0 auto;line-height:1.6}.portfolio-section__grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:30px;gap:30px;margin-bottom:50px}.portfolio-section__card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 10px 25px -5px rgba(0,0,0,.05);border:1px solid #e2e8f0;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.portfolio-section__card:hover{transform:translateY(-5px);box-shadow:0 20px 30px -10px rgba(0,0,0,.1)}.portfolio-section__img-box{width:100%;height:280px;overflow:hidden;background:#f1f5f9;position:relative}.portfolio-section__img-box img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.portfolio-section__card:hover .portfolio-section__img-box img{transform:scale(1.05)}.portfolio-section__info{padding:30px;display:flex;flex-direction:column;flex-grow:1}.portfolio-section__info-title{font-size:22px;font-weight:700;color:#0f172a;margin-bottom:12px}.portfolio-section__info-desc{font-size:15px;color:#475569;line-height:1.6;margin-bottom:24px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;flex-grow:1}.portfolio-section__tech{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}.portfolio-section__tech-pill{font-size:12px;font-weight:600;color:#0284c7;background:rgba(2,132,199,.1);padding:6px 12px;border-radius:20px}.portfolio-section__link{display:inline-flex;align-items:center;gap:8px;color:#0f172a;font-weight:600;font-size:15px;text-decoration:none;transition:color .3s ease;margin-top:auto}.portfolio-section__link svg{width:18px;height:18px;stroke:currentColor;transition:transform .3s ease}.portfolio-section__link:hover{color:#0284c7}.portfolio-section__link:hover svg{transform:translateX(4px)}.portfolio-section__btn-box{text-align:center}.portfolio-section__skeleton{background:#fff;border-radius:12px;overflow:hidden;border:1px solid #e2e8f0;display:flex;flex-direction:column}.portfolio-section__skeleton-img{width:100%;height:280px;background:#e2e8f0;animation:pulse 1.5s infinite}.portfolio-section__skeleton-info{padding:30px}.portfolio-section__skeleton-line{height:20px;background:#e2e8f0;margin-bottom:15px;border-radius:4px;animation:pulse 1.5s infinite}.portfolio-section__skeleton-line.short{width:60%}@keyframes pulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}@media (max-width:992px){.portfolio-section__grid{grid-template-columns:1fr}}@media (max-width:768px){.our-work-section{padding:60px 0}.portfolio-section__title{font-size:28px}.portfolio-section__img-box{height:240px}}