@import"https://fonts.googleapis.com/css2?family=Ropa+Sans&display=swap";:root{--yellow: #ffc811;--yellow-dark: #e6b200;--black: #111111;--dark: #1a1a1a;--dark-mid: #2a2a2a;--gray: #555555;--gray-light: #888888;--border: #e0e0e0;--bg: #ffffff;--bg-light: #f8f8f8;--font: "Ropa Sans", "Arial Narrow", Arial, sans-serif;--font-body: Georgia, "Times New Roman", serif;--max-width: 1100px;--radius: 4px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--black);background:var(--bg);line-height:1.7}h1,h2,h3,h4,h5{font-family:var(--font);line-height:1.25;color:var(--dark)}h1{font-size:2.4rem;margin-bottom:1rem}h2{font-size:1.7rem;margin:2.5rem 0 1rem}h3{font-size:1.25rem;margin:1.75rem 0 .6rem}p{margin-bottom:1.2rem}a{color:var(--dark);text-decoration:underline}a:hover{color:var(--yellow-dark)}ul,ol{padding-left:1.5rem;margin-bottom:1.2rem}li{margin-bottom:.4rem}strong{font-weight:700}hr{border:none;border-top:2px solid var(--border);margin:2.5rem 0}table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-family:var(--font);font-size:.95rem}th{background:var(--dark);color:#fff;padding:.6rem 1rem;text-align:left}td{padding:.55rem 1rem;border-bottom:1px solid var(--border)}tr:nth-child(2n) td{background:var(--bg-light)}blockquote{border-left:4px solid var(--yellow);padding:.75rem 1.5rem;margin:1.5rem 0;background:#fffbef;font-style:italic}.site-header{background:var(--dark);border-bottom:4px solid var(--yellow);position:sticky;top:0;z-index:100}.header-inner{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;height:68px}.site-logo{text-decoration:none;display:flex;align-items:center}.site-logo-img{height:36px;width:auto;display:block}.site-logo span{color:#fff;font-weight:400}.site-logo:hover{opacity:.85}.site-nav{display:flex;align-items:center;gap:.25rem}.site-nav a{font-family:var(--font);color:#ccc;text-decoration:none;padding:.4rem .75rem;font-size:.9rem;border-radius:var(--radius);transition:color .15s,background .15s}.site-nav a:hover{color:#fff;background:#ffffff14}.site-nav a.active{color:var(--yellow)}.nav-cta{background:var(--yellow)!important;color:var(--dark)!important;font-weight:700;padding:.4rem 1rem!important;border-radius:var(--radius)}.nav-cta:hover{background:var(--yellow-dark)!important}.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem}.nav-toggle span{display:block;width:22px;height:2px;background:#fff;margin:5px 0;transition:.3s}.hero{background:var(--dark) url(/images/site/refinery-bg.jpg) center/cover no-repeat;position:relative;padding:5rem 1.5rem;text-align:center}.hero:before{content:"";position:absolute;inset:0;background:#111111bf}.hero-inner{position:relative;max-width:750px;margin:0 auto}.hero h1{color:#fff;font-size:2.8rem;margin-bottom:1rem}.hero .hero-sub{color:#ddd;font-size:1.15rem;margin-bottom:2rem;font-family:var(--font-body)}.hero-phone{font-family:var(--font);font-size:2rem;color:var(--yellow);text-decoration:none;display:block;margin-bottom:.5rem;letter-spacing:.03em}.hero-phone:hover{color:#fff}.hero-tagline{color:#aaa;font-size:.9rem}.btn{display:inline-block;font-family:var(--font);font-size:1rem;font-weight:700;padding:.75rem 1.75rem;border-radius:var(--radius);text-decoration:none;transition:background .15s,color .15s;cursor:pointer;border:none}.btn-primary{background:var(--yellow);color:var(--dark)}.btn-primary:hover{background:var(--yellow-dark);color:var(--dark)}.btn-outline{background:transparent;color:var(--dark);border:2px solid var(--dark)}.btn-outline:hover{background:var(--dark);color:#fff}.cta-bar{background:var(--yellow);padding:2.5rem 1.5rem;text-align:center}.cta-bar h2{color:var(--dark);margin:0 0 .5rem;font-size:1.6rem}.cta-bar p{color:var(--dark-mid);margin-bottom:1.25rem}.cta-bar .cta-phone{font-family:var(--font);font-size:2.2rem;color:var(--dark);text-decoration:none;display:block;font-weight:700;letter-spacing:.03em}.cta-bar .cta-phone:hover{color:#333}.cta-bar .cta-sub{font-size:.9rem;color:#555;margin-top:.4rem}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.page-content{max-width:800px;margin:3rem auto;padding:0 1.5rem}.page-content h1{margin-bottom:.5rem}.page-meta{color:var(--gray-light);font-family:var(--font);font-size:.85rem;margin-bottom:2rem}.section{padding:4rem 1.5rem}.section-alt{background:var(--bg-light)}.section-dark{background:var(--dark);color:#fff}.section-dark h2{color:#fff}.section-dark p{color:#ccc}.section-inner{max-width:var(--max-width);margin:0 auto}.section-header{text-align:center;margin-bottom:2.5rem}.section-header h2{margin:0 0 .75rem}.section-header p{color:var(--gray);max-width:600px;margin:0 auto}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.feature-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem;border-top:3px solid var(--yellow)}.feature-card h3{margin-top:0;font-size:1.05rem}.feature-card p{color:var(--gray);font-size:.95rem;margin:0}.industries-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.industry-card{background:var(--dark-mid);border-radius:var(--radius);padding:1.5rem;text-align:center;text-decoration:none;transition:background .15s,transform .15s}.industry-card:hover{background:#333;transform:translateY(-2px)}.industry-card h3{color:var(--yellow);font-size:1rem;margin:0}.class-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-top:1.5rem}.class-card{border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1.5rem;text-decoration:none;transition:border-color .15s,box-shadow .15s;display:block}.class-card:hover{border-color:var(--yellow);box-shadow:0 2px 8px #ffc81126}.class-card .class-label{font-family:var(--font);font-size:.8rem;color:var(--yellow-dark);text-transform:uppercase;letter-spacing:.05em}.class-card h3{color:var(--dark);margin:.25rem 0 .5rem;font-size:1rem}.class-card p{color:var(--gray);font-size:.875rem;margin:0}.customer-logos{display:flex;flex-wrap:wrap;gap:2rem;align-items:center;justify-content:center;opacity:.6;filter:grayscale(100%)}.customer-logos img{height:36px;width:auto}.customer-names-secondary{display:flex;flex-wrap:wrap;gap:1rem 2rem;justify-content:center;margin-top:1.5rem}.customer-names-secondary span{font-family:var(--font);font-size:.9rem;color:#aaa;text-transform:uppercase;letter-spacing:.1em}.customer-names{display:flex;flex-wrap:wrap;gap:1rem 2rem;justify-content:center}.customer-names span{font-family:var(--font);font-size:.9rem;color:#aaa;text-transform:uppercase;letter-spacing:.1em}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.pricing-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:2rem;text-align:center}.pricing-card.featured{border-color:var(--yellow);border-width:2px}.pricing-card .price{font-family:var(--font);font-size:2rem;color:var(--dark);margin:.75rem 0}.pricing-card .price-label{font-family:var(--font);font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;color:var(--gray)}.pricing-card p{color:var(--gray);font-size:.9rem;margin:.5rem 0 0}.content-with-sidebar{display:grid;grid-template-columns:1fr 280px;gap:3rem;max-width:var(--max-width);margin:3rem auto;padding:0 1.5rem;align-items:start}.sidebar{position:sticky;top:90px}.sidebar-card{background:var(--dark);color:#fff;border-radius:var(--radius);padding:1.75rem;margin-bottom:1.5rem;border-top:3px solid var(--yellow)}.sidebar-card h3{color:var(--yellow);margin-top:0;font-size:1rem}.sidebar-card .sidebar-phone{font-family:var(--font);font-size:1.5rem;color:#fff;text-decoration:none;display:block;margin:.5rem 0}.sidebar-card .sidebar-phone:hover{color:var(--yellow)}.sidebar-card p{color:#aaa;font-size:.875rem;margin:0}.sidebar-nav{background:var(--bg-light);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1.5rem}.sidebar-nav h4{font-family:var(--font);font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;color:var(--gray);margin:0 0 .75rem}.sidebar-nav ul{list-style:none;padding:0;margin:0}.sidebar-nav li{margin-bottom:.35rem}.sidebar-nav a{font-family:var(--font);font-size:.9rem;color:var(--dark);text-decoration:none}.sidebar-nav a:hover{color:var(--yellow-dark);text-decoration:underline}.site-footer{background:var(--dark);border-top:3px solid var(--yellow);color:#aaa;padding:3rem 1.5rem 1.5rem;font-family:var(--font);font-size:.875rem}.footer-inner{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;margin-bottom:2rem}.footer-brand .footer-logo{color:var(--yellow);font-size:1.1rem;text-decoration:none;display:block;margin-bottom:.75rem}.footer-brand p{color:#888;font-size:.85rem;line-height:1.6}.footer-brand .footer-phone{color:#fff;font-size:1.2rem;text-decoration:none;display:block;margin-top:.75rem}.footer-brand .footer-phone:hover{color:var(--yellow)}.footer-col h4{color:#fff;font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem}.footer-col ul{list-style:none;padding:0;margin:0}.footer-col li{margin-bottom:.4rem}.footer-col a{color:#888;text-decoration:none}.footer-col a:hover{color:var(--yellow)}.footer-bottom{border-top:1px solid #333;padding-top:1.25rem;display:flex;justify-content:space-between;align-items:center;color:#555;font-size:.8rem}.breadcrumb{font-family:var(--font);font-size:.8rem;color:var(--gray-light);padding:.75rem 0;margin-bottom:0}.breadcrumb a{color:var(--gray-light);text-decoration:none}.breadcrumb a:hover{color:var(--yellow-dark)}.breadcrumb span{margin:0 .4rem}@media(max-width:900px){.content-with-sidebar{grid-template-columns:1fr}.sidebar{position:static}.footer-inner{grid-template-columns:1fr 1fr}}@media(max-width:640px){h1{font-size:1.8rem}h2{font-size:1.4rem}.hero h1{font-size:1.9rem}.hero-phone{font-size:1.5rem}.site-nav{display:none}.site-nav.open{display:flex;flex-direction:column;position:absolute;top:68px;left:0;right:0;background:var(--dark);padding:1rem;gap:0}.nav-toggle{display:block}.footer-inner{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:.5rem;text-align:center}}.prose h1{margin-bottom:.5rem}.prose h2{border-bottom:2px solid var(--border);padding-bottom:.4rem}.prose h3,.prose a{color:var(--dark)}.prose a:hover{color:var(--yellow-dark)}.prose table{font-size:.9rem}.prose ul,.prose ol{margin-bottom:1.2rem}.prose strong{color:var(--dark)}.prose blockquote{font-style:normal}.prose img{max-width:100%;height:auto;display:block;margin:2rem auto;border-radius:6px;box-shadow:0 4px 20px #0000001f}.prose .prose-note{background:#fffbef;border:1px solid var(--yellow);border-radius:var(--radius);padding:1rem 1.25rem;margin:1.5rem 0}.unit-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:1rem}.unit-card{display:flex;flex-direction:column;align-items:center;gap:.6rem;padding:1.25rem .5rem;border:1px solid var(--border);border-radius:var(--radius);text-decoration:none;transition:border-color .15s,box-shadow .15s;text-align:center}.unit-card:hover{border-color:var(--yellow);box-shadow:0 2px 8px #ffc81126}.unit-card img{width:56px;height:56px;object-fit:contain}.unit-card span{font-family:var(--font);font-size:.85rem;color:var(--dark)}@media(max-width:640px){.unit-grid{grid-template-columns:repeat(3,1fr)}}.unit-showcase-section{padding:4rem 0}.unit-showcase{display:flex;flex-direction:column;align-items:center;gap:2.5rem}.unit-showcase-stage{display:flex;flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:480px}.unit-showcase-img-wrap{display:block;width:100%;max-width:420px;background:#fff;border-radius:14px;border:1px solid var(--border);box-shadow:0 6px 28px #00000014;padding:1.5rem}#unit-showcase-img{width:100%;height:auto;display:block;opacity:1}.unit-showcase-info{text-align:center;min-height:80px}.unit-showcase-name{font-size:1.4rem;font-weight:700;color:var(--black);margin-bottom:.5rem}.unit-showcase-desc{font-size:.95rem;color:var(--gray);line-height:1.6;max-width:420px}.unit-showcase-thumbs{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;width:100%;max-width:700px}.unit-thumb{background:#fff;border:2px solid var(--border);border-radius:10px;padding:.6rem .8rem;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:.4rem;transition:border-color .2s,background .2s,transform .15s,box-shadow .2s;min-width:72px}.unit-thumb img{width:56px;height:56px;object-fit:contain;display:block;opacity:.7;transition:opacity .2s}.unit-thumb span{font-size:.7rem;color:var(--gray);text-align:center;line-height:1.2;transition:color .2s;font-family:var(--font)}.unit-thumb:hover,.unit-thumb.active{border-color:var(--yellow-dark);background:#fffbee;transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.unit-thumb:hover img,.unit-thumb.active img{opacity:1}.unit-thumb:hover span,.unit-thumb.active span{color:var(--black);font-weight:700}@media(min-width:768px){.unit-showcase{flex-direction:row;align-items:flex-start;justify-content:center;gap:3rem}.unit-showcase-stage{flex:0 0 380px}.unit-showcase-thumbs{flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;max-width:180px;align-items:stretch;gap:.5rem}.unit-thumb{flex-direction:row;gap:.75rem;padding:.6rem 1rem;min-width:unset}.unit-thumb img{width:44px;height:44px}.unit-thumb span{font-size:.8rem;text-align:left}}
