@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Archivo:wght@700;800;900&display=swap";:root{--primary-navy:#102e4c;--brand-teal:#176e7f;--brand-teal-hover:#1a8296;--star-gold:#f1b243;--slate-gray:#4c6072;--light-gray:#f5f7f8;--pure-white:#fff;--bg-gradient:radial-gradient(circle at 10% 20%, #e6f4f7f2 0%, #fffffffa 90%);--navy-trans:#102e4c14;--teal-trans:#176e7f14;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-heading:"Archivo", "Inter", var(--font-sans);--shadow-sm:0 2px 8px #102e4c0d;--shadow-md:0 10px 25px -5px #102e4c14, 0 4px 12px -4px #102e4c08;--shadow-lg:0 15px 40px -8px #102e4c1f, 0 4px 15px -4px #102e4c0d;--shadow-glow:0 8px 25px #176e7f4d;--radius-sm:.5rem;--radius-md:.8rem;--radius-lg:1.25rem;--radius-pill:50px;--max-width:1100px;--transition-fast:.2s cubic-bezier(.4, 0, .2, 1);--transition-normal:.3s cubic-bezier(.4, 0, .2, 1)}html{scroll-behavior:smooth;box-sizing:border-box;-webkit-text-size-adjust:100%}*,:before,:after{box-sizing:inherit;margin:0;padding:0}body{font-family:var(--font-sans);color:var(--slate-gray);background-color:var(--light-gray);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1.6;overflow-x:hidden}#root{flex-direction:column;min-height:100vh;display:flex}::selection{background-color:var(--brand-teal);color:var(--pure-white)}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--light-gray)}::-webkit-scrollbar-thumb{background:var(--primary-navy);border:2px solid var(--light-gray);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--brand-teal)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--primary-navy);font-weight:800;line-height:1.2}a{color:inherit;transition:var(--transition-fast);text-decoration:none}p{color:var(--slate-gray)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.section-padding{padding:6rem 2rem}.container{width:100%;max-width:var(--max-width);margin:0 auto}.flex-center{justify-content:center;align-items:center;display:flex}.text-center{text-align:center}@media (width<=980px){.section-padding{padding:5rem 1.5rem}}@media (width<=768px){body{font-size:15px}.section-padding{padding:4rem 1.25rem}}.triumph-hero-section-wrapper{background:var(--bg-gradient);width:100%;padding:0 0 5rem;position:relative;overflow:hidden}.triumph-hero-header{background-color:var(--primary-navy);z-index:1000;border-bottom:1px solid #ffffff14;align-items:center;width:100%;height:75px;display:flex;position:relative}.triumph-header-container{width:100%;max-width:var(--max-width);justify-content:space-between;align-items:center;margin:0 auto;padding:0 2rem;display:flex}.triumph-logo-link{align-items:center;display:flex}.triumph-logo-link:hover{transform:scale(1.02)}.triumph-header-logo{object-fit:contain;width:auto;height:52px;display:block}.triumph-header-right-actions{align-items:center;gap:1.25rem;display:flex}.triumph-header-call-btn{background-color:var(--brand-teal);color:var(--pure-white);border-radius:var(--radius-pill);box-shadow:var(--shadow-glow);transition:all var(--transition-fast);white-space:nowrap;justify-content:center;align-items:center;gap:.6rem;padding:.65rem 1.5rem;font-size:.95rem;font-weight:800;display:inline-flex}.triumph-header-call-btn:hover{background-color:var(--brand-teal-hover);transform:translateY(-2px);box-shadow:0 6px 20px #176e7f73}.triumph-header-call-btn:active{transform:translateY(0)}.triumph-header-menu-btn{color:var(--pure-white);cursor:pointer;transition:color var(--transition-fast), transform var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;display:flex}.triumph-header-menu-btn:hover{color:var(--brand-teal);transform:scale(1.05)}.triumph-mobile-menu-overlay{background-color:var(--primary-navy);z-index:99999;width:300px;height:100vh;transition:right var(--transition-normal);flex-direction:column;padding:5rem 2rem 2rem;display:flex;position:fixed;top:0;right:-320px;box-shadow:-10px 0 35px #0000004d}.triumph-mobile-menu-overlay.active{right:0}.triumph-menu-close-btn{color:var(--pure-white);cursor:pointer;transition:color var(--transition-fast);background:0 0;border:none;font-size:2.25rem;font-weight:300;line-height:1;position:absolute;top:1.5rem;right:1.5rem}.triumph-menu-close-btn:hover{color:var(--brand-teal)}.triumph-mobile-nav{flex-direction:column;gap:1.25rem;width:100%;display:flex}.triumph-mobile-nav-item{width:100%;color:var(--pure-white);border-bottom:1px solid #ffffff0d;padding:.5rem 0;font-size:1.2rem;font-weight:600;display:block}.triumph-mobile-nav-item:hover{color:var(--brand-teal);padding-left:5px}.triumph-mobile-nav-cta{background-color:var(--brand-teal);color:var(--pure-white);text-align:center;border-radius:var(--radius-sm);margin-top:1rem;padding:.8rem 1.5rem;font-size:1.05rem;font-weight:700;display:block;box-shadow:0 4px 15px #176e7f33}.triumph-mobile-nav-cta:hover{background-color:var(--brand-teal-hover)}.triumph-hero-container{width:100%;max-width:var(--max-width);z-index:2;margin:0 auto;padding:5rem 2rem 6rem;display:block;position:relative}.triumph-hero-left{text-align:left;flex-direction:column;align-items:flex-start;width:53%;padding-right:2rem;animation:.8s ease-out fadeInUp;display:flex}.triumph-hero-pretitle{letter-spacing:.05em;color:var(--brand-teal);margin-bottom:.75rem;font-size:.85rem;font-weight:700}.triumph-hero-title{color:var(--primary-navy);letter-spacing:-.02em;margin-bottom:1.25rem;font-size:3.25rem;line-height:1.15}.triumph-hero-subtitle{color:var(--slate-gray);max-width:480px;margin-bottom:2rem;font-size:1.15rem;font-weight:400;line-height:1.6}.triumph-hero-btn{background-color:var(--primary-navy);color:var(--pure-white);border-radius:var(--radius-md);transition:all var(--transition-normal);justify-content:center;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1.1rem;font-weight:700;display:inline-flex;box-shadow:0 10px 25px -5px #102e4c40}.triumph-hero-btn:hover{background-color:var(--brand-teal);box-shadow:var(--shadow-glow);transform:translateY(-2px)}.triumph-hero-btn svg{transition:transform var(--transition-fast)}.triumph-hero-btn:hover svg{transform:translate(4px)}.triumph-hero-right{z-index:1;width:48%;height:calc(100% - 75px);animation:1.2s ease-out fadeIn;position:absolute;top:75px;right:0;overflow:hidden}.triumph-hero-img{object-fit:cover;object-position:50% center;width:100%;height:100%;transition:transform .5s;display:block;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#0000000d 5%,#000 25%);mask-image:linear-gradient(90deg,#0000 0%,#0000000d 5%,#000 25%)}.triumph-hero-right:hover .triumph-hero-img{transform:scale(1.02)}.triumph-badge-banner-container{width:100%;max-width:var(--max-width);z-index:10;box-sizing:border-box;margin:-4rem auto 0;padding:0 2rem;position:relative}.triumph-badge-banner{background-color:var(--pure-white);border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow-lg);border:1px solid #102e4c0a;justify-content:space-between;align-items:center;padding:1.5rem 1rem;display:flex}.triumph-badge-item{flex:1;justify-content:center;align-items:center;gap:.75rem;padding:0 1rem;display:flex}.triumph-badge-item:not(:last-child){border-right:1px solid #102e4c1a}.triumph-badge-icon-wrapper{background-color:var(--teal-trans);width:2.75rem;height:2.75rem;color:var(--brand-teal);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.triumph-badge-text-wrapper{text-align:left;flex-direction:column;display:flex}.triumph-badge-title{color:var(--primary-navy);font-size:1rem;font-weight:800;line-height:1.2}.triumph-badge-subtitle{color:var(--slate-gray);margin-top:.15rem;font-size:.8rem;font-weight:500;line-height:1.2}.triumph-badge-bold-line{color:var(--primary-navy);font-size:1rem;font-weight:800;line-height:1.2}.triumph-review-badge{flex:1.2;justify-content:center;align-items:center;gap:.75rem;display:flex}.triumph-review-column{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.triumph-review-score{color:var(--primary-navy);font-size:1.25rem;font-weight:800;line-height:1}.triumph-stars{gap:.05rem;margin:.2rem 0;display:flex}.triumph-review-label{color:var(--primary-navy);white-space:nowrap;font-size:.7rem;font-weight:700;line-height:1}.triumph-review-divider{background-color:#102e4c26;flex-shrink:0;width:1px;height:2.25rem}.triumph-review-count{color:var(--primary-navy);margin-bottom:.15rem;font-size:1.25rem;font-weight:800;line-height:1}.section-header{text-align:center;max-width:600px;margin:0 auto 3.5rem}.section-pretitle{letter-spacing:.08em;color:var(--brand-teal);text-transform:uppercase;margin-bottom:.5rem;font-size:.85rem;font-weight:700;display:block}.section-title{color:var(--primary-navy);margin-bottom:1rem;font-size:2.5rem}.section-subtitle{color:var(--slate-gray);font-size:1.1rem}.value-props-section{background-color:var(--pure-white)}.value-props-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.value-card{background-color:var(--light-gray);border-radius:var(--radius-lg);transition:all var(--transition-normal);text-align:center;border:1px solid #102e4c05;flex-direction:column;align-items:center;padding:2.5rem 2rem;display:flex}.value-card:hover{background-color:var(--pure-white);box-shadow:var(--shadow-lg);border-color:#176e7f26;transform:translateY(-8px)}.value-icon-container{background-color:var(--pure-white);width:4rem;height:4rem;color:var(--brand-teal);box-shadow:var(--shadow-sm);transition:all var(--transition-normal);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.value-card:hover .value-icon-container{background-color:var(--brand-teal);color:var(--pure-white);box-shadow:var(--shadow-glow)}.value-title{margin-bottom:.75rem;font-size:1.25rem}.value-desc{color:var(--slate-gray);font-size:.95rem;line-height:1.5}.services-section{background-color:var(--light-gray)}.services-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.service-card{background-color:var(--pure-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:all var(--transition-normal);cursor:pointer;border:1px solid #102e4c05;flex-direction:column;display:flex;overflow:hidden}.service-card:hover{box-shadow:var(--shadow-lg);border-color:#176e7f1f;transform:translateY(-5px)}.service-image-container{background-color:var(--primary-navy);width:100%;height:180px;position:relative;overflow:hidden}.service-img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.service-card-rodents .service-img{object-position:center 65%}.service-card:hover .service-img{transform:scale(1.05)}.service-overlay-badge{background-color:var(--brand-teal);color:var(--pure-white);border-radius:var(--radius-pill);box-shadow:var(--shadow-sm);text-transform:uppercase;letter-spacing:.05em;padding:.35rem .8rem;font-size:.75rem;font-weight:800;position:absolute;top:1rem;right:1rem}.service-content{text-align:left;flex-direction:column;flex:1;align-items:flex-start;padding:1.75rem;display:flex}.service-title{margin-bottom:.5rem;font-size:1.35rem}.service-intro{color:var(--slate-gray);flex:1;margin-bottom:1.5rem;font-size:.95rem;line-height:1.5}.service-footer{border-top:1px solid var(--light-gray);justify-content:space-between;align-items:center;width:100%;padding-top:1rem;display:flex}.service-price-block{flex-direction:column;display:flex}.service-price-label{text-transform:uppercase;color:var(--slate-gray);letter-spacing:.05em;font-size:.7rem}.service-price{color:var(--primary-navy);font-size:1.1rem;font-weight:800}.service-more-btn{background-color:var(--primary-navy);color:var(--pure-white);border-radius:var(--radius-sm);transition:all var(--transition-fast);cursor:pointer;justify-content:center;align-items:center;padding:.5rem 1.1rem;font-size:.85rem;font-weight:700;display:inline-flex}.service-more-btn:hover{background-color:var(--brand-teal);box-shadow:var(--shadow-glow)}.service-modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10000;opacity:0;pointer-events:none;width:100%;height:100vh;transition:opacity var(--transition-normal);background-color:#102e4c66;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;top:0;left:0}.service-modal-overlay.active{opacity:1;pointer-events:auto}.service-modal-card{background-color:var(--pure-white);border-radius:var(--radius-lg);width:100%;max-width:650px;box-shadow:var(--shadow-lg);transition:transform var(--transition-normal);flex-direction:column;max-height:90vh;display:flex;overflow:hidden;transform:translateY(30px)scale(.98)}.service-modal-overlay.active .service-modal-card{transform:translateY(0)scale(1)}.service-modal-header{width:100%;height:220px;position:relative}.modal-header-img{object-fit:cover;width:100%;height:100%}.modal-header-gradient{background:linear-gradient(#102e4c1a 0%,#102e4ccc 100%);width:100%;height:100%;position:absolute;top:0;left:0}.modal-header-content{text-align:left;justify-content:space-between;align-items:flex-end;display:flex;position:absolute;bottom:1.5rem;left:2rem;right:2rem}.modal-header-title{color:var(--pure-white);margin:0;font-size:2.25rem}.modal-close-btn{width:2.25rem;height:2.25rem;color:var(--pure-white);cursor:pointer;transition:all var(--transition-fast);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10;background-color:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;display:flex;position:absolute;top:1.25rem;right:1.25rem}.modal-close-btn:hover{background-color:var(--pure-white);color:var(--primary-navy)}.service-modal-body{text-align:left;padding:2rem;overflow-y:auto}.modal-desc-heading{color:var(--brand-teal);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:1.1rem}.modal-desc{color:var(--slate-gray);white-space:pre-line;margin-bottom:2rem;font-size:1rem;line-height:1.6}.modal-pricing-box{background-color:var(--light-gray);border-radius:var(--radius-md);border:1px solid #102e4c0d;margin-bottom:2rem;padding:1.5rem}.modal-pricing-title{color:var(--primary-navy);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.15rem;display:flex}.modal-pricing-list{flex-direction:column;gap:.75rem;display:flex}.modal-pricing-item{border-bottom:1px dashed #102e4c1a;justify-content:space-between;padding-bottom:.5rem;font-size:.95rem;display:flex}.modal-pricing-item:last-child{border-bottom:none;padding-bottom:0}.pricing-item-name{color:var(--primary-navy);font-weight:600}.pricing-item-val{color:var(--brand-teal);font-weight:800}.modal-footer-actions{gap:1rem;display:flex}.modal-cta-call{background-color:var(--brand-teal);color:var(--pure-white);border-radius:var(--radius-sm);box-shadow:var(--shadow-glow);flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.85rem;font-weight:700;display:inline-flex}.modal-cta-call:hover{background-color:var(--brand-teal-hover)}.modal-cta-form{background-color:var(--primary-navy);color:var(--pure-white);border-radius:var(--radius-sm);flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.85rem;font-weight:700;display:inline-flex}.modal-cta-form:hover{background-color:var(--brand-teal)}.process-section{background-color:var(--pure-white)}.process-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid;position:relative}.process-grid:before{content:"";background:linear-gradient(to right, var(--teal-trans) 0%, var(--brand-teal) 50%, var(--teal-trans) 100%);z-index:1;width:80%;height:3px;position:absolute;top:35px;left:10%}.process-item{z-index:2;text-align:center;flex-direction:column;align-items:center;display:flex;position:relative}.process-number-badge{background-color:var(--primary-navy);width:70px;height:70px;color:var(--pure-white);font-family:var(--font-heading);border:4px solid var(--pure-white);box-shadow:var(--shadow-md);transition:all var(--transition-normal);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.5rem;font-size:1.5rem;font-weight:800;display:flex}.process-item:hover .process-number-badge{background-color:var(--brand-teal);box-shadow:var(--shadow-glow);transform:scale(1.05)}.process-title{margin-bottom:.75rem;font-size:1.35rem}.process-desc{max-width:280px;font-size:.95rem}.testimonials-section{background-color:var(--light-gray)}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.testimonial-card{background-color:var(--pure-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);text-align:left;transition:all var(--transition-normal);border:1px solid #102e4c05;flex-direction:column;align-items:flex-start;padding:2.5rem 2rem;display:flex;position:relative}.testimonial-card:hover{box-shadow:var(--shadow-lg);border-color:#176e7f1f;transform:translateY(-5px)}.testimonial-stars{gap:.1rem;margin-bottom:1rem;display:flex}.star-gold-icon{width:16px;height:16px;fill:var(--star-gold);color:var(--star-gold)}.testimonial-title{color:var(--primary-navy);margin-bottom:.75rem;font-size:1.15rem;font-weight:800;line-height:1.3}.testimonial-text{flex:1;margin-bottom:1.5rem;font-size:.95rem;font-style:italic;line-height:1.6}.testimonial-author{color:var(--primary-navy);align-items:center;gap:.5rem;font-size:.9rem;font-weight:700;display:flex}.testimonial-author:before{content:"";background-color:var(--brand-teal);width:15px;height:2px;display:inline-block}.faq-section{background-color:var(--pure-white)}.faq-container{flex-direction:column;gap:1rem;max-width:750px;margin:0 auto;display:flex}.faq-item{border-radius:var(--radius-md);background-color:var(--light-gray);transition:all var(--transition-normal);border:1px solid #102e4c14;overflow:hidden}.faq-item:hover{box-shadow:var(--shadow-sm);border-color:#176e7f33}.faq-trigger{text-align:left;cursor:pointer;background:0 0;border:none;outline:none;justify-content:space-between;align-items:center;width:100%;padding:1.25rem 1.5rem;display:flex}.faq-question{color:var(--primary-navy);font-size:1.05rem;font-weight:800}.faq-icon{color:var(--brand-teal);transition:transform var(--transition-normal);flex-shrink:0}.faq-item.active .faq-icon{transform:rotate(180deg)}.faq-content{max-height:0;transition:max-height var(--transition-normal) ease-out, padding var(--transition-normal);padding:0 1.5rem;overflow:hidden}.faq-item.active .faq-content{padding:0 1.5rem 1.5rem}.faq-answer{color:var(--slate-gray);font-size:.95rem;line-height:1.6}.about-section{background-color:var(--light-gray)}.about-card{background-color:var(--pure-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid #102e4c05;display:flex;overflow:hidden}.about-image-side{width:40%;min-height:380px;position:relative}.about-img{object-fit:cover;object-position:30% center;width:100%;height:100%;position:absolute;top:0;left:0}.about-content-side{text-align:left;flex-direction:column;justify-content:center;width:60%;padding:3.5rem 3rem;display:flex}.about-title{color:var(--primary-navy);margin-bottom:.5rem;font-size:2.25rem}.about-subtitle{letter-spacing:.05em;color:var(--brand-teal);text-transform:uppercase;margin-bottom:1.5rem;font-size:.9rem;font-weight:700;display:block}.about-narrative{color:var(--slate-gray);font-size:1rem;line-height:1.75}.about-narrative p{margin-bottom:1rem}.about-narrative p:last-child{margin-bottom:0}.contact-section{background-color:var(--pure-white)}.contact-card{background:var(--bg-gradient);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid #102e4c0a;padding:4rem 3rem}.contact-form{max-width:650px;margin:0 auto}.form-grid{text-align:left;grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-bottom:1.5rem;display:grid}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group-full{grid-column:span 2}.form-label{letter-spacing:.05em;text-transform:uppercase;color:var(--primary-navy);font-size:.8rem;font-weight:700}.form-input,.form-textarea{background-color:var(--pure-white);border-radius:var(--radius-sm);width:100%;font-family:var(--font-sans);color:var(--primary-navy);transition:all var(--transition-fast);border:1px solid #102e4c26;outline:none;padding:.8rem 1rem;font-size:.95rem}.form-input:focus,.form-textarea:focus{border-color:var(--brand-teal);box-shadow:0 0 0 3px #176e7f1f}.form-textarea{resize:vertical;min-height:120px}.form-error-msg{color:#d32f2f;margin-top:.2rem;font-size:.75rem;font-weight:600}.form-input.error,.form-textarea.error{background-color:#d32f2f05;border-color:#d32f2f}.form-disclaimer{color:var(--slate-gray);margin-top:1.25rem;font-size:.8rem;display:block}.form-submit-btn{background-color:var(--primary-navy);width:100%;color:var(--pure-white);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition-fast);border:none;justify-content:center;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1.1rem;font-weight:700;display:inline-flex;box-shadow:0 6px 15px #102e4c33}.form-submit-btn:hover{background-color:var(--brand-teal);box-shadow:var(--shadow-glow);transform:translateY(-1px)}.form-submit-btn:active{transform:translateY(0)}.form-success-card{text-align:center;max-width:500px;margin:0 auto;padding:2rem 1rem;animation:.5s cubic-bezier(.34,1.56,.64,1) scaleIn}.success-icon-wrapper{background-color:var(--teal-trans);width:5rem;height:5rem;color:var(--brand-teal);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.5rem;display:inline-flex}.success-title{color:var(--primary-navy);margin-bottom:.75rem;font-size:2rem}.success-desc{color:var(--slate-gray);margin-bottom:2rem;font-size:1.05rem;line-height:1.6}.success-back-btn{background-color:var(--primary-navy);color:var(--pure-white);border-radius:var(--radius-sm);justify-content:center;align-items:center;gap:.5rem;padding:.8rem 1.5rem;font-weight:700;display:inline-flex}.success-back-btn:hover{background-color:var(--brand-teal)}.triumph-footer{background-color:var(--primary-navy);color:var(--pure-white);border-top:1px solid #ffffff14;padding:4rem 2rem 2rem}.footer-container{max-width:var(--max-width);flex-direction:column;gap:3rem;margin:0 auto;display:flex}.footer-top{text-align:left;justify-content:space-between;align-items:flex-start;display:flex}.footer-brand-side{max-width:320px}.footer-logo{width:auto;height:58px;margin-bottom:1rem}.footer-tagline{color:var(--pure-white);margin-bottom:1.5rem;font-size:.9rem;line-height:1.5}.footer-links-side{gap:4rem;display:flex}.footer-nav-col{flex-direction:column;gap:.75rem;display:flex}.footer-col-title{letter-spacing:.05em;text-transform:uppercase;color:var(--brand-teal);margin-bottom:.5rem;font-size:.85rem;font-weight:800}.footer-link{opacity:.8;font-size:.9rem}.footer-link:hover{opacity:1;color:var(--brand-teal)}.footer-bottom{opacity:.7;text-align:left;border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;padding-top:1.5rem;font-size:.85rem;display:flex}@media (width<=980px){.triumph-hero-container{padding:3rem 1.5rem 5rem}.triumph-hero-left{width:53%}.triumph-hero-title{font-size:2.5rem}.triumph-badge-banner{grid-template-columns:repeat(2,1fr);gap:1.5rem 0;padding:1.5rem 1rem;display:grid}.triumph-badge-item{border-right:none!important}.triumph-badge-item:nth-child(odd){border-right:1px solid #102e4c1a!important}.triumph-badge-banner-container{margin:-3rem auto 0}.value-props-grid,.services-grid{grid-template-columns:repeat(2,1fr)}.about-card{flex-direction:column}.about-image-side{width:100%;height:320px;min-height:auto}.about-content-side{width:100%;padding:2.5rem 2rem}}@media (width<=768px){.triumph-hero-header{height:65px}.triumph-header-container{padding:0 1.25rem}.triumph-header-logo{height:44px}.triumph-header-call-btn{gap:.4rem;padding:.5rem 1.1rem;font-size:.85rem}.triumph-mobile-menu-overlay{width:100%;padding-top:4.5rem;right:-100%}.triumph-hero-container{padding:2.5rem 1rem 4rem}.triumph-hero-left{width:52%;padding-right:.25rem}.triumph-hero-pretitle{margin-bottom:.5rem;font-size:.7rem}.triumph-hero-title{margin-bottom:.75rem;font-size:1.6rem;line-height:1.15}.triumph-hero-subtitle{max-width:100%;margin-bottom:2.25rem;font-size:.85rem;line-height:1.4}.triumph-hero-btn{border-radius:var(--radius-sm);padding:.7rem 1.15rem;font-size:.85rem}.triumph-hero-btn svg.btn-arrow{width:16px!important;height:16px!important;margin-left:5px!important}.triumph-hero-right{width:55%;height:calc(100% - 65px);top:65px}.triumph-hero-img{object-position:50% center;-webkit-mask-image:linear-gradient(90deg,#0000 0% 13%,#0000001a 16%,#0006 19%,#000000b3 22%,#000 25%);mask-image:linear-gradient(90deg,#0000 0% 13%,#0000001a 16%,#0006 19%,#000000b3 22%,#000 25%)}.triumph-badge-banner-container{margin:-2rem auto 0;padding:0 .5rem}.triumph-badge-banner{border-radius:var(--radius-md);flex-direction:row;justify-content:space-between;align-items:center;gap:.1rem;padding:.75rem .25rem;display:flex}.triumph-badge-item{gap:.15rem;padding:0 .1rem;border-right:1px solid #102e4c1a!important}.triumph-badge-item:last-child{border-right:none!important}.triumph-badge-icon-wrapper{width:1.5rem;height:1.5rem;color:var(--brand-teal);background-color:#0000}.triumph-badge-icon-wrapper svg{width:14px;height:14px}.triumph-badge-title{font-size:.6rem}.triumph-badge-subtitle{font-size:.5rem}.triumph-badge-bold-line{font-size:.6rem}.triumph-review-badge{flex:1;gap:.15rem;border-right:none!important}.triumph-review-column{gap:0}.triumph-review-score{font-size:.75rem}.triumph-stars{gap:.01rem;margin:.02rem 0}.triumph-stars svg{width:6px;height:6px}.triumph-review-label{letter-spacing:-.02em;font-size:.45rem}.triumph-review-divider{height:1.25rem;margin:0}.triumph-review-count{font-size:.75rem}.value-props-grid,.services-grid,.testimonials-grid,.process-grid{grid-template-columns:1fr;gap:1.5rem}.process-grid:before{display:none}.section-title{font-size:2rem}.section-header{margin-bottom:2rem}.form-grid{grid-template-columns:1fr}.form-group-full{grid-column:span 1}.contact-card{padding:2.5rem 1.5rem}.footer-top{flex-direction:column;gap:2rem}.footer-links-side{justify-content:space-between;gap:1rem;width:100%}.footer-bottom{text-align:center;flex-direction:column;gap:1rem}}@media (width<=380px){.triumph-hero-container{padding:1.5rem .75rem 3rem}.triumph-hero-left{width:50%;padding-right:.15rem}.triumph-hero-title{font-size:1.45rem}.triumph-hero-subtitle{margin-bottom:2rem;font-size:.8rem}.triumph-hero-btn{padding:.5rem .8rem;font-size:.72rem}.triumph-hero-btn svg.btn-arrow{width:14px!important;height:14px!important;margin-left:4px!important}.triumph-hero-right{width:58%}.triumph-hero-img{object-position:52% center;-webkit-mask-image:linear-gradient(90deg,#0000 0% 14%,#0000001a 17%,#0006 20%,#000000b3 23%,#000 26%);mask-image:linear-gradient(90deg,#0000 0% 14%,#0000001a 17%,#0006 20%,#000000b3 23%,#000 26%)}.triumph-badge-title,.triumph-badge-bold-line{font-size:.55rem}.triumph-badge-subtitle{font-size:.45rem}.triumph-badge-icon-wrapper{width:1.25rem;height:1.25rem}.triumph-badge-banner-container{margin:-1.5rem auto 0}}.pest-chips-grid{flex-wrap:wrap;gap:.75rem;width:100%;margin-top:.5rem;display:flex}.pest-chip{background-color:var(--light-gray);color:var(--primary-navy);border-radius:var(--radius-pill);cursor:pointer;transition:all var(--transition-fast);-webkit-user-select:none;user-select:none;font-size:.9rem;font-weight:600;font-family:var(--font-sans);border:1px solid #102e4c1a;align-items:center;gap:.45rem;padding:.55rem 1.15rem;display:inline-flex}.pest-chip:hover:not(:disabled){border-color:var(--brand-teal);color:var(--brand-teal);background-color:#176e7f0d}.pest-chip.active{background-color:var(--brand-teal);color:var(--pure-white);border-color:var(--brand-teal);box-shadow:0 4px 10px #176e7f33}.pest-chip:disabled{opacity:.6;cursor:not-allowed}.chip-check-icon{flex-shrink:0}
