@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800&display=swap";.header{width:100%;background:#ffffffe6;box-shadow:0 1px 3px #0000001a;position:sticky;top:0;z-index:20;font-family:Montserrat,sans-serif}.header__container{margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:1rem}.header__logo{display:flex;align-items:center;text-decoration:none;color:inherit}.header__logo-icon{position:relative;width:200px;height:auto;display:flex;align-items:center;justify-content:center}.header__logo-img{width:100%;height:100%;object-fit:contain;border-radius:.5rem}.header__nav{display:none;gap:2rem;font-size:1rem;font-weight:600}@media(min-width:1300px){.header__nav{display:flex}}.header__nav-link{color:#374151;text-decoration:none;transition:color .3s;position:relative;display:flex;align-items:center}.header__nav-link:hover{color:#f9415c}.header__nav-link:after{content:"";position:absolute;bottom:-.25rem;left:0;width:0;height:.125rem;background:#f9415c;transition:width .3s}.header__nav-link:hover:after{width:100%}.header__cta-button{display:none;background:#f9415c;color:#fff;font-weight:600;padding:.5rem 1.5rem;border-radius:.5rem;text-decoration:none;box-shadow:0 10px 15px -3px #0000001a;transition:all .3s;transform:scale(1)}.header__cta-button:hover{background:#f9415c;box-shadow:0 20px 25px -5px #0000001a;transform:scale(1.05)}@media(min-width:1300px){.header__cta-button{display:inline-block}}.header__phone-numbers{display:flex;flex-direction:column}.header__phone-numbers a{font-weight:600}@media(min-width:1300px){.header__phone-numbers{display:none}}.header__mobile-menu-btn{display:block;padding:.5rem;font-size:1.5rem;color:#4b5563;font-weight:700;background:none;border:none;cursor:pointer}.header__mobile-menu-btn:focus{outline:#F9415C}@media(min-width:1300px){.header__mobile-menu-btn{display:none}}.header__mobile-menu{display:none;background:#fff;border-top:1px solid #e5e7eb;transform:scale(.95);transition:all .3s ease-in-out;opacity:0}@media(min-width:1300px){.header__mobile-menu{display:none!important}}.header__mobile-menu--open{display:block;opacity:1;transform:scale(1)}.header__mobile-nav{display:flex;flex-direction:column;padding:1rem 0}.header__mobile-nav-link{display:flex;align-items:center;padding:.75rem 1rem;color:#374151;text-decoration:none;transition:all .3s}.header__mobile-nav-link:hover{background:#f9fafb;color:#f9415c}.header__mobile-nav-icon{width:1.25rem;height:1.25rem;margin-right:.75rem;color:#f9415c}.header__mobile-cta{padding:0 1rem;margin-top:.75rem}.header__mobile-cta-button{width:100%;background:#f9415c;color:#fff;font-weight:600;padding:.75rem 1.5rem;border-radius:.5rem;text-decoration:none;box-shadow:0 4px 6px -1px #0000001a;transition:all .3s;display:block;text-align:center}.header__mobile-cta-button:hover{background:#f9415c}.hero-esker{position:relative;width:100%;min-height:500px;display:flex;align-items:center;padding:4rem 0;background:#fff}@media(max-width:1300px){.hero-esker{padding-bottom:0}}.hero-esker__bg{position:absolute;inset:0;background:url(./hero-bg.jpg) center/cover no-repeat;z-index:0}.hero-esker__inner{max-width:1350px;margin:0 auto;width:100%;padding:0 2rem;display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;position:relative}@media(max-width:1300px){.hero-esker__inner{flex-direction:column;text-align:center;align-items:center}}.hero-esker__left{flex:1;padding-top:3rem;z-index:1}@media(max-width:1300px){.hero-esker__left{padding-top:0;padding-bottom:3rem}}.hero-esker__subtitle{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:1rem}@media(max-width:600px){.hero-esker__subtitle{font-size:1.1rem}}.hero-esker__title{display:inline-block;font-size:4.5rem;color:#fff;font-weight:700;margin-bottom:2rem;line-height:1.1;text-transform:uppercase}@media(max-width:600px){.hero-esker__title{font-size:2.2rem}}.hero-esker__button{display:inline-block;background:#f9415c;color:#fff;padding:.9rem 2.2rem;border-radius:10px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:.25s ease;box-shadow:0 8px 20px #f9415c4d}.hero-esker__button:hover{transform:translateY(-3px);box-shadow:0 12px 25px #f9415c73}.hero-esker__card{width:400px;min-height:430px;background:#fffe;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 10px 30px #00000026;display:flex;flex-direction:column;animation:fadeIn .6s ease;position:absolute;bottom:-190px;right:50px;z-index:10}@media(max-width:1300px){.hero-esker__card{position:relative;bottom:initial;right:initial;width:100%;max-width:420px;margin-bottom:-70px}}.hero-esker__card img{width:100%;height:240px;object-fit:cover}.hero-esker__card p{font-size:.95rem;color:#111;line-height:20px;padding:20px}@keyframes fadeIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.advantages{background:#fff;padding:8rem 0}.advantages__container{max-width:80rem;margin:0 auto;padding:0 1rem}.advantages__title{font-size:1.5rem;font-weight:700;text-align:center;margin-bottom:2.5rem;color:#0a0c2a}@media(min-width:768px){.advantages__title{font-size:1.875rem}}.advantages__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:640px){.advantages__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.advantages__grid{grid-template-columns:repeat(3,1fr)}}.advantages__card{background:#f9fafb;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a;padding:1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;border-top:4px solid #F9415C;transition:all .3s;transform:scale(1)}.advantages__card:hover{box-shadow:0 25px 50px -12px #00000040;transform:scale(1.05)}.advantages__icon{width:2.5rem;height:2.5rem;color:#f9415c;margin-bottom:.75rem}.advantages__card-title{font-weight:700;margin-bottom:.5rem;color:#111827}.advantages__card-description{color:#6b7280;font-size:.875rem;line-height:1.5}.about{background:#f9fafb;padding:4rem 0}.about__container{max-width:72rem;margin:0 auto;padding:0 1rem}.about__title{font-size:1.5rem;font-weight:700;margin-bottom:2.5rem;text-align:center;color:#0a0c2a}@media(min-width:768px){.about__title{font-size:1.875rem}}.about__grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2.5rem}@media(min-width:768px){.about__grid{grid-template-columns:repeat(2,1fr)}}.about__card{background:#fff;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a;padding:2rem;display:flex;flex-direction:column;gap:.75rem;border-top:4px solid #F9415C}.about__card-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.about__card-icon{width:1.75rem;height:1.75rem;color:#f9415c}.about__card-title{font-weight:700;font-size:1.125rem;color:#111827}.about__card-content{color:#374151;font-size:.875rem;line-height:1.6}@media(min-width:768px){.about__card-content{font-size:1rem}}.about__card-content b{font-weight:600}.about__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem;text-align:center}.about__stat{display:flex;flex-direction:column;align-items:center}.about__stat-number{font-size:1.875rem;font-weight:800;color:#f9415c;margin-bottom:.25rem}@media(min-width:768px){.about__stat-number{font-size:2.25rem}}.about__stat-label{color:#6b7280;font-size:.875rem}@media(min-width:768px){.about__stat-label{font-size:1rem}}.services{background:#fff;padding:4rem 0}.services__container{max-width:72rem;margin:0 auto;padding:0 1rem}.services__title{font-size:1.5rem;font-weight:700;margin-bottom:2.5rem;text-align:center;color:#0a0c2a}@media(min-width:768px){.services__title{font-size:1.875rem}}.services__info-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:3rem}@media(min-width:768px){.services__info-grid{grid-template-columns:repeat(2,1fr)}}.services__info-card{background:#f9fafb;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;padding:1.5rem;display:flex;flex-direction:column;gap:.75rem}.services__info-text{color:#374151;font-size:.875rem;line-height:1.6}@media(min-width:768px){.services__info-text{font-size:1rem}}.services__info-text b{font-weight:600}.services__materials-list{list-style:disc;padding-left:1.25rem;color:#6b7280;font-size:.875rem;line-height:1.6;display:flex;flex-direction:column;gap:.25rem}@media(min-width:768px){.services__materials-list{font-size:1rem}}.services__materials-item{color:#6b7280}.services__phone{font-weight:700;color:#f9415c}.services__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:640px){.services__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.services__grid{grid-template-columns:repeat(3,1fr)}}.services__card{background:#fff;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a;overflow:hidden;display:flex;flex-direction:column;align-items:center;transition:all .3s;transform:scale(1);cursor:pointer}.services__card:hover{box-shadow:0 20px 25px -5px #0000001a;transform:scale(1.05)}.services__card-link{display:flex;flex-direction:column;align-items:center;width:100%;text-decoration:none;color:inherit}.services__card-image{width:100%;height:10rem;object-fit:cover}.services__card-title{padding:1rem;text-align:center;font-weight:600;color:#111827}.documents{background:#f9fafb;padding:4rem 0}.documents__container{max-width:72rem;margin:0 auto;padding:0 1rem}.documents__title{font-size:1.5rem;font-weight:700;margin-bottom:2.5rem;text-align:center;color:#0a0c2a}@media(min-width:768px){.documents__title{font-size:1.875rem}}.documents__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.documents__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.documents__grid{grid-template-columns:repeat(3,1fr)}}.documents__card{background:#fff;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a;overflow:hidden;border-top:4px solid #F9415C;transition:box-shadow .3s}.documents__card:hover{box-shadow:0 20px 25px -5px #0000001a}.documents__card-content{padding:1.5rem}.documents__card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.documents__card-icon{width:2rem;height:2rem;color:#f9415c}.documents__card-title{font-weight:700;font-size:1.125rem;color:#111827}.documents__card-description{color:#6b7280;font-size:.875rem;margin-bottom:1rem;line-height:1.6}.documents__card-actions{display:flex;gap:.5rem}.documents__btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;font-weight:500;padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;transition:all .3s;text-decoration:none;border:none;cursor:pointer}.documents__btn svg{width:1rem;height:1rem}.documents__btn--primary{background:#f9415c;color:#fff}.documents__btn--primary:hover{background:#f9415c}.documents__btn--secondary{background:#f3f4f6;color:#374151}.documents__btn--secondary:hover{background:#e5e7eb}.contacts{background:#f8f9fa;padding:4rem 0}.contacts__container{max-width:1200px;margin:0 auto;padding:0 1rem}.contacts__title{font-size:2rem;font-weight:700;margin-bottom:3rem;text-align:center;color:#111827}@media(min-width:768px){.contacts__title{font-size:2.5rem}}.contacts__content{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:1024px){.contacts__content{grid-template-columns:1fr 1fr;gap:3rem}}.contacts__map-section{order:2}@media(min-width:1024px){.contacts__map-section{order:1}}.contacts__map-container{width:100%;height:400px;border-radius:12px;overflow:hidden;box-shadow:0 10px 25px #0000001a}.contacts__map-container iframe{width:100%;height:100%}.contacts__info-section{order:1;display:flex;flex-direction:column;gap:1.5rem}@media(min-width:1024px){.contacts__info-section{order:2}}.contacts__info-panel{background:#fff;border:2px solid #F9415C;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px #0000000d}.contacts__panel-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.contacts__panel-icon{color:#f9415c}.contacts__panel-icon svg{width:1.5rem;height:1.5rem}.contacts__panel-title{font-size:1.25rem;font-weight:600;color:#111827;margin:0}.contacts__panel-content{color:#374151;line-height:1.6}.contacts__company-name{font-weight:600;font-size:1.1rem;color:#111827;margin-bottom:1rem;line-height:1.4}.contacts__info-item{margin-bottom:.75rem}.contacts__info-item strong{color:#111827}.contacts__social-links{display:flex;gap:1rem;margin-top:1rem}.contacts__social-link{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:#f9415c;color:#fff;border-radius:50%;transition:all .3s ease}.contacts__social-link svg{width:1.25rem;height:1.25rem}.contacts__social-link:hover{background:#f9415c;transform:scale(1.1)}.contacts__directions{line-height:1.6;color:#374151}.footer{background:#111827;color:#fff;padding:3rem 0}.footer__container{max-width:80rem;margin:0 auto;padding:0 1rem}.footer__grid{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:3rem}@media(min-width:768px){.footer__grid{grid-template-columns:repeat(4,1fr)}}.footer__section{display:flex;flex-direction:column;gap:1rem}.footer__logo{display:flex;align-items:center;text-decoration:none;color:inherit}.footer__logo-icon{position:relative;width:200px;height:auto;display:flex;align-items:center;justify-content:center}.footer__logo-img{width:100%;height:100%;object-fit:contain;border-radius:8px}.footer__section-title{font-size:1.125rem;font-weight:700;margin-bottom:1rem;color:#fff}.footer__links{display:flex;flex-direction:column;gap:.5rem}.footer__link{color:#9ca3af;text-decoration:none;font-size:.875rem;transition:color .3s}.footer__link:hover{color:#fff}.footer__contact-info{display:flex;flex-direction:column;gap:.5rem}.footer__contact-item{color:#9ca3af;font-size:.875rem;line-height:1.5}.footer__social{display:flex;gap:1rem;font-size:1.125rem}.footer__social-link{color:#9ca3af;text-decoration:none;transition:color .3s}.footer__social-link:hover{color:#fff}.footer__copyright{text-align:center;color:#9ca3af;font-size:.875rem;padding-top:3rem;border-top:1px solid #374151}.concrete-page{min-height:100vh;display:flex;flex-direction:column}.concrete-page__main{flex:1;background:#f9fafb;padding:3rem 0}.concrete-page__container{max-width:80rem;margin:0 auto;padding:0 1rem}.concrete-page__back-link{display:inline-flex;align-items:center;gap:.5rem;color:#059669;font-weight:600;margin-bottom:2rem;transition:color .3s}.concrete-page__back-link:hover{color:#047857}.concrete-page__back-link svg{width:1.25rem;height:1.25rem}.concrete-page__hero{position:relative;width:100%;height:350px;background:url(https://sev-go.msk.ru/wp-content/uploads/2025/06/proverka_na_izgib.jpg) center/cover no-repeat;display:flex;align-items:center;justify-content:center;margin-bottom:2rem}.concrete-page__hero:after{content:"";position:absolute;inset:0;background:#0006}.concrete-page__hero-title{position:relative;z-index:1;color:#fff;font-size:2rem;font-weight:800;text-align:center;text-transform:uppercase}@media(min-width:768px){.concrete-page__hero-title{font-size:3rem}}.concrete-page__description{margin-bottom:1.5rem;font-size:1rem;color:#374151;line-height:1.6}@media(min-width:768px){.concrete-page__description{font-size:1.125rem}}.concrete-page__description b{font-weight:600}.concrete-page__divider{border-top:1px solid #e5e7eb;margin:2rem 0}.concrete-page__subtitle{font-size:1.7rem;font-weight:700;color:#2563eb;margin-bottom:1rem;text-align:center}@media(min-width:768px){.concrete-page__subtitle{font-size:1.7rem}}.concrete-page__tests-grid{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}@media(min-width:768px){.concrete-page__tests-grid{flex-direction:row;gap:1rem}}.concrete-page__test-card{flex:1;background:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a;padding:1rem;border-top:4px solid #3b82f6}.concrete-page__test-title{font-weight:700;color:#111827;margin-bottom:.8rem;line-height:1.4;display:flex;align-items:center;gap:10px}.concrete-page__test-title img{width:45px;height:45px}.concrete-page__test-list{list-style:disc;padding-left:1.25rem;color:#6b7280;font-size:.875rem;line-height:1.6;display:flex;flex-direction:column;gap:.25rem}@media(min-width:768px){.concrete-page__test-list{font-size:1rem}}.concrete-page__test-subitem{margin-left:1rem}.concrete-page__info-section{background:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a;padding:1.5rem;margin-top:2rem}.concrete-page__info-title{font-size:1.125rem;font-weight:700;color:#2563eb;margin-bottom:1rem}.concrete-page__info-text{color:#374151;line-height:1.6}.concrete-page .italic{font-style:italic}.concrete-page__info-table{margin-top:2rem;overflow-x:auto}.concrete-page__info-table table{width:100%;border-collapse:collapse}.concrete-page__info-table table th,.concrete-page__info-table table td{border:1px solid #e5e7eb;padding:.75rem;vertical-align:top;font-size:.95rem;line-height:1.5;color:#374151}.concrete-page__info-table table th{background:#f3f4f6;font-weight:700;color:#1f2937;text-align:left}@media(max-width:768px){.concrete-page__info-table table,.concrete-page__info-table thead,.concrete-page__info-table tbody,.concrete-page__info-table th,.concrete-page__info-table td,.concrete-page__info-table tr{display:block}.concrete-page__info-table thead{display:none}.concrete-page__info-table tr{margin-bottom:1.5rem;border:1px solid #e5e7eb;border-radius:.75rem;padding:1rem;background:#fff;box-shadow:0 4px 6px #0000000d}.concrete-page__info-table td{border:none!important;padding:.5rem 0}.concrete-page__info-table td:before{content:attr(data-label);display:block;margin-bottom:.25rem;font-weight:600;color:#2563eb}}@media(max-width:768px){.concrete-page__hero{height:220px}.concrete-page__hero-title{font-size:1.4rem;padding:0 10px;line-height:1.3}.concrete-page__subtitle{font-size:1.4rem}.concrete-page__description{font-size:.95rem}.concrete-page__why-us-subtitle{font-size:1.25rem}.concrete-page__why-us-text{font-size:.9rem}.concrete-page__why-us-card{flex-direction:column!important;text-align:center}.concrete-page__why-us-card img{width:100%!important;height:180px!important;object-fit:cover}.concrete-page__why-us-content{align-items:center;text-align:center}.concrete-page__why-us-icon{margin-bottom:.5rem}}.concrete-page__why-us{margin:4rem 0;text-align:center}.concrete-page__why-us-title{font-size:1.5rem;font-weight:800;color:#2563eb;margin-bottom:2rem}@media(min-width:768px){.concrete-page__why-us-title{font-size:2rem}}.concrete-page__why-us-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.concrete-page__why-us-grid{grid-template-columns:repeat(2,1fr)}}.concrete-page__why-us-card{background:#fff;border-radius:.75rem;box-shadow:0 4px 8px #00000014;overflow:hidden;display:flex;flex-direction:column}.concrete-page__why-us-card img{width:100%;height:180px;object-fit:cover;border-top:1px solid #e5e7eb}@media(min-width:768px){.concrete-page__why-us-card{flex-direction:row;align-items:center}.concrete-page__why-us-card img{width:45%;height:100%;border-left:1px solid #e5e7eb;border-top:none}}.concrete-page__why-us-content{flex:1;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;align-items:flex-start;text-align:left}.concrete-page__why-us-icon{flex-shrink:0;width:4rem;height:4rem;border-radius:50%;background:#2563eb;color:#fff;font-size:1.25rem;display:flex;align-items:center;justify-content:center}.concrete-page__why-us-subtitle{font-size:1.5rem;line-height:2rem;font-weight:700;color:#1e3a8a;margin-bottom:.8rem}.concrete-page__why-us-text{color:#374151;font-size:.95rem;line-height:1.5}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Montserrat,sans-serif;background:#fff;color:#111827;min-height:100vh;line-height:1.6}.App{min-height:100vh;display:flex;flex-direction:column}main{flex:1}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#f9415c;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#f9415c}a{text-decoration:none}button:focus,input:focus,textarea:focus,select:focus{outline:2px solid #F9415C;outline-offset:2px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .6s ease-out}@media(max-width:768px){body{font-size:14px}}@media(max-width:480px){body{font-size:13px}}.shtangen-wrapper{position:relative}.shtangen-wrapper .shtangen-wrapper-content{position:absolute;top:0;max-width:120rem;margin:0 auto;height:calc(100% - 105px)}.shtangen-wrapper .shtangen-wrapper-content .shtangen-body,.shtangen-wrapper .shtangen-wrapper-content .shtangen2{width:200px}.shtangen-wrapper .shtangen-wrapper-content .shtangen-body{left:0;position:absolute;top:105px;height:100%;background-size:cover;background-position:top;background-repeat:no-repeat}.shtangen-wrapper .shtangen-wrapper-content img.shtangen2{position:sticky;top:400px;margin-top:107px}@media(max-width:1580px){.shtangen-wrapper .shtangen-body,.shtangen-wrapper .shtangen2{display:none}}.poly-page{background:#f7f9fc;min-height:100vh;display:flex;flex-direction:column}.poly-page__main{flex:1;padding:2rem 0 4rem}.poly-page__container{width:100%;max-width:72rem;margin:0 auto;padding:0 1.5rem}.poly-page__back{display:inline-block;margin-bottom:1rem;color:#2563eb;font-weight:600;text-decoration:none}.poly-page__back:hover{color:#1e3a8a}.poly-page__hero{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 6px 20px #00000012;margin-bottom:2rem}.poly-page__hero h1{font-size:2rem;font-weight:800;margin-bottom:1rem;color:#1e3a8a}.poly-page__hero p{font-size:1.1rem;color:#374151;line-height:1.6}.poly-flow{margin:3rem 0}.poly-flow__items{display:flex;align-items:center;gap:1rem;overflow-x:auto;padding:1rem 0}.poly-flow__card{min-width:280px;background:#fff;border-radius:.75rem;box-shadow:0 4px 12px #0000000f;padding:1.25rem}.poly-flow__card h3{font-size:1.1rem;margin-bottom:.75rem;font-weight:700;color:#2563eb}.poly-flow__card ul{display:flex;flex-direction:column;gap:.4rem}.poly-flow__card ul li{font-size:.94rem;color:#374151}.poly-flow__card ul .sub{padding-left:1rem;font-size:.9rem;opacity:.8}.poly-flow__arrow{font-size:2rem;color:#2563eb}.poly-section-title{font-size:1.6rem;font-weight:800;margin-bottom:1.5rem;color:#1e3a8a}.poly-cards{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.poly-card{background:#fff;padding:1.25rem;border-radius:.75rem;box-shadow:0 4px 12px #0000000f}.poly-card.warning{border-left:4px solid #d97706}.poly-card h4{font-size:1.1rem;font-weight:700;margin-bottom:.5rem;color:#2563eb}.poly-card p{color:#374151;line-height:1.5}.poly-list{display:flex;flex-direction:column;gap:.6rem}.poly-list li{font-size:1rem;color:#374151}.poly-note{font-size:.95rem;color:#4b5563;margin-top:1rem}.asph-page{background:#f5f6f7;min-height:100vh;display:flex;flex-direction:column}.asph-page__main{flex:1;padding:2rem 0 4rem}.asph-page__container{max-width:72rem;margin:0 auto;padding:0 1.5rem}.asph-page__back{display:inline-block;margin-bottom:1rem;color:#eab308;font-weight:600}.asph-page__back:hover{color:#b45309}.asph-hero{background:#fff;border-radius:1rem;padding:2rem;margin-bottom:2rem;box-shadow:0 6px 20px #00000012}.asph-hero h1{font-size:2rem;font-weight:800;color:#1f2937;margin-bottom:1rem}.asph-hero p{font-size:1.1rem;color:#374151;line-height:1.6}.asph-title{font-size:1.55rem;font-weight:800;color:#1f2937;margin-bottom:1.2rem}.asph-list-colored{display:flex;flex-direction:column;gap:.6rem}.asph-list-colored li{font-size:1rem;line-height:1.5;color:#374151;padding-left:1.2rem;position:relative}.asph-list-colored li:before{content:"◆";color:#eab308;position:absolute;left:0;top:2px}.asph-table{overflow-x:auto}.asph-table table{width:100%;border-collapse:collapse;background:#fff;border-radius:.75rem;overflow:hidden}.asph-table table th,.asph-table table td{padding:.85rem;border:1px solid #e5e7eb;font-size:.95rem;text-align:left;color:#374151}.asph-table table th{background:#f3f4f6;font-weight:700}@media(max-width:768px){.asph-table table,.asph-table thead,.asph-table tbody,.asph-table tr,.asph-table td,.asph-table th{display:block}.asph-table thead{display:none}.asph-table tr{background:#fff;margin-bottom:1rem;border-radius:.75rem;box-shadow:0 4px 12px #0000000d;padding:.8rem}.asph-table td{border:none;padding:.4rem 0}.asph-table td:before{content:attr(data-label);font-weight:700;color:#1f2937;display:block}}.asph-checklist{display:flex;flex-direction:column;gap:.55rem}.asph-checklist li{font-size:1rem;color:#374151}.asph-note{margin-top:.8rem;color:#4b5563;font-size:.95rem}.soil-page{background:#f4f6f3;min-height:100vh;display:flex;flex-direction:column}.soil-page__main{flex:1;padding:2rem 0 4rem}.soil-page__container{max-width:75rem;margin:0 auto;padding:0 1.5rem}.soil-page__back{display:inline-block;margin-bottom:1rem;font-weight:600;color:#15803d}.soil-page__back:hover{color:#166534}.soil-hero{padding:2rem;border-radius:1rem;background:#fff;box-shadow:0 6px 20px #00000014;margin-bottom:2rem}.soil-hero h1{font-size:2rem;font-weight:800;margin-bottom:1rem;color:#14532d}.soil-hero p{font-size:1.1rem;line-height:1.6;color:#374151}.soil-title{font-size:1.6rem;font-weight:800;margin-bottom:1.3rem;color:#14532d}.soil-table{overflow-x:auto}.soil-table table{width:100%;border-collapse:collapse;background:#fff;border-radius:.75rem;overflow:hidden}.soil-table th,.soil-table td{padding:.85rem;border:1px solid #e5e7eb;font-size:.95rem;color:#374151;text-align:left}.soil-table th{background:#e7f5ec;font-weight:700;color:#14532d}@media(max-width:768px){.soil-table table,.soil-table tbody,.soil-table tr,.soil-table td,.soil-table th{display:block}.soil-table thead{display:none}.soil-table tr{background:#fff;margin-bottom:1rem;border-radius:.75rem;padding:1rem;box-shadow:0 4px 12px #0000000d}.soil-table td{border:none;padding:.4rem 0}.soil-table td:before{content:attr(data-label);font-weight:700;color:#14532d;display:block}}.soil-feature-list,.soil-checklist{display:flex;flex-direction:column;gap:.6rem}.soil-feature-list li,.soil-checklist li{font-size:1rem;line-height:1.5;color:#374151}.soil-checklist li:before{content:"✔ ";color:#15803d;font-weight:700}.soil-note{margin-top:.8rem;color:#4b5563;font-size:.95rem}.soil-section{margin:3rem 0}.trox-page{background:#f4f7fa;min-height:100vh;display:flex;flex-direction:column}.trox-page__main{flex:1;padding:2rem 0 4rem}.trox-page__container{width:100%;max-width:75rem;margin:0 auto;padding:0 1.5rem}.trox-page__back{display:inline-block;margin-bottom:1rem;color:#2563eb;font-weight:600}.trox-page__back:hover{color:#1d4ed8}.trox-hero{background:#fff;border-radius:1rem;padding:2rem;margin-bottom:2rem;box-shadow:0 6px 18px #00000012}.trox-hero h1{font-size:2rem;font-weight:800;margin-bottom:1rem;color:#1e3a8a}.trox-hero p{line-height:1.6;color:#374151;font-size:1.1rem}.trox-title{font-size:1.6rem;margin-bottom:1.2rem;font-weight:800;color:#1e3a8a}.trox-table{overflow-x:auto}.trox-table table{width:100%;border-collapse:collapse;background:#fff;border-radius:.75rem;overflow:hidden}.trox-table th,.trox-table td{border:1px solid #e5e7eb;padding:.85rem;text-align:left;color:#374151;font-size:.95rem}.trox-table th{background:#eef3ff;font-weight:700;color:#1e3a8a}@media(max-width:768px){.trox-table table,.trox-table thead,.trox-table tbody,.trox-table th,.trox-table td,.trox-table tr{display:block}.trox-table thead{display:none}.trox-table tr{margin-bottom:1rem;background:#fff;border-radius:.75rem;padding:.8rem;box-shadow:0 4px 12px #0000000f}.trox-table td{border:none;padding:.4rem 0}.trox-table td:before{content:attr(data-label);display:block;font-weight:700;color:#1e3a8a}}.trox-advantages li{font-size:1rem;padding-left:1rem;position:relative;color:#374151}.trox-advantages li:before{content:"◆";color:#2563eb;position:absolute;left:0}.trox-green-list li{font-size:1rem;color:#166534}.trox-green-list li:before{content:"✔ ";color:#15803d;font-weight:700}.trox-application li{margin-bottom:.4rem;font-size:1rem;line-height:1.5;color:#374151}.trox-section{margin:3rem 0}.sand-page{background:#f8f7f3;min-height:100vh;display:flex;flex-direction:column}.sand-page__main{flex:1;padding:2rem 0 4rem}.sand-page__container{max-width:75rem;margin:0 auto;padding:0 1.5rem}.sand-page__back{display:inline-block;margin-bottom:1rem;color:#d97706;font-weight:600}.sand-page__back:hover{color:#b45309}.sand-hero{background:#fff;border-radius:1rem;padding:2rem;margin-bottom:2rem;box-shadow:0 6px 18px #00000014}.sand-hero h1{font-size:2rem;font-weight:800;color:#92400e;margin-bottom:1rem}.sand-hero p{font-size:1.1rem;line-height:1.65;color:#374151}.sand-title{font-size:1.55rem;font-weight:800;margin-bottom:1.2rem;color:#92400e}.sand-table{overflow-x:auto}.sand-table table{width:100%;border-collapse:collapse;background:#fff;border-radius:.75rem;overflow:hidden}.sand-table th,.sand-table td{padding:.85rem;border:1px solid #e5e7eb;font-size:.95rem;color:#374151;text-align:left}.sand-table th{background:#fff7ed;color:#92400e;font-weight:700}@media(max-width:768px){.sand-table table,.sand-table thead,.sand-table tbody,.sand-table th,.sand-table td,.sand-table tr{display:block}.sand-table thead{display:none}.sand-table tr{background:#fff;margin-bottom:1rem;border-radius:.75rem;padding:1rem;box-shadow:0 4px 12px #0000000d}.sand-table td{border:none;padding:.5rem 0}.sand-table td:before{content:attr(data-label);font-weight:700;color:#92400e;display:block;margin-bottom:4px}}.sand-types li{line-height:1.6;font-size:1rem;color:#374151;margin-bottom:.4rem}.sand-checklist li{margin-bottom:.5rem;font-size:1rem;line-height:1.6;color:#374151}.sand-checklist li:before{content:"✔ ";color:#047857;font-weight:700}.sand-note{margin-top:.75rem;font-size:.95rem;color:#4b5563}.sand-section{margin:3rem 0}.pgs-page{min-height:100vh;display:flex;flex-direction:column;background:#f8fafc}.pgs-page__main{flex:1;padding:2rem 0}.pgs-page__container{max-width:1100px;margin:0 auto;padding:0 1rem}.pgs-back{display:inline-block;margin-bottom:1rem;color:#2563eb;font-weight:600}.pgs-back:hover{text-decoration:underline}.pgs-hero{background:#fff;padding:2rem;border-radius:14px;box-shadow:0 4px 14px #0000000f;margin-bottom:2rem}.pgs-hero h1{font-size:2rem;font-weight:800;color:#1e3a8a;margin-bottom:1rem}.pgs-hero p{color:#374151;font-size:1rem;line-height:1.6}.pgs-section{margin:2.5rem 0}.pgs-section--gray{background:#f1f5f9;padding:1.5rem;border-radius:12px}.pgs-section--accent{background:#eef2ff;padding:2rem;border-radius:12px}.pgs-title{font-size:1.6rem;color:#1e40af;font-weight:700;margin-bottom:1rem;text-align:left}.pgs-table{overflow-x:auto;margin-top:1rem}.pgs-table table{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden}.pgs-table table th{background:#e0e7ff;padding:12px;color:#1e3a8a;font-weight:700;text-align:left;border-bottom:1px solid #c7d2fe}.pgs-table table td{padding:12px;border-bottom:1px solid #e5e7eb;font-size:.96rem;color:#374151}.pgs-table table tr:last-child td{border-bottom:none}@media(max-width:768px){.pgs-table table td,.pgs-table table th{font-size:.85rem;padding:10px}}.pgs-checklist li{margin:.5rem 0;font-size:1rem;color:#065f46;font-weight:600}.pgs-note{margin-top:.6rem;font-style:italic;color:#6b7280}.stone-page{min-height:100vh;display:flex;flex-direction:column;background:#f8fafc}.stone-page__main{flex:1;padding:2rem 0}.stone-page__container{max-width:1100px;margin:0 auto;padding:0 1rem}.stone-back{display:inline-block;margin-bottom:1rem;color:#db2777;font-weight:600}.stone-back:hover{text-decoration:underline}.stone-hero{background:#fff;padding:2rem;border-radius:14px;box-shadow:0 4px 14px #0000000f;margin-bottom:2rem;border-left:6px solid #db2777}.stone-hero h1{font-size:2rem;font-weight:800;color:#be185d;margin-bottom:1rem}.stone-hero p{color:#374151;font-size:1rem;line-height:1.6}.stone-section{margin:2.5rem 0}.stone-section--gray{background:#f1f5f9;padding:1.5rem;border-radius:12px}.stone-section--accent{background:#fff1f2;padding:2rem;border-radius:12px}.stone-title{font-size:1.6rem;color:#be185d;font-weight:700;margin-bottom:1rem}.stone-table{overflow-x:auto;margin-top:1rem}.stone-table table{width:100%;background:#fff;border-collapse:collapse;border-radius:12px;overflow:hidden}.stone-table table th{background:#ffe4e6;padding:12px;color:#9d174d;font-weight:700;border-bottom:1px solid #fecdd3;text-align:left}.stone-table table td{padding:12px;border-bottom:1px solid #e5e7eb;font-size:.95rem;color:#374151}.stone-table table tr:last-child td{border-bottom:none}.stone-types li,.stone-checklist li{margin:.5rem 0;font-size:1rem;line-height:1.6}.stone-checklist li{color:#065f46;font-weight:600}.stone-note{margin-top:.6rem;font-style:italic;color:#6b7280}.screenings-page{width:100%;background:#fafafa;color:#222;font-family:Inter,sans-serif}.screenings-page__main{padding-top:40px;padding-bottom:60px}.screenings-page__container{max-width:1100px;margin:0 auto;padding:0 20px}.screenings-back{display:inline-block;margin-bottom:25px;color:#444;font-size:15px;text-decoration:none;transition:.2s}.screenings-back:hover{color:#000}.screenings-hero{margin-bottom:40px}.screenings-hero h1{font-size:32px;font-weight:700;margin-bottom:20px;line-height:1.3}.screenings-hero p{font-size:18px;line-height:1.6;color:#333}.screenings-hero b{font-weight:600}.screenings-title{font-size:26px;font-weight:700;margin-bottom:20px;color:#111}.screenings-table{overflow-x:auto;margin-bottom:30px}.screenings-table table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000000d}.screenings-table table th{background:#e9eef3;font-weight:600;padding:14px;font-size:15px;color:#222;border-bottom:1px solid #d9d9d9}.screenings-table table td{padding:14px;font-size:15px;color:#333;border-bottom:1px solid #eee}.screenings-table table tr:last-child td{border-bottom:none}.screenings-section--gray{background:#f1f4f7;padding:25px 20px;border-radius:12px}.screenings-note{font-size:15px;margin-top:-10px;margin-bottom:20px;color:#444}.screenings-features{list-style:none;padding-left:0}.screenings-features li{font-size:17px;margin-bottom:12px;display:flex;align-items:flex-start;gap:8px}.screenings-features b{font-weight:600}.screenings-section--accent{background:#eef7f1;padding:25px 20px;border-radius:12px}.screenings-checklist{list-style:none;padding-left:0}.screenings-checklist li{font-size:17px;margin-bottom:12px;line-height:1.5}.screenings-checklist b{font-weight:600}@media(max-width:768px){.screenings-hero h1{font-size:26px}.screenings-hero p{font-size:16px}.screenings-title{font-size:22px}.screenings-table table td,.screenings-table table th{font-size:14px;padding:12px}.screenings-checklist li,.screenings-features li{font-size:15px}}@media(max-width:480px){.screenings-hero h1{font-size:22px}.screenings-back{font-size:14px}}.weld-page{width:100%;background:#fafafa}.weld-page__main{padding-top:40px;padding-bottom:60px}.weld-page__container{max-width:1100px;margin:0 auto;padding:0 20px}.weld-back{display:inline-block;margin-bottom:25px;font-size:15px;color:#444;text-decoration:none}.weld-back:hover{color:#000}.weld-hero{margin-bottom:40px}.weld-hero h1{font-size:32px;font-weight:700;margin-bottom:20px}.weld-hero p{font-size:18px;line-height:1.6;color:#333;margin-bottom:12px}.weld-title{font-size:26px;font-weight:700;margin-bottom:20px}.weld-table{overflow-x:auto;margin-bottom:30px}.weld-table table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000000d}.weld-table table th{background:#e9eef3;padding:14px;font-size:15px;font-weight:600}.weld-table table td{padding:14px;font-size:15px;border-bottom:1px solid #eee}.weld-section--gray{background:#f1f4f7;padding:25px 20px;border-radius:12px}.weld-list{list-style:none;padding:0}.weld-list li{font-size:17px;margin-bottom:8px}.weld-section--accent{background:#eef7f1;padding:25px 20px;border-radius:12px}.weld-checklist{list-style:none;padding:0}.weld-checklist li{font-size:17px;margin-bottom:10px}@media(max-width:768px){.weld-hero h1{font-size:26px}.weld-title{font-size:22px}.weld-table table td,.weld-table table th{font-size:14px;padding:12px}}.weldpipes-page{background:#fafafa}.weldpipes-main{padding:40px 0 60px}.weldpipes-container{max-width:1100px;margin:0 auto;padding:0 20px}.weldpipes-back{display:inline-block;margin-bottom:25px;color:#444;font-size:15px}.weldpipes-back:hover{color:#000}.weldpipes-hero{margin-bottom:40px}.weldpipes-hero h1{font-size:32px;font-weight:700;margin-bottom:20px}.weldpipes-hero p{font-size:18px;margin-bottom:12px;color:#333;line-height:1.6}.weldpipes-title{font-size:26px;font-weight:700;margin-bottom:18px}.weldpipes-table{overflow-x:auto;margin-bottom:30px}.weldpipes-table table{width:100%;background:#fff;border-collapse:collapse;border-radius:10px;overflow:hidden;box-shadow:0 2px 10px #0000000f}.weldpipes-table table th{background:#e9edf2;padding:14px;font-size:15px;font-weight:600}.weldpipes-table table td{padding:14px;border-bottom:1px solid #eee;font-size:15px}.weldpipes-section{margin-bottom:40px}.weldpipes-gray{background:#f1f4f7;padding:25px;border-radius:12px}.weldpipes-accent{background:#eef8f1;padding:25px;border-radius:12px}.weldpipes-list,.weldpipes-checklist{list-style:none;padding:0}.weldpipes-list li,.weldpipes-checklist li{margin-bottom:10px;font-size:17px}@media(max-width:768px){.weldpipes-hero h1{font-size:26px}.weldpipes-title{font-size:22px}table td,table th{font-size:14px!important;padding:10px!important}}
