:root{--primary-orange: #ff8c42;--primary-orange-dark: #e67e22;--primary-orange-light: #ffa366;--dark-gray: #4a4a4a;--dark-gray-light: #6a6a6a;--dark-gray-dark: #2a2a2a;--white: #ffffff;--light-gray: #f8f9fa;--medium-gray: #e9ecef;--text-dark: #4a4a4a;--text-light: #6c757d;--success: #28a745;--error: #dc3545;--warning: #ffc107;--text-xs: clamp(.75rem, 1.5vw, .875rem);--text-sm: clamp(.875rem, 1.8vw, 1rem);--text-base: clamp(1rem, 2vw, 1.125rem);--text-lg: clamp(1.125rem, 2.5vw, 1.25rem);--text-xl: clamp(1.25rem, 3vw, 1.5rem);--text-2xl: clamp(1.5rem, 4vw, 1.875rem);--text-3xl: clamp(1.875rem, 5vw, 2.25rem);--text-4xl: clamp(2.25rem, 6vw, 3rem);--text-5xl: clamp(3rem, 8vw, 4rem);--space-xs: clamp(.5rem, 1vw, .75rem);--space-sm: clamp(.75rem, 1.5vw, 1rem);--space-md: clamp(1rem, 2vw, 1.5rem);--space-lg: clamp(1.5rem, 3vw, 2rem);--space-xl: clamp(2rem, 4vw, 3rem);--space-2xl: clamp(3rem, 6vw, 4rem);--space-3xl: clamp(4rem, 8vw, 6rem);--container-xs: min(95vw, 320px);--container-sm: min(90vw, 640px);--container-md: min(85vw, 768px);--container-lg: min(80vw, 1024px);--container-xl: min(75vw, 1280px);--container-2xl: min(70vw, 1536px);--icon-xs: clamp(.75rem, 1.5vw, 1rem);--icon-sm: clamp(1rem, 2vw, 1.25rem);--icon-md: clamp(1.25rem, 2.5vw, 1.5rem);--icon-lg: clamp(1.5rem, 3vw, 2rem);--icon-xl: clamp(2rem, 4vw, 2.5rem);--btn-padding-xs: clamp(.5rem, 1vw, .75rem) clamp(1rem, 2vw, 1.5rem);--btn-padding-sm: clamp(.75rem, 1.5vw, 1rem) clamp(1.5rem, 3vw, 2rem);--btn-padding-md: clamp(1rem, 2vw, 1.25rem) clamp(2rem, 4vw, 2.5rem);--btn-padding-lg: clamp(1.25rem, 2.5vw, 1.5rem) clamp(2.5rem, 5vw, 3rem);--radius-sm: clamp(.25rem, .5vw, .375rem);--radius-md: clamp(.375rem, .75vw, .5rem);--radius-lg: clamp(.5rem, 1vw, .75rem);--radius-xl: clamp(.75rem, 1.5vw, 1rem);--radius-2xl: clamp(1rem, 2vw, 1.5rem);--radius-full: 9999px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--white);color:var(--text-dark);line-height:1.6;overflow-x:hidden;font-size:var(--text-base)}::-webkit-scrollbar{width:clamp(6px,1vw,8px)}::-webkit-scrollbar-track{background:var(--light-gray)}::-webkit-scrollbar-thumb{background:var(--primary-orange);border-radius:var(--radius-md)}::-webkit-scrollbar-thumb:hover{background:var(--primary-orange-dark)}button{cursor:pointer;border:none;outline:none;font-family:inherit;transition:all .3s ease;font-size:var(--text-base)}input,textarea,select{font-family:inherit;border:2px solid var(--medium-gray);border-radius:var(--radius-md);padding:var(--space-sm) var(--space-md);font-size:var(--text-base);transition:all .3s ease;background:var(--white);width:100%;max-width:100%}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--primary-orange);box-shadow:0 0 0 3px #ff6b351a}a{text-decoration:none;color:inherit;transition:all .3s ease}.container{max-width:var(--container-xl);padding:0 var(--space-xl);margin:0 auto;width:100%}.container-fluid{max-width:100%;margin:0 auto;padding:0 var(--space-lg);width:100%}.container-sm{max-width:var(--container-sm);padding:0 var(--space-lg);margin:0 auto;width:100%}.container-md{max-width:var(--container-md);padding:0 var(--space-xl);margin:0 auto;width:100%}.container-lg{max-width:var(--container-lg);padding:0 var(--space-xl);margin:0 auto;width:100%}.container-xl{max-width:var(--container-xl);padding:0 var(--space-xl);margin:0 auto;width:100%}.container-2xl{max-width:var(--container-2xl);padding:0 var(--space-xl);margin:0 auto;width:100%}.btn-primary{background:linear-gradient(135deg,var(--primary-orange) 0%,var(--primary-orange-dark) 100%);color:var(--white);padding:var(--btn-padding-md);border-radius:var(--radius-xl);text-decoration:none;font-weight:600;font-size:var(--text-base);display:inline-flex;align-items:center;justify-content:center;gap:var(--space-sm);transition:all .3s ease;box-shadow:0 4px 15px #ff8c424d;border:none;cursor:pointer;white-space:nowrap;min-height:clamp(2.5rem,5vw,3rem)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #ff8c4266;color:var(--white)}.btn-secondary{background:#ffffff1a;color:var(--white);padding:var(--btn-padding-md);border-radius:var(--radius-xl);text-decoration:none;font-weight:600;font-size:var(--text-base);display:inline-flex;align-items:center;justify-content:center;gap:var(--space-sm);transition:all .3s ease;border:2px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;white-space:nowrap;min-height:clamp(2.5rem,5vw,3rem)}.btn-secondary:hover{background:#fff3;transform:translateY(-2px);border-color:var(--primary-orange);color:var(--white)}.btn-sm{padding:var(--btn-padding-sm);font-size:var(--text-sm);min-height:clamp(2rem,4vw,2.5rem)}.btn-lg{padding:var(--btn-padding-lg);font-size:var(--text-lg);min-height:clamp(3rem,6vw,3.5rem)}.btn-primary svg,.btn-secondary svg{width:var(--icon-sm);height:var(--icon-sm);flex-shrink:0}.btn-sm svg{width:var(--icon-xs);height:var(--icon-xs)}.btn-lg svg{width:var(--icon-md);height:var(--icon-md)}.section-padding{padding:var(--space-3xl) 0}.section-padding-sm{padding:var(--space-xl) 0}.section-padding-lg{padding:var(--space-3xl) 0}.section-padding-xl{padding:clamp(5rem,10vw,8rem) 0}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-primary{color:var(--primary-orange)}.text-white{color:var(--white)}.text-dark{color:var(--text-dark)}.text-light{color:var(--text-light)}.text-xs{font-size:var(--text-xs)}.text-sm{font-size:var(--text-sm)}.text-base{font-size:var(--text-base)}.text-lg{font-size:var(--text-lg)}.text-xl{font-size:var(--text-xl)}.text-2xl{font-size:var(--text-2xl)}.text-3xl{font-size:var(--text-3xl)}.text-4xl{font-size:var(--text-4xl)}.text-5xl{font-size:var(--text-5xl)}.grid{display:grid;gap:var(--space-lg)}.grid-cols-1{grid-template-columns:repeat(1,1fr)}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}.grid-cols-5{grid-template-columns:repeat(5,1fr)}.grid-cols-6{grid-template-columns:repeat(6,1fr)}.grid-cols-12{grid-template-columns:repeat(12,1fr)}@media (max-width: 1024px){.grid-cols-4,.grid-cols-5,.grid-cols-6{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.grid-cols-2,.grid-cols-3,.grid-cols-4,.grid-cols-5,.grid-cols-6{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.grid-cols-2,.grid-cols-3,.grid-cols-4,.grid-cols-5,.grid-cols-6{grid-template-columns:1fr}}.gap-1{gap:var(--space-xs)}.gap-2{gap:var(--space-sm)}.gap-3{gap:var(--space-md)}.gap-4{gap:var(--space-lg)}.gap-5{gap:var(--space-xl)}.gap-6,.gap-8{gap:var(--space-2xl)}.gap-10,.gap-12{gap:var(--space-3xl)}.flex{display:flex}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.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-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.m-0{margin:0}.m-1{margin:var(--space-xs)}.m-2{margin:var(--space-sm)}.m-3{margin:var(--space-md)}.m-4{margin:var(--space-lg)}.m-5{margin:var(--space-xl)}.m-6,.m-8{margin:var(--space-2xl)}.m-10,.m-12{margin:var(--space-3xl)}.mt-0{margin-top:0}.mt-1{margin-top:var(--space-xs)}.mt-2{margin-top:var(--space-sm)}.mt-3{margin-top:var(--space-md)}.mt-4{margin-top:var(--space-lg)}.mt-5{margin-top:var(--space-xl)}.mt-6,.mt-8{margin-top:var(--space-2xl)}.mt-10,.mt-12{margin-top:var(--space-3xl)}.mb-0{margin-bottom:0}.mb-1{margin-bottom:var(--space-xs)}.mb-2{margin-bottom:var(--space-sm)}.mb-3{margin-bottom:var(--space-md)}.mb-4{margin-bottom:var(--space-lg)}.mb-5{margin-bottom:var(--space-xl)}.mb-6,.mb-8{margin-bottom:var(--space-2xl)}.mb-10,.mb-12{margin-bottom:var(--space-3xl)}.p-0{padding:0}.p-1{padding:var(--space-xs)}.p-2{padding:var(--space-sm)}.p-3{padding:var(--space-md)}.p-4{padding:var(--space-lg)}.p-5{padding:var(--space-xl)}.p-6,.p-8{padding:var(--space-2xl)}.p-10,.p-12{padding:var(--space-3xl)}img{max-width:100%;height:auto;display:block}iframe{max-width:100%;width:100%}video{max-width:100%;height:auto}@media print{.container{max-width:100%;padding:0}.btn-primary,.btn-secondary{background:var(--text-dark)!important;color:var(--white)!important;box-shadow:none!important}.section-padding{padding:1rem 0}}@media (prefers-contrast: high){:root{--primary-orange: #ff6600;--primary-orange-dark: #cc5200;--text-dark: #000000;--text-light: #333333}}@media (prefers-color-scheme: dark){:root{--white: #1a1a1a;--light-gray: #2a2a2a;--medium-gray: #3a3a3a;--text-dark: #ffffff;--text-light: #cccccc}body{background-color:var(--white);color:var(--text-dark)}input,textarea,select{background:var(--light-gray);color:var(--text-dark);border-color:var(--medium-gray)}}.mainContent{margin-top:85px;width:100%;max-width:100vw;overflow-x:hidden}@media (max-width: 768px){.mainContent{margin-top:75px!important}}@media (max-width: 640px){.mainContent{margin-top:70px!important}}@media (max-width: 480px){.mainContent{margin-top:65px!important}}@media (max-width: 360px){.mainContent{margin-top:60px!important}}@media (max-width: 320px){.mainContent{margin-top:60px!important}}:root{--primary-orange: rgb(220, 160, 20);--primary-orange-dark: rgb(200, 145, 18);--primary-orange-light: rgb(240, 175, 30);--primary-yellow: #FFD93D;--primary-yellow-light: #FFF3B0;--dark-gray: rgb(50, 50, 50);--medium-gray: #7F8C8D;--light-gray: #F8F9FA;--section-gray: rgb(50, 50, 50);--white: #FFFFFF;--text-light: #6C757D;--text-dark: #2C3E50;--shadow-light: rgba(220, 160, 20, .1);--shadow-medium: rgba(220, 160, 20, .2);--shadow-dark: rgba(220, 160, 20, .3);--gradient-primary: linear-gradient(135deg, var(--primary-orange) 0%, var(--primary-orange-dark) 100%);--gradient-dark: linear-gradient(135deg, var(--dark-gray) 0%, var(--section-gray) 100%);--gradient-light: linear-gradient(135deg, var(--white) 0%, var(--light-gray) 100%);--border-radius: 20px;--border-radius-large: 30px;--transition: all .3s cubic-bezier(.4, 0, .2, 1);--transition-slow: all .5s cubic-bezier(.4, 0, .2, 1);--hero-min-height: clamp(60vh, 75vh, 85vh);--hero-padding-y: clamp(2rem, 4vh, 4rem);--hero-padding-x: clamp(1rem, 3vw, 2rem);--hero-content-max-width: min(90vw, 1200px);--hero-text-max-width: min(90vw, 900px);--title-size: clamp(1.6rem, 5vw, 4rem);--subtitle-size: clamp(1rem, 2.5vw, 1.3rem);--badge-size: clamp(.75rem, 2vw, .9rem);--button-size: clamp(.8rem, 2vw, .95rem);--space-xs: clamp(.5rem, 1vw, .75rem);--space-sm: clamp(.75rem, 1.5vw, 1rem);--space-md: clamp(1rem, 2vw, 1.5rem);--space-lg: clamp(1.5rem, 3vw, 2rem);--space-xl: clamp(2rem, 4vw, 3rem);--space-2xl: clamp(2.5rem, 5vw, 4rem);--space-3xl: clamp(3rem, 6vw, 5rem)}._mainContent_tk5uy_49{margin-top:85px;width:100%;max-width:100vw;overflow-x:hidden}@media (max-width: 768px){._mainContent_tk5uy_49{margin-top:75px!important}}@media (max-width: 640px){._mainContent_tk5uy_49{margin-top:70px!important}}@media (max-width: 480px){._mainContent_tk5uy_49{margin-top:65px!important}}@media (max-width: 360px){._mainContent_tk5uy_49{margin-top:60px!important}}@media (max-width: 320px){._mainContent_tk5uy_49{margin-top:60px!important}}._heroSection_tk5uy_88{position:relative;min-height:var(--hero-min-height);display:flex;align-items:center;justify-content:flex-start;overflow:hidden;background:var(--gradient-dark);padding:clamp(4rem,8vh,8rem) var(--hero-padding-x);width:100%;max-width:100vw;box-sizing:border-box}._heroBackground_tk5uy_102{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}._heroBackground_tk5uy_102 img{width:100%;height:100%;object-fit:cover;opacity:.4;transform:scale(1.1);transition:transform .8s ease}._heroSection_tk5uy_88:hover ._heroBackground_tk5uy_102 img{transform:scale(1.02)}._heroOverlay_tk5uy_124{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#000000d9,#dca0144d,#000000b3);z-index:2}._heroContent_tk5uy_134{position:relative;z-index:3;width:100%;max-width:var(--hero-content-max-width);margin:0 auto;animation:_fadeInUp_tk5uy_1 1s ease-out;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:clamp(2rem,4vh,4rem) 0}._container_tk5uy_148{width:100%;max-width:var(--hero-content-max-width);margin:0 auto;padding:0;box-sizing:border-box;overflow:hidden}._heroText_tk5uy_157{max-width:var(--hero-text-max-width);color:var(--white);padding:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:var(--space-sm);width:100%}._heroBadge_tk5uy_170{display:flex;gap:var(--space-sm);margin-bottom:var(--space-sm);margin-top:0;flex-wrap:wrap;justify-content:flex-start;align-items:center;animation:_fadeInUp_tk5uy_1 .8s ease-out .2s both;width:100%}._heroBadge_tk5uy_170 span{background:#fff3;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:var(--space-sm) var(--space-md);border-radius:var(--border-radius);font-size:var(--badge-size);font-weight:600;color:var(--white);border:1px solid rgba(255,255,255,.2);transition:background .2s ease,box-shadow .2s ease,transform .2s ease;position:relative;white-space:nowrap;flex-shrink:0;isolation:isolate;z-index:1}._heroBadge_tk5uy_170 span:hover{background:#ffffff4d;box-shadow:0 4px 12px #00000026;z-index:2}._heroTitle_tk5uy_206{font-size:var(--title-size);font-weight:800;line-height:1.1;margin-bottom:var(--space-sm);margin-top:0;text-shadow:0 4px 8px rgba(0,0,0,.3);animation:_fadeInUp_tk5uy_1 1s ease-out .4s both;color:var(--white);position:relative;max-width:100%;width:100%}._highlight_tk5uy_220{color:var(--primary-orange);position:relative;text-shadow:0 0 20px rgba(220,160,20,.5)}._heroSubtitle_tk5uy_227{font-size:var(--subtitle-size);line-height:1.6;margin-bottom:var(--space-md);margin-top:0;opacity:.95;font-weight:400;animation:_fadeInUp_tk5uy_1 1s ease-out .6s both;text-shadow:1px 1px 2px rgba(0,0,0,.3);max-width:100%;word-wrap:break-word}._heroButtons_tk5uy_241{display:flex;gap:var(--space-md);flex-wrap:wrap;margin-bottom:var(--space-md);margin-top:0;animation:_fadeInUp_tk5uy_1 1s ease-out .8s both;justify-content:flex-start;align-items:center;width:100%}._primaryButton_tk5uy_253{background:var(--gradient-primary);color:var(--white);padding:var(--space-sm) var(--space-lg);border-radius:var(--border-radius-large);font-weight:700;font-size:var(--button-size);text-decoration:none;transition:var(--transition);display:inline-flex;align-items:center;justify-content:center;gap:var(--space-xs);border:none;cursor:pointer;white-space:nowrap;min-width:fit-content;flex-shrink:0;transform:translateY(0)}._primaryButton_tk5uy_253:hover{background:linear-gradient(135deg,var(--primary-orange-dark) 0%,var(--primary-orange) 100%);transform:translateY(-2px)}._secondaryButton_tk5uy_279{background:#ffffff26;color:var(--white);padding:var(--space-sm) var(--space-lg);border-radius:var(--border-radius-large);font-weight:700;font-size:var(--button-size);text-decoration:none;transition:var(--transition);border:2px solid rgba(255,255,255,.4);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);display:inline-flex;align-items:center;justify-content:center;gap:var(--space-xs);white-space:nowrap;min-width:fit-content;flex-shrink:0;transform:translateY(0)}._secondaryButton_tk5uy_279:hover{background:#ffffff40;border-color:var(--primary-orange);transform:translateY(-2px)}._primaryButton_tk5uy_253 svg,._secondaryButton_tk5uy_279 svg{width:clamp(.8rem,2.5vw,1.2rem);height:clamp(.8rem,2.5vw,1.2rem);transition:transform .3s ease;flex-shrink:0}._heroStats_tk5uy_315{display:flex;gap:var(--space-md);flex-wrap:wrap;animation:_fadeInUp_tk5uy_1 1s ease-out 1s both;justify-content:flex-start;align-items:center;width:100%;margin-top:0}._heroStats_tk5uy_315 ._statItem_tk5uy_326{text-align:center;background:#ffffff1f;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);padding:var(--space-md);border-radius:16px;border:1px solid rgba(255,255,255,.2);min-width:clamp(60px,12vw,100px);transition:all .3s ease;position:relative;overflow:hidden;flex-shrink:0}._heroStats_tk5uy_315 ._statItem_tk5uy_326:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .5s ease}._heroStats_tk5uy_315 ._statItem_tk5uy_326:hover:before{left:100%}._heroStats_tk5uy_315 ._statItem_tk5uy_326:hover{background:#ffffff2e;transform:translateY(-3px);box-shadow:0 0 10px #0003;border-color:var(--primary-orange)}._heroStats_tk5uy_315 ._statNumber_tk5uy_362{display:block;font-size:clamp(1.5rem,4vw,1.8rem);font-weight:800;color:var(--primary-orange);margin-bottom:.3rem;text-shadow:0 2px 4px rgba(0,0,0,.2)}._heroStats_tk5uy_315 ._statLabel_tk5uy_371{display:block;font-size:clamp(.6rem,1.5vw,.7rem);color:var(--white);font-weight:500;opacity:.9}@keyframes _fadeInUp_tk5uy_1{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1400px){._heroSection_tk5uy_88{min-height:clamp(70vh,75vh,80vh);padding:clamp(3rem,6vh,6rem) var(--hero-padding-x)}._heroContent_tk5uy_134{padding:clamp(1.5rem,3vh,3rem) 0}._heroText_tk5uy_157{gap:var(--space-sm)}._heroBadge_tk5uy_170{gap:var(--space-xs);margin-bottom:var(--space-xs)}._heroButtons_tk5uy_241{gap:var(--space-sm);margin-bottom:var(--space-sm)}}@media (max-width: 1200px){._heroSection_tk5uy_88{min-height:clamp(65vh,70vh,75vh);padding:clamp(2.5rem,5vh,5rem) var(--hero-padding-x)}._heroContent_tk5uy_134{padding:clamp(1rem,2vh,2rem) 0}._heroText_tk5uy_157{gap:var(--space-sm)}._heroBadge_tk5uy_170,._heroTitle_tk5uy_206{margin-bottom:var(--space-xs)}._heroSubtitle_tk5uy_227,._heroButtons_tk5uy_241{margin-bottom:var(--space-sm)}}@media (max-width: 1024px){._heroSection_tk5uy_88{min-height:clamp(60vh,65vh,70vh);padding:clamp(2rem,4vh,4rem) var(--space-md)}._heroContent_tk5uy_134{padding:clamp(.75rem,1.5vh,1.5rem) 0}._heroText_tk5uy_157{gap:var(--space-xs)}._heroBadge_tk5uy_170,._heroTitle_tk5uy_206,._heroSubtitle_tk5uy_227,._heroButtons_tk5uy_241{margin-bottom:var(--space-xs)}}@media (max-width: 768px){._mainContent_tk5uy_49{margin-top:70px}._heroSection_tk5uy_88{min-height:clamp(600px,75vh,700px);padding:clamp(1.5rem,3vh,3rem) var(--space-sm)}._heroContent_tk5uy_134{padding:clamp(.5rem,1vh,1rem) 0}._heroText_tk5uy_157{gap:var(--space-xs);padding:0}._heroBadge_tk5uy_170{justify-content:flex-start;gap:var(--space-xs);margin-bottom:var(--space-xs);flex-direction:row;align-items:center}._heroBadge_tk5uy_170 span{width:fit-content}._heroButtons_tk5uy_241{justify-content:flex-start;flex-direction:row;align-items:center;gap:var(--space-sm);margin-bottom:var(--space-xs)}._primaryButton_tk5uy_253,._secondaryButton_tk5uy_279{width:auto;max-width:none;justify-content:center;padding:var(--space-sm) var(--space-md)}._heroStats_tk5uy_315{justify-content:flex-start;gap:var(--space-sm)}._heroStats_tk5uy_315 ._statItem_tk5uy_326{min-width:clamp(70px,20vw,100px);padding:var(--space-sm)}}@media (max-width: 640px){._heroSection_tk5uy_88{min-height:clamp(550px,70vh,650px);padding:clamp(1rem,2vh,2rem) var(--space-xs)}._heroContent_tk5uy_134{padding:clamp(.25rem,.5vh,.5rem) 0}._heroText_tk5uy_157{gap:var(--space-xs)}._heroBadge_tk5uy_170,._heroTitle_tk5uy_206,._heroSubtitle_tk5uy_227{margin-bottom:var(--space-xs)}._heroButtons_tk5uy_241{gap:var(--space-xs);margin-bottom:var(--space-xs)}._primaryButton_tk5uy_253,._secondaryButton_tk5uy_279{max-width:260px;padding:var(--space-sm) var(--space-md);font-size:clamp(.75rem,2vw,.85rem)}._heroStats_tk5uy_315{flex-direction:row;align-items:center;gap:var(--space-xs)}._heroStats_tk5uy_315 ._statItem_tk5uy_326{width:auto;max-width:none}}@media (max-width: 480px){._heroSection_tk5uy_88{min-height:clamp(500px,65vh,600px);padding:clamp(.75rem,1.5vh,1.5rem) var(--space-xs)}._heroContent_tk5uy_134{padding:clamp(.25rem,.5vh,.5rem) 0}._heroText_tk5uy_157{gap:var(--space-xs)}._heroBadge_tk5uy_170{gap:var(--space-xs);margin-bottom:var(--space-xs)}._heroBadge_tk5uy_170 span{padding:var(--space-xs) var(--space-sm);font-size:clamp(.7rem,1.8vw,.8rem)}._heroButtons_tk5uy_241{gap:var(--space-xs);margin-bottom:var(--space-xs)}._primaryButton_tk5uy_253,._secondaryButton_tk5uy_279{max-width:240px;padding:var(--space-xs) var(--space-sm);font-size:clamp(.7rem,1.8vw,.8rem)}._heroStats_tk5uy_315{gap:var(--space-xs)}._heroStats_tk5uy_315 ._statItem_tk5uy_326{padding:var(--space-xs);min-width:clamp(60px,25vw,80px)}._heroStats_tk5uy_315 ._statNumber_tk5uy_362{font-size:clamp(1.2rem,3.5vw,1.4rem)}._heroStats_tk5uy_315 ._statLabel_tk5uy_371{font-size:clamp(.5rem,1.2vw,.6rem)}}@media (max-width: 360px){._heroSection_tk5uy_88{min-height:clamp(450px,60vh,550px);padding:clamp(.5rem,1vh,1rem) var(--space-xs)}._heroContent_tk5uy_134{padding:clamp(.25rem,.5vh,.5rem) 0}._heroText_tk5uy_157{gap:var(--space-xs)}._heroBadge_tk5uy_170{margin-bottom:var(--space-xs)}._heroBadge_tk5uy_170 span{padding:var(--space-xs);font-size:clamp(.65rem,1.5vw,.75rem)}._heroTitle_tk5uy_206,._heroSubtitle_tk5uy_227,._heroButtons_tk5uy_241{margin-bottom:var(--space-xs)}._primaryButton_tk5uy_253,._secondaryButton_tk5uy_279{max-width:220px;padding:var(--space-xs);font-size:clamp(.65rem,1.5vw,.75rem)}._heroStats_tk5uy_315{gap:var(--space-xs)}._heroStats_tk5uy_315 ._statItem_tk5uy_326{padding:var(--space-xs);min-width:clamp(50px,30vw,70px)}._heroStats_tk5uy_315 ._statNumber_tk5uy_362{font-size:clamp(1rem,3vw,1.2rem)}._heroStats_tk5uy_315 ._statLabel_tk5uy_371{font-size:clamp(.45rem,1vw,.55rem)}}@media (max-height: 500px) and (orientation: landscape){._heroSection_tk5uy_88{min-height:100vh;padding:clamp(1rem,2vh,2rem) var(--space-md)}._heroContent_tk5uy_134{padding:clamp(.5rem,1vh,1rem) 0}._heroText_tk5uy_157{gap:var(--space-xs)}._heroBadge_tk5uy_170,._heroTitle_tk5uy_206,._heroSubtitle_tk5uy_227,._heroButtons_tk5uy_241{margin-bottom:var(--space-xs)}._heroStats_tk5uy_315{gap:var(--space-xs)}._heroStats_tk5uy_315 ._statItem_tk5uy_326{padding:var(--space-xs)}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){._heroBackground_tk5uy_102 img{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}._sectionHeader_tk5uy_751{text-align:center;margin-bottom:4rem}._sectionTitle_tk5uy_756{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:1rem;position:relative}._sectionSubtitle_tk5uy_763{font-size:1.2rem;max-width:600px;margin:0 auto;line-height:1.6}._sectionBadge_tk5uy_770{display:inline-block;background:linear-gradient(135deg,var(--primary-orange) 0%,var(--primary-orange-light) 100%);color:var(--white);padding:.5rem 1.5rem;border-radius:25px;font-size:.9rem;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}._servicesSection_tk5uy_784{padding:6rem 0;background:var(--white)}._servicesSection_tk5uy_784 ._sectionTitle_tk5uy_756{color:var(--dark-gray)}._servicesSection_tk5uy_784 ._sectionSubtitle_tk5uy_763{color:var(--text-light)}._servicesGrid_tk5uy_798{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;margin-top:3rem}._serviceCard_tk5uy_805{background:var(--white);border-radius:25px;box-shadow:0 0 5px #00000014;transition:all .4s ease;border:2px solid rgba(220,160,20,.1);position:relative;overflow:hidden}._serviceCard_tk5uy_805:hover{transform:translateY(-5px);box-shadow:0 0 10px var(--shadow-light);border-color:var(--primary-orange)}._serviceImage_tk5uy_821{width:100%;height:200px;overflow:hidden}._serviceImage_tk5uy_821 img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}._serviceCard_tk5uy_805:hover ._serviceImage_tk5uy_821 img{transform:scale(1.02)}._serviceContent_tk5uy_838{padding:2rem}._serviceIcon_tk5uy_842{width:60px;height:60px;background:linear-gradient(135deg,var(--primary-orange) 0%,var(--primary-orange-light) 100%);border-radius:15px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;box-shadow:0 0 10px var(--shadow-medium)}._serviceIcon_tk5uy_842 svg{width:30px;height:30px;color:var(--white)}._serviceCard_tk5uy_805 h3{font-size:1.4rem;font-weight:700;color:var(--dark-gray);margin-bottom:1rem}._serviceCard_tk5uy_805 p{color:var(--text-light);line-height:1.7;margin-bottom:1.5rem}._serviceFeatures_tk5uy_873{list-style:none;padding:0;margin:0}._serviceFeatures_tk5uy_873 li{color:var(--text-light);position:relative;padding:.5rem 0 .5rem 1.5rem}._serviceFeatures_tk5uy_873 li:before{content:"✓";position:absolute;left:0;color:var(--primary-orange);font-weight:700}._aboutSection_tk5uy_895{padding:6rem 0;background:linear-gradient(135deg,var(--section-gray) 0%,var(--dark-gray) 100%);color:var(--white);width:100%;max-width:100vw;overflow:hidden}._aboutSection_tk5uy_895 ._sectionTitle_tk5uy_756{color:var(--white)}._aboutSection_tk5uy_895 ._sectionSubtitle_tk5uy_763{color:#fffc}._aboutContent_tk5uy_913{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;width:100%;max-width:100%;box-sizing:border-box}._aboutDescription_tk5uy_923{font-size:1.2rem;line-height:1.8;color:#ffffffe6;margin-bottom:2.5rem;width:100%;max-width:100%;word-wrap:break-word;overflow-wrap:break-word}._featuresList_tk5uy_934{display:flex;flex-direction:column;gap:2rem;width:100%;max-width:100%}._featureItem_tk5uy_942{display:flex;gap:1.5rem;align-items:flex-start;width:100%;max-width:100%}._featureIcon_tk5uy_950{width:60px;height:60px;background:linear-gradient(135deg,var(--primary-orange) 0%,var(--primary-orange-light) 100%);border-radius:15px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 0 10px var(--shadow-medium)}._featureIcon_tk5uy_950 svg{width:28px;height:28px;color:var(--white)}._featureItem_tk5uy_942 h4{font-size:1.3rem;font-weight:600;color:var(--white);margin-bottom:.5rem}._featureItem_tk5uy_942 p{color:#fffc;line-height:1.6}._aboutImage_tk5uy_980{position:relative;width:100%;max-width:100%;box-sizing:border-box}._aboutImage_tk5uy_980 img{width:100%;height:auto;border-radius:25px;box-shadow:0 5px 10px #0000004d;max-width:100%}@media (max-width: 768px){._aboutContent_tk5uy_913{grid-template-columns:1fr;gap:3rem}._aboutImage_tk5uy_980{order:2}._aboutText_tk5uy_1008{order:1}}@media (max-width: 480px){._aboutContent_tk5uy_913{gap:2rem}._aboutDescription_tk5uy_923{font-size:1.1rem;margin-bottom:2rem}._featureItem_tk5uy_942{gap:1rem}._featureIcon_tk5uy_950{width:50px;height:50px}._featureIcon_tk5uy_950 svg{width:24px;height:24px}._featureItem_tk5uy_942 h4{font-size:1.2rem}}@media (max-width: 360px){._aboutContent_tk5uy_913{gap:1.5rem}._aboutDescription_tk5uy_923{font-size:1rem}._featureIcon_tk5uy_950{width:45px;height:45px}._featureIcon_tk5uy_950 svg{width:20px;height:20px}._featureItem_tk5uy_942 h4{font-size:1.1rem}}._benefitsSection_tk5uy_1074{padding:6rem 0;background:var(--white)}._benefitsSection_tk5uy_1074 ._sectionTitle_tk5uy_756{color:var(--dark-gray)}._benefitsSection_tk5uy_1074 ._sectionSubtitle_tk5uy_763{color:var(--text-light)}._benefitsGrid_tk5uy_1088{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2.5rem;margin-top:3rem}._benefitCard_tk5uy_1095{background:var(--white);padding:2.5rem;border-radius:25px;box-shadow:0 0 5px #00000014;transition:all .4s ease;text-align:center;border:2px solid rgba(220,160,20,.1)}._benefitCard_tk5uy_1095:hover{transform:translateY(-3px);box-shadow:0 20px 50px var(--shadow-light);border-color:var(--primary-orange)}._benefitIcon_tk5uy_1111{width:80px;height:80px;background:linear-gradient(135deg,var(--primary-orange) 0%,var(--primary-orange-light) 100%);border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;box-shadow:0 12px 30px var(--shadow-medium)}._benefitIcon_tk5uy_1111 svg{width:40px;height:40px;color:var(--white)}._benefitCard_tk5uy_1095 h3{font-size:1.4rem;font-weight:700;color:var(--dark-gray);margin-bottom:1rem}._benefitCard_tk5uy_1095 p{color:var(--text-light);line-height:1.6}._reviewsSection_tk5uy_1143{padding:0 0 6rem;background:var(--white);color:var(--dark-gray)}._reviewsSection_tk5uy_1143 ._sectionTitle_tk5uy_756{color:var(--dark-gray)}._reviewsSection_tk5uy_1143 ._sectionSubtitle_tk5uy_763{color:var(--text-light)}._reviewsGrid_tk5uy_1158{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;margin-top:3rem}._reviewCard_tk5uy_1165{background:var(--white);padding:2.5rem;border-radius:25px;box-shadow:0 0 5px #00000014;transition:all .4s ease;border:2px solid rgba(220,160,20,.1);position:relative;overflow:hidden}._reviewCard_tk5uy_1165:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(135deg,var(--primary-orange) 0%,var(--primary-orange-light) 100%)}._reviewCard_tk5uy_1165:hover{transform:translateY(-3px);box-shadow:0 0 10px var(--shadow-light);border-color:var(--primary-orange)}._reviewContent_tk5uy_1192{position:relative;z-index:1}._reviewQuote_tk5uy_1197{margin-bottom:1.5rem}._reviewQuote_tk5uy_1197 svg{width:40px;height:40px;color:var(--primary-orange);opacity:.3}._reviewText_tk5uy_1208{color:var(--text-light);line-height:1.7;margin-bottom:2rem;font-style:italic;font-size:1.1rem}._reviewAuthor_tk5uy_1216{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem;border-top:1px solid rgba(220,160,20,.2)}._authorInfo_tk5uy_1224{display:flex;flex-direction:column;gap:.25rem}._authorName_tk5uy_1230{font-weight:600;color:var(--dark-gray);font-size:1.1rem}._authorLocation_tk5uy_1236{font-size:.9rem;color:var(--text-light)}._stars_tk5uy_1241{display:flex;gap:.25rem}._stars_tk5uy_1241 svg{width:18px;height:18px;color:var(--primary-orange)}._reviewsLink_tk5uy_1252{display:flex;justify-content:center;align-items:center;gap:1.5rem;margin-top:3rem;flex-wrap:wrap}._poptavejLink_tk5uy_1261{display:inline-flex;align-items:center;gap:.75rem;color:var(--primary-orange);font-size:1.1rem;font-weight:600;text-decoration:none;transition:var(--transition);padding:.75rem 1.5rem;border-radius:var(--border-radius);border:2px solid var(--primary-orange);background:transparent;box-sizing:border-box}._poptavejLink_tk5uy_1261:hover{background:var(--primary-orange);color:var(--white);transform:translateY(-2px);box-shadow:0 4px 15px var(--shadow-medium)}._poptavejLink_tk5uy_1261 svg{width:20px;height:20px;transition:transform .3s ease}._poptavejLink_tk5uy_1261:hover svg{transform:translate(4px)}._gmbLink_tk5uy_1294{display:inline-flex;align-items:center;gap:.75rem;color:var(--white);font-size:1.1rem;font-weight:600;text-decoration:none;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1);padding:.75rem 1.5rem;border-radius:var(--border-radius);background:var(--gradient-primary);box-shadow:0 4px 15px var(--shadow-medium);border:2px solid transparent;box-sizing:border-box}._gmbLink_tk5uy_1294:hover{background:var(--gradient-primary);transform:translateY(-2px);box-shadow:0 6px 20px var(--shadow-dark)}._gmbLink_tk5uy_1294 svg{width:20px;height:20px;transition:transform .3s ease;color:var(--white)}._gmbLink_tk5uy_1294:hover svg{transform:scale(1.1)}._freeQuoteSection_tk5uy_1329{padding:0 0 6rem;background:var(--white)}._freeQuoteGrid_tk5uy_1334{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}._freeQuoteImage_tk5uy_1341{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 10px 40px #0000001a}._freeQuoteImage_tk5uy_1341 img{width:100%;height:100%;object-fit:cover;min-height:400px}._freeQuoteContent_tk5uy_1355{display:flex;flex-direction:column;gap:1.75rem}._freeQuoteBadge_tk5uy_1361{display:inline-block;padding:.5rem 1.25rem;background:#dca0141a;color:var(--primary-orange);border-radius:50px;font-size:.9rem;font-weight:600;width:fit-content;margin-bottom:.5rem}._freeQuoteTitle_tk5uy_1373{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800;color:var(--dark-gray);margin:0;line-height:1.2;letter-spacing:-.02em}._freeQuoteText_tk5uy_1382{font-size:1.15rem;color:var(--text-light);line-height:1.8;margin:0;max-width:90%}._freeQuoteFeatures_tk5uy_1390{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:.5rem}._freeQuoteFeature_tk5uy_1390{display:flex;align-items:flex-start;gap:1.25rem;padding:1.5rem;background:var(--white);border-radius:16px;border:2px solid rgba(220,160,20,.15);transition:all .3s ease;box-shadow:0 2px 8px #0000000a}._freeQuoteFeature_tk5uy_1390:hover{transform:translateY(-4px);box-shadow:0 8px 20px #dca01433;border-color:var(--primary-orange);background:#dca01408}._freeQuoteIcon_tk5uy_1416{width:52px;height:52px;background:linear-gradient(135deg,var(--primary-orange) 0%,var(--primary-orange-dark) 100%);border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 16px #dca0144d}._freeQuoteIcon_tk5uy_1416 svg{width:26px;height:26px;color:var(--white)}._freeQuoteFeatureContent_tk5uy_1434 h3{font-size:1.15rem;font-weight:700;color:var(--dark-gray);margin:0 0 .5rem}._freeQuoteFeatureContent_tk5uy_1434 p{font-size:.95rem;color:var(--text-light);margin:0;line-height:1.6}._freeQuoteButton_tk5uy_1448{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;background:linear-gradient(135deg,var(--primary-orange) 0%,var(--primary-orange-dark) 100%);color:var(--white);padding:1rem 2rem;border-radius:14px;text-decoration:none;font-weight:700;font-size:1.05rem;transition:all .3s ease;box-shadow:0 6px 20px #dca01459;margin-top:.5rem;width:fit-content}._freeQuoteButton_tk5uy_1448:hover{transform:translateY(-3px);box-shadow:0 10px 30px #dca01473}._freeQuoteButton_tk5uy_1448 svg{width:20px;height:20px;transition:transform .3s ease}._freeQuoteButton_tk5uy_1448:hover svg{transform:translate(4px)}@media (max-width: 480px){._servicesGrid_tk5uy_798,._benefitsGrid_tk5uy_1088,._reviewsGrid_tk5uy_1158{grid-template-columns:1fr;gap:2rem}._aboutContent_tk5uy_913{grid-template-columns:1fr;gap:3rem}._sectionHeader_tk5uy_751{margin-bottom:3rem}._servicesSection_tk5uy_784,._aboutSection_tk5uy_895,._benefitsSection_tk5uy_1074,._processSection_tk5uy_1502,._citiesSection_tk5uy_1503,._reviewsSection_tk5uy_1143,._freeQuoteSection_tk5uy_1329{padding:0 0 4rem}._freeQuoteGrid_tk5uy_1334{grid-template-columns:1fr;gap:3rem}._freeQuoteBadge_tk5uy_1361{font-size:.85rem;padding:.45rem 1rem}._freeQuoteButton_tk5uy_1448{width:100%;justify-content:center}._freeQuoteImage_tk5uy_1341,._freeQuoteImage_tk5uy_1341 img{min-height:300px}._freeQuoteTitle_tk5uy_1373{font-size:clamp(1.5rem,4vw,2rem)}._freeQuoteText_tk5uy_1382{font-size:1rem}._freeQuoteFeature_tk5uy_1390{padding:1rem}._freeQuoteIcon_tk5uy_1416{width:44px;height:44px}._freeQuoteIcon_tk5uy_1416 svg{width:20px;height:20px}._freeQuoteFeatureContent_tk5uy_1434 h3{font-size:1rem}._freeQuoteFeatureContent_tk5uy_1434 p{font-size:.85rem}._reviewsLink_tk5uy_1252{flex-direction:column;gap:1rem}._poptavejLink_tk5uy_1261,._gmbLink_tk5uy_1294{width:100%;max-width:280px;justify-content:center}}@media (max-width: 360px){._servicesGrid_tk5uy_798,._benefitsGrid_tk5uy_1088,._reviewsGrid_tk5uy_1158{gap:1.5rem}._aboutContent_tk5uy_913{gap:2rem}._sectionHeader_tk5uy_751{margin-bottom:2rem}._servicesSection_tk5uy_784,._aboutSection_tk5uy_895,._benefitsSection_tk5uy_1074,._processSection_tk5uy_1502,._citiesSection_tk5uy_1503,._reviewsSection_tk5uy_1143,._freeQuoteSection_tk5uy_1329{padding:0 0 3rem}._freeQuoteGrid_tk5uy_1334{gap:2rem}._freeQuoteImage_tk5uy_1341 img{min-height:250px}._freeQuoteTitle_tk5uy_1373{font-size:clamp(1.4rem,4vw,1.8rem)}._freeQuoteFeature_tk5uy_1390{padding:.875rem;gap:.875rem}._freeQuoteIcon_tk5uy_1416{width:40px;height:40px}._freeQuoteIcon_tk5uy_1416 svg{width:18px;height:18px}._serviceContent_tk5uy_838,._cityContent_tk5uy_1628,._reviewCard_tk5uy_1165{padding:1.5rem}._benefitCard_tk5uy_1095{padding:2rem}._reviewsLink_tk5uy_1252{flex-direction:column;gap:.75rem}._poptavejLink_tk5uy_1261,._gmbLink_tk5uy_1294{width:100%;max-width:260px;font-size:1rem;padding:.65rem 1.25rem}}@media (max-width: 320px){._servicesGrid_tk5uy_798,._benefitsGrid_tk5uy_1088,._reviewsGrid_tk5uy_1158{gap:1rem}._aboutContent_tk5uy_913{gap:1.5rem}._sectionHeader_tk5uy_751{margin-bottom:1.5rem}._servicesSection_tk5uy_784,._aboutSection_tk5uy_895,._benefitsSection_tk5uy_1074,._processSection_tk5uy_1502,._citiesSection_tk5uy_1503,._reviewsSection_tk5uy_1143,._freeQuoteSection_tk5uy_1329{padding:0 0 2rem}._freeQuoteImage_tk5uy_1341 img{min-height:200px}._freeQuoteTitle_tk5uy_1373{font-size:clamp(1.25rem,4vw,1.6rem)}._freeQuoteText_tk5uy_1382{font-size:.95rem}._freeQuoteFeature_tk5uy_1390{padding:.75rem;gap:.75rem}._freeQuoteIcon_tk5uy_1416{width:36px;height:36px}._freeQuoteIcon_tk5uy_1416 svg{width:16px;height:16px}._freeQuoteFeatureContent_tk5uy_1434 h3{font-size:.95rem}._freeQuoteFeatureContent_tk5uy_1434 p{font-size:.8rem}._serviceContent_tk5uy_838,._cityContent_tk5uy_1628,._reviewCard_tk5uy_1165{padding:1rem}._benefitCard_tk5uy_1095{padding:1.5rem}._serviceCard_tk5uy_805 h3,._benefitCard_tk5uy_1095 h3{font-size:1.2rem}._serviceCard_tk5uy_805 p,._benefitCard_tk5uy_1095 p,._reviewText_tk5uy_1208{font-size:.9rem}}:root{--primary-orange: rgb(220, 160, 20);--primary-orange-dark: rgb(200, 145, 18);--primary-orange-light: rgb(240, 175, 30);--dark-gray: rgb(50, 50, 50);--white: #FFFFFF;--text-light: #6C757D;--text-dark: #2C3E50;--shadow-light: rgba(220, 160, 20, .1);--shadow-medium: rgba(220, 160, 20, .2);--shadow-dark: rgba(220, 160, 20, .3);--gradient-primary: linear-gradient(135deg, var(--primary-orange) 0%, var(--primary-orange-dark) 100%);--border-radius: 20px;--transition: all .3s cubic-bezier(.4, 0, .2, 1)}._navbar_14gdv_19{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(0,0,0,.08);z-index:9999;transition:var(--transition)}._navbar_14gdv_19._scrolled_14gdv_31{background:#fffffffa;box-shadow:0 8px 32px #0000001f;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px)}._navbarContainer_14gdv_37{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;align-items:center;justify-content:space-between;height:85px;gap:1.5rem;width:100%}._logoSection_14gdv_50{flex-shrink:0;height:100%;display:flex;align-items:center}._logoLink_14gdv_57{text-decoration:none;color:inherit;display:flex;align-items:center}._logoContainer_14gdv_64{display:flex;align-items:center;gap:.75rem}._logoImage_14gdv_70{height:70px;width:auto;object-fit:contain}._logoTextContainer_14gdv_76{display:flex;flex-direction:column;gap:.25rem}._logoText_14gdv_76{font-size:1.6rem;font-weight:800;color:var(--text-dark);letter-spacing:-.5px}._navPhone_14gdv_89{margin-left:0}._navPhoneLink_14gdv_93{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;color:var(--primary-orange);text-decoration:none;transition:var(--transition);padding:.5rem .75rem;border-radius:8px;white-space:nowrap;min-width:fit-content}._navPhoneLink_14gdv_93:hover{color:var(--primary-orange-dark);background:#dca0141a;transform:translateY(-1px)}._navPhoneIcon_14gdv_114{width:1rem;height:1rem}._logoPhone_14gdv_119{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;color:var(--primary-orange);text-decoration:none;transition:var(--transition)}._logoPhone_14gdv_119:hover{color:var(--primary-orange-dark)}._logoPhoneIcon_14gdv_134{width:1rem;height:1rem}._desktopNav_14gdv_140{display:flex;align-items:center;flex:1;justify-content:center}._navLinks_14gdv_147{display:flex;align-items:center;gap:.5rem;list-style:none;margin:0;padding:0}._navLink_14gdv_147{text-decoration:none;color:var(--text-dark);font-weight:600;font-size:1rem;padding:.75rem 1rem;border-radius:var(--border-radius);transition:var(--transition);position:relative;display:flex;align-items:center;gap:.5rem}._navLink_14gdv_147:hover{color:var(--primary-orange);background:#dca01414;transform:translateY(-2px)}._dropdownContainer_14gdv_177{position:relative}._dropdownArrow_14gdv_181{width:1rem;height:1rem;transition:transform .3s ease}._dropdownContainer_14gdv_177:hover ._dropdownArrow_14gdv_181{transform:rotate(180deg)}._dropdownMenu_14gdv_191{position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%);background:#fff;border-radius:12px;box-shadow:0 10px 25px #00000026;border:1px solid rgba(0,0,0,.05);opacity:0;visibility:hidden;transition:all .3s ease;z-index:1000;min-width:280px}._dropdownContainer_14gdv_177:hover ._dropdownMenu_14gdv_191{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}._dropdownMenu_14gdv_191:before{content:"";position:absolute;top:-8px;left:50%;transform:translate(-50%);width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid white}._dropdownContent_14gdv_226{padding:1rem}._dropdownItem_14gdv_230{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;background:none;border:none;color:#6a6a6a;font-size:.95rem;text-align:left;border-radius:8px;cursor:pointer;transition:all .3s ease}._dropdownItem_14gdv_230:hover{background:#dca0141a;color:#dca014}._dropdownIcon_14gdv_251{width:1.25rem;height:1.25rem;color:#dca014;flex-shrink:0}._contactSection_14gdv_259{display:flex;align-items:center;gap:1rem;flex-shrink:0}._phoneLink_14gdv_266{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:#6a6a6a;font-weight:500;font-size:.95rem;padding:.5rem 1rem;border-radius:8px;transition:all .3s ease}._phoneLink_14gdv_266:hover{color:#dca014;background:#dca0141a}._phoneIcon_14gdv_284{width:1.25rem;height:1.25rem;color:#dca014}._phoneText_14gdv_290{display:block}._ctaButton_14gdv_294{display:flex;align-items:center;gap:.5rem;background:var(--gradient-primary);color:var(--white);text-decoration:none;font-weight:700;font-size:clamp(.85rem,2vw,.95rem);padding:clamp(.4rem,2vw,.75rem) clamp(.8rem,3vw,1.5rem);border-radius:12px;transition:var(--transition);box-shadow:0 8px 25px var(--shadow-medium);white-space:nowrap;min-width:fit-content;position:relative;overflow:hidden}._ctaButton_14gdv_294:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:all .5s ease}._ctaButton_14gdv_294:hover:before{left:100%}._ctaButton_14gdv_294:hover{transform:translateY(-3px);box-shadow:0 12px 35px var(--shadow-dark)}._ctaIcon_14gdv_333{width:1.25rem;height:1.25rem}._hamburgerButton_14gdv_339{display:none;flex-direction:column;justify-content:space-around;width:30px;height:30px;background:none;border:none;cursor:pointer;padding:0;z-index:10000;margin-right:20px}._hamburgerLine_14gdv_353{width:100%;height:3px;background:#4a4a4a;border-radius:2px;transition:all .3s ease}._hamburgerLine_14gdv_353._active_14gdv_361:nth-child(1){transform:rotate(45deg) translate(7px,7px)}._hamburgerLine_14gdv_353._active_14gdv_361:nth-child(2){opacity:0}._hamburgerLine_14gdv_353._active_14gdv_361:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}._mobileMenu_14gdv_374{position:fixed;top:0;left:0;width:100%;height:100vh;background:#00000080;z-index:1000;opacity:0;visibility:hidden;transition:all .3s ease-in-out}._mobileMenu_14gdv_374._menuOpen_14gdv_387{opacity:1;visibility:visible}._mobileMenuContent_14gdv_392{position:absolute;top:0;right:0;width:80%;max-width:350px;height:100vh;background:var(--white);transform:translate(100%);transition:transform .3s ease-in-out;display:flex;flex-direction:column;overflow-y:auto}._mobileMenu_14gdv_374._menuOpen_14gdv_387 ._mobileMenuContent_14gdv_392{transform:translate(0)}._mobileHeader_14gdv_412{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #e9ecef;background:var(--white)}._mobileLogo_14gdv_421{display:flex;align-items:center;height:60px}._mobileLogoImage_14gdv_427{height:50px;width:auto;object-fit:contain}._mobileCloseButton_14gdv_433{background:none;border:none;font-size:1.5rem;color:var(--dark-gray);cursor:pointer;padding:.5rem;border-radius:50%;transition:background-color .3s ease;display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;line-height:1;font-weight:400}._mobileCloseButton_14gdv_433:hover{background:#0000000d}._mobileNavLinks_14gdv_456{list-style:none;margin:0;padding:1.5rem 0;flex:1;display:flex;flex-direction:column;gap:.5rem}._mobileNavLink_14gdv_456{display:block;text-decoration:none;color:var(--dark-gray);font-weight:600;font-size:1.1rem;padding:1rem 2rem;transition:all .3s ease;border-radius:0;position:relative}._mobileNavLink_14gdv_456:hover{background:#dca0140d;color:var(--primary-orange)}._mobileDropdownContainer_14gdv_484{margin:0}._mobileDropdownHeader_14gdv_488{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0;background:none;border:none;border-radius:0;transition:all .3s ease}._mobileDropdownToggle_14gdv_500{background:none;border:none;padding:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;margin-right:1rem}._mobileDropdownToggle_14gdv_500:hover{background:#dca0140d;border-radius:8px}._mobileDropdownArrow_14gdv_517{width:1.2rem;height:1.2rem;color:var(--text-light);transition:transform .3s ease}._mobileDropdownArrow_14gdv_517._rotated_14gdv_524{transform:rotate(180deg)}._mobileDropdownList_14gdv_528{list-style:none;margin:0;padding:0;max-height:0;overflow:hidden;transition:max-height .3s ease}._mobileDropdownList_14gdv_528._dropdownOpen_14gdv_537{max-height:400px}._mobileDropdownItem_14gdv_541{display:block;text-decoration:none;color:var(--text-light);font-size:1rem;padding:.75rem 3rem;transition:all .3s ease;border-radius:0;margin:0}._mobileDropdownItem_14gdv_541:hover{background:#dca0140d;color:var(--primary-orange)}._mobileContact_14gdv_558{border-top:1px solid #e9ecef;padding:2rem;display:flex;flex-direction:column;gap:1rem;background:var(--white)}._mobileNavPhone_14gdv_567{display:flex;justify-content:center}._mobileNavPhoneLink_14gdv_572{background:#dca0141a;color:var(--primary-orange);padding:1rem 2rem;border-radius:25px;text-decoration:none;font-weight:600;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s ease;font-size:1.1rem;width:100%}._mobileNavPhoneLink_14gdv_572:hover{background:#dca01433;color:var(--primary-orange)}._mobileNavPhoneIcon_14gdv_593{width:18px;height:18px}._mobileCtaButton_14gdv_598{background:linear-gradient(135deg,var(--primary-orange) 0%,var(--primary-orange-dark) 100%);color:var(--white);padding:1rem 2rem;border-radius:25px;text-decoration:none;font-weight:600;text-align:center;transition:all .3s ease;box-shadow:0 4px 15px var(--shadow-medium);font-size:1.1rem;width:100%}._mobileCtaButton_14gdv_598:hover{transform:translateY(-2px);box-shadow:0 8px 25px var(--shadow-dark);color:var(--white)}@media (max-width: 1400px){._navbarContainer_14gdv_37{padding:0 2rem;gap:1rem}._navLink_14gdv_147{padding:.6rem 1rem;font-size:.95rem}._ctaButton_14gdv_294{padding:.6rem 1.2rem;font-size:.9rem}}@media (max-width: 1200px){._navbarContainer_14gdv_37{padding:0 1.5rem;gap:.75rem}._navLink_14gdv_147{padding:.5rem .875rem;font-size:.9rem}._contactSection_14gdv_259{gap:.75rem}._phoneText_14gdv_290{display:block}._ctaButton_14gdv_294{padding:.5rem 1rem;font-size:.85rem}._logoText_14gdv_76{font-size:1.3rem}}@media (max-width: 1024px){._navbarContainer_14gdv_37{padding:0 1.25rem;gap:.5rem}._navLink_14gdv_147{padding:.5rem .75rem;font-size:.85rem}._contactSection_14gdv_259{gap:.5rem}._phoneText_14gdv_290{display:block}._ctaButton_14gdv_294{padding:.4rem .8rem;font-size:.8rem}._logoText_14gdv_76{font-size:1.2rem}}@media (max-width: 1024px){._desktopNav_14gdv_140,._contactSection_14gdv_259,._navPhone_14gdv_89{display:none}._hamburgerButton_14gdv_339{display:flex}._logoText_14gdv_76{font-size:1.25rem}._mobileMenuContent_14gdv_392{max-width:320px;padding:1.5rem}._mobileHeader_14gdv_412{margin-bottom:1.5rem}}@media (max-width: 768px){._navbarContainer_14gdv_37{height:75px}._logoText_14gdv_76{font-size:1.1rem}._mobileMenuContent_14gdv_392{max-width:300px;padding:1.25rem}._mobileHeader_14gdv_412{margin-bottom:1.25rem}._mobileNavLink_14gdv_456,._mobileDropdownHeader_14gdv_488{font-size:.95rem}._mobileDropdownItem_14gdv_541{padding:.5rem 1.25rem;font-size:.8rem}._mobilePhone_14gdv_757,._mobileCtaButton_14gdv_598{padding:.75rem 1.25rem;font-size:.9rem}}@media (max-width: 640px){._navbarContainer_14gdv_37{height:70px}._logoText_14gdv_76{font-size:1rem}._mobileMenuContent_14gdv_392{max-width:100%;padding:1rem}._mobileHeader_14gdv_412{margin-bottom:1rem}._mobileNavLink_14gdv_456,._mobileDropdownHeader_14gdv_488{font-size:.9rem}._mobileDropdownItem_14gdv_541{padding:.4rem 1rem;font-size:.75rem}._mobilePhone_14gdv_757,._mobileCtaButton_14gdv_598{padding:.6rem 1rem;font-size:.85rem}}@media (max-width: 480px){._navbarContainer_14gdv_37{height:65px}._logoText_14gdv_76{font-size:.95rem}._mobileMenuContent_14gdv_392{padding:.875rem}._mobileHeader_14gdv_412{margin-bottom:.875rem}._mobileNavLink_14gdv_456,._mobileDropdownHeader_14gdv_488{font-size:.85rem}._mobileDropdownItem_14gdv_541{padding:.375rem .875rem;font-size:.7rem}._mobilePhone_14gdv_757,._mobileCtaButton_14gdv_598{padding:.5rem .875rem;font-size:.8rem}}@media (max-width: 360px){._navbarContainer_14gdv_37{height:60px}._logoText_14gdv_76{font-size:.9rem}._mobileMenuContent_14gdv_392{padding:.75rem}._mobileHeader_14gdv_412{margin-bottom:.75rem}._mobileNavLink_14gdv_456,._mobileDropdownHeader_14gdv_488{font-size:.8rem}._mobileDropdownItem_14gdv_541{padding:.25rem .75rem;font-size:.65rem}._mobilePhone_14gdv_757,._mobileCtaButton_14gdv_598{padding:.4rem .75rem;font-size:.75rem}}@media (max-width: 1024px){._mobileMenuContent_14gdv_392{width:85%;max-width:320px}._mobileHeader_14gdv_412{padding:1.25rem 1.5rem}._mobileCloseButton_14gdv_433{font-size:1.4rem;width:2.25rem;height:2.25rem}._mobileNavLinks_14gdv_456{padding:1.25rem 0}._mobileNavLink_14gdv_456{font-size:1rem;padding:.875rem 1.5rem}._mobileDropdownItem_14gdv_541{font-size:.95rem;padding:.625rem 2.5rem}._mobileContact_14gdv_558{padding:1.5rem}._mobileNavPhoneLink_14gdv_572,._mobileCtaButton_14gdv_598{font-size:1rem;padding:.875rem 1.75rem}._mobileNavPhoneIcon_14gdv_593{width:16px;height:16px}}@media (max-width: 768px){._mobileMenuContent_14gdv_392{width:85%;max-width:320px}._mobileHeader_14gdv_412{padding:1.25rem 1.5rem}._mobileCloseButton_14gdv_433{font-size:1.4rem;width:2.25rem;height:2.25rem}._mobileNavLinks_14gdv_456{padding:1.25rem 0}._mobileNavLink_14gdv_456{font-size:1rem;padding:.875rem 1.5rem}._mobileDropdownItem_14gdv_541{font-size:.95rem;padding:.625rem 2.5rem}._mobileContact_14gdv_558{padding:1.5rem}._mobileNavPhoneLink_14gdv_572,._mobileCtaButton_14gdv_598{font-size:1rem;padding:.875rem 1.75rem}._mobileNavPhoneIcon_14gdv_593{width:16px;height:16px}}@media (max-width: 360px){._mobileMenuContent_14gdv_392{width:100%;max-width:none}._mobileHeader_14gdv_412{padding:.75rem .875rem}._mobileLogo_14gdv_421{font-size:.95rem}._mobileCloseButton_14gdv_433{font-size:1.1rem;width:1.5rem;height:1.5rem}._mobileNavLinks_14gdv_456{padding:.75rem 0}._mobileNavLink_14gdv_456{font-size:.85rem;padding:.5rem .875rem}._mobileDropdownItem_14gdv_541{font-size:.8rem;padding:.25rem 1.5rem}._mobileContact_14gdv_558{padding:.875rem}._mobileNavPhoneLink_14gdv_572,._mobileCtaButton_14gdv_598{font-size:.85rem;padding:.5rem 1rem}._mobileNavPhoneIcon_14gdv_593{width:10px;height:10px}}:root{--primary-orange: rgb(220, 160, 20);--primary-orange-dark: rgb(200, 145, 18);--primary-orange-light: rgb(240, 175, 30);--dark-gray: rgb(50, 50, 50);--dark-gray-dark: rgb(30, 30, 30);--white: #FFFFFF;--text-light: #6C757D;--text-dark: #2C3E50;--shadow-light: rgba(220, 160, 20, .1);--shadow-medium: rgba(220, 160, 20, .2);--shadow-dark: rgba(220, 160, 20, .3);--gradient-primary: linear-gradient(135deg, var(--primary-orange) 0%, var(--primary-orange-dark) 100%);--border-radius: 20px;--transition: all .3s cubic-bezier(.4, 0, .2, 1)}._footer_7kgu1_37{background:linear-gradient(135deg,var(--dark-gray-dark) 0%,var(--dark-gray) 100%);color:var(--white);padding:5rem 0 2rem;position:relative;overflow:hidden}._footer_7kgu1_37:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--primary-orange),transparent)}._footerContent_7kgu1_73{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}._footerSection_7kgu1_91{display:flex;flex-direction:column;gap:1rem;min-width:0}._footerSection_7kgu1_91 h3{color:var(--primary-orange);font-size:1.4rem;font-weight:700;margin-bottom:1.5rem;position:relative}._footerSection_7kgu1_91 p{color:#ffffffd9;line-height:1.6;margin-bottom:.5rem}._footerLinks_7kgu1_135{list-style:none;display:flex;flex-direction:column;gap:.75rem}._footerLink_7kgu1_135{color:#fffc;text-decoration:none;transition:var(--transition);display:flex;align-items:center;gap:.5rem;padding:.5rem 0;border-radius:8px;position:relative}._footerLink_7kgu1_135:hover{color:var(--primary-orange);transform:translate(4px);background:#dca0140d;padding-left:.5rem}._footerLink_7kgu1_135 svg{width:16px;height:16px;color:var(--primary-orange)}._contactInfo_7kgu1_199{display:flex;flex-direction:column;gap:1rem}._contactItem_7kgu1_211{display:flex;align-items:center;gap:.75rem;color:#fffc}._contactItem_7kgu1_211 svg{width:20px;height:20px;color:var(--primary-orange);flex-shrink:0}._socialLinks_7kgu1_239{display:flex;gap:1rem;margin-top:1rem}._socialLink_7kgu1_239{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#dca0141a;border-radius:50%;color:var(--primary-orange);text-decoration:none;transition:all .3s ease;position:relative;overflow:hidden}._socialLink_7kgu1_239:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(135deg,var(--primary-orange) 0%,var(--primary-orange-light) 100%);transition:left .3s ease;z-index:-1}._socialLink_7kgu1_239:hover:before{left:0}._socialLink_7kgu1_239:hover{color:var(--white);transform:translateY(-2px);box-shadow:0 4px 15px var(--shadow-medium)}._socialLink_7kgu1_239 svg{width:20px;height:20px}._footerBottom_7kgu1_335{border-top:1px solid var(--dark-gray);margin-top:3rem;padding-top:2rem;text-align:center;color:#ffffffbf;font-size:.9rem}._footerBottom_7kgu1_335 a{color:var(--primary-orange);text-decoration:none}._footerBottom_7kgu1_335 a:hover{text-decoration:underline}@media (max-width: 1400px){._footer_7kgu1_37{padding:4rem 0 2rem}._footerContent_7kgu1_73{gap:1.5rem}}@media (max-width: 1200px){._footer_7kgu1_37{padding:3.5rem 0 2rem}._footerContent_7kgu1_73{gap:1.25rem}._footerSection_7kgu1_91 h3{font-size:1.2rem}}@media (max-width: 1024px){._footer_7kgu1_37{padding:3rem 0 2rem}._footerContent_7kgu1_73{grid-template-columns:repeat(2,1fr);gap:2rem}._footerSection_7kgu1_91 h3{font-size:1.1rem}}@media (max-width: 768px){._footer_7kgu1_37{padding:2.5rem 0 1.5rem}._footerContent_7kgu1_73{grid-template-columns:1fr;gap:2rem}._footerSection_7kgu1_91 h3{font-size:1.3rem}._socialLinks_7kgu1_239{justify-content:flex-start}._footerBottom_7kgu1_335{text-align:center;margin-top:2rem}}@media (max-width: 640px){._footer_7kgu1_37{padding:2rem 0 1rem}._footerContent_7kgu1_73{padding:0 1rem;gap:1.5rem}._footerSection_7kgu1_91 h3{font-size:1.2rem}._contactItem_7kgu1_211{justify-content:flex-start}._footerBottom_7kgu1_335{margin-top:1.5rem}}@media (max-width: 480px){._footer_7kgu1_37{padding:1.5rem 0 1rem}._footerContent_7kgu1_73{padding:0 .75rem;gap:1.25rem}._contactItem_7kgu1_211{flex-direction:row;text-align:left;gap:.5rem}._footerBottom_7kgu1_335{margin-top:1rem}._socialLink_7kgu1_239{width:35px;height:35px}._socialLink_7kgu1_239 svg{width:18px;height:18px}}@media (max-width: 360px){._footer_7kgu1_37{padding:1.25rem 0 .75rem}._footerContent_7kgu1_73{padding:0 .5rem;gap:1rem}._footerSection_7kgu1_91 h3{font-size:1.1rem}._contactItem_7kgu1_211{gap:.25rem}._footerBottom_7kgu1_335{margin-top:.75rem}._socialLink_7kgu1_239{width:30px;height:30px}._socialLink_7kgu1_239 svg{width:16px;height:16px}}:root{--primary-orange: rgb(220, 160, 20);--primary-orange-dark: rgb(200, 145, 18);--primary-orange-light: rgb(240, 175, 30);--primary-yellow: #FFD93D;--primary-yellow-light: #FFF3B0;--dark-gray: rgb(50, 50, 50);--medium-gray: #7F8C8D;--light-gray: #F8F9FA;--section-gray: rgb(50, 50, 50);--white: #FFFFFF;--text-light: #6C757D;--shadow-light: rgba(220, 160, 20, .1);--shadow-medium: rgba(220, 160, 20, .2);--shadow-dark: rgba(220, 160, 20, .3)}._mainContent_1cc4s_37{margin-top:80px}._container_1cc4s_49{max-width:1200px;margin:0 auto;padding:0 2rem;line-height:1.6;margin-bottom:2rem;opacity:.95;font-weight:400}._sectionHeader_1cc4s_75{text-align:center;margin-bottom:4rem}._sectionTitle_1cc4s_85{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:1rem;position:relative}._sectionSubtitle_1cc4s_99{font-size:1.2rem;max-width:600px;margin:0 auto;line-height:1.6}._sectionBadge_1cc4s_113{display:inline-block;background:linear-gradient(135deg,var(--primary-orange) 0%,var(--primary-orange-light) 100%);color:var(--white);padding:.5rem 1.5rem;border-radius:25px;font-size:.9rem;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}._aboutSection_1cc4s_141{padding:6rem 0;background:var(--white)}._aboutSection_1cc4s_141 ._sectionTitle_1cc4s_85{color:var(--dark-gray)}._aboutSection_1cc4s_141 ._sectionSubtitle_1cc4s_99{color:var(--text-light)}._aboutContent_1cc4s_169{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}._aboutDescription_1cc4s_183{font-size:1.2rem;line-height:1.8;color:var(--text-light);margin-bottom:2rem}._statsGrid_1cc4s_197{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}._statCard_1cc4s_211{text-align:center}._statNumber_1cc4s_219{font-size:2.5rem;font-weight:800;color:var(--primary-orange);margin:0 0 .5rem;display:block;line-height:1.2}._statLabel_1cc4s_237{font-size:.9rem;color:var(--text-light);font-weight:500;margin:0;line-height:1.4}._aboutImage_1cc4s_253{position:relative}._aboutImage_1cc4s_253 img{width:100%;height:auto;border-radius:25px;box-shadow:0 25px 60px #0000001a}._imageOverlay_1cc4s_275{position:absolute;bottom:-20px;right:-20px;background:linear-gradient(135deg,var(--primary-orange) 0%,var(--primary-orange-light) 100%);padding:2rem;border-radius:20px;color:var(--white);text-align:center;box-shadow:0 15px 40px var(--shadow-medium)}._overlayNumber_1cc4s_299{display:block;font-size:2.5rem;font-weight:800;margin-bottom:.5rem}._overlayText_1cc4s_313{font-size:1rem;font-weight:500}._valuesSection_1cc4s_325{padding:6rem 0;background:linear-gradient(135deg,var(--section-gray) 0%,var(--dark-gray) 100%);color:var(--white)}._valuesSection_1cc4s_325 ._sectionTitle_1cc4s_85{color:var(--white)}._valuesSection_1cc4s_325 ._sectionSubtitle_1cc4s_99{color:#fffc}._valuesGrid_1cc4s_355{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;margin-top:3rem}._valueCard_1cc4s_369{background:#ffffff0d;padding:2.5rem;border-radius:25px;text-align:center;border:1px solid rgba(255,255,255,.1);transition:all .4s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._valueCard_1cc4s_369:hover{transform:translateY(-8px);background:#ffffff1a;border-color:var(--primary-orange)}._valueIcon_1cc4s_401{width:60px;height:60px;background:linear-gradient(135deg,var(--primary-orange) 0%,var(--primary-orange-light) 100%);border-radius:15px;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;box-shadow:0 8px 20px var(--shadow-medium)}._valueIcon_1cc4s_401 svg{width:28px;height:28px;color:var(--white)}._valueCard_1cc4s_369 h3{font-size:1.4rem;font-weight:700;color:var(--white);margin-bottom:1rem}._valueCard_1cc4s_369 p{color:#fffc;line-height:1.6}._teamSection_1cc4s_463{padding:6rem 0;background:var(--white)}._teamSection_1cc4s_463 ._sectionTitle_1cc4s_85{color:var(--dark-gray)}._teamSection_1cc4s_463 ._sectionSubtitle_1cc4s_99{color:var(--text-light)}._teamContent_1cc4s_491{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;margin-top:3rem}._teamImage_1cc4s_507{position:relative}._teamImage_1cc4s_507 img{width:100%;height:auto;border-radius:25px;box-shadow:0 25px 60px #0000001a}._teamText_1cc4s_529 h3{font-size:2rem;font-weight:700;color:var(--dark-gray);margin-bottom:1.5rem}._teamText_1cc4s_529 p{font-size:1.1rem;line-height:1.8;color:var(--text-light);margin-bottom:2rem}._teamFeatures_1cc4s_557{display:flex;flex-direction:column;gap:1rem}._teamFeature_1cc4s_557{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--white);border-radius:15px;border:1px solid rgba(220,160,20,.1)}._teamFeature_1cc4s_557 svg{width:18px;height:18px;color:var(--primary-orange);flex-shrink:0}._teamFeature_1cc4s_557 span{font-weight:500;color:var(--dark-gray)}._certificatesSection_1cc4s_619{padding:6rem 0;background:transparent}._certificatesSection_1cc4s_619 ._sectionTitle_1cc4s_85{color:var(--dark-gray)}._certificatesSection_1cc4s_619 ._sectionSubtitle_1cc4s_99{color:var(--text-light)}._certificatesGrid_1cc4s_647{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:3rem}._certificateCard_1cc4s_661{background:#ffffff0d;padding:2.5rem;border-radius:25px;text-align:center;border:1px solid rgba(255,255,255,.1);transition:all .4s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._certificateCard_1cc4s_661:hover{transform:translateY(-8px);background:#ffffff1a;border-color:var(--primary-orange)}._certificateIcon_1cc4s_693{width:60px;height:60px;background:linear-gradient(135deg,var(--primary-orange) 0%,var(--primary-orange-light) 100%);border-radius:15px;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;box-shadow:0 8px 20px var(--shadow-medium)}._certificateIcon_1cc4s_693 svg{width:28px;height:28px;color:var(--white)}._certificateCard_1cc4s_661 h3{font-size:1.4rem;font-weight:700;color:var(--white);margin-bottom:1rem}._certificateCard_1cc4s_661 p{color:#fffc;line-height:1.6}._certificateItem_1cc4s_755{display:block;border:none;padding:0;background:transparent;cursor:pointer;border-radius:16px;overflow:hidden;box-shadow:0 0 5px #00000014;transition:transform .2s ease,box-shadow .2s ease}._certificateItem_1cc4s_755:hover{transform:translateY(-4px);box-shadow:0 10px 20px var(--shadow-light)}._certificateImage_1cc4s_789{width:100%;height:220px;object-fit:cover;display:block}._modalOverlay_1cc4s_803{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:9999}._modalContent_1cc4s_823{position:relative;max-width:min(95vw,1200px);max-height:90vh;width:100%}._modalImage_1cc4s_837{width:100%;height:auto;max-height:90vh;object-fit:contain;border-radius:8px}._modalClose_1cc4s_853{position:absolute;top:12px;right:12px;width:40px;height:40px;border-radius:50%;background:var(--primary-orange);border:none;color:#fff;font-size:22px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 6px 20px #00000040;z-index:2}._modalClose_1cc4s_853:hover{background:var(--primary-orange-dark)}._modalClose_1cc4s_853:focus{outline:2px solid rgba(255,255,255,.8);outline-offset:2px}._ctaSection_1cc4s_911{padding:0 0 6rem;background:var(--white);text-align:center}._ctaContent_1cc4s_923 h2{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--dark-gray);margin-bottom:1rem}._ctaContent_1cc4s_923 p{font-size:1.2rem;color:var(--text-light);margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}._ctaButtons_1cc4s_955{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}._ctaPrimaryButton_1cc4s_969{background:linear-gradient(135deg,var(--primary-orange) 0%,var(--primary-orange-dark) 100%);color:var(--white);padding:clamp(.875rem,2vw,1.2rem) clamp(1.5rem,3vw,2.5rem);border-radius:50px;font-weight:600;font-size:clamp(.9rem,2.5vw,1.1rem);text-decoration:none;transition:all .3s ease;box-shadow:0 8px 25px var(--shadow-medium);display:inline-flex;align-items:center;gap:.75rem;border:none;cursor:pointer;white-space:nowrap;min-width:fit-content}._ctaPrimaryButton_1cc4s_969 svg{width:20px;height:20px}._ctaPrimaryButton_1cc4s_969:hover{transform:translateY(-3px);box-shadow:0 12px 35px var(--shadow-dark);background:linear-gradient(135deg,var(--primary-orange-dark) 0%,var(--primary-orange) 100%)}._ctaSecondaryButton_1cc4s_1029{background:#dca0141a;color:var(--primary-orange);padding:clamp(.875rem,2vw,1.2rem) clamp(1.5rem,3vw,2.5rem);border-radius:50px;font-weight:600;font-size:clamp(.9rem,2.5vw,1.1rem);text-decoration:none;transition:all .3s ease;border:2px solid var(--primary-orange);display:inline-flex;align-items:center;gap:.75rem;white-space:nowrap;min-width:fit-content}._ctaSecondaryButton_1cc4s_1029 svg{width:20px;height:20px}._ctaSecondaryButton_1cc4s_1029:hover{background:var(--primary-orange);color:var(--white);transform:translateY(-3px)}@media (max-width: 1400px){._container_1cc4s_49{padding:0 2rem}._aboutContent_1cc4s_169,._teamContent_1cc4s_491{gap:4rem}._sectionTitle_1cc4s_85{font-size:clamp(2.5rem,4vw,3rem)}._valuesGrid_1cc4s_355,._certificatesGrid_1cc4s_647{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media (max-width: 1200px){._container_1cc4s_49{padding:0 1.5rem}._aboutContent_1cc4s_169,._teamContent_1cc4s_491{gap:3.5rem}._sectionTitle_1cc4s_85{font-size:clamp(2.25rem,3.5vw,2.75rem)}._statsGrid_1cc4s_197{grid-template-columns:repeat(3,1fr)}._valuesGrid_1cc4s_355,._certificatesGrid_1cc4s_647{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}}@media (max-width: 1024px){._container_1cc4s_49{padding:0 1.25rem}._aboutContent_1cc4s_169,._teamContent_1cc4s_491{gap:3rem}._sectionTitle_1cc4s_85{font-size:clamp(2rem,3vw,2.5rem)}._statsGrid_1cc4s_197{grid-template-columns:repeat(2,1fr);gap:1.5rem}._valuesGrid_1cc4s_355,._certificatesGrid_1cc4s_647{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem}}@media (max-width: 768px){._mainContent_1cc4s_37{margin-top:70px}._container_1cc4s_49{padding:0 1rem}._aboutContent_1cc4s_169,._teamContent_1cc4s_491{grid-template-columns:1fr;gap:2.5rem}._imageOverlay_1cc4s_275{position:relative;bottom:0;right:0;margin-top:2rem}._valuesGrid_1cc4s_355,._certificatesGrid_1cc4s_647{grid-template-columns:1fr;gap:2rem}._ctaButtons_1cc4s_955{flex-direction:column;align-items:center;gap:1rem}._ctaPrimaryButton_1cc4s_969,._ctaSecondaryButton_1cc4s_1029{width:100%;max-width:300px;justify-content:center;padding:.875rem 1.5rem;font-size:.95rem}._statsGrid_1cc4s_197{grid-template-columns:1fr;gap:1rem}._sectionTitle_1cc4s_85{font-size:clamp(1.75rem,2.5vw,2.25rem)}._aboutSection_1cc4s_141,._valuesSection_1cc4s_325,._teamSection_1cc4s_463,._certificatesSection_1cc4s_619,._ctaSection_1cc4s_911{padding:0 0 3.5rem}}@media (max-width: 640px){._container_1cc4s_49{padding:0 .75rem}._aboutContent_1cc4s_169,._teamContent_1cc4s_491{gap:2rem}._sectionTitle_1cc4s_85{font-size:clamp(1.5rem,2vw,1.875rem)}._aboutDescription_1cc4s_183{font-size:1.1rem}._teamText_1cc4s_529 h3{font-size:1.75rem}._teamText_1cc4s_529 p{font-size:1rem}._valuesGrid_1cc4s_355,._certificatesGrid_1cc4s_647{gap:1.5rem}._valueCard_1cc4s_369,._certificateCard_1cc4s_661{padding:2rem}._aboutSection_1cc4s_141,._valuesSection_1cc4s_325,._teamSection_1cc4s_463,._certificatesSection_1cc4s_619,._ctaSection_1cc4s_911{padding:0 0 3rem}}@media (max-width: 480px){._container_1cc4s_49{padding:0 .5rem}._valueCard_1cc4s_369,._certificateCard_1cc4s_661{padding:1.5rem}._teamFeature_1cc4s_557{flex-direction:column;text-align:center;gap:.5rem}._ctaPrimaryButton_1cc4s_969,._ctaSecondaryButton_1cc4s_1029{padding:.75rem 1.25rem;font-size:.9rem}._sectionTitle_1cc4s_85{font-size:clamp(1.25rem,1.5vw,1.5rem)}._aboutDescription_1cc4s_183{font-size:1rem}._teamText_1cc4s_529 h3{font-size:1.5rem}._teamText_1cc4s_529 p{font-size:.95rem}._aboutSection_1cc4s_141,._valuesSection_1cc4s_325,._teamSection_1cc4s_463,._certificatesSection_1cc4s_619,._ctaSection_1cc4s_911{padding:0 0 2.5rem}}@media (max-width: 360px){._container_1cc4s_49{padding:0 .25rem}._valueCard_1cc4s_369,._certificateCard_1cc4s_661{padding:1.25rem}._teamFeature_1cc4s_557{padding:.875rem}._sectionTitle_1cc4s_85{font-size:clamp(1rem,1.2vw,1.25rem)}._aboutDescription_1cc4s_183{font-size:.9rem}._teamText_1cc4s_529 h3{font-size:1.25rem}._teamText_1cc4s_529 p{font-size:.85rem}._ctaPrimaryButton_1cc4s_969,._ctaSecondaryButton_1cc4s_1029{padding:.625rem 1rem;font-size:.85rem}._aboutSection_1cc4s_141,._valuesSection_1cc4s_325,._teamSection_1cc4s_463,._certificatesSection_1cc4s_619,._ctaSection_1cc4s_911{padding:0 0 2rem}}._mainContent_11l66_17{margin-top:80px}._heroSection_11l66_22{position:relative;display:flex;align-items:center;justify-content:flex-start;overflow:hidden;background:var(--gradient-dark, linear-gradient(135deg, var(--dark-gray) 0%, var(--section-gray) 100%));padding:clamp(3.5rem,5vh,5rem) var(--hero-padding-x, 2rem);width:100%;max-width:100vw;box-sizing:border-box}._heroBackground_11l66_35{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}._heroBackground_11l66_35 img{width:100%;height:100%;object-fit:cover;opacity:.4;transform:scale(1.1);transition:transform .8s ease}._heroSection_11l66_22:hover ._heroBackground_11l66_35 img{transform:scale(1.02)}._heroOverlay_11l66_54{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#000000d9,#dca0144d,#000000b3);z-index:2}._heroContent_11l66_61{position:relative;z-index:3;width:100%;padding:clamp(2rem,3vh,3rem) 0}._heroText_11l66_68{max-width:900px;color:var(--white)}._headerBadge_11l66_73{display:flex;justify-content:flex-start;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}._headerBadge_11l66_73 span{background:linear-gradient(135deg,var(--primary-orange) 0%,var(--primary-orange-light) 100%);color:var(--white);padding:.5rem 1.5rem;border-radius:25px;font-size:.95rem;font-weight:600;box-shadow:0 4px 15px var(--shadow-medium)}._headerTitle_11l66_91{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;color:var(--white);margin-bottom:1.5rem;line-height:1.2;animation:_fadeInUp_11l66_1 1s ease-out}@keyframes _fadeInUp_11l66_1{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}._highlight_11l66_111{color:var(--primary-orange);position:relative}._headerSubtitle_11l66_117{font-size:clamp(1.15rem,2.5vw,1.4rem);color:#ffffffe6;margin-bottom:0;line-height:1.6;animation:_fadeInUp_11l66_1 1s ease-out .2s both}._headerButtons_11l66_125{display:flex;gap:1rem;flex-wrap:wrap}._primaryButton_11l66_131{background:linear-gradient(135deg,var(--primary-orange) 0%,var(--primary-orange-dark) 100%);color:var(--white);padding:.9rem 1.6rem;border-radius:999px;font-weight:700;text-decoration:none;transition:var(--transition);box-shadow:0 8px 25px var(--shadow-medium)}._primaryButton_11l66_131:hover{transform:translateY(-2px)}._secondaryButton_11l66_146{background:#ffffff1f;color:var(--white);padding:.9rem 1.6rem;border-radius:999px;font-weight:700;text-decoration:none;border:2px solid rgba(255,255,255,.4);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:var(--transition)}._secondaryButton_11l66_146:hover{background:#ffffff2e;transform:translateY(-2px)}._container_11l66_164{max-width:1200px;margin:0 auto;padding:0 2rem}._sectionHeader_11l66_171{text-align:center;margin-bottom:4rem}._sectionTitle_11l66_176{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--dark-gray);margin-bottom:1rem;position:relative}._sectionSubtitle_11l66_185{font-size:clamp(1rem,2vw,1.2rem);color:var(--text-light);line-height:1.6;max-width:600px;margin:0 auto}._servicesSection_11l66_194{padding:6rem 0;background:var(--white)}._servicesGrid_11l66_199{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem}._serviceCard_11l66_205{background:var(--white);border-radius:var(--border-radius-large);overflow:hidden;box-shadow:0 20px 50px #00000014;transition:var(--transition);cursor:pointer;position:relative;transform:translateY(0);border:1px solid rgba(0,0,0,.05)}._serviceCard_11l66_205:hover{transform:translateY(-5px);box-shadow:0 25px 60px #0000001f}._serviceImage_11l66_222{position:relative;height:250px;overflow:hidden}._serviceImage_11l66_222 img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}._serviceCard_11l66_205:hover ._serviceImage_11l66_222 img{transform:scale(1.03)}._serviceOverlay_11l66_239{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#dca014cc,#c89112e6);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .4s ease}._serviceCard_11l66_205:hover ._serviceOverlay_11l66_239{opacity:1}._serviceIcon_11l66_257{width:80px;height:80px;background:var(--white);border-radius:20px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 25px #0003}._serviceIcon_11l66_257 svg{width:40px;height:40px;color:var(--primary-orange)}._serviceContent_11l66_274{padding:2rem}._serviceTitle_11l66_278{font-size:1.4rem;font-weight:700;color:var(--dark-gray);margin-bottom:1rem;line-height:1.3}._serviceDescription_11l66_286{color:var(--text-light);line-height:1.6;margin-bottom:1.5rem}._serviceFeatures_11l66_294{list-style:none;padding:0;margin-bottom:2rem}._serviceFeatures_11l66_294 li{color:var(--text-light);position:relative;padding:.5rem 0 .5rem 1.5rem}._serviceFeatures_11l66_294 li:before{content:"✓";position:absolute;left:0;color:var(--primary-orange);font-weight:700}._serviceButton_11l66_315{width:100%;background:linear-gradient(135deg,var(--primary-orange) 0%,var(--primary-orange-dark) 100%);color:var(--white);border:none;padding:clamp(.8rem,2.5vw,1rem) clamp(1.5rem,3.5vw,2rem);border-radius:15px;font-weight:600;font-size:clamp(.9rem,2.5vw,1rem);cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 4px 15px var(--shadow-medium);white-space:nowrap;min-width:fit-content}._serviceButton_11l66_315:hover{transform:translateY(-2px);box-shadow:0 8px 25px var(--shadow-dark)}._serviceButton_11l66_315 svg{width:20px;height:20px;transition:transform .3s ease}._serviceButton_11l66_315:hover svg{transform:translate(5px)}._subsidiesSection_11l66_351{padding:6rem 0;background:linear-gradient(135deg,var(--section-gray) 0%,var(--dark-gray) 100%);color:var(--white)}._subsidiesSection_11l66_351 ._sectionTitle_11l66_176{color:var(--white)}._subsidiesSection_11l66_351 ._sectionSubtitle_11l66_185{color:#fffc}._subsidiesGrid_11l66_366{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem}._subsidyCard_11l66_372{background:#ffffff0d;padding:2.5rem;border-radius:25px;border:1px solid rgba(255,255,255,.1);transition:all .4s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._subsidyCard_11l66_372:hover{transform:translateY(-3px);background:#ffffff1a;border-color:var(--primary-orange)}._subsidyIcon_11l66_387{width:80px;height:80px;background:linear-gradient(135deg,var(--primary-orange) 0%,var(--primary-orange-light) 100%);border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;box-shadow:0 12px 30px var(--shadow-medium)}._subsidyIcon_11l66_387 svg{width:40px;height:40px;color:var(--white)}._subsidyCard_11l66_372 h3{font-size:1.3rem;font-weight:700;color:var(--white);margin-bottom:1rem;text-align:center}._subsidyCard_11l66_372 p{color:#fffc;line-height:1.6;margin-bottom:1.5rem}._subsidyCard_11l66_372 ul{list-style:none;padding:0}._subsidyCard_11l66_372 li{color:#ffffffe6;position:relative;padding:.5rem 0 .5rem 1.5rem}._subsidyCard_11l66_372 li:before{content:"✓";position:absolute;left:0;color:var(--primary-orange);font-weight:700}._ctaSection_11l66_440{padding:0 0 6rem;background:var(--white);text-align:center}._ctaContent_11l66_446 h2{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--dark-gray);margin-bottom:1rem}._ctaContent_11l66_446 p{font-size:clamp(1rem,2vw,1.2rem);color:var(--text-light);margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}._ctaButtons_11l66_463{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}._ctaPrimaryButton_11l66_470{background:linear-gradient(135deg,var(--primary-orange) 0%,var(--primary-orange-dark) 100%);color:var(--white);padding:clamp(.875rem,2vw,1.2rem) clamp(1.5rem,3vw,2.5rem);border-radius:50px;font-weight:600;font-size:clamp(.9rem,2.5vw,1.1rem);text-decoration:none;transition:all .3s ease;box-shadow:0 8px 25px var(--shadow-medium);display:inline-flex;align-items:center;gap:.75rem;border:none;cursor:pointer;white-space:nowrap;min-width:fit-content}._ctaPrimaryButton_11l66_470:hover{transform:translateY(-2px);box-shadow:0 10px 30px var(--shadow-dark);color:var(--white);text-decoration:none}._ctaSecondaryButton_11l66_496{background:#dca0141a;color:var(--primary-orange);padding:clamp(.875rem,2vw,1.2rem) clamp(1.5rem,3vw,2.5rem);border-radius:50px;font-weight:600;font-size:clamp(.9rem,2.5vw,1.1rem);text-decoration:none;transition:all .3s ease;border:2px solid var(--primary-orange);display:inline-flex;align-items:center;gap:.75rem;white-space:nowrap;min-width:fit-content}._ctaSecondaryButton_11l66_496:hover{background:var(--primary-orange);color:var(--white);transform:translateY(-2px);text-decoration:none}._ctaSecondaryButton_11l66_496 svg{width:1.25rem;height:1.25rem;flex-shrink:0}@media (max-width: 1400px){._container_11l66_164{padding:0 2rem}._headerTitle_11l66_91{font-size:clamp(2.5rem,4vw,3rem)}._servicesGrid_11l66_199{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}}@media (max-width: 1200px){._container_11l66_164{padding:0 1.5rem}._headerTitle_11l66_91{font-size:clamp(2.25rem,3.5vw,2.5rem)}._servicesGrid_11l66_199{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}._subsidiesGrid_11l66_366{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media (max-width: 1024px){._container_11l66_164{padding:0 1.25rem}._headerTitle_11l66_91{font-size:clamp(2rem,3vw,2.25rem)}._servicesGrid_11l66_199{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}._subsidiesGrid_11l66_366{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem}}@media (max-width: 768px){._mainContent_11l66_17{margin-top:70px}._container_11l66_164{padding:0 1rem}._headerBadge_11l66_73{justify-content:center;gap:1rem}._servicesSection_11l66_194,._subsidiesSection_11l66_351{padding:4rem 0}._ctaSection_11l66_440{padding:0 0 3.5rem}._servicesGrid_11l66_199,._subsidiesGrid_11l66_366{grid-template-columns:1fr;gap:2rem}._ctaButtons_11l66_463{flex-direction:column;align-items:center;gap:1rem}._ctaPrimaryButton_11l66_470,._ctaSecondaryButton_11l66_496{width:100%;max-width:300px;justify-content:center}._ctaSecondaryButton_11l66_496 svg{width:18px;height:18px}._headerTitle_11l66_91{font-size:clamp(1.75rem,2.75vw,2rem)}._headerSubtitle_11l66_117{font-size:clamp(1.1rem,2vw,1.3rem)}}@media (max-width: 640px){._headerTitle_11l66_91{font-size:clamp(1.625rem,2.5vw,1.75rem)}._headerSubtitle_11l66_117{font-size:clamp(1.05rem,1.75vw,1.2rem)}._headerBadge_11l66_73{flex-direction:column;align-items:center;gap:.75rem}._container_11l66_164{padding:0 .75rem}._servicesSection_11l66_194,._subsidiesSection_11l66_351{padding:3.5rem 0}._ctaSection_11l66_440{padding:0 0 3rem}._servicesGrid_11l66_199,._subsidiesGrid_11l66_366{gap:1.5rem}._ctaSecondaryButton_11l66_496 svg{width:16px;height:16px}}@media (max-width: 480px){._container_11l66_164{padding:0 .5rem}._headerBadge_11l66_73{gap:.5rem}._serviceCard_11l66_205{margin-bottom:1.5rem}._serviceContent_11l66_274{padding:1.25rem}._subsidyCard_11l66_372{padding:1.5rem}._headerTitle_11l66_91{font-size:clamp(1.5rem,2vw,1.875rem)}._headerSubtitle_11l66_117{font-size:clamp(.8rem,1vw,1rem)}._ctaPrimaryButton_11l66_470,._ctaSecondaryButton_11l66_496{padding:.875rem 1.5rem;font-size:.9rem}._ctaSecondaryButton_11l66_496 svg{width:14px;height:14px}._servicesSection_11l66_194,._subsidiesSection_11l66_351{padding:3rem 0}._ctaSection_11l66_440{padding:0 0 2.5rem}}@media (max-width: 360px){._headerTitle_11l66_91{font-size:clamp(1.25rem,1.5vw,1.5rem)}._headerSubtitle_11l66_117{font-size:clamp(.7rem,.8vw,.9rem)}._container_11l66_164{padding:0 .25rem}._serviceContent_11l66_274{padding:1rem}._subsidyCard_11l66_372{padding:1.25rem}._ctaPrimaryButton_11l66_470,._ctaSecondaryButton_11l66_496{padding:.75rem 1.25rem;font-size:.85rem}._servicesSection_11l66_194,._subsidiesSection_11l66_351{padding:2.5rem 0}._ctaSection_11l66_440{padding:0 0 2rem}}:root{--primary-orange: rgb(220, 160, 20);--primary-orange-dark: rgb(200, 145, 18);--primary-orange-light: rgb(240, 175, 30);--dark-gray: rgb(50, 50, 50);--section-gray: rgb(50, 50, 50);--white: #FFFFFF;--text-light: #6C757D;--light-gray: #F8F9FA;--shadow-light: rgba(220, 160, 20, .1);--shadow-medium: rgba(220, 160, 20, .2);--shadow-dark: rgba(220, 160, 20, .3)}._mainContent_1x5st_17{margin-top:80px}._container_1x5st_21{max-width:1200px;margin:0 auto;padding:0 2rem}@keyframes _fadeInUp_1x5st_1{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}._contentSection_1x5st_40{background:var(--white);padding:0 0 6rem}._contentSection_1x5st_40:first-of-type{padding:6rem 0}._overviewGrid_1x5st_51{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}._overviewText_1x5st_58 h2{font-size:clamp(2.25rem,4vw,3rem);font-weight:700;color:var(--dark-gray);margin-bottom:1.5rem}._overviewText_1x5st_58 p{font-size:1.1rem;line-height:1.7;color:var(--text-light);margin-bottom:2rem}._overviewStats_1x5st_72{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}._statCard_1x5st_78{text-align:center}._statNumber_1x5st_82{font-size:2rem;font-weight:800;color:var(--primary-orange);margin:0 0 .5rem;line-height:1.2}._statLabel_1x5st_90{font-size:.9rem;color:var(--text-light);font-weight:600;margin:0;line-height:1.4}._overviewImage_1x5st_98{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 20px 50px #00000026}._overviewImage_1x5st_98 img{width:100%;height:400px;object-fit:cover}._benefitsHeader_1x5st_112{text-align:center;margin-bottom:3rem}._benefitsHeader_1x5st_112 h2{font-size:2.5rem;font-weight:700;color:var(--dark-gray);margin-bottom:1rem}._benefitsHeader_1x5st_112 p{font-size:1.1rem;color:var(--text-light)}._benefitsGrid_1x5st_129{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}._benefitCard_1x5st_135{background:var(--white);padding:1.75rem;border-radius:16px;display:flex;align-items:center;gap:1.25rem;box-shadow:0 2px 12px #0000000f;transition:all .3s ease;border:1px solid rgba(220,160,20,.1)}._benefitCard_1x5st_135:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000001a;border-color:var(--primary-orange)}._benefitIcon_1x5st_153{width:56px;height:56px;background:linear-gradient(135deg,var(--primary-orange) 0%,var(--primary-orange-light) 100%);border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 12px var(--shadow-medium)}._benefitIcon_1x5st_153 svg{width:24px;height:24px;color:var(--white)}._benefitCard_1x5st_135 h3{font-size:1.1rem;font-weight:600;color:var(--dark-gray);line-height:1.5;margin:0}._processHeader_1x5st_180{text-align:center;margin-bottom:3rem}._processHeader_1x5st_180 h2{font-size:2.5rem;font-weight:700;color:var(--dark-gray);margin-bottom:1rem}._processHeader_1x5st_180 p{font-size:1.1rem;color:var(--text-light)}._processGrid_1x5st_197{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}._processStep_1x5st_203{background:var(--white);padding:2rem;border-radius:20px;box-shadow:0 10px 30px #0000001a;transition:all .3s ease;border:1px solid rgba(0,0,0,.05);position:relative}._processStep_1x5st_203:hover{transform:translateY(-3px);box-shadow:0 15px 40px #0000001f}._stepNumber_1x5st_218{width:60px;height:60px;background:linear-gradient(135deg,var(--primary-orange) 0%,var(--primary-orange-light) 100%);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:800;margin-bottom:1.5rem}._stepContent_1x5st_232 h3{font-size:1.3rem;font-weight:600;color:var(--dark-gray);margin-bottom:1rem}._stepContent_1x5st_232 p{color:var(--text-light);line-height:1.6}._featuresHeader_1x5st_245{text-align:center;margin-bottom:3rem}._featuresHeader_1x5st_245 h2{font-size:2.5rem;font-weight:700;color:var(--dark-gray);margin-bottom:1rem}._featuresHeader_1x5st_245 p{font-size:1.1rem;color:var(--text-light)}._featuresGrid_1x5st_262{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}._featuresList_1x5st_269{display:flex;flex-direction:column;gap:1rem}._rightColumn_1x5st_275{display:flex;flex-direction:column;gap:2rem}._serviceDescription_1x5st_281{background:var(--white);padding:2rem;border-radius:16px;box-shadow:0 2px 12px #0000000f;border:1px solid rgba(220,160,20,.1)}._serviceDescription_1x5st_281 p{color:var(--text-light);line-height:1.7;font-size:1rem;margin:0}._featureItem_1x5st_296{background:var(--white);padding:1.25rem 1.5rem;border-radius:12px;display:flex;align-items:center;gap:1rem;box-shadow:0 2px 8px #0000000f;transition:all .3s ease;border:1px solid rgba(220,160,20,.1)}._featureItem_1x5st_296:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001a;border-color:var(--primary-orange)}._featureIcon_1x5st_314{width:44px;height:44px;background:linear-gradient(135deg,var(--primary-orange) 0%,var(--primary-orange-light) 100%);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 8px var(--shadow-medium)}._featureIcon_1x5st_314 svg{width:20px;height:20px;color:var(--white)}._featureItem_1x5st_296 span{font-weight:600;color:var(--dark-gray);font-size:1rem;line-height:1.5}._materialsSection_1x5st_339{background:var(--white);padding:2rem;border-radius:16px;box-shadow:0 2px 12px #0000000f;height:fit-content;border:1px solid rgba(220,160,20,.1)}._materialsSection_1x5st_339 h3{font-size:1.4rem;font-weight:700;color:var(--dark-gray);margin-bottom:1.5rem;text-align:left;padding-bottom:1rem;border-bottom:2px solid rgba(220,160,20,.2)}._materialsList_1x5st_358{list-style:none;padding:0;margin:0}._materialsList_1x5st_358 li{border-bottom:1px solid #f0f0f0;color:var(--text-light);position:relative;padding:.875rem 0 .875rem 1.75rem;font-size:.95rem;line-height:1.6;transition:color .2s ease}._materialsList_1x5st_358 li:hover{color:var(--dark-gray)}._materialsList_1x5st_358 li:before{content:"✓";color:var(--primary-orange);font-weight:700;position:absolute;left:0;font-size:1rem}._materialsList_1x5st_358 li:last-child{border-bottom:none}._featuresGridNew_1x5st_393{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}._featuresImage_1x5st_400{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 10px 40px #0000001a;aspect-ratio:3 / 2}._featuresImage_1x5st_400 img{width:100%;height:100%;object-fit:cover}._featuresContent_1x5st_414{display:flex;flex-direction:column;gap:2rem}._featuresTitle_1x5st_420{font-size:clamp(2rem,4vw,2.5rem);font-weight:700;color:var(--dark-gray);margin:0;line-height:1.3}._featuresDescription_1x5st_428{font-size:1.1rem;color:var(--text-light);line-height:1.7;margin:0}._featuresListNew_1x5st_435{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1.5rem}._featureItemNew_1x5st_442{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background:#dca0140d;border-radius:10px;border:1px solid rgba(220,160,20,.1);transition:all .3s ease}._featureItemNew_1x5st_442:hover{transform:translateY(-2px);box-shadow:0 4px 12px #dca01426;border-color:var(--primary-orange)}._featureIconNew_1x5st_459{width:36px;height:36px;background:linear-gradient(135deg,var(--primary-orange) 0%,var(--primary-orange-light) 100%);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 8px #dca01433}._featureIconNew_1x5st_459 svg{width:18px;height:18px;color:var(--white)}._featureItemNew_1x5st_442 span{font-weight:600;color:var(--dark-gray);font-size:.9rem;line-height:1.4}._featuresButtons_1x5st_484{display:flex;gap:1rem;margin-top:0}._featuresButton_1x5st_484{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;background:linear-gradient(135deg,var(--primary-orange) 0%,var(--primary-orange-dark) 100%);color:var(--white);padding:.875rem 1.5rem;border-radius:12px;text-decoration:none;font-weight:600;font-size:.95rem;transition:all .3s ease;box-shadow:0 4px 15px #dca0144d}._featuresButton_1x5st_484:hover{transform:translateY(-2px);box-shadow:0 8px 25px #dca01466}._featuresButton_1x5st_484 svg{width:18px;height:18px}._featuresButtonSecondary_1x5st_517{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;background:var(--white);color:var(--primary-orange);padding:.875rem 1.5rem;border-radius:12px;text-decoration:none;font-weight:600;font-size:.95rem;transition:all .3s ease;border:2px solid var(--primary-orange);box-shadow:0 2px 8px #dca0141a}._featuresButtonSecondary_1x5st_517:hover{background:#dca0140d;transform:translateY(-2px);box-shadow:0 4px 12px #dca01433}._featuresButtonSecondary_1x5st_517 svg{width:18px;height:18px}._ctaSection_1x5st_547{background:linear-gradient(135deg,var(--section-gray) 0%,var(--dark-gray) 100%);color:var(--white);padding:4rem 0}._ctaContent_1x5st_553{text-align:center;max-width:900px;margin:0 auto;width:100%}._ctaContent_1x5st_553 h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;max-width:100%;width:100%}._ctaContent_1x5st_553 p{font-size:1.1rem;margin-bottom:2rem;opacity:.9}._ctaButtons_1x5st_574{display:flex;justify-content:center;gap:1rem}._ctaPrimaryButton_1x5st_580{background:linear-gradient(135deg,var(--primary-orange) 0%,var(--primary-orange-dark) 100%);color:var(--white);padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;box-shadow:0 4px 15px var(--shadow-medium)}._ctaPrimaryButton_1x5st_580 svg{width:20px;height:20px}._ctaPrimaryButton_1x5st_580:hover{transform:translateY(-2px);box-shadow:0 8px 25px var(--shadow-dark);color:var(--white)}._ctaSecondaryButton_1x5st_605{background:#ffffff1a;color:var(--white);padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}._ctaSecondaryButton_1x5st_605 svg{width:20px;height:20px}._ctaSecondaryButton_1x5st_605:hover{background:#fff3;color:var(--white)}._relatedServicesSection_1x5st_631{background:var(--white);padding:4rem 0}._relatedServicesHeader_1x5st_636{text-align:center;margin-bottom:3rem}._relatedServicesHeader_1x5st_636 h2{font-size:2.5rem;font-weight:700;color:var(--dark-gray);margin-bottom:1rem}._relatedServicesHeader_1x5st_636 p{font-size:1.1rem;color:var(--text-light)}._relatedServicesGrid_1x5st_653{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}._relatedServiceCard_1x5st_659{background:var(--white);border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0000001a;transition:all .3s ease;cursor:pointer;border:1px solid rgba(0,0,0,.05)}._relatedServiceCard_1x5st_659:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001f}._relatedServiceImage_1x5st_674{height:200px;overflow:hidden}._relatedServiceImage_1x5st_674 img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}._relatedServiceCard_1x5st_659:hover ._relatedServiceImage_1x5st_674 img{transform:scale(1.03)}._relatedServiceContent_1x5st_690{padding:1.5rem}._relatedServiceContent_1x5st_690 h3{font-size:1.3rem;font-weight:600;color:var(--dark-gray);margin-bottom:.5rem}._relatedServiceContent_1x5st_690 p{color:var(--text-light);line-height:1.6;margin-bottom:1rem}._relatedServiceButton_1x5st_707{background:none;border:none;color:var(--primary-orange);font-weight:600;display:flex;align-items:center;gap:.5rem;cursor:pointer;transition:all .3s ease;padding:0}._relatedServiceButton_1x5st_707:hover{color:var(--primary-orange-dark);transform:translate(5px)}._relatedServiceButton_1x5st_707 svg{width:20px;height:20px;transition:transform .3s ease}._relatedServiceButton_1x5st_707:hover svg{transform:translate(5px)}._errorContainer_1x5st_736{text-align:center;padding:4rem 2rem;max-width:600px;margin:0 auto}._errorHeading_1x5st_743{font-size:2.5rem;font-weight:700;color:var(--dark-gray);margin-bottom:2rem}._backLink_1x5st_750{background:linear-gradient(135deg,var(--primary-orange) 0%,var(--primary-orange-dark) 100%);color:var(--white);padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease;box-shadow:0 4px 15px var(--shadow-medium)}._backLink_1x5st_750:hover{transform:translateY(-2px);box-shadow:0 8px 25px var(--shadow-dark);color:var(--white)}@media (max-width: 1400px){._container_1x5st_21{padding:0 2rem}._heroSection_1x5st_776{padding:3rem 0}._heroTitle_1x5st_780{font-size:clamp(2.5rem,4vw,3rem)}._overviewGrid_1x5st_51,._featuresGrid_1x5st_262{gap:3rem}}@media (max-width: 1200px){._container_1x5st_21{padding:0 1.5rem}._heroSection_1x5st_776{padding:2.5rem 0}._heroTitle_1x5st_780{font-size:clamp(2.25rem,3.5vw,2.75rem)}._overviewGrid_1x5st_51,._featuresGrid_1x5st_262{gap:2.5rem}._overviewStats_1x5st_72{grid-template-columns:repeat(3,1fr)}}@media (max-width: 1024px){._container_1x5st_21{padding:0 1.25rem}._heroSection_1x5st_776{padding:2rem 0}._heroTitle_1x5st_780{font-size:clamp(2rem,3vw,2.5rem)}._overviewGrid_1x5st_51,._featuresGrid_1x5st_262,._featuresGridNew_1x5st_393{grid-template-columns:1fr;gap:2rem}._featuresImage_1x5st_400{order:-1}._rightColumn_1x5st_275{gap:1.5rem}._serviceDescription_1x5st_281{padding:1.5rem}._overviewStats_1x5st_72{grid-template-columns:repeat(3,1fr);gap:1.5rem}._benefitsGrid_1x5st_129{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem}._benefitCard_1x5st_135{padding:1.5rem;gap:1rem}._benefitIcon_1x5st_153{width:48px;height:48px}._benefitIcon_1x5st_153 svg{width:20px;height:20px}._benefitCard_1x5st_135 h3{font-size:1rem}._processGrid_1x5st_197{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}._featuresGridNew_1x5st_393{gap:2.5rem}}@media (max-width: 768px){._mainContent_1x5st_17{margin-top:70px}._heroSection_1x5st_776{padding:clamp(3rem,6vw,5rem) 0}._heroTitle_1x5st_780{font-size:clamp(1.75rem,2.5vw,2.25rem)}._heroSubtitle_1x5st_910{font-size:clamp(1rem,1.5vw,1.2rem)}._heroDescription_1x5st_914{font-size:clamp(.9rem,1.2vw,1rem)}._heroButtons_1x5st_918{flex-direction:column;gap:1rem;width:100%}._heroPrimaryButton_1x5st_924,._heroSecondaryButton_1x5st_925{width:100%;justify-content:center;max-width:300px}._heroPrimaryButton_1x5st_924 svg,._heroSecondaryButton_1x5st_925 svg{width:16px;height:16px}._overviewStats_1x5st_72{grid-template-columns:1fr;gap:1rem}._benefitsGrid_1x5st_129{grid-template-columns:1fr;gap:1.25rem}._benefitCard_1x5st_135{padding:1.5rem}._benefitIcon_1x5st_153{width:48px;height:48px}._benefitIcon_1x5st_153 svg{width:20px;height:20px}._benefitCard_1x5st_135 h3{font-size:1rem}._processGrid_1x5st_197,._relatedServicesGrid_1x5st_653{grid-template-columns:1fr;gap:1.5rem}._ctaButtons_1x5st_574{flex-direction:column;align-items:center;gap:1rem}._ctaPrimaryButton_1x5st_580 svg,._ctaSecondaryButton_1x5st_605 svg{width:16px;height:16px}._overviewText_1x5st_58 h2,._benefitsHeader_1x5st_112 h2,._processHeader_1x5st_180 h2,._featuresHeader_1x5st_245 h2,._featuresTitle_1x5st_420,._ctaContent_1x5st_553 h2,._relatedServicesHeader_1x5st_636 h2{font-size:clamp(1.75rem,2.5vw,2.25rem)}._featuresGridNew_1x5st_393{gap:2rem}._featuresDescription_1x5st_428{font-size:1rem}._materialsSectionNew_1x5st_1005{padding:1.5rem}}@media (max-width: 640px){._container_1x5st_21{padding:0 1rem}._heroSection_1x5st_776{padding:clamp(2.5rem,5vw,4rem) 0}._heroTitle_1x5st_780{font-size:clamp(1.5rem,2vw,1.875rem)}._heroSubtitle_1x5st_910{font-size:clamp(.9rem,1.2vw,1.1rem)}._heroDescription_1x5st_914{font-size:clamp(.85rem,1vw,.95rem)}._heroPrimaryButton_1x5st_924,._heroSecondaryButton_1x5st_925{max-width:280px}._heroPrimaryButton_1x5st_924 svg,._heroSecondaryButton_1x5st_925 svg{width:14px;height:14px}._overviewText_1x5st_58 h2,._benefitsHeader_1x5st_112 h2,._processHeader_1x5st_180 h2,._featuresHeader_1x5st_245 h2,._featuresTitle_1x5st_420,._ctaContent_1x5st_553 h2,._relatedServicesHeader_1x5st_636 h2{font-size:clamp(1.5rem,2vw,1.875rem)}._featuresGridNew_1x5st_393{gap:1.5rem}._featuresDescription_1x5st_428{font-size:.95rem}._featureItemNew_1x5st_442{padding:.875rem 1rem}._featureIconNew_1x5st_459{width:36px;height:36px}._featureIconNew_1x5st_459 svg{width:18px;height:18px}._featureItemNew_1x5st_442 span{font-size:.9rem}._materialsSectionNew_1x5st_1005{padding:1.25rem}._materialsSectionNew_1x5st_1005 h3{font-size:1.1rem}._statNumber_1x5st_82{font-size:1.75rem}._benefitCard_1x5st_135{padding:1.25rem;gap:1rem}._benefitIcon_1x5st_153{width:44px;height:44px}._benefitIcon_1x5st_153 svg{width:18px;height:18px}._benefitCard_1x5st_135 h3{font-size:.95rem}._processStep_1x5st_203{padding:1.25rem}._featureItem_1x5st_296{padding:1rem}._materialsSection_1x5st_339{padding:1.25rem}._ctaPrimaryButton_1x5st_580 svg,._ctaSecondaryButton_1x5st_605 svg{width:14px;height:14px}}@media (max-width: 480px){._container_1x5st_21{padding:0 .75rem}._heroSection_1x5st_776{padding:clamp(2rem,4vw,3rem) 0}._heroTitle_1x5st_780{font-size:clamp(1.25rem,1.5vw,1.5rem)}._heroSubtitle_1x5st_910{font-size:clamp(.8rem,1vw,1rem)}._heroDescription_1x5st_914{font-size:clamp(.75rem,.9vw,.9rem)}._heroPrimaryButton_1x5st_924,._heroSecondaryButton_1x5st_925{max-width:260px}._heroPrimaryButton_1x5st_924 svg,._heroSecondaryButton_1x5st_925 svg{width:12px;height:12px}._overviewText_1x5st_58 h2,._benefitsHeader_1x5st_112 h2,._processHeader_1x5st_180 h2,._featuresHeader_1x5st_245 h2,._featuresTitle_1x5st_420,._ctaContent_1x5st_553 h2,._relatedServicesHeader_1x5st_636 h2{font-size:clamp(1.25rem,1.5vw,1.5rem)}._featuresGridNew_1x5st_393{gap:1.25rem}._featuresDescription_1x5st_428{font-size:.9rem}._featureItemNew_1x5st_442{padding:.75rem;gap:.75rem}._featureIconNew_1x5st_459{width:32px;height:32px}._featureIconNew_1x5st_459 svg{width:16px;height:16px}._featureItemNew_1x5st_442 span{font-size:.85rem}._featuresButton_1x5st_484,._featuresButtonSecondary_1x5st_517{padding:.75rem 1.25rem;font-size:.9rem}._featuresButton_1x5st_484 svg,._featuresButtonSecondary_1x5st_517 svg{width:16px;height:16px}._statNumber_1x5st_82{font-size:1.5rem}._benefitCard_1x5st_135{padding:1.125rem;gap:.875rem}._benefitIcon_1x5st_153{width:40px;height:40px}._benefitIcon_1x5st_153 svg{width:16px;height:16px}._benefitCard_1x5st_135 h3{font-size:.9rem}._processStep_1x5st_203{padding:1rem}._featureItem_1x5st_296{padding:.875rem}._materialsSection_1x5st_339{padding:1rem}._ctaPrimaryButton_1x5st_580 svg,._ctaSecondaryButton_1x5st_605 svg{width:12px;height:12px}}@media (max-width: 360px){._container_1x5st_21{padding:0 .5rem}._heroSection_1x5st_776{padding:clamp(1.5rem,3vw,2.5rem) 0}._heroTitle_1x5st_780{font-size:clamp(1rem,1.2vw,1.25rem)}._heroSubtitle_1x5st_910{font-size:clamp(.7rem,.8vw,.9rem)}._heroDescription_1x5st_914{font-size:clamp(.65rem,.7vw,.8rem)}._heroPrimaryButton_1x5st_924,._heroSecondaryButton_1x5st_925{max-width:240px}._heroPrimaryButton_1x5st_924 svg,._heroSecondaryButton_1x5st_925 svg{width:10px;height:10px}._overviewText_1x5st_58 h2,._benefitsHeader_1x5st_112 h2,._processHeader_1x5st_180 h2,._featuresHeader_1x5st_245 h2,._featuresTitle_1x5st_420,._ctaContent_1x5st_553 h2,._relatedServicesHeader_1x5st_636 h2{font-size:clamp(1rem,1.2vw,1.25rem)}._featuresGridNew_1x5st_393{gap:1rem}._featuresDescription_1x5st_428{font-size:.85rem}._featureItemNew_1x5st_442{padding:.625rem;gap:.625rem}._featureIconNew_1x5st_459{width:28px;height:28px}._featureIconNew_1x5st_459 svg{width:14px;height:14px}._featureItemNew_1x5st_442 span{font-size:.8rem}._featuresButton_1x5st_484,._featuresButtonSecondary_1x5st_517{padding:.625rem 1rem;font-size:.85rem}._featuresButton_1x5st_484 svg,._featuresButtonSecondary_1x5st_517 svg{width:14px;height:14px}._statNumber_1x5st_82{font-size:1.25rem}._benefitCard_1x5st_135{padding:1rem;gap:.75rem}._benefitIcon_1x5st_153{width:36px;height:36px}._benefitIcon_1x5st_153 svg{width:14px;height:14px}._benefitCard_1x5st_135 h3{font-size:.85rem}._processStep_1x5st_203{padding:.875rem}._featureItem_1x5st_296{padding:.75rem}._materialsSection_1x5st_339{padding:.875rem}._ctaPrimaryButton_1x5st_580 svg,._ctaSecondaryButton_1x5st_605 svg{width:10px;height:10px}}._mainContent_19fxl_1{margin-top:85px;min-height:calc(100vh - 85px)}@media (max-width: 768px){._mainContent_19fxl_1{margin-top:75px}}@media (max-width: 640px){._mainContent_19fxl_1{margin-top:70px}}@media (max-width: 480px){._mainContent_19fxl_1{margin-top:65px}}@media (max-width: 360px){._mainContent_19fxl_1{margin-top:60px}}@media (max-width: 320px){._mainContent_19fxl_1{margin-top:60px}}._contactSection_19fxl_73{padding:5rem 0 6rem;background:var(--white)}._container_19fxl_83{max-width:1200px;margin:0 auto;padding:0 2rem}._contactContent_19fxl_95{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}._contactInfo_19fxl_109{padding-right:2rem}._contactTitle_19fxl_117{font-size:clamp(2rem,5vw,3rem);font-weight:700;color:var(--dark-gray);margin-bottom:1rem;line-height:1.2}._contactSubtitle_19fxl_133{font-size:1.2rem;color:var(--text-light);line-height:1.6;margin-bottom:2rem}._contactDetails_19fxl_147{display:flex;flex-direction:column;gap:1.5rem}._contactItem_19fxl_159{display:flex;align-items:center;gap:1rem;color:var(--text-light);padding:1rem;background:var(--white);border-radius:12px;box-shadow:0 2px 10px #0000000d;transition:all .3s ease}._contactItem_19fxl_159:hover{transform:translateY(-2px);box-shadow:0 4px 20px #ff6b351a}._contactItem_19fxl_159 svg{width:24px;height:24px;color:var(--primary-orange);flex-shrink:0}._contactForm_19fxl_209{background:var(--white);padding:2.5rem;border-radius:20px;box-shadow:0 4px 20px #00000014;border:1px solid rgba(220,160,20,.1)}._formGroup_19fxl_225{margin-bottom:1.5rem}._formRow_19fxl_233{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}._formLabel_19fxl_245{display:block;font-size:.95rem;font-weight:600;color:var(--dark-gray);margin-bottom:.5rem}._formInput_19fxl_261,._formSelect_19fxl_263,._formTextarea_19fxl_265{width:100%;padding:.875rem 1rem;border:1px solid rgba(0,0,0,.12);border-radius:10px;font-size:1rem;transition:all .3s ease;background:var(--white);color:var(--text-dark);font-family:inherit}._formSelect_19fxl_263{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23333'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:1.25rem;padding-right:2.5rem}._formInput_19fxl_261::placeholder,._formSelect_19fxl_263::placeholder,._formTextarea_19fxl_265::placeholder{color:var(--text-light);opacity:.7}._formInput_19fxl_261:focus,._formSelect_19fxl_263:focus,._formTextarea_19fxl_265:focus{outline:none;background:var(--white);border-color:var(--primary-orange);box-shadow:0 0 0 3px #dca0141a}._errorInput_19fxl_343{border:2px solid #dc3545!important;background:#fff5f5!important}._errorInput_19fxl_343:focus{box-shadow:0 0 0 3px #dc35451a!important}._errorText_19fxl_361{color:#dc3545;font-size:.875rem;margin-top:.25rem;display:block;font-weight:500}._formTextarea_19fxl_265{resize:vertical;min-height:120px}._submitButton_19fxl_387{width:100%;background:linear-gradient(135deg,var(--primary-orange) 0%,var(--primary-orange-dark) 100%);color:var(--white);padding:1rem 2rem;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #dca0144d;margin-top:.5rem}._submitButton_19fxl_387:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #dca01466}._submitButton_19fxl_387:disabled{opacity:.7;cursor:not-allowed}._successMessage_19fxl_437{margin-top:1rem;padding:.75rem 1rem;background:#f0fdf4;color:#166534;border:1px solid #bbf7d0;border-radius:8px;text-align:center;font-weight:400;font-size:.9rem;box-shadow:0 1px 3px #0000000d}._errorMessage_19fxl_463{margin-top:1rem;padding:1rem;background:var(--error);color:var(--white);border-radius:8px;text-align:center;font-weight:500}._freeQuoteSection_19fxl_485{padding:0 0 6rem;background:var(--white)}._freeQuoteGrid_19fxl_495{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}._freeQuoteImage_19fxl_509{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 10px 40px #0000001a}._freeQuoteImage_19fxl_509 img{width:100%;height:100%;object-fit:cover;min-height:400px}._freeQuoteContent_19fxl_537{display:flex;flex-direction:column;gap:1.5rem}._freeQuoteTitle_19fxl_549{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:var(--dark-gray);margin:0;line-height:1.3}._freeQuoteText_19fxl_565{font-size:1.1rem;color:var(--text-light);line-height:1.7;margin:0}._freeQuoteFeatures_19fxl_579{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:.5rem}._freeQuoteFeature_19fxl_579{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;background:#dca0140d;border-radius:12px;border:1px solid rgba(220,160,20,.1);transition:all .3s ease}._freeQuoteFeature_19fxl_579:hover{transform:translateY(-2px);box-shadow:0 4px 12px #dca01426;border-color:var(--primary-orange)}._freeQuoteIcon_19fxl_627{width:48px;height:48px;background:linear-gradient(135deg,var(--primary-orange) 0%,var(--primary-orange-light) 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 12px #dca01433}._freeQuoteIcon_19fxl_627 svg{width:24px;height:24px;color:var(--white)}._freeQuoteFeatureContent_19fxl_663 h3{font-size:1.1rem;font-weight:600;color:var(--dark-gray);margin:0 0 .25rem}._freeQuoteFeatureContent_19fxl_663 p{font-size:.9rem;color:var(--text-light);margin:0;line-height:1.5}._mapSection_19fxl_693{padding:0 0 6rem;background:var(--white)}._mapTitle_19fxl_703{text-align:center;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:700;color:var(--dark-gray);margin-bottom:3rem}._mapContainer_19fxl_719{max-width:1000px;margin:0 auto;border-radius:20px;overflow:hidden;box-shadow:0 10px 40px #0000001a}._googleMap_19fxl_735{width:100%;height:400px;border:none}@media (max-width: 1400px){._container_19fxl_83{padding:0 2rem}._contactContent_19fxl_95{gap:3.5rem}._contactTitle_19fxl_117{font-size:clamp(2.5rem,4vw,3rem)}}@media (max-width: 1200px){._container_19fxl_83{padding:0 1.5rem}._contactContent_19fxl_95{gap:3rem}._contactTitle_19fxl_117{font-size:clamp(2.25rem,3.5vw,2.75rem)}}@media (max-width: 1024px){._container_19fxl_83{padding:0 1.25rem}._contactContent_19fxl_95{gap:2.5rem}._contactTitle_19fxl_117{font-size:clamp(2rem,3vw,2.5rem)}._contactForm_19fxl_209{padding:2rem}}@media (max-width: 768px){._contactSection_19fxl_73{padding:3rem 0 4rem}._container_19fxl_83{padding:0 1rem}._contactContent_19fxl_95{grid-template-columns:1fr;gap:2rem}._contactInfo_19fxl_109{padding-right:0}._contactForm_19fxl_209{padding:1.5rem}._formRow_19fxl_233{grid-template-columns:1fr;gap:1.5rem}._mapSection_19fxl_693,._freeQuoteSection_19fxl_485{padding:0 0 4rem}._freeQuoteGrid_19fxl_495{gap:3rem}._freeQuoteImage_19fxl_509 img{min-height:350px}._googleMap_19fxl_735{height:300px}._contactTitle_19fxl_117{font-size:clamp(1.75rem,2.5vw,2.25rem)}._contactSubtitle_19fxl_133{font-size:1.1rem}}@media (max-width: 640px){._contactSection_19fxl_73{padding:2.5rem 0 3rem}._container_19fxl_83{padding:0 .75rem}._contactContent_19fxl_95{gap:1.5rem}._contactTitle_19fxl_117{font-size:clamp(1.5rem,2vw,1.875rem)}._contactSubtitle_19fxl_133{font-size:1rem}._contactForm_19fxl_209{padding:1.25rem}._mapSection_19fxl_693,._freeQuoteSection_19fxl_485{padding:0 0 3rem}._freeQuoteGrid_19fxl_495{grid-template-columns:1fr;gap:2rem}._freeQuoteImage_19fxl_509{order:-1}._freeQuoteImage_19fxl_509 img{min-height:300px}._freeQuoteTitle_19fxl_549{font-size:clamp(1.5rem,3vw,2rem)}._freeQuoteText_19fxl_565{font-size:1rem}._freeQuoteFeature_19fxl_579{padding:1rem}._freeQuoteIcon_19fxl_627{width:44px;height:44px}._freeQuoteIcon_19fxl_627 svg{width:20px;height:20px}._freeQuoteFeatureContent_19fxl_663 h3{font-size:1rem}._freeQuoteFeatureContent_19fxl_663 p{font-size:.85rem}._googleMap_19fxl_735{height:275px}}@media (max-width: 480px){._contactSection_19fxl_73{padding:2rem 0 2.5rem}._container_19fxl_83{padding:0 .5rem}._contactForm_19fxl_209{padding:1rem}._contactItem_19fxl_159{padding:.75rem}._contactItem_19fxl_159 svg{width:20px;height:20px}._mapSection_19fxl_693,._freeQuoteSection_19fxl_485{padding:0 0 2.5rem}._freeQuoteGrid_19fxl_495{gap:1.5rem}._freeQuoteImage_19fxl_509 img{min-height:250px}._freeQuoteTitle_19fxl_549{font-size:clamp(1.25rem,2.5vw,1.75rem)}._freeQuoteText_19fxl_565{font-size:.95rem}._freeQuoteFeature_19fxl_579{padding:.875rem;gap:.75rem}._freeQuoteIcon_19fxl_627{width:40px;height:40px}._freeQuoteIcon_19fxl_627 svg{width:18px;height:18px}._freeQuoteFeatureContent_19fxl_663 h3{font-size:.95rem}._freeQuoteFeatureContent_19fxl_663 p{font-size:.8rem}._googleMap_19fxl_735{height:250px}._contactTitle_19fxl_117{font-size:clamp(1.25rem,1.5vw,1.5rem)}._contactSubtitle_19fxl_133{font-size:.9rem}._mapTitle_19fxl_703{font-size:clamp(1.5rem,2vw,1.875rem)}}@media (max-width: 360px){._contactSection_19fxl_73{padding:1.5rem 0 2rem}._container_19fxl_83{padding:0 .25rem}._contactForm_19fxl_209{padding:.875rem}._contactItem_19fxl_159{padding:.625rem}._contactItem_19fxl_159 svg{width:18px;height:18px}._mapSection_19fxl_693,._freeQuoteSection_19fxl_485{padding:0 0 2rem}._freeQuoteImage_19fxl_509 img{min-height:200px}._freeQuoteTitle_19fxl_549{font-size:clamp(1.1rem,2vw,1.5rem)}._freeQuoteText_19fxl_565{font-size:.9rem}._freeQuoteFeature_19fxl_579{padding:.75rem;gap:.625rem}._freeQuoteIcon_19fxl_627{width:36px;height:36px}._freeQuoteIcon_19fxl_627 svg{width:16px;height:16px}._freeQuoteFeatureContent_19fxl_663 h3{font-size:.9rem}._freeQuoteFeatureContent_19fxl_663 p{font-size:.75rem}._googleMap_19fxl_735{height:225px}._contactTitle_19fxl_117{font-size:clamp(1rem,1.2vw,1.25rem)}._contactSubtitle_19fxl_133{font-size:.8rem}._mapTitle_19fxl_703{font-size:clamp(1.25rem,1.5vw,1.5rem)}}:root{--primary-orange: rgb(220, 160, 20);--primary-orange-dark: rgb(200, 145, 18);--primary-orange-light: rgb(240, 175, 30);--dark-gray: rgb(50, 50, 50);--section-gray: rgb(50, 50, 50);--white: #FFFFFF;--text-light: #6C757D;--shadow-light: rgba(220, 160, 20, .1);--shadow-medium: rgba(220, 160, 20, .2);--shadow-dark: rgba(220, 160, 20, .3)}._mainContent_1csvw_31{margin-top:80px}._container_1csvw_39{max-width:1200px;margin:0 auto;padding:0 2rem}._heroSection_1csvw_53{position:relative;display:flex;align-items:center;justify-content:flex-start;overflow:hidden;background:linear-gradient(135deg,var(--dark-gray) 0%,var(--section-gray) 100%);padding:clamp(3.5rem,5vh,5rem) var(--hero-padding-x, 2rem);width:100%;max-width:100vw;box-sizing:border-box}._heroBackground_1csvw_79{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}._heroBackground_1csvw_79 img{width:100%;height:100%;object-fit:cover;opacity:.4;transform:scale(1.1);transition:transform .8s ease}._heroSection_1csvw_53:hover ._heroBackground_1csvw_79 img{transform:scale(1.05)}._heroOverlay_1csvw_117{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#000000d9,#dca0144d,#000000b3);z-index:2}._heroContent_1csvw_131{position:relative;z-index:3;width:100%;padding:clamp(2rem,3vh,3rem) 0}._heroText_1csvw_145{max-width:900px;color:var(--white)}._headerTitle_1csvw_155{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;color:var(--white);margin-bottom:1.5rem;line-height:1.2;animation:_fadeInUp_1csvw_1 1s ease-out}@keyframes _fadeInUp_1csvw_1{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}._headerSubtitle_1csvw_195{font-size:clamp(1.15rem,2.5vw,1.4rem);color:#ffffffe6;margin-bottom:0;line-height:1.6}._photosSection_1csvw_211{background:var(--white);padding:6rem 0}._photosGrid_1csvw_221{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}._loadingContainer_1csvw_233,._emptyContainer_1csvw_235{text-align:center;padding:4rem 2rem;color:var(--text-light);font-size:1.25rem}._projectCard_1csvw_249{background:var(--white);border-radius:12px;box-shadow:0 4px 6px #0000001a;border:1px solid rgba(0,0,0,.1);overflow:hidden;transition:all .3s ease}._projectCard_1csvw_249:hover{transform:translateY(-8px);box-shadow:0 12px 24px #00000026}._projectImage_1csvw_277{position:relative;height:250px;overflow:hidden}._projectImage_1csvw_277 img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}._projectCard_1csvw_249:hover ._projectImage_1csvw_277 img{transform:scale(1.02)}._projectOverlay_1csvw_311{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#0000001a,#0000004d);display:flex;align-items:flex-start;justify-content:flex-end;padding:1rem}._projectCategory_1csvw_337{background:var(--primary-orange);color:var(--white);padding:.5rem 1rem;border-radius:20px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}._projectContent_1csvw_359{padding:1.5rem}._projectHeader_1csvw_367{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}._projectTitle_1csvw_381{font-size:1.25rem;font-weight:700;color:var(--dark-gray);margin:0;line-height:1.3;flex:1}._projectYear_1csvw_399{color:var(--primary-orange);font-size:.875rem;font-weight:700;margin-left:1rem}._projectDescription_1csvw_413{color:var(--text-light);line-height:1.6;margin:0;font-size:.95rem}@media (max-width: 1200px){._container_1csvw_39{padding:0 1.5rem}}@media (max-width: 1024px){._container_1csvw_39{padding:0 1.25rem}._photosGrid_1csvw_221{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}}@media (max-width: 768px){._mainContent_1csvw_31{margin-top:70px}._headerTitle_1csvw_155{font-size:clamp(2rem,4vw,2.5rem)}._headerSubtitle_1csvw_195{font-size:clamp(1rem,2vw,1.2rem)}._photosSection_1csvw_211{padding:4rem 0}._photosGrid_1csvw_221{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.25rem}}@media (max-width: 640px){._container_1csvw_39{padding:0 1rem}._photosSection_1csvw_211{padding:3rem 0}._photosGrid_1csvw_221{grid-template-columns:1fr;gap:1rem}}@media (max-width: 480px){._container_1csvw_39{padding:0 .75rem}._photosSection_1csvw_211{padding:2.5rem 0}}._loginContainer_98e1m_3{min-height:100vh;background:var(--white);padding:var(--space-xl) var(--space-md);display:flex;align-items:center;justify-content:center}._loginForm_98e1m_12{background:var(--white);padding:var(--space-xl) var(--space-lg);border-radius:var(--radius-xl);box-shadow:0 4px 20px #00000014;width:100%;max-width:380px}._loginForm_98e1m_12 h1{text-align:center;margin-bottom:var(--space-lg);color:var(--text-dark);font-size:var(--text-xl);font-weight:700;letter-spacing:-.5px}._adminContainer_98e1m_30{min-height:100vh;background:var(--light-gray);padding:var(--space-lg) var(--space-md)}._adminHeader_98e1m_36{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-lg);background:var(--white);padding:var(--space-md) var(--space-lg);border-radius:var(--radius-lg);box-shadow:0 1px 3px #0000000d}._adminHeader_98e1m_36 h1{color:var(--text-dark);font-size:var(--text-xl);font-weight:700;margin:0;letter-spacing:-.5px}._addButton_98e1m_55{background:var(--primary-orange);color:var(--white);border:none;padding:var(--space-sm) var(--space-lg);border-radius:var(--radius-md);font-weight:600;font-size:var(--text-sm);cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #ff8c4240}._addButton_98e1m_55:hover{background:var(--primary-orange-dark);transform:translateY(-1px);box-shadow:0 4px 12px #ff8c4259}._formOverlay_98e1m_74{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:var(--space-md)}._formContainer_98e1m_89{background:var(--white);padding:var(--space-lg);border-radius:var(--radius-xl);box-shadow:0 10px 40px #00000026;width:100%;max-width:540px;max-height:90vh;overflow-y:auto}._formContainer_98e1m_89 h2{margin-bottom:var(--space-lg);color:var(--text-dark);font-size:var(--text-lg);font-weight:700;letter-spacing:-.5px}._formGroup_98e1m_108{margin-bottom:var(--space-md)}._formGroup_98e1m_108 label{display:block;margin-bottom:var(--space-xs);color:var(--text-dark);font-weight:600;font-size:var(--text-sm)}._formGroup_98e1m_108 input,._formGroup_98e1m_108 textarea,._formGroup_98e1m_108 select{width:100%;padding:var(--space-sm) var(--space-md);border:1.5px solid var(--medium-gray);border-radius:var(--radius-md);font-size:var(--text-sm);transition:all .2s ease;background:var(--white);box-shadow:0 1px 3px #0000000d}._formGroup_98e1m_108 input:focus,._formGroup_98e1m_108 textarea:focus,._formGroup_98e1m_108 select:focus{outline:none;border-color:var(--primary-orange);box-shadow:0 0 0 3px #ff8c4226,0 2px 8px #ff8c4233}._formGroup_98e1m_108 textarea{min-height:80px;resize:vertical;font-family:inherit}._formButtons_98e1m_147{display:flex;gap:var(--space-md);justify-content:flex-end;margin-top:var(--space-lg);padding-top:var(--space-md)}._saveButton_98e1m_155{background:var(--primary-orange);color:var(--white);border:none;padding:var(--space-sm) var(--space-lg);border-radius:var(--radius-md);font-weight:600;font-size:var(--text-sm);cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #ff8c4240}._saveButton_98e1m_155:hover{background:var(--primary-orange-dark);transform:translateY(-1px);box-shadow:0 4px 12px #ff8c4259}._cancelButton_98e1m_174{background:var(--white);color:var(--text-dark);border:1.5px solid var(--medium-gray);padding:var(--space-sm) var(--space-lg);border-radius:var(--radius-md);font-weight:600;font-size:var(--text-sm);cursor:pointer;transition:all .2s ease}._cancelButton_98e1m_174:hover{background:var(--light-gray);border-color:var(--text-light)}._realizationsList_98e1m_191{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:var(--space-md)}._realizationCard_98e1m_197{background:var(--white);border-radius:var(--radius-lg);box-shadow:0 1px 3px #00000014;overflow:hidden;transition:all .2s ease}._realizationCard_98e1m_197:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001f}._realizationImage_98e1m_210{height:180px;overflow:hidden;background:var(--light-gray)}._realizationImage_98e1m_210 img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}._realizationCard_98e1m_197:hover ._realizationImage_98e1m_210 img{transform:scale(1.05)}._realizationInfo_98e1m_227{padding:var(--space-md)}._realizationInfo_98e1m_227 h3{margin:0 0 var(--space-sm) 0;color:var(--text-dark);font-size:var(--text-base);font-weight:700;line-height:1.3;letter-spacing:-.3px}._realizationDescription_98e1m_240{color:var(--text-light);line-height:1.5;margin-bottom:var(--space-md);font-size:var(--text-sm);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._realizationMeta_98e1m_251{display:flex;gap:var(--space-sm);margin-bottom:var(--space-md);flex-wrap:wrap}._year_98e1m_258,._category_98e1m_259{padding:.25rem var(--space-sm);border-radius:var(--radius-md);font-size:var(--text-xs);font-weight:600;line-height:1.4}._year_98e1m_258{background:#ff8c421f;color:var(--primary-orange-dark)}._category_98e1m_259{background:var(--light-gray);color:var(--text-dark)}._realizationActions_98e1m_277{display:flex;gap:var(--space-sm)}._editButton_98e1m_282{flex:1;background:#3b82f6;color:var(--white);border:none;padding:var(--space-xs) var(--space-md);border-radius:var(--radius-md);font-weight:600;font-size:var(--text-xs);cursor:pointer;transition:all .2s ease}._editButton_98e1m_282:hover{background:#2563eb;transform:translateY(-1px)}._deleteButton_98e1m_300{flex:1;background:#dc2626;color:var(--white);border:none;padding:var(--space-xs) var(--space-md);border-radius:var(--radius-md);font-weight:600;font-size:var(--text-xs);cursor:pointer;transition:all .2s ease}._deleteButton_98e1m_300:hover{background:#b91c1c;transform:translateY(-1px)}._loginButton_98e1m_318{width:100%;background:var(--primary-orange);color:var(--white);border:none;padding:var(--space-sm) var(--space-md);border-radius:var(--radius-md);font-weight:600;font-size:var(--text-sm);cursor:pointer;transition:all .2s ease;margin-top:var(--space-md);box-shadow:0 2px 8px #ff8c4240}._loginButton_98e1m_318:hover{background:var(--primary-orange-dark);transform:translateY(-1px);box-shadow:0 4px 12px #ff8c4259}._realizationsList_98e1m_191:empty:before{content:"Žádné realizace. Klikněte na 'Přidat novou realizaci' pro vytvoření první.";display:block;text-align:center;padding:var(--space-3xl);color:var(--text-light);font-size:var(--text-sm)}@media (max-width: 768px){._adminContainer_98e1m_30{padding:var(--space-md) var(--space-sm)}._adminHeader_98e1m_36{flex-direction:column;gap:var(--space-md);text-align:center;padding:var(--space-md)}._adminHeader_98e1m_36 h1{font-size:var(--text-lg)}._realizationsList_98e1m_191{grid-template-columns:1fr;gap:var(--space-sm)}._formContainer_98e1m_89{margin:var(--space-sm);padding:var(--space-md);max-width:none}._formButtons_98e1m_147{flex-direction:column}._formButtons_98e1m_147 button{width:100%}._loginForm_98e1m_12{padding:var(--space-lg) var(--space-md)}}@media (max-width: 480px){._adminHeader_98e1m_36{padding:var(--space-sm) var(--space-md)}._realizationCard_98e1m_197{border-radius:var(--radius-md)}._realizationImage_98e1m_210{height:160px}._realizationInfo_98e1m_227{padding:var(--space-sm)}}._noPageContainer_6duib_1{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:2rem;margin-top:80px;background:var(--white)}._errorContent_6duib_25{max-width:600px;width:100%}._errorCode_6duib_35{font-size:clamp(6rem,15vw,12rem);font-weight:900;color:var(--primary-orange);margin-bottom:1rem;line-height:1;text-shadow:2px 2px 4px rgba(0,0,0,.1)}._errorTitle_6duib_53{font-size:clamp(1.5rem,4vw,2.5rem);font-weight:700;color:var(--dark-gray);margin-bottom:1rem}._errorMessage_6duib_67{font-size:clamp(1rem,2.5vw,1.2rem);color:var(--text-light);margin-bottom:2rem;line-height:1.6}._backButton_6duib_81{background:linear-gradient(135deg,var(--primary-orange) 0%,var(--primary-orange-dark) 100%);color:var(--white);padding:clamp(.75rem,2vw,1rem) clamp(1.5rem,3vw,2rem);border-radius:50px;font-weight:600;font-size:clamp(.9rem,2.5vw,1.1rem);text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px #ff6b354d;display:inline-flex;align-items:center;gap:.5rem;border:none;cursor:pointer}._backButton_6duib_81:hover{transform:translateY(-2px);box-shadow:0 8px 25px #ff6b3566;color:var(--white);text-decoration:none}@media (max-width: 1400px){._noPageContainer_6duib_1{padding:1.5rem}._errorContent_6duib_25{max-width:550px}}@media (max-width: 1200px){._noPageContainer_6duib_1{padding:1.25rem}._errorContent_6duib_25{max-width:500px}}@media (max-width: 1024px){._noPageContainer_6duib_1{padding:1rem}._errorContent_6duib_25{max-width:450px}}@media (max-width: 768px){._noPageContainer_6duib_1{padding:.75rem;margin-top:70px}._errorContent_6duib_25{max-width:400px}._errorCode_6duib_35,._errorTitle_6duib_53{margin-bottom:.75rem}._errorMessage_6duib_67{margin-bottom:1.5rem}}@media (max-width: 640px){._noPageContainer_6duib_1{padding:.5rem}._errorContent_6duib_25{max-width:350px}._errorCode_6duib_35,._errorTitle_6duib_53{margin-bottom:.5rem}._errorMessage_6duib_67{margin-bottom:1.25rem}}@media (max-width: 480px){._noPageContainer_6duib_1{padding:.25rem}._errorContent_6duib_25{max-width:300px}._errorCode_6duib_35,._errorTitle_6duib_53{margin-bottom:.375rem}._errorMessage_6duib_67{margin-bottom:1rem}}@media (max-width: 360px){._noPageContainer_6duib_1{padding:.125rem}._errorContent_6duib_25{max-width:280px}._errorCode_6duib_35,._errorTitle_6duib_53{margin-bottom:.25rem}._errorMessage_6duib_67{margin-bottom:.875rem}}._mainContent_gtmy5_1{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem}._container_gtmy5_17{width:100%;max-width:600px;margin:0 auto}._content_gtmy5_29{background:var(--white);border-radius:20px;box-shadow:0 10px 30px #0000001a;padding:3rem 2rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:2rem}._heading_gtmy5_53{font-size:2.5rem;font-weight:700;color:var(--text-dark);margin:0;line-height:1.2;background:linear-gradient(135deg,var(--primary-orange) 0%,var(--primary-orange-dark) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._description_gtmy5_77{font-size:1.1rem;color:var(--text-light);margin:0;max-width:500px;line-height:1.6}._starsContainer_gtmy5_93{display:flex;justify-content:center;gap:1rem;margin:2rem 0;flex-wrap:wrap}._star_gtmy5_93{background:none;border:none;font-size:3rem;color:var(--medium-gray);cursor:pointer;transition:all .3s ease;padding:.5rem;line-height:1;border-radius:8px;min-width:4rem;min-height:4rem;display:flex;align-items:center;justify-content:center}._star_gtmy5_93:hover{color:var(--warning);transform:scale(1.1);background:#ffc1071a}._star_gtmy5_93._active_gtmy5_155{color:var(--warning);text-shadow:0 0 10px rgba(255,193,7,.5)}._star_gtmy5_93._disabled_gtmy5_165{cursor:not-allowed;opacity:.7;transform:none}._star_gtmy5_93._disabled_gtmy5_165:hover{transform:none;background:none}._confirmButton_gtmy5_187{background:linear-gradient(135deg,var(--success) 0%,#218838 100%);color:var(--white);padding:1rem 2rem;border-radius:12px;font-weight:600;font-size:1rem;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease;box-shadow:0 4px 15px #28a7454d;border:none;cursor:pointer;min-height:3rem}._confirmButton_gtmy5_187:hover{transform:translateY(-2px);box-shadow:0 8px 25px #28a74566}._reviewForm_gtmy5_231{display:flex;flex-direction:column;width:100%;max-width:500px;gap:1.5rem;align-items:center}._messageInput_gtmy5_249{width:100%;min-height:120px;padding:1rem;border:2px solid var(--medium-gray);border-radius:12px;font-family:inherit;font-size:1rem;line-height:1.6;resize:vertical;transition:all .3s ease;background:var(--white)}._messageInput_gtmy5_249:focus{outline:none;border-color:var(--primary-orange);box-shadow:0 0 0 3px #ff8c421a}._messageInput_gtmy5_249::placeholder{color:var(--text-light)}._submitButton_gtmy5_297{background:linear-gradient(135deg,var(--primary-orange) 0%,var(--primary-orange-dark) 100%);color:var(--white);padding:1rem 2rem;border-radius:12px;font-weight:600;font-size:1rem;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease;box-shadow:0 4px 15px #ff8c424d;border:none;cursor:pointer;min-height:3rem}._submitButton_gtmy5_297:hover{transform:translateY(-2px);box-shadow:0 8px 25px #ff8c4266}._errorMessage_gtmy5_341{color:var(--error);font-size:.9rem;margin:0;padding:.75rem;background:#dc35451a;border-radius:8px;border-left:3px solid var(--error);width:100%}._successMessage_gtmy5_363{color:var(--success);font-size:1.1rem;font-weight:600;text-align:center;margin:0;padding:1.5rem;background:#28a7451a;border-radius:12px;border:2px solid var(--success);display:flex;align-items:center;gap:.5rem;width:100%}._successMessage_gtmy5_363 svg{width:1.5rem;height:1.5rem;flex-shrink:0}@media (max-width: 768px){._mainContent_gtmy5_1{padding:1.5rem 1rem}._content_gtmy5_29{padding:2.5rem 1.5rem;gap:1.5rem}._heading_gtmy5_53{font-size:2rem}._description_gtmy5_77{font-size:1rem}._starsContainer_gtmy5_93{gap:.75rem;margin:1.5rem 0}._star_gtmy5_93{font-size:2.5rem;min-width:3.5rem;min-height:3.5rem;padding:.375rem}._confirmButton_gtmy5_187,._submitButton_gtmy5_297{padding:.875rem 1.75rem;font-size:.95rem;min-height:2.75rem}._messageInput_gtmy5_249{font-size:.95rem;min-height:100px;padding:.875rem}._errorMessage_gtmy5_341{font-size:.85rem;padding:.625rem}._successMessage_gtmy5_363{font-size:1rem;padding:1.25rem}._successMessage_gtmy5_363 svg{width:1.25rem;height:1.25rem}._reviewForm_gtmy5_231{max-width:100%}}@media (max-width: 640px){._mainContent_gtmy5_1{padding:1rem .6rem}._content_gtmy5_29{padding:2rem 1.25rem;gap:1.25rem}._heading_gtmy5_53{font-size:1.75rem}._description_gtmy5_77{font-size:.95rem}._starsContainer_gtmy5_93{gap:.5rem;margin:1.25rem 0}._star_gtmy5_93{font-size:2.25rem;min-width:3rem;min-height:3rem;padding:.25rem}._confirmButton_gtmy5_187,._submitButton_gtmy5_297{padding:.75rem 1.5rem;font-size:.9rem;min-height:2.5rem}._messageInput_gtmy5_249{font-size:.9rem;min-height:90px;padding:.75rem}._errorMessage_gtmy5_341{font-size:.8rem;padding:.5rem}._successMessage_gtmy5_363{font-size:.95rem;padding:1rem}._successMessage_gtmy5_363 svg{width:1.125rem;height:1.125rem}}@media (max-width: 480px){._mainContent_gtmy5_1{padding:.75rem .6rem}._content_gtmy5_29{padding:1.5rem 1rem;gap:1rem}._heading_gtmy5_53{font-size:1.5rem}._description_gtmy5_77{font-size:.875rem}._starsContainer_gtmy5_93{gap:.375rem;margin:1rem 0}._star_gtmy5_93{font-size:2rem;min-width:2.5rem;min-height:2.5rem;padding:.125rem}._confirmButton_gtmy5_187,._submitButton_gtmy5_297{padding:.875rem 1.75rem;font-size:.875rem;min-height:2.75rem}._messageInput_gtmy5_249{font-size:.875rem;min-height:80px;padding:.625rem}._errorMessage_gtmy5_341{font-size:.75rem;padding:.375rem}._successMessage_gtmy5_363{font-size:.875rem;padding:.875rem}._successMessage_gtmy5_363 svg{width:1rem;height:1rem}}@media (max-width: 360px){._mainContent_gtmy5_1{padding:.5rem .6rem}._content_gtmy5_29{padding:1.25rem .75rem;gap:.875rem}._heading_gtmy5_53{font-size:1.25rem}._description_gtmy5_77{font-size:.8rem}._starsContainer_gtmy5_93{gap:.25rem;margin:.875rem 0}._star_gtmy5_93{font-size:1.75rem;min-width:2.25rem;min-height:2.25rem;padding:.125rem}._confirmButton_gtmy5_187,._submitButton_gtmy5_297{padding:1rem 2rem;font-size:.8rem;min-height:3rem}._messageInput_gtmy5_249{font-size:.8rem;min-height:70px;padding:.5rem}._errorMessage_gtmy5_341{font-size:.7rem;padding:.25rem}._successMessage_gtmy5_363{font-size:.8rem;padding:.75rem}._successMessage_gtmy5_363 svg{width:.875rem;height:.875rem}}._mainContent_7g8ix_1{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem}._container_7g8ix_17{width:100%;max-width:600px;margin:0 auto}._content_7g8ix_29{background:var(--white);border-radius:20px;box-shadow:0 10px 30px #0000001a;padding:3rem 2rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:2rem}._heading_7g8ix_53{font-size:2.5rem;font-weight:700;color:var(--text-dark);margin:0;line-height:1.2;background:linear-gradient(135deg,var(--primary-orange) 0%,var(--primary-orange-dark) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._description_7g8ix_77{font-size:1.1rem;color:var(--text-light);margin:0;max-width:500px;line-height:1.6}._qrWrapper_7g8ix_93{background:var(--white);padding:2rem;border-radius:15px;border:2px solid var(--medium-gray);transition:all .3s ease;max-width:300px;width:100%}._qrWrapper_7g8ix_93:hover{border-color:var(--primary-orange);box-shadow:0 8px 25px #ff8c4233;transform:translateY(-2px)}._qrImage_7g8ix_125{width:100%;max-width:250px;height:auto;display:block;border-radius:10px;box-shadow:0 4px 15px #0000001a}._downloadButton_7g8ix_143{background:linear-gradient(135deg,var(--primary-orange) 0%,var(--primary-orange-dark) 100%);color:var(--white);padding:1rem 2rem;border-radius:12px;font-weight:600;font-size:1rem;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease;box-shadow:0 4px 15px #ff8c424d;border:none;cursor:pointer;min-height:3rem}._downloadButton_7g8ix_143:hover{transform:translateY(-2px);box-shadow:0 8px 25px #ff8c4266}._downloadButton_7g8ix_143:active{transform:translateY(0)}._downloadButton_7g8ix_143 svg{width:1.25rem;height:1.25rem;flex-shrink:0}._info_7g8ix_207{background:var(--white);padding:1.5rem;border-radius:12px;border-left:4px solid var(--primary-orange);max-width:400px;width:100%;border:1px solid rgba(220,160,20,.1)}._info_7g8ix_207 p{margin:0;font-size:.9rem;color:var(--text-light);line-height:1.5}@media (max-width: 768px){._mainContent_7g8ix_1{padding:1.5rem 1rem}._content_7g8ix_29{padding:2.5rem 1.5rem;gap:1.5rem}._heading_7g8ix_53{font-size:2rem}._description_7g8ix_77{font-size:1rem}._qrWrapper_7g8ix_93{padding:1.5rem;max-width:280px}._qrImage_7g8ix_125{max-width:220px}._downloadButton_7g8ix_143{padding:.875rem 1.75rem;font-size:.95rem;min-height:2.75rem}._info_7g8ix_207{padding:1.25rem}._info_7g8ix_207 p{font-size:.85rem}}@media (max-width: 640px){._mainContent_7g8ix_1{padding:1rem .75rem}._content_7g8ix_29{padding:2rem 1.25rem;gap:1.25rem}._heading_7g8ix_53{font-size:1.75rem}._description_7g8ix_77{font-size:.95rem}._qrWrapper_7g8ix_93{padding:1.25rem;max-width:260px}._qrImage_7g8ix_125{max-width:200px}._downloadButton_7g8ix_143{padding:.75rem 1.5rem;font-size:.9rem;min-height:2.5rem}._downloadButton_7g8ix_143 svg{width:1.125rem;height:1.125rem}._info_7g8ix_207{padding:1rem}._info_7g8ix_207 p{font-size:.8rem}}@media (max-width: 480px){._mainContent_7g8ix_1{padding:.75rem .5rem}._content_7g8ix_29{padding:1.5rem 1rem;gap:1rem}._heading_7g8ix_53{font-size:1.5rem}._description_7g8ix_77{font-size:.875rem}._qrWrapper_7g8ix_93{padding:1rem;max-width:240px}._qrImage_7g8ix_125{max-width:180px}._downloadButton_7g8ix_143{padding:.875rem 1.75rem;font-size:.875rem;min-height:2.75rem}._downloadButton_7g8ix_143 svg{width:1rem;height:1rem}._info_7g8ix_207{padding:.875rem}._info_7g8ix_207 p{font-size:.75rem}}@media (max-width: 360px){._mainContent_7g8ix_1{padding:.5rem .25rem}._content_7g8ix_29{padding:1.25rem .75rem;gap:.875rem}._heading_7g8ix_53{font-size:1.25rem}._description_7g8ix_77{font-size:.8rem}._qrWrapper_7g8ix_93{padding:.875rem;max-width:220px}._qrImage_7g8ix_125{max-width:160px}._downloadButton_7g8ix_143{padding:1rem 2rem;font-size:.8rem;min-height:3rem}._downloadButton_7g8ix_143 svg{width:1.125rem;height:1.125rem}._info_7g8ix_207{padding:.75rem}._info_7g8ix_207 p{font-size:.7rem}}
