*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#111;background:linear-gradient(#fff 0%,#f7f7f7 100%);font-family:Arial,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1120px,92%);margin:0 auto}.site-header{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000eb;border-bottom:1px solid #ffffff14;width:100%;position:fixed;top:0;left:0}.header-container{justify-content:space-between;align-items:center;height:84px;display:flex}.logo img{object-fit:contain;width:auto;height:56px}.burger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:6px;width:48px;height:48px;padding:0;display:flex}.burger span{background:#fff;border-radius:999px;width:28px;height:3px;margin-left:auto;transition:all .25s;display:block}.burger.active span:first-child{transform:translateY(9px)rotate(45deg)}.burger.active span:nth-child(2){opacity:0}.burger.active span:nth-child(3){transform:translateY(-9px)rotate(-45deg)}.main-nav{background:#111;border:1px solid #ffffff14;border-radius:14px;flex-direction:column;gap:14px;width:220px;padding:18px;display:none;position:absolute;top:84px;right:4%;box-shadow:0 14px 40px #0006}.main-nav.open{display:flex}.main-nav a{color:#fff;font-size:15px;font-weight:600}.hero{background:#b3b3b3;border-radius:18px;width:min(1120px,92%);margin:120px auto 20px;position:relative;overflow:hidden;box-shadow:0 20px 60px #00000026}.hero-image{width:100%;height:auto}.hero-overlay{background:#00000047;position:absolute;inset:0}.hero-content{z-index:2;color:#fff;justify-content:flex-start;align-items:flex-start;padding:34px 40px;display:flex;position:absolute;inset:0}.hero-title{text-shadow:0 4px 18px #00000047;max-width:760px;margin:0}.hero-main{white-space:nowrap;letter-spacing:-.5px;font-size:clamp(1.7rem,2.8vw,3rem);font-weight:700;line-height:1.08;display:block}.hero-sub{opacity:.95;margin-top:10px;font-size:clamp(1.1rem,1.8vw,1.75rem);font-style:italic;font-weight:400;line-height:1.2;display:block}.intro-section{background:#f9f9f9;padding:30px 0}.intro-section h2{margin-bottom:24px;font-size:2rem}.intro-section p{color:#444;max-width:720px;font-size:1rem;line-height:1.7}.intro-section p:not(:last-child){margin-bottom:20px}.stats-section{padding:20px 0 10px}.stats-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.stat-card{text-align:center;background:#fff;border:1px solid #ececec;border-radius:18px;padding:28px 24px;box-shadow:0 12px 30px #0000000f}.stat-card h3{color:#111;margin-bottom:10px;font-size:1.35rem;font-weight:700}.stat-card p{color:#555;font-size:.98rem;line-height:1.6}.site-footer{color:#fff;background:#111;padding:30px 0}.footer-container{text-align:center;flex-direction:column;align-items:center;gap:16px;display:flex}.footer-links{flex-wrap:wrap;justify-content:center;gap:18px;display:flex}.footer-links a{color:#ddd;font-size:.95rem}@media (max-width:768px){.hero{width:100%;box-shadow:none;background:#b3b3b3;border-radius:0;margin:84px 0 0}.hero-image{width:100%;height:auto;min-height:unset;object-fit:contain}.hero-content{justify-content:flex-start;align-items:flex-start;padding:18px 18px 14px}.hero-title{max-width:100%}.hero-main{white-space:nowrap;letter-spacing:-.4px;font-size:clamp(1.15rem,5.4vw,1.55rem);line-height:1.05}.hero-sub{margin-top:8px;font-size:clamp(.95rem,4.2vw,1.2rem);line-height:1.15}.intro-section{padding:28px 0 56px}.intro-section h2{margin-bottom:20px;font-size:1.75rem}.intro-section p:not(:last-child){margin-bottom:18px}.stats-section{padding:50px 0}.stats-grid{grid-template-columns:1fr;gap:18px}.stat-card{padding:24px 20px}}.contact-section{padding:120px 0 80px}.contact-card{background:#fff;border:1px solid #ececec;border-radius:22px;max-width:760px;margin:0 auto;padding:40px;box-shadow:0 16px 40px #00000014}.contact-title{color:#111;margin-bottom:14px;font-size:2.4rem;font-weight:700}.contact-text{color:#555;max-width:620px;margin-bottom:32px;font-size:1.02rem;line-height:1.7}.contact-form{flex-direction:column;gap:18px;display:flex}.form-group{flex-direction:column;display:flex}.form-group label{color:#222;margin-bottom:8px;font-size:.95rem;font-weight:600}.form-group input,.form-group textarea{color:#111;background:#fff;border:1px solid #d9d9d9;border-radius:14px;outline:none;width:100%;padding:14px 16px;font-family:Arial,sans-serif;font-size:1rem;transition:border-color .2s,box-shadow .2s}.form-group textarea{resize:vertical;min-height:160px}.form-group input:focus,.form-group textarea:focus{border-color:#111;box-shadow:0 0 0 4px #0000000f}.contact-button{color:#fff;cursor:pointer;background:#111;border:none;border-radius:14px;align-self:flex-start;padding:14px 24px;font-size:1rem;font-weight:600;transition:background .2s,transform .2s}.contact-button:hover{background:#222;transform:translateY(-1px)}@media (max-width:768px){.contact-section{padding:100px 0 60px}.contact-card{border-radius:18px;padding:24px}.contact-title{font-size:2rem}.contact-text{margin-bottom:24px;font-size:1rem}.contact-button{text-align:center;width:100%}}.services-highlight-section{padding:40px 0 20px}.quote-section{background:#f8f8f8;padding:60px 0}.quote-button{color:#fff;background:#38739d;border-radius:8px;padding:14px 28px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.quote-button:hover{background:#2f6285}.form-row{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.form-group select{color:#111;background:#fff;border:1px solid #d9d9d9;border-radius:14px;outline:none;width:100%;padding:14px 16px;font-family:Arial,sans-serif;font-size:1rem;transition:border-color .2s,box-shadow .2s}.form-group select:focus{border-color:#111;box-shadow:0 0 0 4px #0000000f}.form-row-check{flex-direction:column;gap:14px;margin:6px 0 2px;display:flex}.checkbox-group{color:#222;cursor:pointer;align-items:flex-start;gap:12px;font-size:.98rem;line-height:1.5;display:flex}.checkbox-group input{flex-shrink:0;width:18px;height:18px;margin-top:2px}.checkbox-group span{display:inline-block}@media (max-width:768px){.form-row{grid-template-columns:1fr}}.services-page-hero{background:linear-gradient(#f9f9f9 0%,#f3f3f3 100%);padding:130px 0 60px}.services-page-hero-content{max-width:820px}.services-page-hero h1{color:#111;margin-bottom:18px;font-size:3rem;line-height:1.1}.services-page-hero p{color:#555;max-width:760px;font-size:1.05rem;line-height:1.8}.services-page-actions{flex-wrap:wrap;gap:14px;margin-top:28px;display:flex}.services-page-actions-center{justify-content:center}.secondary-button{color:#111;background:0 0;border:1px solid #111;border-radius:8px;padding:14px 28px;font-weight:600;transition:all .25s;display:inline-block}.secondary-button:hover{color:#fff;background:#111}.services-detail-section{padding:20px 0 40px}.services-detail-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.service-detail-card{background:#fff;border:1px solid #ececec;border-radius:20px;padding:30px 26px;box-shadow:0 12px 30px #0000000f}.service-detail-card h3{color:#111;margin-bottom:14px;font-size:1.4rem}.service-detail-card p{color:#555;font-size:.98rem;line-height:1.7}.service-detail-card p+p{margin-top:14px}.service-link{color:#38739d;margin-top:18px;font-weight:600;transition:all .2s;display:inline-block}.service-link:hover{color:#2f6285}.services-benefits-section{padding:20px 0 60px}.services-benefits-section h2{color:#111;margin-bottom:28px;font-size:2rem}@media (max-width:768px){.services-page-hero{padding:110px 0 40px}.services-page-hero h1{font-size:2.2rem}.services-page-hero p{font-size:1rem}.services-detail-grid{grid-template-columns:1fr;gap:18px}.service-detail-card{padding:24px 20px}.services-page-actions{flex-direction:column;align-items:stretch}.secondary-button,.quote-button{text-align:center;width:100%}}.success-popup-overlay{z-index:3000;background:#00000073;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.success-popup{text-align:center;background:#fff;border-radius:20px;width:min(520px,100%);padding:28px 24px;box-shadow:0 18px 50px #0000002e}.success-popup h3{color:#111;margin-bottom:12px;font-size:1.7rem}.success-popup p{color:#555;font-size:1rem;line-height:1.7}
@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(../media/41e95f694c5c4549-s.0r1jrq7neqdsq.woff2)format("woff2");unicode-range:U+900-97F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(../media/6c55a692938ebbbc-s.0g6rbszwfgn9y.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(../media/a218039a3287bcfd-s.p.17-1enzs_j91b.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(../media/0a7740363b4d4863-s.1110aazvokzp..woff2)format("woff2");unicode-range:U+900-97F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(../media/5f9d24ebef5d5292-s.0esuu2f5si~v8.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(../media/e2334d715941921e-s.p.12skym0rqknxy.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(../media/b53057dbf91a7acf-s.0carvq6u72s58.woff2)format("woff2");unicode-range:U+900-97F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(../media/798ea22d9983e047-s.106do9xzbuago.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(../media/47fe1b7cd6e6ed85-s.p.0~mcdl10zdfb3.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins Fallback;src:local(Arial);ascent-override:93.62%;descent-override:31.21%;line-gap-override:8.92%;size-adjust:112.16%}.poppins_ce104246-module__7YxXbG__className{font-family:Poppins,Poppins Fallback;font-style:normal}
