*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}body{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-weight:400;font-size:1rem;line-height:1.6;color:#1f2937;background-color:#fff;min-height:100vh;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:#1f2937;margin:0}h1{font-size:1.875rem;font-weight:700;line-height:1.2;letter-spacing:-0.02em}@media(min-width: 768px){h1{font-size:2.25rem}}@media(min-width: 1024px){h1{font-size:3rem}}h2{font-size:1.5rem;font-weight:700;line-height:1.3;letter-spacing:-0.01em}@media(min-width: 768px){h2{font-size:1.875rem}}@media(min-width: 1024px){h2{font-size:2.25rem}}h3{font-size:1.25rem;font-weight:600;line-height:1.4}@media(min-width: 768px){h3{font-size:1.5rem}}p{font-size:1rem;font-weight:400;line-height:1.6;color:#6b7280;margin:0}@media(min-width: 768px){p{font-size:1.125rem}}a{color:inherit;text-decoration:none;transition:color 250ms cubic-bezier(0.4, 0, 0.2, 1)}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media(min-width: 640px){.container{padding-left:2rem;padding-right:2rem}}@media(min-width: 1024px){.container{padding-left:3rem;padding-right:3rem}}.section{padding-top:4rem;padding-bottom:4rem}@media(min-width: 768px){.section{padding-top:6rem;padding-bottom:6rem}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-primary{color:#1f2937}.text-secondary{color:#6b7280}.text-white{color:#fff}.mt-sm{margin-top:1rem}.mt-md{margin-top:1.5rem}.mt-lg{margin-top:2rem}.mt-xl{margin-top:3rem}.mb-sm{margin-bottom:1rem}.mb-md{margin-bottom:1.5rem}.mb-lg{margin-bottom:2rem}.mb-xl{margin-bottom:3rem}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.hidden{display:none}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.gap-xs{gap:.5rem}.gap-sm{gap:1rem}.gap-md{gap:1.5rem}.gap-lg{gap:2rem}.gap-xl{gap:3rem}.grid-cols-1{grid-template-columns:repeat(1, minmax(0, 1fr))}.grid-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr))}.grid-cols-3{grid-template-columns:repeat(3, minmax(0, 1fr))}.grid-cols-4{grid-template-columns:repeat(4, minmax(0, 1fr))}@media(min-width: 768px){.md\:grid-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3, minmax(0, 1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4, minmax(0, 1fr))}}@media(min-width: 1024px){.lg\:grid-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3, minmax(0, 1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4, minmax(0, 1fr))}}.bg-white{background-color:#fff}.bg-gray{background-color:#f9fafb}.bg-primary{background-color:#2563eb}.bg-primary-light{background-color:#eff6ff}.rounded-sm{border-radius:.375rem}.rounded{border-radius:.5rem}.rounded-md{border-radius:.75rem}.rounded-lg{border-radius:1rem}.rounded-xl{border-radius:1.5rem}.rounded-2xl{border-radius:2rem}.rounded-full{border-radius:9999px}.shadow-sm{box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.shadow{box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1)}.shadow-md{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}.shadow-xl{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1)}.rtl{direction:rtl;text-align:right}.rtl .text-left{text-align:right}.rtl .text-right{text-align:left}.header{position:fixed;top:0;left:0;right:0;background-color:hsla(0,0%,100%,.95);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid #e5e7eb;z-index:1000;transition:all 250ms cubic-bezier(0.4, 0, 0.2, 1)}.header__container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;display:flex;align-items:center;justify-content:space-between;height:72px}@media(min-width: 640px){.header__container{padding-left:2rem;padding-right:2rem}}@media(min-width: 1024px){.header__container{padding-left:3rem;padding-right:3rem}}@media(min-width: 768px){.header__container{height:80px}}.header__logo{display:flex;align-items:center}.header__logo img{height:40px;width:auto}@media(min-width: 768px){.header__logo img{height:48px}}.header__nav{display:flex;align-items:center;gap:2rem}.header__menu{display:none;list-style:none;gap:.5rem}@media(min-width: 1024px){.header__menu{display:flex}}.header__link{display:inline-flex;align-items:center;padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#6b7280;border-radius:1rem;transition:all 150ms cubic-bezier(0.4, 0, 0.2, 1);position:relative}.header__link:hover{color:#1f2937;background-color:#f9fafb}.header__link.active{color:#2563eb;background-color:#eff6ff}.header__actions{display:flex;align-items:center;gap:1rem}.header__mobile-toggle{display:flex;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;padding:0;background:rgba(0,0,0,0);border:none;cursor:pointer}@media(min-width: 1024px){.header__mobile-toggle{display:none}}.header__mobile-toggle span{display:block;width:20px;height:2px;background-color:#1f2937;border-radius:1px;transition:all 250ms cubic-bezier(0.4, 0, 0.2, 1)}.header__mobile-toggle span:nth-child(2){margin:4px 0}.header__mobile-toggle.active span:nth-child(1){transform:rotate(45deg) translate(4px, 6px)}.header__mobile-toggle.active span:nth-child(2){opacity:0;transform:scale(0)}.header__mobile-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(3px, -5px)}.header__mobile-menu{position:fixed;top:72px;left:0;right:0;bottom:0;background-color:#fff;transform:translateX(100%);transition:transform 250ms cubic-bezier(0.4, 0, 0.2, 1);overflow-y:auto;padding:1.5rem;z-index:9;height:100vh}@media(min-width: 768px){.header__mobile-menu{top:80px}}@media(min-width: 1024px){.header__mobile-menu{display:none}}.header__mobile-menu.active{transform:translateX(0)}.header__mobile-menu .header__menu{display:flex;flex-direction:column;gap:.5rem}.header__mobile-menu .header__link{width:100%;padding:1rem 1.5rem;font-size:1rem;justify-content:flex-start}.footer{background-color:#f9fafb;border-top:1px solid #e5e7eb}.footer__container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;padding-top:4rem;padding-bottom:2rem}@media(min-width: 640px){.footer__container{padding-left:2rem;padding-right:2rem}}@media(min-width: 1024px){.footer__container{padding-left:3rem;padding-right:3rem}}.footer__content{display:grid;grid-template-columns:repeat(1, 1fr);gap:3rem;margin-bottom:3rem}@media(min-width: 640px){.footer__content{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 768px){.footer__content{grid-template-columns:repeat(3, 1fr)}}.footer__section h3{font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.footer__section p{color:#6b7280;line-height:1.6}.footer__section ul{list-style:none}.footer__section li{margin-bottom:.5rem}.footer__section a{color:#6b7280;font-size:.875rem;transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1)}.footer__section a:hover{color:#2563eb}.footer__logo{margin-bottom:1rem}.footer__logo img{height:48px;width:auto}.footer__divider{border:none;border-top:1px solid #e5e7eb;margin:0}.footer__bottom{display:flex;flex-direction:column;gap:1rem;padding-top:2rem;text-align:center}@media(min-width: 640px){.footer__bottom{flex-direction:row;justify-content:space-between;align-items:center;text-align:left}}.footer__copyright{color:#6b7280;font-size:.875rem}.footer__links{display:flex;gap:1.5rem;justify-content:center}@media(min-width: 640px){.footer__links{justify-content:flex-end}}.footer__links a{color:#6b7280;font-size:.875rem;transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1)}.footer__links a:hover{color:#2563eb}.hero{position:relative;background-color:#fff;padding-top:calc(80px + 6rem);padding-bottom:6rem;overflow:hidden}.hero__background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0}.hero__video{width:100%;height:100%;object-fit:cover;opacity:.4}.hero__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(38, 99, 235, 0.37) 100%)}@media(min-width: 768px){.hero{padding-top:calc(80px + 9rem);padding-bottom:9rem}}.hero__container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;position:relative;z-index:2}@media(min-width: 640px){.hero__container{padding-left:2rem;padding-right:2rem}}@media(min-width: 1024px){.hero__container{padding-left:3rem;padding-right:3rem}}.hero__content{text-align:center;max-width:800px;margin:0 auto}.hero__title{font-size:1.875rem;font-weight:700;line-height:1.2;letter-spacing:-0.02em;margin-bottom:1.5rem}@media(min-width: 768px){.hero__title{font-size:2.25rem}}@media(min-width: 1024px){.hero__title{font-size:3rem}}.hero__subtitle{font-size:1rem;font-weight:400;line-height:1.6;color:#6b7280;font-size:1.125rem;margin-bottom:3rem}@media(min-width: 768px){.hero__subtitle{font-size:1.125rem}}@media(min-width: 768px){.hero__subtitle{font-size:1.25rem}}.hero__actions{display:flex;flex-direction:column;gap:1rem;align-items:center;margin-bottom:6rem}@media(min-width: 640px){.hero__actions{flex-direction:row;justify-content:center}}.hero__stats{display:grid;grid-template-columns:repeat(1, 1fr);gap:2rem}@media(min-width: 640px){.hero__stats{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 768px){.hero__stats{grid-template-columns:repeat(3, 1fr)}}.hero__stat{text-align:center;padding:2rem;background-color:#f9fafb;border-radius:1rem}.hero__stat-image{width:100%;height:120px;background-color:#e5e7eb;border-radius:.75rem;margin-bottom:1.5rem;overflow:hidden}.hero__stat-image img{width:100%;height:100%;object-fit:cover}.hero__stat-number{font-size:1.875rem;font-weight:700;color:#2563eb;display:block;margin-bottom:.5rem}.hero__stat-label{font-size:.875rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.hero__decoration{position:absolute;pointer-events:none;opacity:.5}.hero__decoration--1{top:10%;left:5%;width:120px;height:120px}@media(min-width: 768px){.hero__decoration--1{width:180px;height:180px}}.hero__decoration--2{top:20%;right:5%;width:100px;height:100px}@media(min-width: 768px){.hero__decoration--2{width:150px;height:150px}}.hero__decoration--3{bottom:20%;left:10%;width:80px;height:80px}@media(min-width: 768px){.hero__decoration--3{width:120px;height:120px}}.hero__decoration--4{bottom:15%;right:8%;width:140px;height:140px}@media(min-width: 768px){.hero__decoration--4{width:200px;height:200px}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 2rem;font-size:1rem;font-weight:500;text-decoration:none;border-radius:2rem;transition:all 250ms cubic-bezier(0.4, 0, 0.2, 1);cursor:pointer;border:none;outline:none;position:relative;overflow:hidden;min-width:160px}.btn:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.btn--primary{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 2rem;font-size:1rem;font-weight:500;text-decoration:none;border-radius:2rem;transition:all 250ms cubic-bezier(0.4, 0, 0.2, 1);cursor:pointer;border:none;outline:none;position:relative;overflow:hidden;background-color:#2563eb;color:#fff}.btn--primary:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.btn--primary:hover{background-color:#1d4ed8;transform:translateY(-1px);box-shadow:0 4px 12px rgba(37,99,235,.25)}.btn--primary:active{transform:translateY(0)}.btn--secondary{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 2rem;font-size:1rem;font-weight:500;text-decoration:none;border-radius:2rem;transition:all 250ms cubic-bezier(0.4, 0, 0.2, 1);cursor:pointer;border:none;outline:none;position:relative;overflow:hidden;background-color:#fff;color:#2563eb;border:1px solid rgba(37,99,235,.2)}.btn--secondary:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.btn--secondary:hover{background-color:#eff6ff;border-color:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px rgba(37,99,235,.15)}.btn--secondary:active{transform:translateY(0)}.about-section{padding:6rem 0;background:#f9fafb}@media(min-width: 768px){.about-section{padding:4rem 0}}.about-content{display:grid;grid-template-columns:1fr;gap:6rem;align-items:center}@media(min-width: 1024px){.about-content{grid-template-columns:1fr 1fr;gap:6rem}}.about-content__text h2{font-size:1.5rem;font-weight:700;line-height:1.3;letter-spacing:-0.01em;color:#1f2937;margin:0 0 2rem 0;font-size:1.875rem}@media(min-width: 768px){.about-content__text h2{font-size:1.875rem}}@media(min-width: 1024px){.about-content__text h2{font-size:2.25rem}}@media(min-width: 768px){.about-content__text h2{font-size:1.5rem}}.about-content__text>p{font-size:1rem;font-weight:400;line-height:1.6;color:#6b7280;color:#6b7280;font-size:1.125rem;line-height:1.7;margin:0 0 3rem 0}@media(min-width: 768px){.about-content__text>p{font-size:1.125rem}}@media(min-width: 768px){.about-content__text>p{font-size:1rem}}.about-content__media{position:relative;display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width: 768px){.about-content__media{grid-template-columns:1fr 1fr}}.about-features{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}@media(min-width: 640px){.about-features{flex-direction:row;flex-wrap:wrap;gap:2rem}}.about-feature{display:flex;align-items:center;gap:1rem}@media(min-width: 640px){.about-feature{flex:1;min-width:200px}}.about-feature svg{width:24px;height:24px;color:#2563eb;flex-shrink:0}.about-feature span{font-size:1rem;font-weight:400;line-height:1.6;color:#6b7280;color:#1f2937;font-weight:500;font-size:.875rem}@media(min-width: 768px){.about-feature span{font-size:1.125rem}}.about-image{border-radius:1.5rem;overflow:hidden;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}.about-image img{width:100%;height:300px;object-fit:cover;transition:transform 350ms cubic-bezier(0.4, 0, 0.2, 1)}@media(min-width: 768px){.about-image img{height:250px}}.about-image:hover img{transform:scale(1.05)}.about-video{border-radius:1.5rem;overflow:hidden;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);background:#fff}@media(min-width: 1024px){.about-video{position:absolute;width:257px;left:115px;top:90px}}.about-video video{width:100%;height:300px;object-fit:cover}@media(min-width: 768px){.about-video video{height:250px}}.services-section{background-color:#2563eb;padding-top:4rem;padding-bottom:4rem}@media(min-width: 768px){.services-section{padding-top:6rem;padding-bottom:6rem}}.services-section__container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media(min-width: 640px){.services-section__container{padding-left:2rem;padding-right:2rem}}@media(min-width: 1024px){.services-section__container{padding-left:3rem;padding-right:3rem}}.services-section__header{text-align:center;margin-bottom:4rem}.services-section__title{font-size:1.5rem;font-weight:700;line-height:1.3;letter-spacing:-0.01em;color:#fff;margin-bottom:1.5rem}@media(min-width: 768px){.services-section__title{font-size:1.875rem}}@media(min-width: 1024px){.services-section__title{font-size:2.25rem}}.services-section__subtitle{font-size:1rem;font-weight:400;line-height:1.6;color:#6b7280;color:hsla(0,0%,100%,.9);font-size:1.125rem;max-width:600px;margin:0 auto}@media(min-width: 768px){.services-section__subtitle{font-size:1.125rem}}.services-section__grid{display:grid;grid-template-columns:repeat(1, 1fr);gap:1.5rem}@media(min-width: 640px){.services-section__grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.services-section__grid{grid-template-columns:repeat(3, 1fr)}}.service-card{position:relative;background-color:hsla(0,0%,100%,.1);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.1);border-radius:1rem;padding:2rem;min-height:200px;display:flex;flex-direction:column;justify-content:space-between;transition:all 250ms cubic-bezier(0.4, 0, 0.2, 1);cursor:pointer;overflow:hidden}.service-card::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);opacity:0;transition:opacity 250ms cubic-bezier(0.4, 0, 0.2, 1)}.service-card:hover{transform:translateY(-4px);background-color:hsla(0,0%,100%,.15);border-color:hsla(0,0%,100%,.2)}.service-card:hover::before{opacity:1}.service-card:hover .service-card__arrow{transform:translate(2px, -2px)}.service-card__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.service-card__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px}.service-card__icon svg{width:24px;height:24px;stroke:currentColor;stroke-width:2;fill:none}.service-card__arrow{width:24px;height:24px;color:hsla(0,0%,100%,.6);transition:all 150ms cubic-bezier(0.4, 0, 0.2, 1)}.service-card__arrow svg{width:100%;height:100%}.service-card__content{position:relative;z-index:1}.service-card__title{font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:.5rem;line-height:1.3}.service-card__description{font-size:.875rem;color:hsla(0,0%,100%,.8);line-height:1.5}.icon-arrow-up-right::after{content:"↗";font-size:20px;display:block}.language-switcher{position:relative}.language-switcher__button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:rgba(0,0,0,0);border:1px solid #e5e7eb;border-radius:1rem;font-size:.875rem;font-weight:500;color:#1f2937;cursor:pointer;transition:all 150ms cubic-bezier(0.4, 0, 0.2, 1)}.language-switcher__button:hover{border-color:#2563eb;color:#2563eb}.language-switcher__button::after{content:"";display:block;width:0;height:0;border-left:4px solid rgba(0,0,0,0);border-right:4px solid rgba(0,0,0,0);border-top:4px solid currentColor;transition:transform 150ms cubic-bezier(0.4, 0, 0.2, 1)}.language-switcher__button[aria-expanded=true]::after{transform:rotate(180deg)}.language-switcher__dropdown{position:absolute;top:calc(100% + 4px);right:0;min-width:120px;background-color:#fff;border:1px solid #e5e7eb;border-radius:.75rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);opacity:0;visibility:hidden;transform:translateY(-8px);transition:all 150ms cubic-bezier(0.4, 0, 0.2, 1);overflow:hidden}.language-switcher__dropdown.active{opacity:1;visibility:visible;transform:translateY(0)}.language-switcher__option{display:block;padding:.5rem 1rem;font-size:.875rem;color:#6b7280;transition:all 150ms cubic-bezier(0.4, 0, 0.2, 1)}.language-switcher__option:hover{background-color:#f9fafb;color:#1f2937}.language-switcher__option.active{color:#2563eb;background-color:#eff6ff;font-weight:500}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-on-scroll{opacity:0;animation:fadeInUp .6s cubic-bezier(0.4, 0, 0.2, 1) forwards}.animate-on-scroll:nth-child(1){animation-delay:0.1s}.animate-on-scroll:nth-child(2){animation-delay:0.2s}.animate-on-scroll:nth-child(3){animation-delay:0.3s}.animate-on-scroll:nth-child(4){animation-delay:0.4s}.animate-on-scroll:nth-child(5){animation-delay:0.5s}.animate-on-scroll:nth-child(6){animation-delay:0.6s}.page-hero{position:relative;height:35vh;min-height:400px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-top:72px}@media(min-width: 768px){.page-hero{margin-top:80px}}.page-hero--parallax .page-hero__background{position:absolute;top:-20%;left:0;right:0;bottom:-20%;background-image:url("https://images.unsplash.com/photo-1497366216548-37526070297c?auto=format&fit=crop&w=2000&q=80");background-size:cover;background-position:center;background-attachment:fixed;will-change:transform}@media(min-width: 768px){.page-hero--parallax .page-hero__background{background-attachment:scroll}}.page-hero__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(31,41,55,.6)}.page-hero__content{position:relative;z-index:2;text-align:center;padding:0 1.5rem}.page-hero__title{font-size:1.875rem;font-weight:700;line-height:1.2;letter-spacing:-0.02em;color:#fff;margin:0}@media(min-width: 768px){.page-hero__title{font-size:2.25rem}}@media(min-width: 1024px){.page-hero__title{font-size:3rem}}.services-content{background-color:#f9fafb;padding:4rem 1rem}@media(min-width: 1024px){.services-content{padding:6rem 2rem}}.services-layout{display:grid;grid-template-columns:1fr;gap:3rem;align-items:start}@media(min-width: 1024px){.services-layout{grid-template-columns:320px 1fr}}@media(min-width: 1024px){.services-sidebar{position:sticky;top:calc(80px + 2rem)}}.sidebar-widget{background:#fff;border-radius:1rem;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 8px rgba(0,0,0,.04)}.sidebar-widget:last-child{margin-bottom:0}.sidebar-widget__title{font-size:1.125rem;font-weight:600;margin-bottom:1.5rem;color:#1f2937}.sidebar-widget--form{background:#2563eb;color:#fff}.sidebar-widget--form .sidebar-widget__title{color:#fff}.sidebar-widget--contact{background:#eff6ff}.service-tabs{display:flex;flex-direction:column;gap:2px}.service-tab{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem 1.5rem;background:rgba(0,0,0,0);border:none;border-radius:.75rem;font-size:.875rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all 150ms cubic-bezier(0.4, 0, 0.2, 1);text-align:left}.service-tab:hover{background:#f9fafb;color:#1f2937}.service-tab.active{background:#2563eb;color:#fff}.service-tab.active .service-tab__arrow{opacity:1;transform:translateX(4px)}.service-tab__arrow{opacity:.5;transition:all 150ms cubic-bezier(0.4, 0, 0.2, 1)}.sidebar-form{display:flex;flex-direction:column;gap:1rem}.sidebar-form input,.sidebar-form select,.sidebar-form textarea{width:100%;padding:1rem;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:.75rem;color:#fff;font-size:.875rem;transition:all 150ms cubic-bezier(0.4, 0, 0.2, 1)}.sidebar-form input::placeholder,.sidebar-form select::placeholder,.sidebar-form textarea::placeholder{color:hsla(0,0%,100%,.7)}.sidebar-form input:focus,.sidebar-form select:focus,.sidebar-form textarea:focus{outline:none;background:hsla(0,0%,100%,.15);border-color:hsla(0,0%,100%,.4)}.sidebar-form select{cursor:pointer}.sidebar-form select option{color:#1f2937}.sidebar-form .btn--full{width:100%;margin-top:.5rem}.contact-box{display:flex;align-items:center;gap:1.5rem;padding:1.5rem;background:#fff;border-radius:.75rem;transition:all 250ms cubic-bezier(0.4, 0, 0.2, 1);text-decoration:none}.contact-box:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(37,99,235,.15)}.contact-box__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#2563eb;border-radius:.75rem;color:#fff;flex-shrink:0}.contact-box__icon svg{width:24px;height:24px}.contact-box__content{flex:1}.contact-box__label{font-size:.875rem;color:#6b7280;margin-bottom:2px}.contact-box__number{font-size:1.125rem;font-weight:600;color:#2563eb}.services-main{background:#fff;border-radius:1rem;padding:3rem;box-shadow:0 2px 8px rgba(0,0,0,.04)}@media(min-width: 640px){.services-main{padding:2rem}}.service-category{display:none}.service-category.active{display:block}.service-intro{margin-bottom:4rem}.service-intro h2{font-size:1.5rem;font-weight:700;line-height:1.3;letter-spacing:-0.01em;margin-bottom:1.5rem}@media(min-width: 768px){.service-intro h2{font-size:1.875rem}}@media(min-width: 1024px){.service-intro h2{font-size:2.25rem}}.service-intro p{font-size:1rem;font-weight:400;line-height:1.6;color:#6b7280;font-size:1.125rem;max-width:800px}@media(min-width: 768px){.service-intro p{font-size:1.125rem}}.service-item{margin-bottom:6rem;padding-bottom:6rem;border-bottom:1px solid #e5e7eb}.service-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.service-item__image{width:100%;height:400px;border-radius:1rem;overflow:hidden;margin-bottom:3rem}.service-item__image img{width:100%;height:100%;object-fit:cover;transition:transform 350ms cubic-bezier(0.4, 0, 0.2, 1)}.service-item__image:hover img{transform:scale(1.05)}.service-item__content h3{font-size:1.25rem;font-weight:600;line-height:1.4;margin-bottom:1.5rem;color:#2563eb}@media(min-width: 768px){.service-item__content h3{font-size:1.5rem}}.service-item__content>p{font-size:1rem;font-weight:400;line-height:1.6;color:#6b7280;margin-bottom:2rem;font-size:1.125rem}@media(min-width: 768px){.service-item__content>p{font-size:1.125rem}}.service-features{list-style:none;display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:1rem;margin-bottom:2rem}.service-features li{position:relative;padding-left:1.5rem;color:#1f2937;font-size:1rem;line-height:1.8}.service-features li::before{content:"";position:absolute;left:0;top:10px;width:6px;height:6px;background:#2563eb;border-radius:50%}.consultation-intro{text-align:center;margin-bottom:3rem}.consultation-intro h2{margin-bottom:3rem}.consultation-features{display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem}@media(min-width: 768px){.consultation-features{grid-template-columns:1fr}}.consultation-feature{text-align:center}.consultation-feature__icon{font-size:3rem;margin-bottom:1.5rem}.consultation-feature h3{font-size:1.125rem;color:#2563eb;margin-bottom:1rem}.consultation-feature p{color:#6b7280;font-size:.875rem}.consultation-type__header{display:flex;align-items:center;gap:1.5rem;margin-bottom:3rem}@media(min-width: 640px){.consultation-type__header{flex-direction:column;text-align:center}}.consultation-type__icon{font-size:4rem;flex-shrink:0}.consultation-type h2{margin-bottom:.5rem}.consultation-type__subtitle{font-size:1.125rem;color:#e6e7e8}.consultation-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:1.5rem}@media(min-width: 768px){.consultation-grid{grid-template-columns:1fr}}.consultation-card{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 2px 8px rgba(0,0,0,.08)}.consultation-card h3{color:#2563eb;font-size:1.25rem;margin-bottom:1rem}.consultation-card p{color:#6b7280;margin-bottom:1.5rem}.consultation-card ul{list-style:none}.consultation-card ul li{position:relative;padding-left:1.5rem;margin-bottom:.5rem;color:#1f2937;font-size:.875rem}.consultation-card ul li::before{content:"•";position:absolute;left:0;color:#2563eb;font-weight:bold}.cta-consultation{background:#2563eb;color:#fff}.cta-consultation h2{color:#fff;margin-bottom:1rem}.cta-consultation p{color:hsla(0,0%,100%,.9);font-size:1.125rem;margin-bottom:2rem}.cta-consultation .btn{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 2rem;font-size:1rem;font-weight:500;text-decoration:none;border-radius:2rem;transition:all 250ms cubic-bezier(0.4, 0, 0.2, 1);cursor:pointer;border:none;outline:none;position:relative;overflow:hidden;background-color:#2563eb;color:#fff;background:#fff;color:#2563eb}.cta-consultation .btn:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.cta-consultation .btn:hover{background-color:#1d4ed8;transform:translateY(-1px);box-shadow:0 4px 12px rgba(37,99,235,.25)}.cta-consultation .btn:active{transform:translateY(0)}.cta-consultation .btn:hover{background:hsla(0,0%,100%,.9)}.cta-consultation .btn--large{padding:16px 32px;font-size:1.125rem}.permits-intro{text-align:center;margin-bottom:4rem}.permits-intro h2{margin-bottom:3rem}.permits-services{display:grid;grid-template-columns:repeat(4, 1fr);gap:2rem}@media(min-width: 1024px){.permits-services{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 640px){.permits-services{grid-template-columns:1fr}}.permits-service{text-align:center}.permits-service__icon{font-size:3rem;margin-bottom:1rem}.permits-service h3{font-size:1.125rem;color:#2563eb;margin-bottom:.5rem}.permits-service p{color:#6b7280;font-size:.875rem}.permit-types{display:grid;gap:2rem}.permit-type{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.08)}.permit-type__header{background:#dbeafe;padding:2rem;display:flex;align-items:center;gap:1rem}.permit-type__header h3{color:#2563eb;margin:0;font-size:1.5rem}.permit-type__icon{font-size:2rem;color:#2563eb}.permit-type__content{padding:2rem}.permit-type__content>p{color:#6b7280;font-size:1.125rem;margin-bottom:1.5rem}.permit-type__content h4{color:#1f2937;font-size:1.125rem;margin-top:1.5rem;margin-bottom:1rem}.permit-type__content ul{list-style:none}.permit-type__content ul li{position:relative;padding-left:1.5rem;margin-bottom:.5rem;color:#1f2937}.permit-type__content ul li::before{content:"•";position:absolute;left:0;color:#2563eb;font-weight:bold}.special-cta{text-align:center;max-width:800px;margin:0 auto}.special-cta h2{color:#2563eb;margin-bottom:1.5rem}.special-cta>p{font-size:1.125rem;color:#6b7280;margin-bottom:2rem}.special-cta__features{display:grid;grid-template-columns:repeat(2, 1fr);gap:1rem;margin-bottom:2rem}@media(min-width: 640px){.special-cta__features{grid-template-columns:1fr}}.special-cta__feature{display:flex;align-items:center;justify-content:center;gap:.5rem;font-weight:500}.special-cta__feature span{color:#2563eb;font-size:1.25rem}.special-cta .btn--large{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 2rem;font-size:1rem;font-weight:500;text-decoration:none;border-radius:2rem;transition:all 250ms cubic-bezier(0.4, 0, 0.2, 1);cursor:pointer;border:none;outline:none;position:relative;overflow:hidden;background-color:#2563eb;color:#fff;padding:16px 32px;font-size:1.125rem}.special-cta .btn--large:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.special-cta .btn--large:hover{background-color:#1d4ed8;transform:translateY(-1px);box-shadow:0 4px 12px rgba(37,99,235,.25)}.special-cta .btn--large:active{transform:translateY(0)}.page-hero--simple{padding:6rem 0;background:#fff;margin-top:72px}@media(min-width: 768px){.page-hero--simple{margin-top:80px;padding:4rem 0}}.page-hero--simple .page-hero__content{text-align:center;max-width:800px;margin:0 auto}.page-hero--simple .page-hero__title{font-size:1.875rem;font-weight:700;line-height:1.2;letter-spacing:-0.02em;color:#1f2937;margin:0 0 2rem 0;font-size:3rem}@media(min-width: 768px){.page-hero--simple .page-hero__title{font-size:2.25rem}}@media(min-width: 1024px){.page-hero--simple .page-hero__title{font-size:3rem}}@media(min-width: 768px){.page-hero--simple .page-hero__title{font-size:2.25rem}}.page-hero--simple .page-hero__subtitle{font-size:1.5rem;font-weight:700;line-height:1.3;letter-spacing:-0.01em;color:#1f2937;margin:0 0 1.5rem 0;font-size:1.5rem;font-weight:500}@media(min-width: 768px){.page-hero--simple .page-hero__subtitle{font-size:1.875rem}}@media(min-width: 1024px){.page-hero--simple .page-hero__subtitle{font-size:2.25rem}}@media(min-width: 768px){.page-hero--simple .page-hero__subtitle{font-size:1.25rem}}.page-hero--simple .page-hero__text{font-size:1rem;font-weight:400;line-height:1.6;color:#6b7280;color:#6b7280;font-size:1.125rem;line-height:1.7;margin:0}@media(min-width: 768px){.page-hero--simple .page-hero__text{font-size:1.125rem}}@media(min-width: 768px){.page-hero--simple .page-hero__text{font-size:1rem}}.contact-section{padding:6rem 0;background:#f9fafb}@media(min-width: 768px){.contact-section{padding:4rem 0}}.contact-layout{display:grid;grid-template-columns:1fr;gap:6rem}@media(min-width: 1024px){.contact-layout{grid-template-columns:1fr 1fr;gap:6rem}}.contact-info .contact-details h2{font-size:1.5rem;font-weight:700;line-height:1.3;letter-spacing:-0.01em;color:#1f2937;margin:0 0 4rem 0;font-size:1.875rem}@media(min-width: 768px){.contact-info .contact-details h2{font-size:1.875rem}}@media(min-width: 1024px){.contact-info .contact-details h2{font-size:2.25rem}}@media(min-width: 768px){.contact-info .contact-details h2{font-size:1.5rem;margin-bottom:3rem}}.contact-item{margin-bottom:4rem}.contact-item:last-child{margin-bottom:0}.contact-item h3{font-size:1.25rem;font-weight:600;line-height:1.4;color:#1f2937;margin:0 0 1rem 0;font-size:1.125rem;font-weight:600}@media(min-width: 768px){.contact-item h3{font-size:1.5rem}}.contact-item address{font-size:1rem;font-weight:400;line-height:1.6;color:#6b7280;color:#6b7280;font-style:normal;line-height:1.6;margin:0}@media(min-width: 768px){.contact-item address{font-size:1.125rem}}.contact-item p{font-size:1rem;font-weight:400;line-height:1.6;color:#6b7280;color:#6b7280;margin:.5rem 0;line-height:1.6}@media(min-width: 768px){.contact-item p{font-size:1.125rem}}.contact-item p:first-of-type{margin-top:0}.contact-item p:last-child{margin-bottom:0}.contact-item p a{color:#2563eb;text-decoration:none;font-weight:500}.contact-item p a:hover{text-decoration:underline}.contact-item .office-hours p{margin:.5rem 0}.contact-item .office-hours p strong{color:#1f2937;font-weight:600}.contact-form-section{background:#fff;border-radius:1rem;padding:4rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}@media(min-width: 768px){.contact-form-section{padding:3rem}}.contact-form .form-grid{display:grid;grid-template-columns:1fr;gap:0;margin-bottom:2rem}@media(min-width: 768px){.contact-form .form-grid{grid-template-columns:1fr 1fr;gap:2rem}}.contact-form .form-group{margin-bottom:2rem}.contact-form .form-group--full{grid-column:1/-1}.contact-form .form-group input,.contact-form .form-group textarea{width:100%;padding:1.5rem;border:1px solid #e5e7eb;border-radius:.75rem;font-size:1rem;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;background:#fff;transition:all 150ms cubic-bezier(0.4, 0, 0.2, 1)}.contact-form .form-group input:focus,.contact-form .form-group textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.contact-form .form-group input::placeholder,.contact-form .form-group textarea::placeholder{color:#6b7280}.contact-form .form-group textarea{resize:vertical;min-height:120px;line-height:1.6}.contact-form .privacy-note{margin-bottom:2rem}.contact-form .privacy-note p{font-size:1rem;font-weight:400;line-height:1.6;color:#6b7280;color:#6b7280;font-size:.875rem;margin:0 0 1.5rem 0;line-height:1.6}@media(min-width: 768px){.contact-form .privacy-note p{font-size:1.125rem}}.contact-form .checkbox-wrapper{display:flex;align-items:flex-start;gap:1rem;cursor:pointer}.contact-form .checkbox-wrapper input[type=checkbox]{opacity:0;position:absolute;width:0;height:0}.contact-form .checkbox-wrapper .checkmark{width:18px;height:18px;border:2px solid #e5e7eb;border-radius:.375rem;background:#fff;display:flex;align-items:center;justify-content:center;transition:all 150ms cubic-bezier(0.4, 0, 0.2, 1);flex-shrink:0;margin-top:2px}.contact-form .checkbox-wrapper .checkmark::after{content:"";width:10px;height:7px;border:2px solid #fff;border-top:none;border-right:none;transform:rotate(-45deg) scale(0);transition:transform 150ms cubic-bezier(0.4, 0, 0.2, 1)}.contact-form .checkbox-wrapper input[type=checkbox]:checked+.checkmark{background:#2563eb;border-color:#2563eb}.contact-form .checkbox-wrapper input[type=checkbox]:checked+.checkmark::after{transform:rotate(-45deg) scale(1)}.contact-form .checkbox-wrapper .checkbox-text{font-size:1rem;font-weight:400;line-height:1.6;color:#6b7280;color:#6b7280;font-size:.875rem;line-height:1.6}@media(min-width: 768px){.contact-form .checkbox-wrapper .checkbox-text{font-size:1.125rem}}.contact-form .checkbox-wrapper .checkbox-text a{color:#2563eb;text-decoration:none;font-weight:500}.contact-form .checkbox-wrapper .checkbox-text a:hover{text-decoration:underline}.contact-form .btn--large{padding:1.5rem 4rem;font-size:1.125rem;width:100%}@media(min-width: 768px){.contact-form .btn--large{width:auto;min-width:200px}}.form-feedback{padding:1.5rem 2rem;border-radius:.75rem;margin-bottom:3rem;font-weight:500;text-align:center;opacity:0;transition:opacity .3s ease-in-out;display:none;font-size:1rem;line-height:1.6}@media(min-width: 768px){.form-feedback{padding:1rem 1.5rem;font-size:.875rem}}.form-feedback.form-feedback--success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.form-feedback.form-feedback--error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.map-section .map-container{width:100%;height:500px}@media(min-width: 768px){.map-section .map-container{height:400px}}.map-section .map-container iframe{width:100%;height:100%;border:none;display:block}
