:root {
  --primary: #0B3C5D;
  --primary-dark: #06283f;
  --secondary: #F28C28;
  --background: #F7F9FB;
  --white: #FFFFFF;
  --text: #2B2B2B;
  --muted: #6a7480;
  --line: rgba(11, 60, 93, 0.12);
  --shadow: 0 24px 60px rgba(9, 40, 63, 0.13);
  --shadow-soft: 0 16px 40px rgba(9, 40, 63, 0.09);
  --radius: 22px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'Poppins', sans-serif; color: var(--text); background: var(--white); line-height: 1.75; overflow-x: hidden; }
a { color: inherit; text-decoration: none; transition: all .25s ease; }
img { max-width: 100%; display: block; }
.skip-link { position: absolute; left: -999px; top: 8px; background: var(--secondary); color: #111; padding: 10px 14px; z-index: 9999; border-radius: 8px; }
.skip-link:focus { left: 8px; }
.container-xl { max-width: 1220px; }
.section { padding: 70px 0; position: relative; }
.section-muted { background: var(--background); }
.section-dark { background: var(--primary-dark); color: var(--white); position: relative; overflow: hidden; }
.section-dark::before { content: ''; position: absolute; inset: 0; pointer-events: none; opacity: .19; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 52px 52px; }
.section-dark > * { position: relative; z-index: 1; }
.section-kicker, .hero-kicker { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 16px; color: var(--secondary); text-transform: uppercase; letter-spacing: .16em; font-size: .76rem; font-weight: 800; }
.section-kicker.light { color: #f7b366; }
h1, h2, h3 { color: var(--primary-dark);
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0; }
.section-dark h1, .section-dark h2, .section-dark h3 { color: var(--white); }
h1 { font-size: 48px; }
h2 { font-size: 30px; margin-bottom: 18px; }
h3 { font-size: 1.08rem; margin-bottom: 12px; text-align: center;}
p { color: var(--muted); margin-bottom: 18px;text-align:center; }
.section-dark p { color: rgba(255,255,255,.76); text-align: left;}
.btn { border-radius: 999px; padding: 13px 24px; font-weight: 700; letter-spacing: .01em; }
.btn-industrial { color: var(--white); background: var(--primary); border: 1px solid var(--primary); box-shadow: 0 12px 24px rgba(11,60,93,.2); }
.btn-industrial:hover, .btn-industrial:focus { background: var(--primary-dark); color: var(--white); transform: translateY(-2px); }
.btn-accent { color: #101820; background: var(--secondary); border: 1px solid var(--secondary); box-shadow: 0 14px 30px rgba(242,140,40,.27); }
.btn-accent:hover, .btn-accent:focus { background: #ff9e3f; border-color: #ff9e3f; color: #101820; transform: translateY(-2px); }
.btn-outline-light { border: 1px solid rgba(255,255,255,.42); color: var(--white); }
.btn-outline-light:hover { background: var(--white); color: var(--primary-dark); }
.text-link { color: var(--primary); font-weight: 800; display: inline-flex; gap: 8px; align-items: center; }
.text-link:hover { color: var(--secondary); gap: 12px; }
.site-header { transition: all .25s ease; }
.site-header.scrolled { box-shadow: 0 14px 36px rgba(8, 38, 61, .12); }
.topbar { background: var(--primary-dark); color: rgba(255,255,255,.82); font-size: .86rem; padding: 8px 0; }
.topbar a { margin-right: 22px; color: rgba(255,255,255,.88); }
.topbar a:hover { color: var(--secondary); }
.topbar i { color: var(--secondary); margin-right: 7px; }
.navbar { padding: 14px 0; }
.navbar-brand img { height: 48px; width: auto; }
.nav-link { color: var(--primary-dark); font-weight: 700; font-size: .93rem; margin: 0 5px; padding: 10px 10px !important; position: relative; }
.nav-link::after { content: ''; position: absolute; left: 10px; right: 10px; bottom: 4px; height: 2px; background: var(--secondary); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.nav-link:hover::after, .nav-link.active::after { transform: scaleX(1); }
.nav-link.active, .nav-link:hover { color: var(--primary); }
.mobile-header-contact { display: grid; gap: 8px; padding: 14px 0 4px; border-top: 1px solid var(--line); margin-top: 8px; }
.mobile-header-contact a { color: var(--primary-dark); font-weight: 700; font-size: .92rem; }
.mobile-header-contact i { color: var(--secondary); margin-right: 8px; }
.hero { min-height: 100vh; color: var(--white); background-size: cover; background-position: center; position: relative; padding-top: 116px; overflow: hidden; }
.hero::after { content: ''; position: absolute; inset: auto -12% -18% auto; width: 44vw; height: 44vw; min-width: 420px; min-height: 420px; border-radius: 50%; background: rgba(242,140,40,.18); filter: blur(4px); }
.hero-row { padding: 80px 0 70px; }
.hero h1 { color: var(--white); margin-bottom: 24px; }
.hero p { color: rgba(255,255,255,.82); font-size: 1.06rem; max-width: 720px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 34px; }
.hero-machine-card { position: relative; padding: 14px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.08); backdrop-filter: blur(10px); border-radius: 30px; box-shadow: 0 28px 70px rgba(0,0,0,.35); }
.hero-machine-card img { aspect-ratio: 4/5; width: 100%; object-fit: cover; border-radius: 22px; filter: saturate(.82) contrast(1.05); }
.machine-badge { position: absolute; left: -18px; bottom: 34px; width: 190px; background: var(--white); color: var(--primary-dark); border-left: 5px solid var(--secondary); padding: 18px; border-radius: 16px; box-shadow: var(--shadow); }
.machine-badge strong { display: block; font-size: 2.2rem; line-height: 1; }
.machine-badge span { color: var(--muted); font-weight: 600; font-size: .84rem; }
.section-heading { max-width: 760px; margin: 0 auto 50px; text-align: center; }
.section-heading p { font-size: 1rem; }
.image-frame { border-radius: var(--radius); overflow: hidden; padding: 12px; background: var(--white); box-shadow: var(--shadow); position: relative; }
.image-frame::before { content: ''; position: absolute; inset: 0; border-radius: var(--radius); border: 1px solid var(--line); pointer-events: none; }
.image-frame img { width: 100%; aspect-ratio: 5/4; object-fit: cover; border-radius: 16px; filter: saturate(.86) contrast(1.02); }
.image-frame.wide img { aspect-ratio: 16/10; }
.check-list { padding: 0; margin: 28px 0; list-style: none; display: grid; gap: 12px; }
.check-list.two-col { grid-template-columns: repeat(2, minmax(0,1fr)); }
.check-list li { font-weight: 700; color: var(--primary-dark); display: flex; align-items: center; gap: 10px; }
.check-list li::before { content: '\f00c'; font-family: 'Font Awesome 6 Free'; font-weight: 900; color: var(--secondary); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 60px; }
.stat-card { background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow-soft); border-radius: 18px; padding: 28px 24px; }
.stat-card strong { display: block; color: var(--primary); font-size: clamp(2rem, 4vw, 3rem); line-height: 1; margin-bottom: 10px; }
.stat-card span { color: var(--muted); font-weight: 700; }

.image-service-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-soft); height: 100%; transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; }
.image-service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: rgba(242,140,40,.45); }
.image-service-card .service-image { position: relative; overflow: hidden; }
.image-service-card .service-image img { width: 100%; aspect-ratio: 16/10; object-fit: cover; filter: saturate(.82) contrast(1.04); transform: scale(1.01); transition: transform .5s ease; }
.image-service-card:hover .service-image img { transform: scale(1.06); }
.image-service-card .service-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(6,40,63,.48)); pointer-events: none; }
.image-service-card .service-body { padding: 26px 28px 30px; }
.image-service-card .service-body span { display: inline-flex; align-items: center; gap: 8px; color: var(--secondary); font-size: .74rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; margin-bottom: 10px; }
.image-service-card .service-body h3 { font-size: 1.18rem; margin-bottom: 10px; }
.image-service-card .service-body p { margin-bottom: 0; }

.feature-card, .capability-card, .machine-card, .industry-card, .why-card, .mission-card, .contact-card, .quote-form, .technical-panel { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-soft); transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; }
.feature-card:hover, .capability-card:hover, .machine-card:hover, .industry-card:hover, .why-card:hover, .mission-card:hover, .contact-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: rgba(242,140,40,.45); }
.feature-card { padding: 34px; position: relative; overflow: hidden; }
.feature-card::after { content: ''; position: absolute; inset: auto -20px -70px auto; width: 140px; height: 140px; background: rgba(242,140,40,.08); border-radius: 50%; }
.icon-box, .capability-card i, .why-card i, .contact-card i { width: 58px; height: 58px; display: flex; align-items: center; justify-content: center; border-radius: 16px; background: rgba(11,60,93,.08); color: var(--primary); font-size: 1.45rem; margin-bottom: 24px; margin:auto;}
.feature-card p, .capability-card p, .why-card p, .mission-card p, .machine-card p { margin-bottom: 0; text-align: center;}
.capability-card { padding: 34px; min-height: 242px; }
.capability-card i { background: rgba(242,140,40,.12); color: var(--secondary); }
.split-showcase .machine-card { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.14); box-shadow: none; color: var(--white); padding: 22px; }
.split-showcase .machine-card h3 { font-size: .98rem; }
.split-showcase .machine-card p { display: none; }
.machine-card { padding: 28px; }
.machine-card span { width: 54px; height: 54px; border-radius: 15px; display: flex; align-items: center; justify-content: center; background: var(--primary); color: var(--white); margin:auto; font-size: 1.25rem; }
.industry-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.industry-card { padding: 28px 20px; text-align: center; }
.industry-card i { color: var(--secondary); font-size: 2rem; margin-bottom: 16px; }
.industry-card h3 { font-size: .98rem; margin-bottom: 0; }
.why-card { padding: 32px; }
.mission-card { padding: 36px; min-height: 100%; }
.mission-card span { color: var(--secondary); font-size: 3rem; font-weight: 800; line-height: 1; opacity: .75; display: block; margin-bottom: 20px; }
.technical-panel { padding: 36px; background: linear-gradient(135deg, #fff, #f8fbfd); }
.technical-panel ul { margin: 0; padding-left: 20px; }
.technical-panel li { margin-bottom: 14px; color: var(--primary-dark); font-weight: 700; }
.process-line { display: flex; align-items: stretch; justify-content: space-between; gap: 16px; }
.process-step { flex: 1; background: var(--white); border: 1px solid var(--line); border-radius: 20px; padding: 30px; box-shadow: var(--shadow-soft); min-height: 158px; }
.process-step span { color: var(--secondary); font-weight: 800; font-size: 2.3rem; display: block; line-height: 1; margin-bottom: 18px; text-align:center;}
.process-step h3 { margin-bottom: 0; }
.process-arrow { display: flex; align-items: center; color: var(--primary); font-size: 1.35rem; }
.cta { padding: 88px 0; }
.cta h2 { margin-bottom: 14px; }
.page-hero { padding: 190px 0 92px; }
.page-hero h1 { font-size: 24px; max-width: 820px; }
.page-hero p { max-width: 720px; font-size: 1rem; }
.page-hero-card { border-radius: 26px; overflow: hidden; padding: 10px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16); }
.page-hero-card img { border-radius: 18px; aspect-ratio: 4/3; object-fit: cover; filter: saturate(.86) contrast(1.04); }
.contact-cards { margin-top: -10px; }
.contact-card { padding: 32px; min-height: 220px; }
.contact-card address { color: var(--muted); margin-bottom: 0; text-align:center;}
.contact-card a { color: var(--primary); font-weight: 600; overflow-wrap: anywhere; }
.map-wrap { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); }
.map-wrap iframe { width: 100%; height: 560px; border: 0; display: block; filter: grayscale(.15) contrast(1.05); }
.quote-form { padding: 38px; }
.quote-form label { display: block; margin-bottom: 8px; font-weight: 700; color: var(--primary-dark); }
.form-control { border-radius: 12px; padding: 13px 14px; border: 1px solid rgba(11,60,93,.18); }
.form-control:focus { border-color: var(--secondary); box-shadow: 0 0 0 .2rem rgba(242,140,40,.15); }
.form-note { min-height: 24px; margin: 14px 0 0; font-weight: 700; color: var(--primary); }
.footer { padding: 88px 0 0; }
.footer-logo { height: 54px; width: auto;margin:auto; }
.footer h3 { font-size: 1rem; margin-bottom: 20px; color: var(--white); text-align:left;}
.footer ul { padding: 0; margin: 0; list-style: none; }
.footer li { margin-bottom: 10px; }
.footer a, .footer address, .footer-text, .footer p { color: rgba(255,255,255,.72); }
.footer a:hover { color: var(--secondary); }
.social-links { display: flex; gap: 12px; margin-top: 24px; }
.social-links a { width: 42px; height: 42px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: rgba(255,255,255,.1); color: var(--white); }
.social-links a:hover { background: var(--secondary); color: #111; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 60px; padding: 24px 0; }
.footer-bottom p { margin: 0; font-size: .92rem; }
.whatsapp-float, .scroll-top { position: fixed; z-index: 1030; border: 0; display: inline-flex; align-items: center; justify-content: center; box-shadow: 0 16px 34px rgba(0,0,0,.2); }
.whatsapp-float { right: 22px; bottom: 94px; width: 58px; height: 58px; border-radius: 50%; background: #25D366; color: var(--white); font-size: 1.85rem; }
.whatsapp-float:hover { transform: translateY(-4px); color: var(--white); }
.scroll-top { right: 24px; bottom: 24px; width: 48px; height: 48px; border-radius: 14px; background: var(--primary); color: var(--white); opacity: 0; visibility: hidden; transform: translateY(12px); transition: all .25s ease; }
.scroll-top.show { opacity: 1; visibility: visible; transform: translateY(0); }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .22s; }
@media (max-width: 1199px) { .industry-grid { grid-template-columns: repeat(3, 1fr); } .stats-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 991px) { .navbar { padding: 10px 0; } .hero { padding-top: 78px; } .hero-row { min-height: auto !important; padding: 90px 0 70px; } .page-hero { padding: 140px 0 70px; } .section { padding: 80px 0; } .process-line { flex-direction: column; } .process-arrow { justify-content: center; transform: rotate(90deg); } .machine-badge { left: 18px; } .check-list.two-col { grid-template-columns: 1fr; } }
@media (max-width: 767px) { body { line-height: 1.65; } h1, h2, h3, .hero p, .page-hero p, .section-kicker, .hero-kicker { text-align: center; } h1 { font-size: 30px; } h2 { font-size: 22px; } .section-kicker, .hero-kicker { justify-content: center; width: 100%; } .section { padding: 68px 0; } .hero-actions { flex-direction: column; align-items: stretch; } .hero-actions .btn { width: 100%; } .text-link { justify-content: center; width: 100%; } .stats-grid, .industry-grid { grid-template-columns: 1fr; } .stat-card, .feature-card, .capability-card, .machine-card, .why-card, .mission-card, .contact-card, .image-service-card .service-body { text-align: center; } .icon-box, .capability-card i, .why-card i, .contact-card i { margin-left: auto; margin-right: auto; } .quote-form { padding: 26px; } .map-wrap iframe { height: 360px; } .whatsapp-float { right: 16px; bottom: 86px; width: 54px; height: 54px; } .scroll-top { right: 18px; } .page-hero-card { display: none; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } .reveal { opacity: 1; transform: none; } }
