:root{
  --brand:#D9822B;
  --brand-2:#B96A1D;
  --brand-soft:#eaf8f4;
  --brand-dark:#0a3346;
  --ink:#102a36;
  --text:#526672;
  --muted:#78909a;
  --cream:#ffffff;
  --soft:#eef8fb;
  --white:#ffffff;
  --border:rgba(20,121,168,.14);
  --shadow:0 24px 70px rgba(11,65,88,.12);
  --radius:28px;
}
*{box-sizing:border-box}
body{font-family:'Manrope',system-ui,-apple-system,Segoe UI,sans-serif;color:var(--text);background:#ffffff;overflow-x:hidden}
h1,h2,h3,h4,.navbar-brand span{font-family:'Manrope',sans-serif;color:var(--ink);font-weight:800;letter-spacing:-.035em}
a{text-decoration:none;transition:.25s ease}.container-xl{max-width:1220px}.section-pad{padding:50px 0}.section-kicker,.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--brand);font-weight:800;text-transform:uppercase;font-size:13px;letter-spacing:.13em;margin-bottom:14px}.section-title{max-width:760px;margin:0 auto 44px}.section-title h2,.intro-section h2,.why-section h2,.cta-box h2{font-size:clamp(32px,4vw,42px);line-height:1.03}.section-title p{font-size:18px;color:var(--muted)}.btn{border-radius:999px;padding:13px 24px;font-weight:800}.btn-primary{background:linear-gradient(135deg,var(--brand),var(--brand-2));border:0;color:#fff;box-shadow:0 14px 30px rgba(217,130,43,.25)}.btn-primary:hover{transform:translateY(-2px);filter:saturate(1.08);color:#fff}.btn-light{background:#fff;border:1px solid rgba(255,255,255,.6);color:var(--brand-dark)}.text-link{font-weight:800;color:var(--brand);display:inline-flex;align-items:center;gap:8px}.text-link:hover{color:var(--brand-2)}
.topbar{background:#0a3346;color:#ffffff;font-size:13px;padding:9px 0}.topbar span{display:inline-flex;align-items:center;gap:7px;margin-right:18px}.main-navbar{background:rgba(255,255,255,.92);backdrop-filter:blur(16px);box-shadow:0 10px 40px rgba(11,65,88,.08)}.navbar-brand{display:flex;align-items:center;gap:12px}.navbar-brand img{width:48px;height:48px;object-fit:contain;padding:4px}.navbar-brand span{font-size:18px;line-height:.95}.navbar-brand small{font-size:11px;letter-spacing:.02em;color:var(--muted)}.navbar-nav .nav-link{font-weight:800;color:#244653;padding:24px 14px}.navbar-nav .nav-link:hover,.navbar-nav .nav-link.active{color:var(--brand)}.dropdown-menu{border:0;border-radius:18px;box-shadow:var(--shadow);padding:12px}.dropdown-item{border-radius:12px;padding:10px 14px;font-weight:700;color:#42606d}.dropdown-item:hover{background:var(--soft);color:var(--brand)}.nav-btn{padding:11px 20px}
.section-container-align{padding:0}.hero-section{position:relative;overflow:hidden}.hero-shell{position:relative;min-height:calc(100vh - 118px);overflow:hidden;display:flex;align-items:center;box-shadow:0 20px 70px rgba(11,65,88,.10);border-bottom:1px solid rgba(20,121,168,.10);background:#102a36}.hero-bg,.hero-video,.hero-overlay{position:absolute;inset:0}.hero-bg{z-index:0}.hero-bg img{width:100%;height:100%;object-fit:cover}.hero-video{z-index:1;width:100%;height:100%;object-fit:cover;display:block}.hero-overlay{z-index:2;background:linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.82) 45%,rgba(255,255,255,.18) 100%)}.hero-shell:after{content:"";position:absolute;z-index:2;right:-130px;bottom:-170px;width:500px;height:500px;background:radial-gradient(circle,rgba(217,130,43,.18),rgba(217,130,43,0) 66%);pointer-events:none}.hero-content{position:relative;z-index:3;width:100%}.min-vh-hero{min-height:calc(100vh - 118px)}.hero-content h1{font-size:clamp(36px,4.8vw,58px);line-height:.98;margin-bottom:22px}.hero-content p{font-size:19px;line-height:1.75;color:#526672;max-width:720px}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}.hero-stats{position:relative;z-index:3;margin-top:-20px;display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:20px}.stat-card{background:rgba(255,255,255,.96);border:1px solid var(--border);border-radius:24px;padding:24px;box-shadow:var(--shadow)}.stat-card strong{display:block;color:#102a36;font-size:28px;font-weight:900}.stat-card span{color:var(--muted);font-weight:700}
.image-stack{position:relative}.main-img{width:100%;border-radius:var(--radius);box-shadow:var(--shadow);aspect-ratio:1.05/1;object-fit:cover}.floating-badge{position:absolute;right:22px;bottom:22px;background:#fff;border-radius:22px;padding:16px 18px;display:flex;gap:12px;align-items:center;box-shadow:0 18px 50px rgba(11,65,88,.14);font-weight:800;color:#102a36}.floating-badge i{font-size:34px;color:var(--brand-2)}.intro-section p{font-size:17px;line-height:1.8}.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:26px}.feature-grid div,.service-card,.product-cta{background:#fff;border:1px solid var(--border);border-radius:24px;padding:26px;box-shadow:0 16px 45px rgba(11,65,88,.07)}.feature-grid i,.service-card i,.product-cta i{font-size:36px;color:var(--brand-2);margin-bottom:16px}.feature-grid h3,.service-card h3,.product-card h3,.product-cta h3{font-size:22px;margin-bottom:10px}.service-section{background:linear-gradient(180deg,#ffffff,#f3fbfd)}.service-card{height:100%;transition:.25s ease}.service-card:hover{transform:translateY(-8px);box-shadow:var(--shadow)}
.products-section{background:#ffffff}.product-card{height:100%;display:block;background:#fff;border-radius:28px;overflow:hidden;border:1px solid var(--border);box-shadow:0 16px 44px rgba(11,65,88,.08);color:var(--text)}.product-card img{width:100%;height:260px;object-fit:cover;transition:.4s ease}.product-card div{padding:25px}.product-card span{display:inline-block;color:var(--brand);font-weight:900;font-size:12px;text-transform:uppercase;letter-spacing:.13em;margin-bottom:9px}.product-card p{line-height:1.7}.product-card:hover{transform:translateY(-8px);box-shadow:var(--shadow)}.product-card:hover img{transform:scale(1.05)}.product-cta{height:100%;background:linear-gradient(145deg,#D9822B,#B96A1D);color:#fff}.product-cta h3{color:#fff}.product-cta p{color:#fff}.why-section{background:linear-gradient(135deg,#D9822B,#B96A1D);color:#fff}.why-section h2,.why-section .section-kicker{color:#fff}.why-section p{color:#fff}.why-list{display:grid;gap:14px}.why-list div{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);border-radius:22px;padding:20px 22px;display:flex;gap:18px;align-items:center}.why-list strong{color:#8ee6d0;font-size:20px}.why-list span{color:#fff;font-weight:800;font-size:18px}.gallerySwiper{padding-bottom:48px}.gallerySwiper img{width:100%;height:340px;object-fit:cover;border-radius:28px}.swiper-pagination-bullet-active{background:var(--brand-2)}.cta-section{padding:10px 0px 50px 0px;background:#ffffff}.cta-box{background:linear-gradient(135deg,var(--brand),var(--brand-2));border-radius:34px;padding:48px;display:flex;align-items:center;justify-content:space-between;gap:30px;box-shadow:var(--shadow)}.cta-box h2{color:#ffffff}.cta-box p{color:#e8fbff;margin-bottom:0;max-width:680px}.cta-box .section-kicker{color:#e8fbff}.site-footer{background:#082b3a;color:#fff;padding:70px 0 24px}.footer-brand{display:flex;gap:14px;align-items:center;margin-bottom:20px;color:#fff;font-weight:900}.footer-brand img{width:54px;height:54px;padding:5px}.site-footer h3{color:#fff;font-size:18px;margin-bottom:18px}.site-footer a{display:block;color:#aee9f7;margin-bottom:10px}.site-footer a:hover{color:#fff}.site-footer p{color:#c9e9f2;line-height:1.75}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:36px;padding-top:20px;display:flex;justify-content:space-between;gap:16px;color:#b7dbe5;font-size:14px}.whatsapp-float{position:fixed;right:22px;bottom:22px;width:58px;height:58px;border-radius:50%;background:#25d366;color:white;display:grid;place-items:center;font-size:32px;z-index:50;box-shadow:0 14px 34px rgba(37,211,102,.35)}
@media(max-width:1199px){.container-xl{padding: 0px 15px;}.navbar-nav .nav-link{padding:12px 0}.nav-btn{margin:12px 0 18px}.hero-stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:991px){.section-pad{padding:30px 0}.hero-shell{min-height:620px}.hero-content{padding:0}.min-vh-hero{min-height:620px}.hero-overlay{background:linear-gradient(180deg,rgba(255,255,255,.97),rgba(255,255,255,.82))}.feature-grid{grid-template-columns:1fr}.cta-box{display:block}.cta-box .btn{margin-top:24px}.footer-bottom{flex-direction:column}}@media(max-width:575px){.section-container-align{padding-top:0}.hero-shell{min-height:620px}.hero-content{padding:0}.hero-content h1{font-size:40px}.hero-content p{font-size:17px}.hero-stats{grid-template-columns:1fr;padding:0 14px}.stat-card{padding:20px}.cta-box{padding:30px}.product-card img,.gallerySwiper img{height:240px}.navbar-brand span{font-size:16px}.navbar-brand img{width:42px;height:42px}}

.product-card{transition:.3s ease}.product-card:hover{transform:translateY(-8px);box-shadow:var(--shadow)}

/* About Us Page */
.inner-hero{position:relative;min-height:430px;display:flex;align-items:flex-end;overflow:hidden;padding:120px 0 70px;background:#102a36}.inner-hero-bg,.inner-hero-overlay{position:absolute;inset:0}.inner-hero-bg img{width:100%;height:100%;object-fit:cover}.inner-hero-overlay{background:linear-gradient(90deg,rgba(16,42,54,.92),rgba(16,42,54,.72) 45%,rgba(16,42,54,.25))}.inner-hero .container-xl{position:relative;z-index:2}.inner-hero h1{color:#fff;font-size:clamp(34px,4vw,54px);line-height:1.02;margin-bottom:18px}.inner-hero p{color:#d8edf3;font-size:18px;line-height:1.75;max-width:760px}.inner-hero .eyebrow{color:#fff}.about-image-grid{position:relative;display:grid;grid-template-columns:1fr .72fr;gap:18px;align-items:end}.about-img-large,.about-img-small{width:100%;object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow)}.about-img-large{height:520px}.about-img-small{height:320px;margin-bottom:55px}.about-experience-card{position:absolute;right:28px;bottom:0;background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff;border-radius:26px;padding:24px 28px;min-width:190px;box-shadow:0 20px 50px rgba(217,130,43,.28)}.about-experience-card strong{display:block;font-size:42px;line-height:1;font-weight:900;color:#fff}.about-experience-card span{display:block;margin-top:8px;font-weight:800;line-height:1.35}.about-overview-section p,.product-focus-section p{font-size:17px;line-height:1.8}.about-check-list{display:grid;gap:14px;margin-top:26px}.about-check-list div{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--border);border-radius:18px;padding:16px 18px;font-weight:800;color:var(--ink);box-shadow:0 12px 34px rgba(11,65,88,.06)}.about-check-list i{font-size:24px;color:var(--brand)}.capability-section{background:linear-gradient(180deg,#fff,#f8fafc)}.capability-card,.mission-card{height:100%;background:#fff;border:1px solid var(--border);border-radius:26px;padding:30px;box-shadow:0 16px 45px rgba(11,65,88,.07);transition:.25s ease}.capability-card:hover,.mission-card:hover{transform:translateY(-7px);box-shadow:var(--shadow)}.capability-card i,.mission-card i{font-size:40px;color:var(--brand);margin-bottom:18px}.capability-card h3,.mission-card h3{font-size:22px;margin-bottom:10px}.capability-card p,.mission-card p{line-height:1.75;margin-bottom:0}.mission-section{background:#fff}.mission-intro{background:linear-gradient(135deg,#D9822B,#B96A1D);display:flex;flex-direction:column;justify-content:center}.mission-intro h2,.mission-intro .section-kicker{color:#fff}.product-focus-section{background:#ffffff}.about-product-list{display:grid;gap:14px}.about-product-list a{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;background:#fff;border:1px solid var(--border);border-radius:22px;padding:20px 22px;color:var(--ink);box-shadow:0 12px 35px rgba(11,65,88,.06);font-weight:900}.about-product-list a:hover{transform:translateX(6px);border-color:rgba(217,130,43,.32);box-shadow:var(--shadow)}.about-product-list span{color:var(--brand);font-weight:900}.about-product-list i{color:var(--brand);font-size:22px}
@media(max-width:991px){.inner-hero{min-height:380px;padding:100px 0 55px}.about-image-grid{grid-template-columns:1fr}.about-img-large{height:400px}.about-img-small{display:none}.about-experience-card{right:20px;bottom:20px}.mission-intro{min-height:260px}}@media(max-width:575px){.inner-hero{padding:90px 0 45px}.inner-hero h1{font-size:34px}.inner-hero p{font-size:16px}.about-img-large{height:320px}.about-experience-card{position:relative;right:auto;bottom:auto;margin-top:-45px;margin-left:18px;width:calc(100% - 36px)}.about-product-list a{grid-template-columns:auto 1fr;gap:12px}.about-product-list i{display:none}}

/* Services Page */
.services-hero .inner-hero-bg img{object-position:center 45%}.service-intro-section{background:#ffffff}.service-intro-section p,.application-section p{font-size:17px;line-height:1.8}.service-highlight-list{display:grid;gap:14px;margin-top:26px}.service-highlight-list div{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--border);border-radius:18px;padding:16px 18px;font-weight:800;color:var(--ink);box-shadow:0 12px 34px rgba(11,65,88,.06)}.service-highlight-list i{font-size:24px;color:var(--brand)}.service-photo-card{position:relative;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);background:#fff}.service-photo-card img{width:100%;height:520px;object-fit:cover}.service-photo-card:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 45%,rgba(16,42,54,.78))}.service-photo-caption{position:absolute;left:28px;right:28px;bottom:28px;background:rgba(255,255,255,.94);border:1px solid rgba(255,255,255,.45);border-radius:22px;padding:22px;box-shadow:0 18px 45px rgba(0,0,0,.12)}.service-photo-caption strong{display:block;color:var(--ink);font-size:22px;margin-bottom:8px}.service-photo-caption span{color:var(--muted);font-weight:700;line-height:1.55}.service-core-section{background:linear-gradient(180deg,#fff,#f8fafc)}.service-detail-card{height:100%;background:#fff;border:1px solid var(--border);border-radius:28px;padding:30px;box-shadow:0 16px 45px rgba(11,65,88,.07);transition:.28s ease;display:flex;flex-direction:column}.service-detail-card:hover{transform:translateY(-8px);box-shadow:var(--shadow);border-color:rgba(217,130,43,.34)}.service-icon{width:68px;height:68px;border-radius:22px;background:var(--brand-soft);display:grid;place-items:center;margin-bottom:22px}.service-icon i{font-size:34px;color:var(--brand)}.service-detail-card h3{font-size:22px;margin-bottom:12px}.service-detail-card p{line-height:1.75;margin-bottom:22px}.service-detail-card a{margin-top:auto;font-weight:900;color:var(--brand);display:inline-flex;align-items:center;gap:8px}.service-detail-card a:hover{color:var(--brand-2);gap:12px}.application-section{background:#ffffff}.application-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.application-grid div{background:#fff;border:1px solid var(--border);border-radius:24px;padding:26px;box-shadow:0 16px 45px rgba(11,65,88,.07);transition:.25s ease}.application-grid div:hover{transform:translateY(-6px);box-shadow:var(--shadow);border-color:rgba(217,130,43,.3)}.application-grid i{font-size:36px;color:var(--brand);margin-bottom:16px}.application-grid strong{display:block;color:var(--ink);font-size:19px;margin-bottom:8px}.application-grid span{display:block;color:var(--muted);line-height:1.65}.service-process-section{background:#fff7ed}.process-line{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;position:relative}.process-card{height:100%;background:#fff;border:1px solid rgba(217,130,43,.16);border-radius:26px;padding:28px;box-shadow:0 16px 45px rgba(217,130,43,.08)}.process-card span{display:inline-grid;place-items:center;width:46px;height:46px;border-radius:16px;background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff;font-weight:900;margin-bottom:18px}.process-card h3{font-size:21px;margin-bottom:10px}.process-card p{line-height:1.7;margin-bottom:0}.service-products-section{background:#ffffff}.service-product-intro{height:100%;border-radius:28px;padding:32px;background:linear-gradient(135deg,#D9822B,#B96A1D);color:#fff;display:flex;flex-direction:column;justify-content:center;box-shadow:var(--shadow)}.service-product-intro h2,.service-product-intro p,.service-product-intro .section-kicker{color:#fff}.mini-product-card{position:relative;display:block;height:100%;min-height:260px;border-radius:28px;overflow:hidden;color:#fff;box-shadow:0 16px 45px rgba(11,65,88,.10);border:1px solid var(--border)}.mini-product-card img{width:100%;height:100%;min-height:260px;object-fit:cover;transition:.4s ease}.mini-product-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(16,42,54,.06) 20%,rgba(16,42,54,.86))}.mini-product-card div{position:absolute;left:24px;right:24px;bottom:22px;z-index:2}.mini-product-card span{display:inline-block;color:#fff;background:rgba(217,130,43,.92);border-radius:999px;padding:6px 12px;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px}.mini-product-card h3{color:#fff;font-size:24px;margin-bottom:0}.mini-product-card:hover{transform:translateY(-8px);box-shadow:var(--shadow)}.mini-product-card:hover img{transform:scale(1.06)}
@media(max-width:991px){.service-photo-card img{height:400px}.application-grid,.process-line{grid-template-columns:1fr 1fr}.service-product-intro{min-height:260px}}@media(max-width:575px){.service-photo-card img{height:320px}.service-photo-caption{left:18px;right:18px;bottom:18px;padding:18px}.application-grid,.process-line{grid-template-columns:1fr}.service-detail-card,.application-grid div,.process-card{padding:24px}.mini-product-card,.mini-product-card img{min-height:230px}}


/* Product Info Pages */
.product-hero-section{background:linear-gradient(180deg,#fff,#fff7ed);padding:82px 0 60px;overflow:hidden}.product-hero-section h1{font-size:clamp(38px,5vw,62px);line-height:.98;margin-bottom:18px}.product-hero-section p{font-size:18px;line-height:1.8;max-width:640px}.product-hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:18px;margin-top:28px}.product-hero-image{position:relative;border-radius:34px;overflow:hidden;box-shadow:var(--shadow);background:#fff;border:1px solid var(--border)}.product-hero-image img{width:100%;height:520px;object-fit:cover;display:block}.product-hero-badge{position:absolute;left:24px;bottom:24px;display:flex;align-items:center;gap:12px;background:rgba(255,255,255,.94);border:1px solid rgba(255,255,255,.5);border-radius:22px;padding:16px 18px;box-shadow:0 18px 45px rgba(0,0,0,.12);font-weight:900;color:var(--ink);line-height:1.25}.product-hero-badge i{font-size:34px;color:var(--brand)}.product-overview-section{background:#fff}.product-overview-section p,.product-application-section p,.product-faq-section p{font-size:17px;line-height:1.8}.product-spec-card{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.product-spec-card div{background:#fff;border:1px solid var(--border);border-radius:22px;padding:22px;box-shadow:0 12px 35px rgba(11,65,88,.06)}.product-spec-card span{display:block;color:var(--muted);font-weight:800;font-size:13px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}.product-spec-card strong{display:block;color:var(--ink);font-size:18px;line-height:1.35}.product-features-section{background:linear-gradient(180deg,#fff,#f8fafc)}.product-feature-card{height:100%;background:#fff;border:1px solid var(--border);border-radius:26px;padding:28px;box-shadow:0 16px 45px rgba(11,65,88,.07);transition:.28s ease}.product-feature-card:hover{transform:translateY(-7px);box-shadow:var(--shadow);border-color:rgba(217,130,43,.32)}.product-feature-card i{font-size:38px;color:var(--brand);margin-bottom:16px}.product-feature-card h3{font-size:20px;margin-bottom:0;line-height:1.35}.product-application-section{background:#fff}.product-application-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.product-application-grid div{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--border);border-radius:20px;padding:18px 20px;box-shadow:0 12px 35px rgba(11,65,88,.06);font-weight:900;color:var(--ink)}.product-application-grid i{font-size:24px;color:var(--brand)}.product-gallery-section{background:#fff7ed}.product-gallery-item{position:relative;display:block;border-radius:26px;overflow:hidden;box-shadow:0 16px 45px rgba(11,65,88,.10);background:#fff}.product-gallery-item img{width:100%;height:300px;object-fit:cover;display:block;transition:.4s ease}.product-gallery-item span{position:absolute;right:18px;bottom:18px;width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:rgba(217,130,43,.95);color:#fff;font-size:22px;opacity:0;transform:translateY(10px);transition:.28s ease}.product-gallery-item:hover img{transform:scale(1.05)}.product-gallery-item:hover span{opacity:1;transform:translateY(0)}.product-faq-section{background:#fff}.product-accordion .accordion-item{border:1px solid var(--border);border-radius:20px!important;overflow:hidden;margin-bottom:14px;box-shadow:0 12px 35px rgba(11,65,88,.05)}.product-accordion .accordion-button{font-weight:900;color:var(--ink);padding:20px 22px}.product-accordion .accordion-button:not(.collapsed){background:#fff7ed;color:var(--brand);box-shadow:none}.product-accordion .accordion-button:focus{box-shadow:none}.product-accordion .accordion-body{line-height:1.75;color:var(--text);padding:0 22px 22px}.related-products-section{background:linear-gradient(180deg,#fff,#f8fafc)}.related-product-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.related-product-list a{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;background:#fff;border:1px solid var(--border);border-radius:20px;padding:18px 20px;color:var(--ink);box-shadow:0 12px 35px rgba(11,65,88,.06);font-weight:900}.related-product-list a:hover{transform:translateX(5px);border-color:rgba(217,130,43,.32);box-shadow:var(--shadow)}.related-product-list span,.related-product-list i{color:var(--brand)}.dropdown-item.active,.dropdown-item:active{background:#fff7ed;color:var(--brand)}
@media(max-width:991px){.product-hero-section{padding:60px 0 44px}.product-hero-image img{height:420px}.product-spec-card,.product-application-grid,.related-product-list{grid-template-columns:1fr}}@media(max-width:575px){.product-hero-section h1{font-size:38px}.product-hero-section p{font-size:16px}.product-hero-image img{height:320px}.product-hero-badge{left:16px;right:16px;bottom:16px}.product-spec-card div,.product-feature-card{padding:22px}.product-gallery-item img{height:240px}}


/* FAQ Page */
.faq-hero .inner-hero-overlay{background:linear-gradient(90deg,rgba(16,42,54,.92),rgba(16,42,54,.72) 45%,rgba(16,42,54,.28))}
.faq-section{background:linear-gradient(180deg,#fff,#f8fafc)}
.faq-search-panel{display:grid;grid-template-columns:1fr minmax(320px,520px);gap:28px;align-items:center;background:#fff;border:1px solid var(--border);border-radius:30px;padding:32px;box-shadow:0 18px 50px rgba(11,65,88,.07);margin-bottom:26px}
.faq-search-panel h2{margin-bottom:10px;font-size:clamp(28px,3vw,38px)}
.faq-search-panel p{margin-bottom:0;line-height:1.7;color:var(--muted)}
.faq-search-box{position:relative}
.faq-search-box i{position:absolute;left:20px;top:50%;transform:translateY(-50%);font-size:24px;color:var(--brand)}
.faq-search-box input{width:100%;height:62px;border:1px solid rgba(217,130,43,.18);border-radius:999px;padding:0 22px 0 58px;background:#fff7ed;color:var(--ink);font-weight:800;outline:none;transition:.25s ease}
.faq-search-box input:focus{border-color:rgba(217,130,43,.5);box-shadow:0 0 0 5px rgba(217,130,43,.10);background:#fff}
.faq-tab-wrap{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:30px}
.faq-tab{border:1px solid rgba(217,130,43,.18);background:#fff;color:var(--ink);border-radius:999px;padding:12px 18px;font-weight:900;transition:.25s ease}
.faq-tab:hover,.faq-tab.active{background:linear-gradient(135deg,var(--brand),var(--brand-2));border-color:transparent;color:#fff;box-shadow:0 12px 28px rgba(217,130,43,.18)}
.faq-accordion .faq-item{transition:.2s ease}
.faq-accordion .faq-item.is-hidden{display:none}
.faq-side-card{position:sticky;top:110px;background:#fff;border:1px solid var(--border);border-radius:30px;padding:30px;box-shadow:var(--shadow)}
.faq-side-card h3{font-size:26px;margin-bottom:18px}
.faq-side-card ul{list-style:none;padding:0;margin:0 0 26px;display:grid;gap:13px}
.faq-side-card li{display:flex;gap:10px;align-items:flex-start;color:var(--text);font-weight:800;line-height:1.5}
.faq-side-card li i{color:var(--brand);font-size:22px;margin-top:1px}
.faq-empty{display:none;text-align:center;background:#fff;border:1px solid var(--border);border-radius:26px;padding:38px;box-shadow:0 16px 45px rgba(11,65,88,.06)}
.faq-empty.show{display:block}
.faq-empty i{font-size:46px;color:var(--brand);margin-bottom:12px}
.faq-empty h3{font-size:24px;margin-bottom:8px}
.faq-empty p{margin-bottom:0;color:var(--muted)}
@media(max-width:991px){.faq-search-panel{grid-template-columns:1fr}.faq-side-card{position:relative;top:auto}}
@media(max-width:575px){.faq-search-panel{padding:24px}.faq-tab{width:100%;justify-content:center}.faq-search-box input{height:58px}.faq-side-card{padding:24px}}


/* Blog Pages */
.blog-hero .inner-hero-overlay{background:linear-gradient(90deg,rgba(16,42,54,.92),rgba(16,42,54,.72) 45%,rgba(16,42,54,.22))}
.blog-feature-section{background:#fff}.featured-blog-card{display:grid;grid-template-columns:1.05fr .95fr;gap:0;align-items:stretch;background:#fff;border:1px solid var(--border);border-radius:34px;overflow:hidden;box-shadow:var(--shadow)}.featured-blog-img{min-height:430px;overflow:hidden}.featured-blog-img img{width:100%;height:100%;object-fit:cover;display:block;transition:.45s ease}.featured-blog-card:hover .featured-blog-img img{transform:scale(1.04)}.featured-blog-content{padding:46px;display:flex;flex-direction:column;justify-content:center}.featured-blog-content h2{font-size:clamp(30px,3.2vw,46px);line-height:1.12;margin-bottom:18px}.featured-blog-content p{font-size:17px;line-height:1.8;color:var(--text)}.blog-list-section{background:linear-gradient(180deg,#fff,#f8fafc)}.blog-filter-tabs{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:30px}.blog-filter{border:1px solid rgba(217,130,43,.18);background:#fff;color:var(--ink);border-radius:999px;padding:12px 18px;font-weight:900;transition:.25s ease}.blog-filter:hover,.blog-filter.active{background:linear-gradient(135deg,var(--brand),var(--brand-2));border-color:transparent;color:#fff;box-shadow:0 12px 28px rgba(217,130,43,.18)}.blog-card-wrap.is-hidden{display:none}.blog-card{height:100%;display:block;background:#fff;border:1px solid var(--border);border-radius:28px;overflow:hidden;color:var(--ink);box-shadow:0 14px 40px rgba(11,65,88,.07);transition:.28s ease}.blog-card:hover{transform:translateY(-8px);box-shadow:var(--shadow);border-color:rgba(217,130,43,.3)}.blog-card-img{height:230px;overflow:hidden;background:#fff7ed}.blog-card-img img{width:100%;height:100%;object-fit:cover;display:block;transition:.45s ease}.blog-card:hover .blog-card-img img{transform:scale(1.06)}.blog-card-body{padding:26px}.blog-cat{display:inline-flex;align-items:center;background:#fff7ed;color:var(--brand);border:1px solid rgba(217,130,43,.16);border-radius:999px;padding:8px 12px;font-size:12px;font-weight:900;letter-spacing:.08em;margin-bottom:14px}.blog-card h3{font-size:22px;line-height:1.32;margin-bottom:12px}.blog-card p{color:var(--muted);line-height:1.7;margin-bottom:18px}.blog-meta{display:flex;flex-wrap:wrap;gap:14px;color:var(--muted);font-size:14px;font-weight:800}.blog-meta span{display:inline-flex;align-items:center;gap:6px}.blog-meta i{color:var(--brand);font-size:18px}.blog-sidebar{position:sticky;top:110px;display:grid;gap:22px}.blog-search-box{position:relative}.blog-search-box i{position:absolute;left:18px;top:50%;transform:translateY(-50%);font-size:22px;color:var(--brand)}.blog-search-box input{width:100%;height:58px;border:1px solid rgba(217,130,43,.18);border-radius:999px;padding:0 20px 0 54px;background:#fff;color:var(--ink);font-weight:800;outline:none}.blog-search-box input:focus{border-color:rgba(217,130,43,.48);box-shadow:0 0 0 5px rgba(217,130,43,.10)}.sidebar-block,.blog-quote-card{background:#fff;border:1px solid var(--border);border-radius:28px;padding:26px;box-shadow:0 14px 40px rgba(11,65,88,.06)}.sidebar-block h3,.blog-quote-card h3{font-size:22px;margin-bottom:18px}.topic-tags{display:flex;flex-wrap:wrap;gap:10px}.topic-tags a{display:inline-flex;border:1px solid var(--border);border-radius:999px;padding:9px 13px;color:var(--ink);font-size:13px;font-weight:900}.topic-tags a:hover{background:#fff7ed;border-color:rgba(217,130,43,.25);color:var(--brand)}.recent-posts{display:grid;gap:14px}.recent-posts a{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:flex-start;color:var(--ink)}.recent-posts span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#fff7ed;color:var(--brand);font-weight:900}.recent-posts p{margin:0;font-weight:900;line-height:1.45}.blog-quote-card{background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff}.blog-quote-card i{font-size:40px;margin-bottom:12px}.blog-quote-card p{color:rgba(255,255,255,.82);line-height:1.65}.blog-pagination{display:flex;gap:10px;align-items:center;justify-content:center;margin-top:40px}.blog-pagination a{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#fff;border:1px solid var(--border);color:var(--ink);font-weight:900}.blog-pagination a:hover,.blog-pagination a.active{background:var(--brand);color:#fff;border-color:var(--brand)}.blog-seo-section{background:#fff}.blog-seo-box{background:#fff7ed;border:1px solid rgba(217,130,43,.16);border-radius:34px;padding:46px;max-width:980px;margin:auto;text-align:center}.blog-seo-box p{font-size:17px;line-height:1.85;color:var(--text);margin-bottom:0}.blog-detail-hero{background:linear-gradient(180deg,#fff7ed,#fff);padding:86px 0 50px}.blog-detail-hero h1{font-size:clamp(38px,5vw,64px);line-height:1.05;margin:14px 0 22px}.blog-detail-cover img{width:100%;height:520px;object-fit:cover;border-radius:34px;box-shadow:var(--shadow);display:block}.blog-detail-section{background:#fff}.blog-article{font-size:17px;line-height:1.85;color:var(--text)}.blog-article .lead{font-size:21px;line-height:1.75;color:var(--ink);font-weight:700;margin-bottom:34px}.blog-article h2{font-size:clamp(28px,3vw,38px);margin:42px 0 16px}.blog-article p{margin-bottom:18px}.blog-article ul{padding-left:20px;margin:20px 0;display:grid;gap:10px}.blog-article li::marker{color:var(--brand)}.article-highlight{display:grid;grid-template-columns:auto 1fr;gap:16px;background:#fff7ed;border:1px solid rgba(217,130,43,.18);border-radius:24px;padding:24px;margin:28px 0}.article-highlight i{font-size:34px;color:var(--brand)}.article-cta{display:flex;align-items:center;justify-content:space-between;gap:24px;background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff;border-radius:30px;padding:34px;margin-top:42px}.article-cta .section-kicker{color:#fff;background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.18)}.article-cta h3{font-size:30px;margin-bottom:10px}.article-cta p{color:rgba(255,255,255,.82);margin-bottom:0}.article-sidebar{position:sticky;top:110px;display:grid;gap:22px}.toc-card,.share-card{background:#fff;border:1px solid var(--border);border-radius:28px;padding:28px;box-shadow:0 14px 40px rgba(11,65,88,.06)}.toc-card h3,.share-card h3{font-size:22px;margin-bottom:18px}.toc-card a{display:block;color:var(--ink);font-weight:900;padding:12px 0;border-bottom:1px solid var(--border)}.toc-card a:last-child{border-bottom:0}.toc-card a:hover{color:var(--brand);padding-left:6px}.share-card p{color:var(--muted);line-height:1.7}.related-article-section{background:linear-gradient(180deg,#fff,#f8fafc)}
@media(max-width:991px){.featured-blog-card{grid-template-columns:1fr}.featured-blog-img{min-height:360px}.blog-sidebar,.article-sidebar{position:relative;top:auto}.blog-detail-cover img{height:420px}.article-cta{align-items:flex-start;flex-direction:column}}
@media(max-width:575px){.featured-blog-content,.blog-seo-box{padding:28px}.featured-blog-img{min-height:280px}.blog-card-img{height:210px}.blog-detail-hero{padding:60px 0 36px}.blog-detail-cover img{height:300px;border-radius:24px}.article-highlight{grid-template-columns:1fr}.article-cta{padding:28px}.blog-filter{width:100%;justify-content:center}}


/* Contact Page */
.contact-hero .inner-hero-overlay{
  background:linear-gradient(90deg,rgba(16,42,54,.94),rgba(16,42,54,.76) 48%,rgba(16,42,54,.25));
}
.contact-main-section{
  background:linear-gradient(180deg,#ffffff,#f8fafc);
}
.contact-info-panel,
.contact-form-card{
  height:100%;
  background:#fff;
  border:1px solid var(--border);
  border-radius:30px;
  box-shadow:0 18px 55px rgba(11,65,88,.08);
}
.contact-info-panel{
  padding:34px;
}
.contact-info-panel h2,
.contact-form-card h2,
.contact-location-section h2,
.quick-contact-box h2{
  font-size:clamp(28px,3vw,38px);
  line-height:1.08;
}
.contact-info-panel p,
.form-title p,
.contact-location-section p,
.quick-contact-box p{
  font-size:16px;
  line-height:1.75;
}
.contact-card-list{
  display:grid;
  gap:14px;
  margin-top:28px;
}
.contact-card-item{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:15px;
  align-items:flex-start;
  background:#fff;
  border:1px solid var(--border);
  border-radius:22px;
  padding:18px;
  color:var(--ink);
  box-shadow:0 12px 34px rgba(11,65,88,.055);
}
.contact-card-item:hover{
  transform:translateY(-4px);
  border-color:rgba(217,130,43,.35);
  box-shadow:var(--shadow);
  color:var(--ink);
}
.contact-card-item i{
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border-radius:16px;
  background:#fff7ed;
  color:var(--brand);
  font-size:24px;
}
.contact-card-item span{
  display:block;
  color:var(--muted);
  font-weight:800;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.08em;
  margin-bottom:4px;
}
.contact-card-item strong{
  display:block;
  color:var(--ink);
  line-height:1.5;
  font-weight:900;
}
.contact-response-box{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:16px;
  margin-top:22px;
  padding:20px;
  border-radius:24px;
  background:linear-gradient(135deg,var(--brand),var(--brand-2));
  color:#fff;
}
.contact-response-box i{
  font-size:34px;
  color:#fff;
}
.contact-response-box strong{
  color:#fff;
  font-weight:900;
}
.contact-response-box p{
  color:rgba(255,255,255,.82);
  margin:4px 0 0;
  font-size:14px;
}
.contact-form-card{
  padding:34px;
}
.contact-form label{
  display:block;
  color:var(--ink);
  font-weight:900;
  margin-bottom:8px;
}
.contact-form .form-control,
.contact-form .form-select{
  border:1px solid rgba(20,121,168,.16);
  border-radius:16px;
  padding:14px 16px;
  color:var(--ink);
  font-weight:700;
  box-shadow:none;
}
.contact-form textarea.form-control{
  resize:none;
}
.contact-form .form-control:focus,
.contact-form .form-select:focus{
  border-color:rgba(217,130,43,.55);
  box-shadow:0 0 0 .22rem rgba(217,130,43,.12);
}
.contact-form .btn{
  margin-top:8px;
}
.contact-location-section{
  background:#fff;
}
.location-mini-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
  margin-top:28px;
}
.location-mini-grid div{
  background:#fff;
  border:1px solid var(--border);
  border-radius:22px;
  padding:22px;
  box-shadow:0 12px 34px rgba(11,65,88,.055);
}
.location-mini-grid i{
  font-size:34px;
  color:var(--brand);
  margin-bottom:12px;
}
.location-mini-grid strong{
  display:block;
  color:var(--ink);
  font-weight:900;
  margin-bottom:4px;
}
.location-mini-grid span{
  display:block;
  color:var(--muted);
  font-weight:700;
}
.map-card{
  border-radius:30px;
  overflow:hidden;
  border:1px solid var(--border);
  box-shadow:var(--shadow);
  background:#fff;
  min-height:430px;
}
.map-card iframe{
  width:100%;
  height:430px;
  border:0;
  display:block;
}
.contact-quick-section{
  background:linear-gradient(180deg,#f8fafc,#ffffff);
}
.quick-contact-box{
  display:flex;
  justify-content:space-between;
  gap:28px;
  align-items:center;
  background:linear-gradient(135deg,#102a36,#0a3346);
  border-radius:32px;
  padding:42px;
  position:relative;
  overflow:hidden;
}
.quick-contact-box:after{
  content:"";
  position:absolute;
  right:-90px;
  bottom:-120px;
  width:320px;
  height:320px;
  border-radius:50%;
  background:rgba(217,130,43,.22);
}
.quick-contact-box > *{
  position:relative;
  z-index:2;
}
.quick-contact-box h2,
.quick-contact-box .section-kicker{
  color:#fff;
}
.quick-contact-box p{
  color:#d8edf3;
  max-width:680px;
  margin-bottom:0;
}
.quick-contact-box .btn-light{
  flex:0 0 auto;
  color:var(--brand-dark);
}
@media(max-width:991px){
  .contact-info-panel,
  .contact-form-card{
    padding:28px;
  }
  .quick-contact-box{
    flex-direction:column;
    align-items:flex-start;
    padding:34px;
  }
}
@media(max-width:575px){
  .contact-info-panel,
  .contact-form-card{
    padding:22px;
    border-radius:24px;
  }
  .contact-card-item{
    grid-template-columns:1fr;
  }
  .location-mini-grid{
    grid-template-columns:1fr;
  }
  .map-card,
  .map-card iframe{
    min-height:360px;
    height:360px;
  }
  .quick-contact-box{
    padding:28px;
    border-radius:26px;
  }
}

/* Hero video background */
.hero-video::-webkit-media-controls{display:none!important}
@media(max-width:991px){.hero-shell,.min-vh-hero{min-height:78vh}.hero-overlay{background:linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.88) 58%,rgba(255,255,255,.34) 100%)}}
@media(max-width:575px){.hero-shell,.min-vh-hero{min-height:72vh}.hero-overlay{background:rgba(255,255,255,.88)}}
