:root{--header-grad-start: #9a9a9a;--header-grad-mid: #4a4a4a;--header-grad-end: #0d0d0d;--hover-gray: rgba(236,236,236,.95);--dropdown-text: #f1f1f1}.site-header{width:100%;background:linear-gradient(90deg,var(--header-grad-start) 0%,var(--header-grad-mid) 50%,var(--header-grad-end) 100%);color:#fff;position:relative;z-index:1200;box-shadow:0 2px 6px #00000026;font-family:Segoe UI,Roboto,Arial,sans-serif}.site-header-inner{max-width:1400px;margin:0 auto;display:flex;align-items:center;gap:18px;padding:12px 18px;box-sizing:border-box}.brand{flex:0 0 auto}.brand-logo{height:54px;width:auto;object-fit:contain;display:block}.main-nav{flex:1 1 auto;display:flex;justify-content:center}.main-nav ul{list-style:none;margin:0;padding:0;display:flex;gap:28px;align-items:center}.nav-item{position:relative}.nav-link.active,.products-button.active{background:var(--hover-gray);color:#222}.nav-link,.products-button{color:#fffffff2;text-decoration:none;padding:12px 8px;font-size:18px;font-weight:500;border:none;background:transparent;cursor:pointer;border-radius:4px}.nav-link:hover,.products-button:hover,.nav-link:focus,.products-button:focus{background:var(--hover-gray);color:#222;outline:none}.products-button.active{background:var(--hover-gray);color:#222}.chev{margin-left:6px;font-size:30px;vertical-align:middle}.products-dropdown{position:absolute;left:50%;transform:translate(-50%) translateY(8px);top:calc(100% + 8px);width:320px;max-width:calc(100vw - 40px);color:var(--dropdown-text);border-radius:2px;box-shadow:0 18px 40px #00000073;opacity:0;pointer-events:none;transition:opacity .2s ease,transform .22s ease;transform-origin:top center;overflow:visible;z-index:1400;border-top:6px solid rgba(255,255,255,.06);background:linear-gradient(90deg,#767575f2,#000000f2)}.products-dropdown.visible{opacity:1;pointer-events:auto;transform:translate(-50%) translateY(0)}.products-dropdown-inner{padding:6px 0}.product-category-list{list-style:none;margin:0;padding:6px 0;display:flex;flex-direction:column;gap:1px}.product-category{position:relative;padding:1px 16px;border-bottom:1px solid rgba(255,255,255,.401);border-top:none;display:flex;align-items:center}.product-category:last-child{border-bottom:none}.product-title{display:flex;justify-content:space-between;align-items:center;width:100%}.product-link{color:var(--dropdown-text);text-decoration:none;font-weight:600;font-size:15px}.product-title .arrow{color:var(--dropdown-text);font-size:30px;padding-left:20px}.product-category:hover,.product-category:focus-within{background:var(--hover-gray)}.product-category:hover .product-link,.product-category:focus-within .product-link{color:#222}.product-category:hover .product-title .arrow,.product-category:focus-within .product-title .arrow{color:#444}.product-submenu{position:absolute;left:100%;top:0;width:max-content;max-width:420px;min-width:220px;white-space:nowrap;background:linear-gradient(180deg,#000000f2,#2d2d2dfa);color:var(--dropdown-text);border-radius:2px;box-shadow:0 18px 40px #00000073;opacity:0;transform:translate(8px);pointer-events:none;transition:opacity .18s ease,transform .18s ease;padding:10px 12px;z-index:1500}.product-category.open .product-submenu,.product-submenu.visible{opacity:1;pointer-events:auto;transform:translate(0)}.product-submenu ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.product-subitem a{color:var(--dropdown-text);text-decoration:none;display:block;border-bottom:1px solid rgba(255,255,255,.401);border-top:none;padding:8px 10px;border-radius:0;font-size:.95rem}.product-subitem a:hover,.product-subitem a:focus{background:var(--hover-gray);color:#222}.hamburger{display:none;background:transparent;border:none;padding:8px;cursor:pointer}.hamburger span{display:block;width:28px;height:3px;background:#fff;margin:5px 0;border-radius:2px;transition:all .22s}.hamburger.is-open span:nth-child(1){transform:translateY(8px) rotate(45deg)}.hamburger.is-open span:nth-child(2){opacity:0}.hamburger.is-open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.mobile-panel{display:none;position:fixed;inset:72px 0 0;background:#fff;color:#222;z-index:1300;overflow:auto;padding:16px}.mobile-panel.open{display:block}.mobile-nav-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.mobile-nav-list a{color:#111;text-decoration:none;padding:10px;border-radius:6px;display:block}.mobile-products-toggle{width:100%;text-align:left;padding:10px;background:#f5f5f5;border:none;border-radius:6px;cursor:pointer}.mobile-products-list{padding-left:12px;margin-top:8px;border-left:3px solid #ddd}@media(max-width:1000px){.site-header-inner{padding:10px 14px}.brand-logo{height:48px}.main-nav{display:none}.hamburger{display:inline-block}.products-dropdown{display:none!important}}:root{--brand-yellow: #FFC107;--teal: #0b7684;--text: #094243;--muted-text: #5a6b6f}.site-footer{width:100%;background:var(--brand-yellow);color:var(--text);font-family:Inter,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;padding:16px 14px;box-sizing:border-box}.footer-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:stretch}.footer-left{padding:28px;background:var(--brand-yellow);border-radius:6px;display:flex;flex-direction:column;justify-content:space-between;min-height:280px}.footer-title{margin:0 0 12px;color:#0b7684;font-size:1.8rem;line-height:1.05;font-weight:700}.contact-list{list-style:none;padding:0;margin:6px 0 12px;display:flex;flex-direction:column;gap:10px}.contact-list li{display:flex;align-items:center;gap:12px;color:var(--muted-text);font-size:1rem;font-weight:500}.contact-list .icon{display:flex;min-width:22px;min-height:22px;align-items:flex-start;font-size:18px;color:#0f99ac}.contact-text{display:inline-block;color:var(--muted-text);text-decoration:none}.contact-text.address div{line-height:1.1}.legal-link{color:var(--muted-text);text-decoration:none;margin:0 6px}.legal-link:hover{color:#ebf3f8}.sep{margin:0 6px;color:#032727b3}.social-row{margin-top:14px;display:flex;gap:12px;align-items:center;justify-content:center}.social-btn{width:48px;height:48px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;box-shadow:0 6px 16px #0000001f;font-size:20px}.social-btn:hover{transform:translateY(-1px) scale(1.05);box-shadow:0 8px 8px #00000076}.social-btn.linkedin{background:#0077b5}.social-btn.facebook{background:#1877f2}.social-btn.youtube{background:red}.footer-right{display:flex;align-items:stretch;justify-content:stretch}.map-container{width:100%;border-radius:6px;overflow:hidden;min-height:200px;height:100%;box-shadow:0 8px 24px #00000014;border:2px solid rgba(0,0,0,.04)}.map-container iframe{width:100%;height:100%;border:0;display:block}@media(max-width:900px){.footer-inner{grid-template-columns:1fr}.footer-left{min-height:auto;padding:20px}.map-container{min-height:320px;margin-top:18px}}@media(max-width:420px){.footer-title{font-size:1.3rem}.social-btn{width:42px;height:42px;font-size:18px}.contact-list li{font-size:.95rem;gap:8px}}.home-root{font-family:Inter,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:#222;line-height:1.45}.hero{position:relative;width:100%;height:60vh;min-height:420px;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero-img{width:100%;height:100%;object-fit:cover;display:block;filter:brightness(.8)}.hero-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.hero-card{background:#0009;color:#fff;padding:28px;max-width:720px;margin:16px;border-radius:6px;box-shadow:0 8px 30px #00000059;text-align:left}.hero-card h1{margin:0 0 10px;font-size:1.8rem;line-height:1.1}.hero-card p{margin:0;opacity:.95;line-height:1.5}.section-title{text-align:center;color:#0b7684;font-size:1.5rem;margin-top:28px;margin-bottom:14px}.expertise{padding:26px 18px;background:#f0f3f4}.expertise-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;max-width:1100px;margin:0 auto;padding:18px}.expertise-card{background:#fff;padding:20px;border-radius:8px;box-shadow:0 8px 20px #1414140d;text-align:center;transition:transform .22s ease,box-shadow .22s ease;transform-origin:center}.expertise-card:hover{transform:translateY(-6px) scale(1.03);box-shadow:0 18px 40px #00000014}.expertise-icon{background:#0fb0b7;color:#fff;width:56px;height:56px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:12px;font-size:18px}.expertise-card h3{margin:6px 0 10px;font-size:1rem}.expertise-card p{margin:0;font-size:.92rem;color:#5a5a5a}.cta-section{background:#089aa5;color:#fff;padding:26px 16px;text-align:center}.cta-inner{max-width:980px;margin:16px auto;padding:24px}.cta-inner h2{margin:0;font-size:1.3rem}.cta-inner p{margin:8px 0 16px;opacity:.95}.cta-button{background:#ffc107;color:#000;border:none;padding:12px 18px;border-radius:4px;font-weight:600;cursor:pointer;box-shadow:0 6px 18px #0000001f}.cta-button:hover{background:#ffca29}.modal-backdrop{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000073;z-index:2000}.modal-card{background:#fff;width:min(760px,92%);border-radius:8px;padding:18px;position:relative;box-shadow:0 30px 80px #00000059}.modal-close{position:absolute;top:8px;right:10px;border:none;background:transparent;font-size:20px;cursor:pointer}.consult-form label{display:block;margin-top:12px;font-size:.93rem}.consult-form input[type=text],.consult-form input[type=email],.consult-form textarea{width:100%;padding:10px;margin-top:6px;border-radius:6px;border:1px solid #ddd;box-sizing:border-box}.form-actions{display:flex;gap:10px;margin-top:14px}.form-actions button{padding:10px 14px;border-radius:6px;border:none;cursor:pointer}.btn-secondary{background:transparent;border:1px solid #ccc}.form-note{margin-top:12px;font-size:.9rem}.form-note.success{color:green}.form-note.error{color:#c22}.page-footer{height:48px}@media(max-width:980px){.expertise-grid{grid-template-columns:repeat(2,1fr)}.hero{height:46vh;min-height:360px}.carousel-track{height:260px}}@media(max-width:640px){.expertise-grid{grid-template-columns:1fr}.hero-card{padding:16px;max-width:92%;text-align:center}.hero-card h1{font-size:1.2rem}.cta-inner h2{font-size:1.05rem}.carousel-track{height:200px}.modal-card{width:96%}}.gallery-root{width:100%;padding:28px 0;box-sizing:border-box}.gallery-wrap{position:relative;width:100%;border-radius:12px;overflow:visible}.gallery-window{width:100%;height:68vh;min-height:320px;max-height:780px;overflow:hidden;position:relative;background:#000;border-radius:12px}.gallery-track{display:flex;height:100%;will-change:transform}.gallery-slide{position:relative;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;background-color:#111}.gallery-slide-bg{position:absolute;inset:0;background-image:var(--slide-bg, none);background-size:cover;background-position:center;filter:blur(18px) saturate(110%) brightness(.6);transform:scale(1.07);z-index:1}.gallery-image{position:relative;z-index:2;width:100%;height:100%;max-width:95%;max-height:95%;object-fit:contain;object-position:center;display:block;margin:0 auto;transition:opacity .26s ease}.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;background:#0000008c;border:none;color:#fff;width:56px;height:56px;border-radius:50%;cursor:pointer;font-size:28px;display:inline-flex;align-items:center;justify-content:center}.gallery-arrow.left{left:18px}.gallery-arrow.right{right:18px}.gallery-arrow:hover{background:#000c}.gallery-dots{display:flex;justify-content:center;gap:10px;margin-top:12px}.gallery-dot{width:10px;height:10px;border-radius:50%;border:none;background:#cfcfcf;cursor:pointer;opacity:.8}.gallery-dot.active{background:#0b7684;opacity:1}.gallery-placeholder{display:flex;align-items:center;justify-content:center;color:#ddd;padding:12px}@media(max-width:980px){.gallery-window{height:46vh;min-height:220px}.gallery-arrow{width:44px;height:44px;font-size:22px}}@media(max-width:640px){.gallery-window{height:40vh;min-height:180px}.gallery-arrow.left{left:10px}.gallery-arrow.right{right:10px}}.consult-modal{position:fixed;inset:0;z-index:3000;overflow-y:auto;padding:40px 0;display:flex;justify-content:center}.consult-backdrop{position:absolute;inset:0;background:#0a0a0a73;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.consult-panel{position:relative;width:min(980px,94vw);max-height:92vh;overflow:auto;background:#eef4f6;border-radius:8px;padding:22px 22px 120px;box-shadow:0 30px 60px #00000038;z-index:3100;border:2px solid rgba(10,120,125,.06)}.consult-close{position:absolute;right:10px;top:8px;background:transparent;border:none;font-size:26px;line-height:1;cursor:pointer;color:#234}.consult-title{text-align:center;margin:0 0 12px;font-size:32px;color:#0ea5ad;font-weight:600}.consult-form{display:flex;flex-direction:column;gap:12px}.consult-grid{display:grid;grid-template-columns:200px 1fr;gap:12px 18px;align-items:center}.consult-divider{grid-column:1 / -1;height:2px;background:#0e7a7b1f;margin:8px 0}.consult-label{color:#0b2b2b;font-size:18px;padding-left:6px}.consult-grid input,.consult-grid select,.consult-grid textarea{background:#fff;border:1px solid #ccc;border-radius:2px;color:#062b2b;transition:border-color .2s,box-shadow .2s}.consult-grid input:focus,.consult-grid select:focus,.consult-grid textarea:focus{border-color:#0ea5ad;box-shadow:0 0 0 3px #0ea5ad33;outline:none}.consult-select-wrap{position:relative;display:inline-block;width:100%}.consult-select-wrap select{width:100%;padding:.5rem 2rem .5rem .5rem;font-size:1rem;border:1px solid #ccc;border-radius:4px;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:#fff;background-image:url('data:image/svg+xml;utf8,<svg fill="%23666" height="16" viewBox="0 0 24 24" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');background-repeat:no-repeat;background-position:right .5rem center;background-size:1rem}.consult-grid textarea{resize:vertical;min-height:160px;max-height:360px}.consult-feedback{grid-column:1 / -1;margin-top:6px}.consult-alert{padding:10px 12px;border-radius:6px;font-size:14px}.consult-error{background:#ffecec;color:#8a1f1f;border:1px solid #f3b5b5}.consult-success{background:#e8f9ef;color:#04634a;border:1px solid #bfe6d0}.consult-actions{grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:8px}.recaptcha-info{color:#666;font-size:13px}.rc-warning{color:#c33}.consult-submit{background:#fc0;color:#003;border:none;padding:12px 20px;font-weight:700;border-radius:6px;font-size:16px;cursor:pointer;box-shadow:0 8px 18px #0000001f}.consult-submit:hover{background:#f9cf29;transform:translateY(-1px) scale(1.01);box-shadow:0 6px 8px #0000006f}.consult-submit:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}@media(max-width:700px){.consult-panel{padding:16px;width:min(96vw,640px)}.consult-grid{grid-template-columns:1fr}.consult-label{padding-left:0}.consult-actions{flex-direction:column-reverse;align-items:stretch;gap:8px}.consult-submit{width:100%}}:root{--teal:#0f96a0;--muted:#e9f0f1;--accent:#ffc107;--card-border:#0f9aa3;--text:#233238;--muted-text:#5a6b6f;--testimonial-bg:#ffd42a}.about-page{font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;color:var(--text);line-height:1.5;padding:36px 20px;background:#eef4f6}.about-hero{max-width:1200px;margin:0 auto 44px}.about-hero-inner{display:grid;grid-template-columns:420px 1fr;gap:28px;align-items:start}.about-image-wrapper{width:100%;max-width:420px;aspect-ratio:1/1;overflow:hidden;border-radius:4px;background:#fff;box-shadow:0 10px 30px #10181c0f}.about-main-image{width:100%;height:100%;object-fit:cover;display:block}.about-text h2{margin:6px 0 12px;color:var(--teal);font-size:1.6rem}.about-lead{margin:0;color:var(--muted-text);font-size:1.25rem}.section-title{text-align:center;color:var(--teal);font-size:1.4rem;margin:18px 0}.core-values{max-width:1200px;margin:8px auto 36px;padding:0 50px}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:50px}.value-card{background:#fff;border:3px solid var(--card-border);border-radius:6px;overflow:hidden;display:flex;flex-direction:column;transition:transform .22s ease,box-shadow .22s ease}.value-card:hover{transform:translateY(-8px);box-shadow:0 18px 40px #0a14180f}.value-image{height:160px;overflow:hidden}.value-image img{width:100%;height:100%;object-fit:cover;display:block}.value-body{padding:18px;text-align:center;flex:1;display:flex;flex-direction:column;justify-content:space-between}.value-body h4{margin:8px 0;color:#e9a719;font-size:1.05rem;letter-spacing:.6px;font-weight:700}.value-body p{margin:0;color:var(--muted-text);font-size:.9rem}.testimonials{max-width:1200px;margin:10px auto 64px;padding:0 10px}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;align-items:start}.testimonial-card{background:var(--testimonial-bg);border-radius:12px;padding:22px;box-shadow:0 10px 30px #10181c0f;height:100%;display:flex;align-items:center;justify-content:center}.testimonial-inner{max-width:320px;text-align:center;color:#0b2a2a}.testimonial-avatar{width:88px;height:88px;border-radius:50%;overflow:hidden;margin:0 auto 12px;border:4px solid rgba(255,255,255,.6);background:#fff}.testimonial-avatar img{width:100%;height:100%;object-fit:cover;display:block}.testimonial-inner h5{margin:6px 0 10px;font-size:1rem;font-weight:700}.testimonial-inner p{margin:0;font-size:.92rem;color:#0a1414d9;line-height:1.45}@media(max-width:1100px){.about-hero-inner{grid-template-columns:360px 1fr}.value-image{height:140px}.testimonial-inner{max-width:280px}}@media(max-width:900px){.about-hero-inner{grid-template-columns:1fr;gap:20px}.about-image-wrapper{max-width:720px;margin:0 auto}.about-text{text-align:center}}@media(max-width:760px){.values-grid,.testimonials-grid{grid-template-columns:1fr}.about-page{padding:22px 18px}}@media(min-width:1400px){.about-page{padding-left:60px;padding-right:60px}.about-hero,.core-values,.testimonials{max-width:1300px}}:root{--teal: #15a6b0;--dark: #0d2b2c;--yellow: #ffcc00}.pcp-root{font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;color:var(--dark);background:#e9ecef;padding:28px 16px;box-sizing:border-box}.pcp-hero-top{max-width:1100px;margin:0 auto 18px}.pcp-title{color:var(--teal);font-size:2.25rem;margin:2px 0 6px;font-weight:700;text-align:center}.pcp-hero-inner{display:flex;gap:24px;align-items:flex-start;justify-content:space-between}.pcp-hero-inner.has-media{flex-direction:column}.pcp-hero-inner.has-media .pcp-gallery,.pcp-hero-inner.has-media .pcp-description{width:100%}.pcp-hero-inner:not(.has-media) .pcp-gallery{flex:1 1 55%}.pcp-hero-inner:not(.has-media) .pcp-description{flex:1 1 42%}.pcp-video-wrapper{position:relative;width:100%;aspect-ratio:16 / 9;max-height:60vh;overflow:hidden;border-radius:8px;background:#000}.pcp-video-wrapper iframe,.pcp-video-wrapper video{position:absolute;inset:0;width:100%;height:100%;display:block;border:0;object-fit:cover}.pcp-gallery,.pcp-description{width:100%}@media(max-width:980px){.pcp-hero-inner{flex-direction:column}.pcp-hero-inner .pcp-gallery,.pcp-hero-inner .pcp-description{width:100%}.pcp-video-wrapper{max-height:50vh}}.pcp-description{padding:20;color:var(--dark);font-size:1rem}.pcp-markdown{line-height:1.6;color:#172f30}.pcp-markdown h3{color:var(--yellow);margin-top:12px;margin-bottom:8px;font-size:1.08rem}.pcp-markdown h2,.pcp-markdown h4{color:var(--teal)}.pcp-markdown ul{list-style:disc;margin:8px 0 12px 20px;padding:0}.pcp-markdown li{margin-bottom:6px}.pcp-markdown p{margin:0 0 12px}.pcp-products{max-width:1100px;margin:18px auto 40px}.pcp-product-list{list-style:none;margin:0;padding:0}.pcp-product-item{margin-bottom:12px;background:transparent}.pcp-product-row{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#f2f5f8;padding:14px 16px;border-radius:8px;box-shadow:0 8px 18px #0a14180a;border:1px solid rgba(10,20,24,.03)}.pcp-product-name{font-size:1.08rem;color:var(--teal);font-weight:700;text-decoration:none;border-bottom:2px solid rgba(15,143,151,.06);padding-bottom:6px}.pcp-toggle{all:unset;cursor:pointer;width:44px;height:44px;border-radius:50%;background:#0ea5ad;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:18px;flex-shrink:0;transition:background .18s ease,transform .16s ease;box-shadow:0 8px 22px #09282914}.pcp-toggle.open{background:var(--yellow);color:#143}.pcp-product-desc{max-height:0;overflow:hidden;transition:max-height .32s cubic-bezier(.2,.9,.2,1),padding .22s;padding:0 12px;margin-top:8px}.pcp-product-desc.visible{max-height:420px;padding:12px 12px 18px}.pcp-product-shortdesc p{margin:0 0 10px;color:#1a2f31;line-height:1.55;font-size:.98rem}.pcp-product-actions{display:flex;align-items:center;justify-content:space-between;gap:12px}.pcp-product-price{font-weight:700;color:#0b2b2b}.pcp-product-arrow{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#0ea5ad;color:#fff;text-decoration:none;font-size:14px;margin-left:12px;box-shadow:0 8px 20px #09282914}.pcp-brochure{max-width:1200px;margin:2rem auto 1rem;padding:0 1rem}.pcp-brochure-btn{display:inline-flex;align-items:center;gap:10px;padding:10px 18px;background:#0ea5ad;color:#fff;text-decoration:none;border-radius:6px;font-weight:600;transition:.2s ease}.pcp-brochure-btn:hover{background:#13b3bc;transform:translateY(-.8px);box-shadow:0 4px 6px #0000002d}@media(max-width:980px){.pcp-hero-inner{grid-template-columns:1fr;gap:18px}.pcp-gallery{min-height:240px;padding:0}.pcp-title{text-align:left;font-size:1.9rem}}@media(max-width:420px){.pcp-root{padding:20px 12px}.pcp-title{font-size:1.6rem}.pcp-toggle{width:40px;height:40px}.pcp-product-arrow{width:36px;height:36px}.pcp-product-row{padding:12px}}:root{--teal: #0ea5ad;--muted-bg: #E9ECEF;--accent: #ffcc00;--text: #0b2b2b}.pp-root{font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;background:var(--muted-bg);color:var(--text);padding:18px;box-sizing:border-box}.pp-header{max-width:980px;margin:6px auto 12px}.pp-title{color:var(--teal);font-size:1.9rem;margin:0;font-weight:700}.pp-gallery{max-width:980px;margin:12px auto;background:transparent;border-radius:6px}.pp-caption{max-width:980px;margin:8px auto 0;padding:10px 12px;color:#162f30}.pp-caption-text{font-size:.98rem;line-height:1.5}.pp-longdesc{max-width:980px;margin:10px auto;padding:8px 12px;color:#172f30;line-height:1.6}.pp-specs{max-width:1000px;margin:12px auto;padding:12px}.pp-specs h2{color:var(--teal);margin-bottom:10px}.pp-spec-table{width:100%;border-collapse:collapse;background:#f2f5f8;box-shadow:0 8px 18px #0a14180a;border-radius:2px;overflow:hidden}.pp-spec-table tr{border-bottom:.8px solid #10b5bebb}.pp-spec-table tr.spec-group-start{border-top:2px solid #10b5bebb}.pp-spec-table tr.spec-group-start:first-child{border-top:none}.pp-spec-table td{padding:10px 12px;vertical-align:top;font-size:.95rem}.spec-group-cell{color:var(--accent);font-weight:700;width:30%}.spec-group-cell:first-child{border-top:none}.spec-key-cell{font-weight:700;color:#0b2b2b;width:35%}.spec-val-cell{color:#0b2b2b;width:35%}@media(max-width:700px){.pp-spec-table td{display:block;width:100%}.spec-group-cell{margin-top:10px}}.pp-warranty{max-width:980px;margin:14px auto;padding:8px 12px}.pp-warranty h3{color:var(--teal);margin:6px 0}.pp-warranty-content ul{list-style:disc;padding-left:20px;margin:8px 0}.pp-warranty-content li{margin-bottom:6px}.pp-warranty li::marker{color:var(--teal)}.pp-pricing{color:var(--teal);max-width:980px;margin:12px auto;padding:8px 12px}.pp-price-value{color:#0b2b2b}.pp-video{max-width:980px;margin:16px auto;padding:8px}.pp-video-inner{display:flex;justify-content:center}.pp-video-iframe{width:min(90vw,980px);height:min(56vh,560px);border-radius:8px;border:none;background:#000}.pp-cta{max-width:980px;margin:18px auto 40px;display:flex;justify-content:center}.pp-cta-btn{background:var(--accent);color:#003;border:none;padding:12px 22px;border-radius:6px;font-weight:700;cursor:pointer;box-shadow:0 8px 18px #0000001f}.pp-cta-btn:hover{transform:translateY(-2px)}.rp-modal{position:fixed;inset:0;z-index:2200;display:flex;align-items:center;justify-content:center}.rp-modal-backdrop{position:absolute;inset:0;background:#00000073}.rp-modal-panel{position:relative;background:#fff;padding:18px;border-radius:8px;z-index:10;width:min(560px,92vw);box-shadow:0 30px 60px #0003}.rp-form label{display:block;margin-bottom:10px;font-size:.95rem}.rp-form input,.rp-form textarea{width:100%;padding:8px;margin-top:6px;border:1px solid #ddd;border-radius:6px;box-sizing:border-box}.rp-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:12px}.btn{padding:8px 12px;border-radius:6px;cursor:pointer}.btn.primary{background:var(--teal);color:#fff;border:none}.btn.secondary{background:#eee;color:#222;border:none}.pp-back{margin-top:3rem;display:flex;justify-content:left}.pp-back-btn{display:inline-flex;align-items:center;gap:10px;background:#0ea5ad;border:2px solid #0ea5ad;color:#fff;padding:10px;border-radius:50%;font-size:15px;font-weight:700;cursor:pointer;transition:all .2s ease}.pp-back-btn:hover{transform:translate(-1px) scale(1.05);background:#12c3cd;border:2px solid rgb(18,195,205)}.pp-back-btn svg{font-size:16px}@media(max-width:980px){.specs-grouped{grid-template-columns:1fr}.specs-keyvalue{display:block}.kv-key,.kv-val{display:block;width:100%}.pp-video-iframe{height:46vh}.pp-title{font-size:1.5rem}}:root{--teal: #0ea5ad;--teal-dark: #0b8f95;--pill: #7dd8e6;--bg: #eef3f5;--card-bg: #ffffff;--text: #052b2c}.services-root{background:var(--bg);min-height:100vh;padding:36px 20px;box-sizing:border-box;font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;color:var(--text)}.services-header{max-width:1200px;margin:0 auto 24px}.services-title{margin:0;color:var(--teal);font-size:2rem;font-weight:500;letter-spacing:.5px}.services-grid{max-width:1200px;margin:18px auto 80px;display:grid;grid-template-columns:repeat(3,1fr);gap:28px;align-items:stretch;padding:0 20px;box-sizing:border-box}.service-card{background:transparent;display:flex}.service-card-inner{flex:1;display:flex;flex-direction:column;padding:22px 36px;border-radius:28px;border:3px solid var(--teal);box-shadow:0 12px 28px #0a141841;background:transparent;min-height:420px;box-sizing:border-box}.service-card-inner:hover{transform:translateY(-1px) scale(1.01);box-shadow:0 18px 40px #0000006f}.service-icon-wrap{display:flex;justify-content:center;align-items:center;margin-bottom:14px}.service-icon-bg{width:62px;height:62px;border-radius:12px;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 14px #0823240f}.service-icon{font-size:28px;color:var(--text)}.service-title{margin:6px 0 0;text-align:center;font-size:22px;font-weight:600;line-height:1.15;color:var(--text);padding:6px 10px}.service-title-line{display:block}.service-push{flex:1 1 auto}.service-pill{margin-top:18px;background:var(--pill);font-weight:500;border-radius:16px;padding:18px 20px;min-height:98px;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 -6px 12px #00000008}.service-pill p{margin:0;text-align:center;color:#032628f2;font-size:15px;line-height:1.45}.service-card-inner:after{content:"";display:block;margin-top:10px;height:6px;border-radius:8px;background:#59ddf1;box-shadow:0 6px #ffffffa7 inset}@media(max-width:1000px){.services-grid{grid-template-columns:repeat(2,1fr);gap:20px}.services-title{font-size:40px}.service-card-inner{min-height:420px}}@media(max-width:620px){.services-grid{grid-template-columns:1fr}.services-title{font-size:34px;margin-bottom:12px}.service-card-inner{min-height:360px;padding:16px;border-radius:18px}.service-icon-bg{width:56px;height:56px}.service-icon{font-size:24px}.service-title{font-size:20px}.service-pill{padding:14px 16px;min-height:88px}.service-pill p{font-size:15px}}.service-pill p,.service-title{word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}:root{--teal:#0ea5ad;--teal-strong:#0b8f95;--yellow:#ffcc00;--muted:#eef3f5;--card:#fff;--text:#123}.contact-root{background:var(--muted);min-height:100vh;padding:32px 20px 60px;box-sizing:border-box;font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;color:var(--text)}.contact-header{text-align:center;margin-bottom:18px}.contact-header h1{color:var(--teal);font-size:28px;margin:0;font-weight:700}.faq-section{max-width:1100px;margin:10px auto 26px;padding:0 10px}.faq-list{list-style:none;margin:0;padding:8px 0}.faq-item{padding:10px 0;border-bottom:1px solid rgba(14,122,123,.15)}.faq-row{display:flex;align-items:center;gap:12px}.faq-question{flex:1 1 auto;text-align:left;background:transparent;border:none;padding:16px 8px;font-size:18px;color:var(--teal-strong);font-weight:700;letter-spacing:.2px;cursor:pointer}.faq-toggle{width:36px;height:36px;border-radius:50%;border:2px solid var(--teal);background:transparent;display:inline-flex;align-items:center;justify-content:center;color:var(--teal);cursor:pointer;transition:background .18s,color .18s,border-color .18s,transform .18s;margin-right:4px;transform:rotate(0)}.faq-toggle.open{background:transparent;color:var(--yellow);border-color:2px solid var(--yellow);transform:rotate(90deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .36s cubic-bezier(.2,.9,.2,1),padding .2s;padding:0 8px;color:#1b3a3a}.faq-answer.visible{max-height:400px;padding:12px 8px 18px}.contact-section{max-width:1100px;margin:18px auto;display:grid;grid-template-columns:1fr 420px;gap:28px;padding:0 10px;box-sizing:border-box}.contact-left{background:transparent}.contact-left h2{color:var(--teal);font-size:22px;margin:0 0 8px}.contact-left p{color:#234;line-height:1.6;margin-bottom:18px}.contact-details{margin-top:16px;display:flex;flex-direction:column;gap:18px}.cd-row{display:flex;align-items:flex-start;gap:14px}.cd-icon{font-size:20px;color:#0ea5ad;margin-top:4px;min-width:22px}.cd-content{font-size:15px;line-height:1.6;font-weight:600;color:#123}.cd-content a{color:#123;text-decoration:none}.cd-content a:hover{color:#4a5b6b}.contact-right{background:transparent}.contact-right h2{color:var(--teal);margin:0 0 10px}.contact-form{display:flex;flex-direction:column;gap:12px}.form-row input[type=text],.form-row input[type=email],.form-row textarea{width:100%;padding:10px 12px;border:1px solid #cfcfcf;border-radius:3px;box-sizing:border-box;font-size:14px;background:#fff;color:#123}.form-row.checkbox-row{display:flex;align-items:center;gap:10px;font-size:14px}.form-row.checkbox-row input[type=checkbox]{width:16px;height:16px}.alert{padding:10px 12px;border-radius:4px;font-size:14px}.alert-error{background:#ffecec;border:1px solid #f2b0b0;color:#900}.alert-success{background:#e9f6ef;border:1px solid #9dd6b4;color:#0b7a4a}.form-actions{display:flex;flex-direction:column;gap:10px;align-items:flex-start}.submit-btn{background:var(--yellow);color:#012;border:none;padding:12px 18px;border-radius:4px;font-weight:800;cursor:pointer;width:100%}.submit-btn:hover{background:#f9cf29;transform:translateY(-1px) scale(1.01);box-shadow:0 6px 8px #0000006f}.submit-btn[disabled]{opacity:.6;cursor:not-allowed}.recaptcha-warning{color:#a33;font-size:13px}.recaptcha-debug{margin-top:6px;font-size:11px;color:#888;font-family:monospace}@media(max-width:980px){.contact-section{grid-template-columns:1fr}.contact-right{order:2}.contact-left{order:1}.faq-question{font-size:16px}}.faq-item:first-child{border-top:none}:root{--teal: #0ea5ad;--muted-bg: #eef3f5;--card-yellow-start: #f9de9a;--card-yellow-end: #fac730;--text: #052b2b;--white: #ffffff}.rnd-root{background:var(--muted-bg);min-height:100vh;padding:28px 18px;box-sizing:border-box;font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;color:var(--text)}.rnd-header{max-width:1100px;margin:0 auto 12px}.rnd-main-title{color:var(--teal);font-size:34px;margin:6px 0 8px;font-weight:600}.rnd-container{max-width:1100px;margin:0 auto}.rnd-video-area{width:100%;margin-bottom:20px;display:flex;justify-content:center}.rnd-video-wrapper{width:100%;border-radius:8px;overflow:hidden}.rnd-video-wrapper iframe{width:100%;height:440px;border:none;background:#000;display:block}.rnd-video-placeholder{width:100%;height:220px;border-radius:8px;background:#0000000a;display:flex;align-items:center;justify-content:center;color:#667;font-size:1rem;padding:18px}.rnd-video-placeholder.error{color:#a33}.rnd-grid-section{display:flex;flex-direction:column;gap:28px}.rnd-category-title{color:var(--teal);font-size:20px;margin:8px 6px;font-weight:600}.rnd-card-grid{display:grid;grid-template-columns:repeat(2,320px);gap:240px;justify-content:start;width:fit-content}.rnd-card{width:500px;height:120px;border-radius:18px;background:linear-gradient(135deg,var(--card-yellow-start),var(--card-yellow-end));border:none;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.rnd-card:hover{transform:translateY(-3px);box-shadow:0 6px 16px #00000026}.rnd-card.selected{outline:3px solid #00a8b5}.rnd-card-content{height:100%;padding:18px 20px;display:flex;align-items:center;justify-content:space-between}.rnd-card-text{font-size:18px;font-weight:600}.rnd-icon-sq{width:42px;height:42px;background:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px}.rnd-card-icon img{width:50px;height:50px;object-fit:cover;border-radius:10px}.rnd-empty-note{padding:12px;color:#667;font-size:14px;background:#fff9;border-radius:8px}@media(max-width:900px){.rnd-video-wrapper iframe{height:300px}.rnd-card{padding:16px;border-radius:14px}.rnd-card-text{font-size:16px}.rnd-icon-sq{width:44px;height:44px;font-size:18px}}@media(max-width:420px){.rnd-video-wrapper iframe{height:220px}.rnd-main-title{font-size:28px}.rnd-card{padding:12px;border-radius:12px}.rnd-card-text{font-size:15px}}
