@charset "UTF-8";footer{display:flex;align-items:center;justify-content:center;background:#272727;width:100%;position:relative}footer .footer-desktop{display:flex;flex-direction:row;padding:63px 87px;justify-content:space-between;align-items:center;width:100%}footer .footer-desktop .footer-logo-section{display:flex;flex-direction:column;align-items:center;gap:20px}footer .footer-desktop .footer-logo-section img{width:157px;height:69px;filter:brightness(0) invert(1)}footer .footer-desktop .footer-logo-section .social-links{display:flex;gap:15px;align-items:center}footer .footer-desktop .footer-logo-section .social-links a{display:flex;align-items:center;justify-content:center;transition:opacity .3s ease,transform .3s ease}@media (hover: hover){footer .footer-desktop .footer-logo-section .social-links a:hover{opacity:.8;transform:translateY(2px)}}footer .footer-desktop .footer-logo-section .social-links a svg{width:27px;height:26px}footer .footer-desktop .footer-stack-flex{display:flex;align-items:center;gap:100px}footer .footer-desktop .footer-stack-flex .footer-stack{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:10px}footer .footer-desktop .footer-stack-flex .footer-stack__title{color:#fff9;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:18px;font-style:normal;font-weight:400;margin:0}footer .footer-desktop .footer-stack-flex .footer-stack__content{display:flex;flex-direction:column;gap:10px}footer .footer-desktop .footer-stack-flex .footer-stack__content p{color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:17px;font-style:normal;font-weight:500;margin:0;line-height:1.2}footer .footer-desktop .footer-stack-flex .footer-stack__content a{color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:17px;font-style:normal;font-weight:500;margin:0;line-height:1.2;text-decoration:none;transition:color .3s ease}@media (hover: hover){footer .footer-desktop .footer-stack-flex .footer-stack__content a:hover{color:#fffc}}footer .footer-mobile{display:none}@media (max-width: 850px){footer .footer-desktop{display:none}footer .footer-mobile{display:flex;padding:40px 20px;flex-direction:column;align-items:center}footer .footer-mobile__top{display:flex;align-items:center;gap:20px;margin-bottom:25px}footer .footer-mobile__top .footer-mobile__logo{flex-shrink:0}footer .footer-mobile__top .footer-mobile__logo img{width:106px;height:47px;filter:brightness(0) invert(1)}footer .footer-mobile__top .footer-mobile__divider{width:1px;height:33px;background:#fff}footer .footer-mobile__top .footer-mobile__company-info{flex:1;text-align:left}footer .footer-mobile__top .footer-mobile__company-info p{color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-weight:500;margin:0;line-height:1.3;font-size:14px}footer .footer-mobile__links{display:flex;justify-content:space-between;align-items:center;gap:10px;width:100%;margin-bottom:25px}footer .footer-mobile__links a{color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:normal;text-decoration:none;transition:color .3s ease}footer .footer-mobile__social{display:flex;justify-content:center;align-items:center;gap:20px;margin-bottom:15px}footer .footer-mobile__social a{display:flex;align-items:center;justify-content:center}footer .footer-mobile__social a svg{width:24px;height:24px}}header{display:flex;width:100%;height:148px;padding:0 50px;margin:0 auto;justify-content:space-between;align-items:center;position:fixed;top:0;left:0;z-index:999;background:#fff;box-shadow:0 2px 10px #0000001a;transition:all .3s ease}header.header--scrolled{height:80px;padding:0 30px;box-shadow:0 4px 20px #00000026}header.header--scrolled .logo{width:120px;height:52px}header .logo{width:137px;height:69px;transition:all .3s ease}header .logo img{width:100%;height:100%;object-fit:contain}@media (max-width: 870px){header{height:100px;padding:0 20px}header.header--scrolled{height:70px;padding:0 16px}header.header--scrolled .logo{width:105px;height:46px}header .logo{width:120px;height:52px}}@media (max-width: 480px){header{height:80px;padding:0 16px}header.header--scrolled{height:60px;padding:0 12px}header.header--scrolled .logo{width:85px;height:37px}header .logo{width:100px;height:44px}}.navigation{display:flex;justify-content:flex-end;align-items:center;position:relative}.navigation .mobile-menu-toggle{display:none;flex-direction:column;justify-content:center;align-items:center;width:24px;height:24px;background:transparent;border:none;cursor:pointer;padding:0;z-index:10;position:relative}.navigation .mobile-menu-toggle span{width:20px;height:2px;background:#000;border-radius:1px;transition:all .3s ease;transform-origin:center;position:absolute;display:block}.navigation .mobile-menu-toggle span:nth-child(1){transform:translateY(-6px)}.navigation .mobile-menu-toggle span:nth-child(2){transform:translateY(0)}.navigation .mobile-menu-toggle span:nth-child(3){transform:translateY(6px)}.navigation .mobile-menu-toggle:hover span{background:#000}.navigation .mobile-menu-toggle.active span:nth-child(1){transform:translateY(0) rotate(45deg)}.navigation .mobile-menu-toggle.active span:nth-child(2){opacity:0;transform:scaleX(0)}.navigation .mobile-menu-toggle.active span:nth-child(3){transform:translateY(0) rotate(-45deg)}.navigation .desktop-nav{display:flex;gap:30px;margin:0;padding:0}.navigation .desktop-nav a{text-decoration:none;color:#000;transition:transform .2s}@media (hover: hover){.navigation .desktop-nav a:hover:not(.active){transform:translateY(2px)}}.navigation .desktop-nav a li{list-style:none;display:flex;align-items:center;gap:6px}.navigation .desktop-nav a li svg{width:28px;height:28px;fill:#000;transition:fill .2s ease}.navigation .desktop-nav a li span{font-size:19px;font-weight:500;line-height:normal;color:#000;transition:color .2s ease}.navigation .desktop-nav a.active{color:#ff4d3f;pointer-events:none}.navigation .desktop-nav a.active li svg{fill:#ff4d3f}.navigation .desktop-nav a.active li span{color:#ff4d3f}.navigation .mobile-nav{display:none;position:absolute;top:calc(100% + 8px);right:0;background:#fff;box-shadow:0 4px 20px #00000026;border-radius:8px;margin:0;padding:16px 0;min-width:200px;z-index:1000;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease}.navigation .mobile-nav.mobile-nav--open{opacity:1;visibility:visible;transform:translateY(0)}.navigation .mobile-nav a{text-decoration:none;color:#000;display:block;padding:16px 24px;transition:all .3s ease;position:relative;overflow:hidden}.navigation .mobile-nav a:hover{background-color:#f8f9fa;transform:translate(4px)}.navigation .mobile-nav a:hover li svg{transform:scale(1.1)}.navigation .mobile-nav a li{list-style:none;display:flex;align-items:center;gap:16px;transition:all .3s ease}.navigation .mobile-nav a li svg{width:22px;height:22px;fill:#000;transition:all .3s ease}.navigation .mobile-nav a li span{font-size:15px;font-weight:500;line-height:normal;color:#000;transition:all .3s ease}.navigation .mobile-nav a.active{background:linear-gradient(135deg,#fff5f5,#ffe8e8)}.navigation .mobile-nav a.active li svg{fill:#ff4d3f;transform:scale(1.05)}.navigation .mobile-nav a.active li span{color:#ff4d3f;font-weight:600}@media (max-width: 870px){.navigation .mobile-menu-toggle{display:flex}.navigation .desktop-nav{display:none}.navigation .mobile-nav{display:block}}.hero{display:flex;align-items:center;justify-content:center;min-height:60vh;background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;text-align:center;height:550px;position:relative}.hero__content{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:24px;-webkit-user-select:none;user-select:none;max-width:800px;position:relative;z-index:1}.hero__logo{width:298px;height:132px;max-width:100%;height:auto;filter:brightness(0) invert(1)}.hero__title{color:#fff;text-align:center;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:3.2rem;font-style:normal;font-weight:800;line-height:1.1;margin:0;letter-spacing:-.04em;text-shadow:0 4px 12px rgba(0,0,0,.3)}.hero__subtitle{color:#fffffff2;text-align:center;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1.3rem;font-style:normal;font-weight:500;line-height:1.4;margin:0;text-shadow:0 2px 8px rgba(0,0,0,.2);max-width:600px}.hero--home .hero__content{gap:20px}.hero--home .hero__subtitle{font-size:24px;font-weight:600;line-height:normal}.hero--jobs .hero__content{padding:60px 20px;gap:20px}.hero--jobs .hero__title{font-size:3rem;letter-spacing:-.03em;line-height:1.2}.hero--jobs .hero__subtitle{font-size:1.25rem;font-weight:400;line-height:1.6;opacity:.95}@media (max-width: 768px){.hero{padding:40px 20px;height:400px;min-height:40vh}.hero__content{gap:20px}.hero__logo{width:180px;max-width:80%}.hero__title{font-size:2.2rem}.hero__subtitle,.hero--home .hero__subtitle{font-size:1.1rem}.hero--jobs .hero__content{padding:40px 20px}.hero--jobs .hero__title{font-size:2.25rem}.hero--jobs .hero__subtitle{font-size:1.1rem;margin-bottom:32px}}@media (max-width: 480px){.hero{padding:30px 16px;height:350px;min-height:35vh}.hero__content{gap:16px}.hero__logo{width:160px;max-width:70%}.hero__title{font-size:1.9rem}.hero__subtitle,.hero--home .hero__subtitle{font-size:1rem}.hero--jobs .hero__content{padding:30px 16px}.hero--jobs .hero__title{font-size:1.9rem}.hero--jobs .hero__subtitle{font-size:1rem;margin-bottom:24px}}.lazy-image{position:relative;width:100%;height:100%;overflow:hidden;background-color:#f5f5f5}.lazy-image__img{width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .3s ease-in-out}.lazy-image__img--loaded{opacity:1}.lazy-image__placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#f5f5f5}.lazy-image__spinner{width:24px;height:24px;border:2px solid #e0e0e0;border-top:2px solid #ff4d3f;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.lazy-image__spinner{width:20px;height:20px}}.about{width:100%;min-height:100vh;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.team{padding:120px 20px;background:linear-gradient(135deg,#fff,#f8f9fa);position:relative}.team:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,77,63,.2),transparent)}.team__container{max-width:1200px;margin:0 auto}.team h2{text-align:center;font-size:2.5rem;font-weight:800;color:#1a1a1a;margin:0 0 64px;letter-spacing:-.04em}.team__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(420px,1fr));gap:48px;margin-top:80px}@media (max-width: 768px){.team{padding:80px 20px}.team h2{font-size:2.1rem;margin-bottom:48px}.team__grid{grid-template-columns:1fr;gap:32px;margin-top:60px}}@media (max-width: 480px){.team{padding:64px 16px}.team h2{font-size:1.8rem;margin-bottom:40px}.team__grid{gap:28px;margin-top:48px}}.team-card{background:#fff;border-radius:24px;border:2px solid #e5e7eb;transition:all .3s ease;display:flex;flex-direction:column;height:100%}@media (hover: hover){.team-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #00000014;border-color:#d1d5db}}.team-card__image{width:100%;height:360px;overflow:hidden;position:relative;flex-shrink:0;border-radius:24px 24px 0 0}.team-card__image img{width:100%;height:100%;object-position:top}.team-card__content{padding:24px;display:flex;flex-direction:column;flex-grow:1}.team-card__content h3{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0 0 8px;line-height:1.3;letter-spacing:-.02em}.team-card__content p{font-size:1rem;line-height:1.6;color:#4b5563;margin:4px 0 0;flex-grow:1}.team-card__meta{display:flex;gap:8px;margin-bottom:12px;flex-wrap:wrap}.team-card__position{background:#ff4d3f;color:#fff;padding:4px 12px;border-radius:16px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}@media (max-width: 768px){.team-card{border-radius:20px}.team-card__image{height:240px;border-radius:20px 20px 0 0}.team-card__content{padding:20px}.team-card__content h3{font-size:1.3rem;margin-bottom:6px}.team-card__content p{font-size:.95rem;margin-top:10px}.team-card__meta{margin-bottom:10px}.team-card__position{font-size:.75rem}}@media (max-width: 480px){.team-card{border-radius:16px}.team-card__image{height:220px;border-radius:16px 16px 0 0}.team-card__content{padding:16px}.team-card__content h3{font-size:1.2rem;margin-bottom:6px}.team-card__content p{font-size:.9rem;margin-top:8px}.team-card__meta{margin-bottom:8px}.team-card__position{font-size:.7rem}}.button{padding:.875rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:.3s;font-family:inherit;text-decoration:none;display:inline-block;text-align:center}@media (max-width: 768px){.button{padding:.625rem 1.25rem;font-size:.875rem}}.button--primary{background:#ff4d3f;color:#fff}@media (hover: hover){.button--primary:hover{background:#a33129}}.button--secondary{background:transparent;color:#000;border:2px solid #000}@media (hover: hover){.button--secondary:hover{background:#000;color:#fff}}.button:disabled{opacity:.6;cursor:not-allowed}.fallback{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#fff;padding:2rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.fallback-container{max-width:500px;text-align:center;padding:3rem 2rem}.fallback-content{margin-bottom:2rem}.fallback-title{font-size:6rem;font-weight:700;color:#000;margin:0 0 1rem;line-height:1}.fallback-subtitle{font-size:2rem;font-weight:600;color:#000;margin:0 0 1rem;line-height:1.2}.fallback-description{font-size:1.125rem;color:#666;line-height:1.6;margin:0 0 2rem;max-width:400px;margin-left:auto;margin-right:auto}.fallback-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media (max-width: 768px){.fallback{padding:1rem}.fallback-container{padding:2rem 1.5rem}.fallback-title{font-size:4rem}.fallback-subtitle{font-size:1.5rem}.fallback-actions{flex-direction:column;align-items:center}.fallback-button{width:100%;max-width:280px}}@media (max-width: 480px){.fallback-title{font-size:3rem}.fallback-subtitle{font-size:1.25rem}.fallback-description{font-size:1rem}}.photo-gallery{width:100%;margin-top:48px}.photo-gallery__header{text-align:center;margin-bottom:40px}.photo-gallery__title{font-size:1.75rem;font-weight:700;color:#1a1a1a;margin:0 0 12px;letter-spacing:-.02em;position:relative}.photo-gallery__subtitle{font-size:1rem;color:#666;font-weight:400;line-height:1.5;max-width:600px;margin:0 auto}.photo-gallery__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-top:32px;transition:all .4s cubic-bezier(.4,0,.2,1)}@media (max-width: 768px){.photo-gallery__grid--expanded{grid-template-columns:1fr;gap:16px;transition:all .4s cubic-bezier(.4,0,.2,1)}}.photo-gallery__item{cursor:pointer;border-radius:16px;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative}.photo-gallery__item:focus{outline:none}@media (hover: hover){.photo-gallery__item:hover .photo-gallery__overlay{opacity:1}.photo-gallery__item:hover .photo-gallery__image{transform:scale(1.02)}}@media (max-width: 768px){.photo-gallery__item--expanded{grid-column:1/-1;width:100%;max-width:none;margin:0 auto;cursor:default;box-shadow:0 8px 32px #00000026;background:#f8f9fa;animation:expandDown .5s cubic-bezier(.4,0,.2,1) forwards}.photo-gallery__item--expanded .photo-gallery__image-container{height:auto;min-height:300px;max-height:70vh;width:100%;border-radius:16px;overflow:hidden;position:relative;animation:fadeInUp .4s cubic-bezier(.4,0,.2,1) .1s both}.photo-gallery__item--expanded .photo-gallery__image{width:100%;height:auto;min-height:300px;max-height:70vh;object-fit:cover;transform:none;animation:scaleIn .4s cubic-bezier(.4,0,.2,1) .2s both}.photo-gallery__item--expanded .photo-gallery__overlay{opacity:1;background:linear-gradient(to bottom,#0000,#0000004d,#0009 60%,#000000e6);padding:24px 16px;min-height:120px;animation:fadeIn .4s cubic-bezier(.4,0,.2,1) .4s both}.photo-gallery__item--expanded .photo-gallery__overlay-content{text-align:left;animation:slideInLeft .5s cubic-bezier(.4,0,.2,1) .5s both}.photo-gallery__item--expanded .photo-gallery__image-title{font-size:1.1rem;font-weight:600;margin:0 0 6px}.photo-gallery__item--expanded .photo-gallery__category{font-size:.9rem;opacity:.9}}.photo-gallery__image-container{position:relative;width:100%;height:200px;overflow:hidden}.photo-gallery__image{width:100%;height:100%;object-fit:cover;transition:transform .3s cubic-bezier(.4,0,.2,1);position:relative;z-index:0}.photo-gallery__overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#0000,#000000b3);display:flex;align-items:flex-end;padding:16px;opacity:0;transition:opacity .3s cubic-bezier(.4,0,.2,1);z-index:2}.photo-gallery__overlay-content{color:#fff;width:100%}.photo-gallery__image-title{font-size:1rem;font-weight:600;margin:0;line-height:1.3}.photo-gallery__category{font-size:.85rem;opacity:.9;font-weight:400}.photo-gallery__modal{position:fixed;inset:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.photo-gallery__modal--closing{animation:fadeOut .3s ease forwards}.photo-gallery__modal-content{position:relative;max-width:90vw;max-height:90vh;border-radius:16px;overflow:hidden;animation:slideIn .3s ease;box-shadow:0 25px 50px #00000040,0 10px 20px #00000026}.photo-gallery__modal-content--closing{animation:slideOut .3s ease forwards}.photo-gallery__close-btn{position:absolute;top:16px;right:16px;background:#1d1d1dcc;color:#fff;border:none;border-radius:50%;width:44px;height:44px;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:1001;transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);font-weight:300}@media (hover: hover){.photo-gallery__close-btn:hover{background:#000000f2}}.photo-gallery__modal-image-container{position:relative;width:100%;border-radius:16px 16px 0 0;overflow:hidden}.photo-gallery__modal-image{width:100%;height:auto;max-height:70vh;object-fit:contain;display:block;border-radius:16px 16px 0 0}.photo-gallery__modal-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to bottom,#0000,#0000004d,#0009 60%,#000000e6);padding:32px 20px;display:flex;align-items:flex-end;min-height:150px}.photo-gallery__modal-overlay-content{color:#fff;width:100%;text-align:center}.photo-gallery__modal-title{font-size:1.25rem;font-weight:600;color:#fff;margin:0 0 8px}.photo-gallery__modal-category{font-size:.95rem;color:#ffffffe6;font-weight:400}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes slideIn{0%{transform:scale(.8) translateY(20px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}@keyframes slideOut{0%{transform:scale(1) translateY(0);opacity:1}to{transform:scale(.8) translateY(20px);opacity:0}}@keyframes expandDown{0%{max-height:200px;opacity:0}to{max-height:70vh;opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@media (max-width: 1024px){.photo-gallery__grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px}}@media (max-width: 768px){.photo-gallery{margin-top:40px}.photo-gallery__header{margin-bottom:32px}.photo-gallery__title{font-size:1.5rem}.photo-gallery__subtitle{font-size:.95rem}.photo-gallery__grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;margin-top:24px}.photo-gallery__image-container{height:160px;width:100%}.photo-gallery__overlay{padding:12px;opacity:1}.photo-gallery__image-title{font-size:.9rem}.photo-gallery__category{font-size:.8rem}.photo-gallery__modal{padding:16px}.photo-gallery__modal-content{max-width:95vw;max-height:95vh}.photo-gallery__close-btn{width:36px;height:36px;font-size:20px}.photo-gallery__modal-overlay{padding:28px 16px;min-height:130px}.photo-gallery__modal-title{font-size:1.1rem}.photo-gallery__modal-category{font-size:.9rem}}@media (max-width: 480px){.photo-gallery{margin-top:32px}.photo-gallery__header{margin-bottom:24px}.photo-gallery__title{font-size:1.3rem}.photo-gallery__subtitle{font-size:.9rem}.photo-gallery__grid{grid-template-columns:1fr;gap:16px;margin-top:20px}.photo-gallery__image-container{height:180px}.photo-gallery__overlay{padding:16px;opacity:1}.photo-gallery__image-title{font-size:1rem}.photo-gallery__category{font-size:.85rem}.photo-gallery__modal{padding:12px}.photo-gallery__close-btn{width:32px;height:32px;font-size:18px}.photo-gallery__modal-overlay{padding:34px 12px;min-height:110px}.photo-gallery__modal-title{font-size:1rem}.photo-gallery__modal-category{font-size:.85rem}}.home{width:100%;min-height:100vh;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.services{padding:80px 20px;background:#fff}.services__container{max-width:1200px;margin:0 auto}.services h2{text-align:center;font-size:2.25rem;font-weight:800;color:#1a1a1a;margin:0 0 12px;letter-spacing:-.03em}.services__subtitle{text-align:center;font-size:1.1rem;color:#666;max-width:580px;margin:0 auto 64px;font-weight:400;line-height:1.6}.services__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px;margin-top:64px}@media (max-width: 1024px) and (min-width: 769px){.services__grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.services__grid .service-card:nth-child(3){grid-column:1/-1}}@media (max-width: 768px){.services{padding:72px 20px}.services h2{font-size:1.9rem;margin-bottom:10px}.services__subtitle{font-size:1rem;margin-bottom:48px}.services__grid{grid-template-columns:1fr;gap:20px;margin-top:48px}}@media (max-width: 480px){.services{padding:56px 16px}.services h2{font-size:1.7rem;margin-bottom:8px}.services__subtitle{font-size:.95rem;margin-bottom:40px}.services__grid{gap:24px;margin-top:40px}}.service-card{background:#fff;border-radius:24px;overflow:hidden;border:2px solid #e5e7eb;transition:all .3s ease;display:flex;flex-direction:column;height:100%}@media (hover: hover){.service-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #00000014}}.service-card__image{width:100%;height:200px;overflow:hidden;position:relative;flex-shrink:0}.service-card__image img{width:100%;height:100%;object-fit:cover}.service-card__content{padding:24px;display:flex;flex-direction:column;flex-grow:1}.service-card__content h3{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin:0 0 8px;line-height:1.4;letter-spacing:-.02em}.service-card__content p{font-size:.95rem;line-height:1.5;color:#666;margin:0 0 20px;font-weight:400;flex-grow:1}.service-card__button{margin-top:auto;align-self:flex-start}.service-card__icon{position:absolute;top:12px;right:12px;width:32px;height:32px;background:#ffffffe6;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:14px;box-shadow:0 2px 4px #0000001a}@media (max-width: 768px){.service-card{border-radius:20px}.service-card__image{height:180px}.service-card__content{padding:20px}.service-card__content h3{font-size:1.15rem}.service-card__content p{font-size:.9rem}.service-card__icon{width:28px;height:28px;font-size:12px}}@media (max-width: 480px){.service-card{border-radius:16px}.service-card__image{height:160px}.service-card__content{padding:18px}.service-card__content h3{font-size:1.1rem}.service-card__content p{font-size:.85rem;margin-bottom:16px}}.gallery-section{padding-top:0;padding-bottom:80px;position:relative}.gallery-section:before{content:"";position:absolute;inset:0;pointer-events:none}.gallery-section__container{max-width:1200px;margin:0 auto;position:relative;z-index:1}@media (max-width: 768px){.gallery-section{padding:20px}}@media (max-width: 480px){.gallery-section{padding:20px 16px}}.impressum{width:100%;min-height:100vh;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.impressum-content{padding:96px 20px;background:#fff}@media (max-width: 768px){.impressum-content{padding:60px 16px}}.impressum-content__container{max-width:1400px;margin:0 auto;overflow-wrap:break-word;word-wrap:break-word}.impressum-header{text-align:center;margin-bottom:40px}@media (max-width: 768px){.impressum-header{margin-bottom:32px}}.impressum-header h1{font-size:2.25rem;font-weight:800;color:#1a1a1a;margin:0 0 12px;letter-spacing:-.03em}@media (max-width: 768px){.impressum-header h1{font-size:2rem}}@media (max-width: 480px){.impressum-header h1{font-size:1.75rem}}.impressum-header p{font-size:1.1rem;color:#666;max-width:600px;margin:0 auto}@media (max-width: 768px){.impressum-header p{font-size:1rem}}@media (max-width: 480px){.impressum-header p{font-size:.95rem}}.impressum-section{margin-bottom:32px;padding:24px;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;border:1px solid #f0f0f0}@media (max-width: 768px){.impressum-section{margin-bottom:24px;padding:20px;border-radius:8px}}@media (max-width: 480px){.impressum-section{padding:16px;margin-bottom:20px}}.impressum-section:last-child{margin-bottom:0}.impressum-section h2{color:#1a1a1a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1.75rem;font-weight:700;line-height:1.3;margin:0 0 24px;padding-bottom:12px;border-bottom:2px solid #ff4d3f;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}@media (max-width: 768px){.impressum-section h2{font-size:1.75rem;margin-bottom:25px}}@media (max-width: 480px){.impressum-section h2{font-size:1.5rem;margin-bottom:20px}}.impressum-section h3{color:#1a1a1a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1.25rem;font-weight:600;line-height:1.4;margin:24px 0 16px}@media (max-width: 768px){.impressum-section h3{font-size:1.3rem;margin:25px 0 15px}}@media (max-width: 480px){.impressum-section h3{font-size:1.2rem;margin:20px 0 15px}}.impressum-section h4{color:#1a1a1a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1.1rem;font-weight:600;line-height:1.4;margin:20px 0 12px}@media (max-width: 768px){.impressum-section h4{font-size:1.1rem;margin:20px 0 12px}}@media (max-width: 480px){.impressum-section h4{font-size:1rem;margin:18px 0 10px}}.impressum-section p{color:#4a4a4a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;margin:0 0 16px}@media (max-width: 768px){.impressum-section p{font-size:.95rem;line-height:1.6;margin-bottom:18px;text-align:left}}@media (max-width: 480px){.impressum-section p{font-size:.9rem;margin-bottom:16px}}.impressum-section p:last-child{margin-bottom:0}.impressum-section ul{color:#4a4a4a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;margin:0 0 16px;padding-left:20px}@media (max-width: 768px){.impressum-section ul{font-size:.95rem;line-height:1.6;margin-bottom:18px;padding-left:20px}}@media (max-width: 480px){.impressum-section ul{font-size:.9rem;margin-bottom:16px;padding-left:18px}}.impressum-section ul li{margin-bottom:8px}@media (max-width: 480px){.impressum-section ul li{margin-bottom:6px}}.impressum-section ul li:last-child{margin-bottom:0}.impressum-section a{color:#ff4d3f;text-decoration:none;font-weight:500;transition:color .3s ease;word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}@media (hover: hover){.impressum-section a:hover{color:#a33129;text-decoration:underline}}.impressum-section a:focus{outline:2px solid #ff4d3f;outline-offset:2px}.tax-id-container{display:flex;align-items:center;justify-content:space-between;gap:12px;height:32px}@media (max-width: 480px){.tax-id-container{height:28px}}.tax-id-container p{margin:0!important;padding:0!important;flex:1;line-height:32px!important;height:32px;display:flex;align-items:center}@media (max-width: 480px){.tax-id-container p{line-height:28px!important;height:28px}}.tax-id-container p strong{line-height:inherit!important;font-weight:600}.copy-button{display:inline-flex;align-items:center;justify-content:center;padding:8px;background:#ff4d3f;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease;flex-shrink:0;width:32px;height:32px}@media (hover: hover){.copy-button:hover{background:#e63946;transform:translateY(-1px)}}.copy-button:active{transform:translateY(0)}.copy-button svg{flex-shrink:0}@media (max-width: 480px){.copy-button{width:28px;height:28px;padding:6px}}.impressum-source{text-align:center;font-style:italic;color:#888;margin-top:32px;padding-top:30px;border-top:1px solid #e0e0e0}@media (max-width: 768px){.impressum-source{margin-top:35px;padding-top:25px}}@media (max-width: 480px){.impressum-source{margin-top:30px;padding-top:20px}}.impressum-source a{color:#888;font-weight:400}@media (hover: hover){.impressum-source a:hover{color:#1a1a1a}}@media print{.impressum{background:#fff}.impressum-content{padding:20px 0}.impressum-section{page-break-inside:avoid;margin-bottom:30px}.impressum-section h2,.impressum-section h3,.impressum-section h4{color:#000;page-break-after:avoid}.impressum-section p,.impressum-section ul{color:#000}.impressum-section a{color:#000;text-decoration:underline}.contact-info{background:#fff;border:1px solid #ccc}}.jobs{width:100%;min-height:100vh;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.job-listings{padding:96px 20px;background:#fff}.job-listings__container{max-width:1200px;margin:0 auto}.job-listings__header{display:flex;flex-direction:column;align-items:center;gap:24px;margin-bottom:64px}.job-listings h2{text-align:center;font-size:2.25rem;font-weight:800;color:#1a1a1a;margin:0;letter-spacing:-.03em}.job-listings .contact-card{background:#f8f9fa;border:2px solid #e5e7eb;border-radius:16px;padding:24px;margin:0;width:max-content;text-align:center}.job-listings .contact-card p{font-size:1.1rem;font-weight:600;color:#374151;margin:0 0 16px}.job-listings .contact-card .contact-links{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.job-listings__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:32px}.job-listings__grid .job-card:last-child:nth-child(odd){grid-column:1/-1}@media (min-width: 1200px){.job-listings__grid{grid-template-columns:repeat(auto-fill,minmax(380px,1fr))}.job-listings__grid .job-card:last-child:nth-child(3n+1){grid-column:1/-1}}@media (max-width: 768px){.job-listings{padding:72px 20px}.job-listings__header{gap:20px;margin-bottom:48px}.job-listings h2{font-size:1.9rem}.job-listings__grid{grid-template-columns:1fr;gap:24px}.job-listings .contact-card{padding:20px}.job-listings .contact-card p{font-size:1rem}.job-listings .contact-card .contact-links{gap:12px}}@media (max-width: 480px){.job-listings{padding:56px 16px}.job-listings__header{gap:16px;margin-bottom:40px}.job-listings h2{font-size:1.7rem}.job-listings__grid{gap:20px}.job-listings .contact-card{padding:18px}.job-listings .contact-card p{font-size:.95rem;margin-bottom:12px}.job-listings .contact-card .contact-links{flex-direction:column;gap:10px}}.job-card{background:#fff;border-radius:24px;border:2px solid #e5e7eb;padding:32px;transition:all .3s ease;display:flex;flex-direction:column;height:100%}@media (hover: hover){.job-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #00000014;border-color:#d1d5db}}.job-card__meta{display:flex;gap:12px;margin-bottom:16px;flex-wrap:wrap}.job-card__department{background:#ff4d3f;color:#fff;padding:4px 12px;border-radius:16px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.job-card__location{background:#f3f4f6;color:#4b5563;padding:4px 12px;border-radius:16px;font-size:.8rem;font-weight:500}.job-card__title{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0 0 12px;line-height:1.3;letter-spacing:-.02em}.job-card__description{font-size:1rem;line-height:1.6;color:#4b5563;margin:0 0 20px}.job-card__highlights{display:flex;flex-direction:column;gap:16px}.job-card__requirements h4{font-size:.9rem;font-weight:600;color:#374151;margin:0 0 8px;text-transform:uppercase;letter-spacing:.05em}.job-card__requirements ul{list-style:none;padding:0;margin:0}.job-card__requirements ul li{position:relative;padding-left:16px;margin-bottom:4px;font-size:.9rem;line-height:1.4;color:#6b7280}.job-card__requirements ul li:before{content:"•";position:absolute;left:0;color:#ff4d3f;font-weight:700}.job-card__requirements ul li:last-child{margin-bottom:0}.job-card__benefits h4{font-size:.9rem;font-weight:600;color:#374151;margin:0 0 12px;text-transform:uppercase;letter-spacing:.05em}.job-card__benefits .benefits-tags{display:flex;flex-wrap:wrap;gap:8px}.job-card__benefits .benefit-tag{background:#f3f4f6;color:#4b5563;padding:4px 10px;border-radius:12px;font-size:.8rem;font-weight:500;border:1px solid #e5e7eb}@media (max-width: 768px){.job-card{padding:24px;border-radius:20px}.job-card__title{font-size:1.35rem}.job-card__description{font-size:.95rem}}@media (max-width: 480px){.job-card{padding:20px;border-radius:16px}.job-card__meta{gap:8px}.job-card__department,.job-card__location{font-size:.75rem;padding:3px 10px}.job-card__title{font-size:1.25rem}.job-card__description{font-size:.9rem}}.privacy{width:100%;background:#fff}.privacy-content{padding:96px 20px;background:#fff}@media (max-width: 768px){.privacy-content{padding:60px 16px}}.privacy-content__container{max-width:1400px;margin:0 auto}.privacy-header{text-align:center;margin-bottom:40px}@media (max-width: 768px){.privacy-header{margin-bottom:32px}}.privacy-header h1{font-size:2.25rem;font-weight:800;color:#1a1a1a;margin:0 0 12px;letter-spacing:-.03em}@media (max-width: 768px){.privacy-header h1{font-size:2rem}}@media (max-width: 480px){.privacy-header h1{font-size:1.75rem}}.privacy-header p{font-size:1.1rem;color:#666;max-width:600px;margin:0 auto}@media (max-width: 768px){.privacy-header p{font-size:1rem}}@media (max-width: 480px){.privacy-header p{font-size:.95rem}}.privacy-section{margin-bottom:32px;padding:24px;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;border:1px solid #f0f0f0}@media (max-width: 768px){.privacy-section{margin-bottom:24px;padding:20px;border-radius:8px}}@media (max-width: 480px){.privacy-section{padding:16px;margin-bottom:20px}}.privacy-section:last-child{margin-bottom:0}.privacy-section h2{color:#1a1a1a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1.75rem;font-weight:700;line-height:1.3;margin:0 0 24px;padding-bottom:12px;border-bottom:2px solid #ff4d3f}@media (max-width: 768px){.privacy-section h2{font-size:1.75rem;margin-bottom:25px}}@media (max-width: 480px){.privacy-section h2{font-size:1.5rem;margin-bottom:20px}}.privacy-section h3{color:#1a1a1a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1.25rem;font-weight:600;line-height:1.4;margin:24px 0 16px}@media (max-width: 768px){.privacy-section h3{font-size:1.3rem;margin:25px 0 15px}}@media (max-width: 480px){.privacy-section h3{font-size:1.2rem;margin:20px 0 15px}}.privacy-section h4{color:#1a1a1a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1.1rem;font-weight:600;line-height:1.4;margin:20px 0 12px}@media (max-width: 768px){.privacy-section h4{font-size:1.1rem;margin:20px 0 12px}}@media (max-width: 480px){.privacy-section h4{font-size:1rem;margin:18px 0 10px}}.privacy-section p{color:#4a4a4a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;margin:0 0 16px}@media (max-width: 768px){.privacy-section p{font-size:.95rem;line-height:1.6;margin-bottom:18px;text-align:left}}@media (max-width: 480px){.privacy-section p{font-size:.9rem;margin-bottom:16px}}.privacy-section p:last-child{margin-bottom:0}.privacy-section ul{color:#4a4a4a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;margin:0 0 16px;padding-left:20px}@media (max-width: 768px){.privacy-section ul{font-size:.95rem;line-height:1.6;margin-bottom:18px;padding-left:20px}}@media (max-width: 480px){.privacy-section ul{font-size:.9rem;margin-bottom:16px;padding-left:18px}}.privacy-section ul li{margin-bottom:8px}@media (max-width: 480px){.privacy-section ul li{margin-bottom:6px}}.privacy-section ul li:last-child{margin-bottom:0}.privacy-section a{color:#ff4d3f;text-decoration:none;font-weight:500;transition:color .3s ease;word-break:break-all}@media (hover: hover){.privacy-section a:hover{color:#a33129;text-decoration:underline}}.privacy-section a:focus{outline:2px solid #ff4d3f;outline-offset:2px}@media (max-width: 480px){.privacy-section a{word-break:break-word}}.contact-info{background:#fafafa;border:1px solid #e0e0e0;border-radius:8px;padding:24px;margin:16px 0}@media (max-width: 768px){.contact-info{padding:20px;margin:18px 0}}@media (max-width: 480px){.contact-info{padding:16px;margin:16px 0}}.contact-info p{margin-bottom:15px;color:#1a1a1a;font-weight:500}@media (max-width: 768px){.contact-info p{margin-bottom:12px}}@media (max-width: 480px){.contact-info p{margin-bottom:10px}}.contact-info p:last-child{margin-bottom:0}.contact-info p strong{font-weight:600;color:#1a1a1a}.privacy-important{background:#fff9f9;border:1px solid #ff4d3f;border-radius:8px;padding:20px;margin:16px 0;font-weight:500;color:#d32f2f}@media (max-width: 768px){.privacy-important{padding:18px;margin:18px 0;font-size:.95rem}}@media (max-width: 480px){.privacy-important{padding:16px;margin:16px 0;font-size:.9rem}}.privacy-source{text-align:center;font-style:italic;color:#888;margin-top:32px;padding-top:30px;border-top:1px solid #e0e0e0}@media (max-width: 768px){.privacy-source{margin-top:35px;padding-top:25px}}@media (max-width: 480px){.privacy-source{margin-top:30px;padding-top:20px}}.privacy-source a{color:#888;font-weight:400}@media (hover: hover){.privacy-source a:hover{color:#1a1a1a}}@media print{.privacy{background:#fff}.privacy-hero{display:none}.privacy-content{padding:20px 0}.privacy-section{page-break-inside:avoid;margin-bottom:30px}.privacy-section h2,.privacy-section h3,.privacy-section h4{color:#000;page-break-after:avoid}.privacy-section p,.privacy-section ul{color:#000}.privacy-section a{color:#000;text-decoration:underline}.contact-info{background:#fff;border:1px solid #ccc}.privacy-important{background:#fff;border:2px solid #000}}.services-page{width:100%;min-height:100vh;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.services-tabs{padding:80px 20px;background:#fff}.services-tabs__container{max-width:1200px;margin:0 auto}.services-tabs__navigation{display:flex;align-items:stretch;justify-content:center;gap:10px;margin-bottom:32px;padding:8px;background:#f8f9fa;border-radius:14px;border:1px solid #e5e7eb;overflow:hidden;width:100%;position:relative}.services-tabs__navigation--desktop{display:flex}.services-tabs__navigation--mobile{display:none}.services-tabs__tab{position:relative;display:inline-flex;align-items:center;justify-content:center;flex:1 1 0;min-width:0;padding:14px 22px;border:1px solid #e5e7eb;border-radius:10px;background:transparent;cursor:pointer;color:#374151;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.95rem;font-weight:600;letter-spacing:.01em;transition:background .18s ease,color .18s ease,box-shadow .18s ease}.services-tabs__tab:focus-visible{outline:none;box-shadow:0 0 0 3px #ff4d3f33}@media (hover: hover){.services-tabs__tab:hover{background:#ff4c3f24;color:#ff4d3f;border-color:#ff4d3f59}}.services-tabs__tab--active{background:#ff4c3f1b;color:#ff4d3f;border-color:#ff4d3f73;box-shadow:none}.services-tabs__tab--mobile{background:#ff4c3f1b;color:#ff4d3f;border-color:#ff4d3f73;box-shadow:none;flex:1;justify-content:center;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.services-tabs__carousel{flex:1;display:flex;align-items:center;justify-content:center;min-width:0;overflow:hidden}.services-tabs__carousel-content{width:100%;display:flex;align-items:center;justify-content:center}.services-tabs__nav-btn{display:flex;align-items:center;justify-content:center;width:44px;height:52px;background:transparent;color:#6b7280;border:1px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .2s ease;flex-shrink:0;-webkit-user-select:none;user-select:none}.services-tabs__nav-btn svg{width:20px;height:20px}.services-tabs__nav-btn:hover{background:#f8f9fa;border-color:#d1d5db;color:#374151;transform:scale(1.05)}.services-tabs__nav-btn:active{transform:scale(.95)}.services-tabs__nav-btn--prev{margin-right:12px}.services-tabs__nav-btn--next{margin-left:12px}.services-tabs__content{background:#fff;border-radius:24px;border:2px solid #e5e7eb;overflow:hidden;box-shadow:0 4px 20px #0000000d}@media (max-width: 949px){.services-tabs{padding:60px 20px}.services-tabs__navigation--desktop{display:none}.services-tabs__navigation--mobile{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px;padding:12px;background:#f8f9fa;border-radius:16px;border:1px solid #e5e7eb;gap:0}.services-tabs__tab--mobile{padding:16px 20px;font-size:1rem;font-weight:600;border-radius:12px;transition:all .2s ease;text-align:center;min-height:52px;display:flex;align-items:center;justify-content:center}.services-tabs__nav-btn{width:48px;height:52px;border-radius:14px}.services-tabs__nav-btn svg{width:22px;height:22px}.services-tabs__nav-btn--prev{margin-right:16px}.services-tabs__nav-btn--next{margin-left:16px}}@media (max-width: 600px){.services-tabs{padding:40px 16px}.services-tabs__navigation--mobile{margin-bottom:24px;padding:10px;border-radius:14px}.services-tabs__tab--mobile{padding:14px 16px;font-size:.9rem;border-radius:10px;min-height:48px}.services-tabs__nav-btn{width:44px;height:48px;border-radius:12px}.services-tabs__nav-btn svg{width:20px;height:20px}.services-tabs__nav-btn--prev{margin-right:12px}.services-tabs__nav-btn--next{margin-left:12px}}.service-detail__hero{display:grid;grid-template-columns:minmax(300px,480px) 1fr;gap:60px;min-height:650px;max-width:1300px;margin:0 auto;padding:33px 40px;align-items:center}.service-detail__hero-image{position:relative;overflow:hidden;border-radius:20px;box-shadow:0 20px 40px #0000001a;aspect-ratio:3/4;height:600px}.service-detail__hero-content{padding:0;display:flex;flex-direction:column;justify-content:center;min-width:0;overflow:hidden}.service-detail__hero-content h2{font-size:3rem;font-weight:800;color:#1a1a1a;margin:0 0 24px;line-height:1.1;letter-spacing:-.02em}.service-detail__hero-logo-container{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:20px}.service-detail__hero-logo{height:40px;width:auto;object-fit:contain}.service-detail__hero-logo-divider{display:none}.service-detail__hero-content p{font-size:1.3rem;color:#4b5563;margin:0 0 16px;line-height:1.6;font-weight:400}.service-detail__hero-divider{width:100%;height:2px;background:#e5e7eb;margin:20px 0 24px}.service-detail__hero-features{display:flex;gap:16px;margin-top:0;flex-wrap:wrap;max-width:100%;justify-content:flex-start;align-items:flex-start;width:100%}.service-detail__feature{display:flex;align-items:center;gap:8px;flex:1 1 auto;max-width:100%;flex-direction:column;text-align:center;min-width:fit-content}.service-detail__feature-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#ff4d3f1a;border-radius:50%;color:#ff4d3f;flex-shrink:0}.service-detail__feature-icon svg{width:16px;height:16px}.service-detail__feature-label{font-size:.9rem;color:#4b5563;font-weight:600;min-width:fit-content;flex-shrink:0;text-align:center;line-height:1.2}.service-detail__overview{padding:60px;background:#fff;border-bottom:1px solid #e5e7eb}.service-detail__overview h3{font-size:1.8rem;font-weight:700;color:#1a1a1a;margin:0 0 20px;letter-spacing:-.01em}.service-detail__overview p{font-size:1.1rem;line-height:1.6;color:#4b5563;margin:0}.service-detail__sections{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:0}.service-detail__section{padding:40px;border-right:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb}.service-detail__section:last-child{border-right:none}.service-detail__section h4{font-size:1.3rem;font-weight:700;color:#1a1a1a;margin:0 0 20px;letter-spacing:-.01em}.service-detail__features,.service-detail__benefits{list-style:none;padding:0;margin:0}.service-detail__features li,.service-detail__benefits li{position:relative;padding-left:24px;margin-bottom:12px;font-size:1rem;line-height:1.5;color:#4b5563}.service-detail__features li:before{content:"-";position:absolute;left:0;top:0;color:#ff4d3f;font-weight:800;font-size:1rem}.service-detail__benefits li:before{content:"✓";position:absolute;left:0;top:0;color:#ff4d3f;font-weight:700;font-size:1rem}.service-detail__process{display:flex;flex-direction:column;gap:20px}.service-detail__process-step{display:flex;align-items:center;gap:16px}.service-detail__process-number{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#ff4d3f;color:#fff;border-radius:50%;font-weight:700;font-size:.9rem;flex-shrink:0}.service-detail__process-text{font-size:1rem;line-height:1.5;color:#4b5563}.service-detail__cta{padding:40px 60px;background:#f8f9fa;display:flex;gap:20px;justify-content:center}.service-detail__image-container{position:relative;width:100%;height:100%;overflow:hidden;display:flex;align-items:center;justify-content:center;border-radius:12px}.service-detail__hero-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center center;will-change:transform,opacity;border-radius:12px;box-shadow:0 4px 20px #0000001a}.service-detail__image-indicators{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:8px;z-index:3;background:#0006;padding:10px 12px;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.service-detail__image-dot{width:8px;height:12px;min-width:8px;min-height:8px;border-radius:50%;border:none;background:#fff6;cursor:pointer;transition:all .3s ease;flex-shrink:0}.service-detail__image-dot--active{background:#ff4d3f}.service-detail__nav-btn{background:#ffffff1a;color:#fffc;border:none;border-radius:50%;width:30px;height:30px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;-webkit-user-select:none;user-select:none;flex-shrink:0}.service-detail__nav-btn svg{width:14px;height:14px}@media (hover: hover){.service-detail__nav-btn:hover{background:#fff3;color:#fff;transform:scale(1.1)}}.service-detail__nav-btn:active{transform:scale(.95)}@media (max-width: 1400px){.service-detail__hero{gap:50px}.service-detail__hero-features{gap:14px;flex-wrap:wrap}.service-detail__feature-label{font-size:.88rem}}@media (max-width: 1200px){.service-detail__hero{grid-template-columns:minmax(300px,420px) 1fr;gap:50px;padding:20px 32px}.service-detail__hero-features{gap:16px;flex-wrap:wrap;justify-content:flex-start}.service-detail__feature{flex:0 0 auto;min-width:90px;flex-direction:column;text-align:center}.service-detail__feature-label{font-size:.85rem;text-align:center;line-height:1.2}}@media (max-width: 1100px){.service-detail__hero{grid-template-columns:minmax(320px,380px) 1fr;gap:45px;padding:20px 28px}}@media (max-width: 1209px){.service-detail__hero{grid-template-columns:350px 1fr;gap:40px;min-height:500px}.service-detail__hero-image{height:420px}.service-detail__hero-content h2{font-size:2.5rem}.service-detail__hero-content p{font-size:1.2rem}.service-detail__hero-logo{height:36px;margin-bottom:18px}.service-detail__hero-divider{width:100%;margin:16px 0 20px}.service-detail__hero-features{gap:20px;margin-top:0;flex-wrap:wrap;justify-content:flex-start;max-width:100%}.service-detail__feature{flex:0 0 auto;min-width:90px}.service-detail__feature-icon{width:28px;height:28px}.service-detail__feature-icon svg{width:14px;height:14px}.service-detail__feature-label{font-size:.8rem;min-width:fit-content;flex-shrink:0;text-align:center;line-height:1.2}.service-detail__sections{grid-template-columns:1fr}.service-detail__section{border-right:none}}@media (max-width: 949px){.service-detail__hero{grid-template-columns:1fr;gap:24px;padding:20px;text-align:center}.service-detail__hero-image{height:420px;max-width:340px;margin:0 auto}.service-detail__hero-content h2{font-size:2rem;margin-bottom:14px}.service-detail__hero-content p{font-size:1rem;margin-bottom:14px}.service-detail__hero-logo-container{align-items:center;margin-bottom:16px}.service-detail__hero-logo{height:40px;margin-bottom:12px}.service-detail__hero-logo-divider{display:block;width:60px;height:2px;background:#e5e7eb}.service-detail__hero-divider{width:100%;margin:14px 0 28px}.service-detail__hero-features{gap:20px;margin-top:0;justify-content:center;flex-wrap:wrap;max-width:100%}.service-detail__feature{flex-direction:column;align-items:center;gap:8px;min-width:100px;flex:1 1 calc(33.333% - 14px)}.service-detail__feature-icon{width:32px;height:32px}.service-detail__feature-icon svg{width:16px;height:16px}.service-detail__feature-label{font-size:.8rem;text-align:center;white-space:normal;line-height:1.2;font-weight:600;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.service-detail__overview{padding:40px 32px}.service-detail__overview h3{font-size:1.5rem;margin-bottom:16px}.service-detail__overview p{font-size:1rem}.service-detail__section{padding:32px}.service-detail__section h4{font-size:1.2rem;margin-bottom:16px}.service-detail__features li,.service-detail__benefits li{font-size:.95rem;margin-bottom:10px}.service-detail__process-step{gap:12px}.service-detail__process-number{width:28px;height:28px;font-size:.8rem}.service-detail__process-text{font-size:.95rem}.service-detail__cta{padding:32px;flex-direction:row;align-items:stretch;gap:16px}.service-detail__cta .button{flex:1;min-width:0;height:48px;display:flex;align-items:center;justify-content:center}.service-detail__nav-btn{width:32px;height:32px}.service-detail__nav-btn svg{width:16px;height:16px}}@media (max-width: 600px){.service-detail__hero{gap:20px;padding:24px 16px}.service-detail__hero-image{height:480px;max-width:380px}.service-detail__hero-content h2{font-size:1.7rem;margin-bottom:12px}.service-detail__hero-content p{font-size:.95rem;margin-bottom:12px}.service-detail__hero-logo-container{align-items:center;margin-bottom:14px}.service-detail__hero-logo{height:40px;margin-bottom:10px}.service-detail__hero-logo-divider{display:block;width:50px;height:2px;background:#e5e7eb}.service-detail__hero-divider{width:100%;margin:12px 0 24px}.service-detail__hero-features{gap:16px;margin-top:0;justify-content:center;flex-wrap:wrap;max-width:100%}.service-detail__feature{flex-direction:column;align-items:center;gap:6px;min-width:90px;flex:1 1 calc(50% - 8px)}.service-detail__feature-icon{width:36px;height:36px}.service-detail__feature-icon svg{width:18px;height:18px}.service-detail__feature-label{font-size:.75rem;text-align:center;line-height:1.1;font-weight:600;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.service-detail__overview{padding:32px 24px}.service-detail__overview h3{font-size:1.3rem;margin-bottom:12px}.service-detail__overview p{font-size:.95rem}.service-detail__section{padding:24px}.service-detail__section h4{font-size:1.1rem;margin-bottom:12px}.service-detail__features li,.service-detail__benefits li{font-size:.9rem;margin-bottom:8px;padding-left:20px}.service-detail__process-step{gap:10px}.service-detail__process-number{width:24px;height:24px;font-size:.75rem}.service-detail__process-text{font-size:.9rem}.service-detail__cta{padding:24px;flex-direction:row;align-items:stretch;gap:12px}.service-detail__cta .button{flex:1;min-width:0;height:44px;display:flex;align-items:center;justify-content:center}.service-detail__nav-btn{width:28px;height:28px}.service-detail__nav-btn svg{width:14px;height:14px}}@media (max-width: 480px){.service-detail__hero{padding:36px 16px}.service-detail__hero-image{height:420px;max-width:320px}.service-detail__hero-features{gap:12px;justify-content:space-between}.service-detail__feature{min-width:80px;flex:1 1 calc(33.333% - 8px)}.service-detail__feature-icon{width:32px;height:32px}.service-detail__feature-icon svg{width:16px;height:16px}.service-detail__feature-label{font-size:.7rem;line-height:1;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}}.services-cta{padding:120px 20px;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#fff;text-align:center}.services-cta__container{max-width:800px;margin:0 auto}.services-cta h2{font-size:2.5rem;font-weight:800;color:#fff;margin:0 0 24px;letter-spacing:-.04em}.services-cta p{font-size:1.2rem;line-height:1.6;color:#ffffffe6;max-width:600px;margin:0 auto 48px}.services-cta__buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}@media (max-width: 949px){.services-cta{padding:80px 20px}.services-cta h2{font-size:2.1rem;margin-bottom:20px}.services-cta p{font-size:1.1rem;margin-bottom:40px}.services-cta__buttons{gap:16px}}@media (max-width: 600px){.services-cta{padding:64px 16px}.services-cta h2{font-size:1.8rem;margin-bottom:16px}.services-cta p{font-size:1rem;margin-bottom:32px}.services-cta__buttons{flex-direction:column;align-items:center;gap:12px}}.terms{width:100%;min-height:100vh;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.terms-content{padding:96px 20px;background:#fff}@media (max-width: 768px){.terms-content{padding:60px 16px}}.terms-content__container{max-width:1400px;margin:0 auto;overflow-wrap:break-word;word-wrap:break-word}.terms-header{text-align:center;margin-bottom:40px}@media (max-width: 768px){.terms-header{margin-bottom:32px}}.terms-header h1{font-size:2.25rem;font-weight:800;color:#1a1a1a;margin:0 0 12px;letter-spacing:-.03em}@media (max-width: 768px){.terms-header h1{font-size:2rem}}@media (max-width: 480px){.terms-header h1{font-size:1.75rem}}.terms-header p{font-size:1.1rem;color:#666;max-width:600px;margin:0 auto}@media (max-width: 768px){.terms-header p{font-size:1rem}}@media (max-width: 480px){.terms-header p{font-size:.95rem}}.terms-section{margin-bottom:32px;padding:24px;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;border:1px solid #f0f0f0}@media (max-width: 768px){.terms-section{margin-bottom:24px;padding:20px;border-radius:8px}}@media (max-width: 480px){.terms-section{padding:16px;margin-bottom:20px}}.terms-section:last-child{margin-bottom:0}.terms-section h2{color:#1a1a1a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1.75rem;font-weight:700;line-height:1.3;margin:0 0 24px;padding-bottom:12px;border-bottom:2px solid #ff4d3f;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}@media (max-width: 768px){.terms-section h2{font-size:1.75rem;margin-bottom:25px}}@media (max-width: 480px){.terms-section h2{font-size:1.5rem;margin-bottom:20px}}.terms-section h3{color:#1a1a1a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1.25rem;font-weight:600;line-height:1.4;margin:24px 0 16px}@media (max-width: 768px){.terms-section h3{font-size:1.3rem;margin:25px 0 15px}}@media (max-width: 480px){.terms-section h3{font-size:1.2rem;margin:20px 0 15px}}.terms-section h4{color:#1a1a1a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1.1rem;font-weight:600;line-height:1.4;margin:20px 0 12px}@media (max-width: 768px){.terms-section h4{font-size:1.1rem;margin:20px 0 12px}}@media (max-width: 480px){.terms-section h4{font-size:1rem;margin:18px 0 10px}}.terms-section p{color:#4a4a4a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;margin:0 0 16px}@media (max-width: 768px){.terms-section p{font-size:.95rem;line-height:1.6;margin-bottom:18px;text-align:left}}@media (max-width: 480px){.terms-section p{font-size:.9rem;margin-bottom:16px}}.terms-section p:last-child{margin-bottom:0}.terms-section p strong{font-weight:600;color:#1a1a1a}.terms-section ul{color:#4a4a4a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;margin:0 0 16px;padding-left:20px}@media (max-width: 768px){.terms-section ul{font-size:.95rem;line-height:1.6;margin-bottom:18px;padding-left:20px}}@media (max-width: 480px){.terms-section ul{font-size:.9rem;margin-bottom:16px;padding-left:18px}}.terms-section ul li{margin-bottom:8px}@media (max-width: 480px){.terms-section ul li{margin-bottom:6px}}.terms-section ul li:last-child{margin-bottom:0}.terms-section a{color:#ff4d3f;text-decoration:none;font-weight:500;transition:color .3s ease;word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}@media (hover: hover){.terms-section a:hover{color:#a33129;text-decoration:underline}}.terms-section a:focus{outline:2px solid #ff4d3f;outline-offset:2px}.terms-source{text-align:center;font-style:italic;color:#888;margin-top:32px;padding-top:30px;border-top:1px solid #e0e0e0}@media (max-width: 768px){.terms-source{margin-top:35px;padding-top:25px}}@media (max-width: 480px){.terms-source{margin-top:30px;padding-top:20px}}html{scroll-behavior:smooth}@media print{.terms{background:#fff}.terms-content{padding:20px 0}.terms-section{page-break-inside:avoid;margin-bottom:30px}.terms-section h2,.terms-section h3,.terms-section h4{color:#000;page-break-after:avoid}.terms-section p,.terms-section ul{color:#000}.terms-section a{color:#000;text-decoration:underline}}.popup-backdrop{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem}.popup{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;width:100%;max-height:90vh;overflow-y:auto;position:relative}.popup--small{max-width:400px}.popup--medium{max-width:500px}.popup--large{max-width:600px}.popup__header{display:flex;align-items:center;justify-content:space-between;padding:2rem 2rem 1rem;border-bottom:1px solid #f0f0f0}.popup__header-content{display:flex;align-items:center;gap:.5rem;flex:1}.popup__close{background:none;border:none;font-size:2rem;color:#666;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease;flex-shrink:0}@media (hover: hover){.popup__close:hover{background:#f5f5f5;color:#333}}.popup__close:focus{outline:2px solid #ff4d3f;outline-offset:2px}.popup__content{padding:2rem}.popup__icon{display:flex;justify-content:center;color:#ff4d3f;flex-shrink:0}.popup__title{font-size:1.2rem;font-weight:600;color:#333;margin:0;line-height:1.3;text-align:left}.popup__actions{display:flex;gap:1rem;width:100%;padding:0 2rem 2rem}.popup__actions .button{flex:1;width:100%}@media (max-width: 768px){.popup-backdrop{padding:.5rem}.popup{max-height:95vh;border-radius:12px}.popup__header{padding:1.5rem 1.5rem 1rem}.popup__header-content{gap:.75rem}.popup__content{padding:1.5rem}.popup__title{font-size:1.25rem}.popup__close{width:36px;height:36px;font-size:1.75rem}.popup__actions{padding:0 1.5rem 1.5rem}}@media (max-width: 480px){.popup__header{padding:1.25rem 1.25rem .75rem}.popup__header-content{gap:.5rem}.popup__content{padding:1.25rem}.popup__title{font-size:1.1rem}.popup__actions{padding:0 1.25rem 1.25rem;flex-direction:column;gap:.75rem}}.popup__content>*{opacity:0;animation:fadeInUp .6s ease forwards}.popup__content>*:nth-child(1){animation-delay:.1s}.popup__content>*:nth-child(2){animation-delay:.2s}.popup__content>*:nth-child(3){animation-delay:.3s}.popup__content>*:nth-child(4){animation-delay:.4s}.trade-show-popup .popup__content{text-align:center}.trade-show-popup__info{background:#f8f9fa;border:1px solid #e9ecef;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;text-align:left}.trade-show-popup__info>div{margin-bottom:.6rem;font-size:1rem;line-height:1.5}.trade-show-popup__info>div:last-child{margin-bottom:0}.trade-show-popup__info>div strong{color:#333;font-weight:600}.trade-show-popup__dates,.trade-show-popup__location,.trade-show-popup__booth{display:flex;align-items:center;gap:.5rem}.trade-show-popup__dates svg,.trade-show-popup__location svg,.trade-show-popup__booth svg{color:#ff4d3f;flex-shrink:0}.trade-show-popup__dates strong,.trade-show-popup__location strong,.trade-show-popup__booth strong{margin-right:0rem}.trade-show-popup__address-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.1rem}.trade-show-popup__address-header svg{color:#ff4d3f;flex-shrink:0}.trade-show-popup__address-header strong{margin-right:.25rem}.trade-show-popup__address-details{margin-left:1.8rem;line-height:1.4}.trade-show-popup__description{text-align:left;margin-bottom:2rem}.trade-show-popup__description p{color:#666;line-height:1.6;margin:0;font-size:1rem}.trade-show-popup__actions{display:flex;gap:1rem;width:100%}.trade-show-popup__actions .button{flex:1;width:100%}@media (max-width: 768px){.trade-show-popup-backdrop{padding:.5rem}.trade-show-popup{max-height:95vh;border-radius:12px}.trade-show-popup__header{padding:1.5rem 1.5rem 1rem}.trade-show-popup__header-content{gap:.75rem}.trade-show-popup__content{padding:1.5rem}.trade-show-popup__title{font-size:1.25rem}.trade-show-popup__info{padding:1.25rem}.trade-show-popup__info>div{font-size:.95rem}.trade-show-popup__close{top:.75rem;right:.75rem;width:36px;height:36px;font-size:1.75rem}}@media (max-width: 480px){.trade-show-popup__header{padding:1.25rem 1.25rem .75rem}.trade-show-popup__header-content{gap:.5rem}.trade-show-popup__content{padding:1.25rem}.trade-show-popup__title{font-size:1.1rem}.trade-show-popup__info{padding:1rem}.trade-show-popup__info>div{font-size:.9rem;margin-bottom:.75rem}.trade-show-popup__description p{font-size:.95rem}}.trade-show-popup__info>div{opacity:0;animation:fadeInUp .6s ease forwards}.trade-show-popup__info>div:nth-child(1){animation-delay:.1s}.trade-show-popup__info>div:nth-child(2){animation-delay:.2s}.trade-show-popup__info>div:nth-child(3){animation-delay:.3s}.trade-show-popup__info>div:nth-child(4){animation-delay:.4s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}*,*:before,*:after{box-sizing:border-box}html,body{overscroll-behavior:none}body{margin:0;padding:148px 0 0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}@media (max-width: 870px){body{padding-top:100px}}@media (max-width: 480px){body{padding-top:80px}}
