/*
Theme Name: Ranit EXIM Premium
Theme URI: https://ranitexim.com
Author: OpenAI
Description: Premium multi-page WordPress theme for Ranit EXIM import-export business.
Version: 2.0.0
Text Domain: ranit-exim
*/
:root{
  --navy:#0f2f6c;--deep:#081c3c;--sky:#2d95e8;--sky-soft:#eaf5ff;--gold:#d4af37;--gold-soft:#f6e5a6;--white:#fff;--light:#f7fbff;
  --text:#4e617f;--heading:#10294f;--muted:#7385a0;--border:rgba(15,47,108,.1);--radius:24px;--radius-sm:18px;
  --shadow:0 18px 50px rgba(8,28,60,.08);--shadow-strong:0 24px 70px rgba(8,28,60,.14);--container:1200px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,sans-serif;color:var(--heading);background:#fff;line-height:1.68}
a{color:var(--heading);text-decoration:none}img{max-width:100%;height:auto;display:block}
.container{width:min(var(--container),94%);margin:0 auto}
.topbar{background:var(--deep);color:#dbe8f6;font-size:.88rem}.topbar a{color:#fff}.topbar-inner{display:flex;justify-content:space-between;gap:20px;padding:10px 0}.topbar-left{display:flex;gap:22px;flex-wrap:wrap}
.site-header{position:sticky;top:0;z-index:999;background:rgba(255,255,255,.97);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:14px 0}
.brand{display:flex;align-items:center;gap:16px;color:var(--heading);min-width:260px}.brand-logo,.custom-logo{width:auto;height:74px;max-width:220px;object-fit:contain}.brand-copy{display:flex;flex-direction:column}.site-title{font-size:1.16rem;font-weight:800;letter-spacing:.02em}.site-tag{font-size:.84rem;color:var(--muted)}
.main-nav ul{display:flex;list-style:none;gap:26px;padding:0;margin:0;align-items:center}.main-nav a{font-weight:700;font-size:.98rem;position:relative}.main-nav a:hover,.main-nav .current-menu-item>a{color:var(--gold)}
.header-cta{display:flex;gap:12px;align-items:center}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 26px;border-radius:999px;font-weight:800;transition:.25s ease;border:2px solid transparent;letter-spacing:.01em}
.btn-primary{background:linear-gradient(135deg,#c59a14,var(--gold));color:#fff;box-shadow:0 12px 28px rgba(212,175,55,.26)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 18px 34px rgba(212,175,55,.34)}
.btn-secondary{background:var(--navy);color:#fff}.btn-secondary:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(15,47,108,.22)}
.btn-outline{background:transparent;color:#fff;border-color:rgba(255,255,255,.9)}.btn-outline:hover{background:#fff;color:var(--navy)}
.btn-light{background:#fff;color:var(--navy)}.btn-light:hover{transform:translateY(-2px)}
.text-link{font-weight:800;color:var(--navy)}.text-link:hover{color:var(--gold)}
.section{padding:92px 0}.section-light{background:var(--light)}.center{text-align:center}
.eyebrow{display:inline-block;color:var(--gold);font-weight:800;text-transform:uppercase;letter-spacing:.11em;font-size:.8rem;margin-bottom:12px}
h1,h2,h3,h4{line-height:1.14;margin:0 0 14px;color:var(--heading)}h1{font-size:3.7rem}h2{font-size:2.65rem}h3{font-size:1.38rem}p{margin:0 0 16px;color:var(--text)}.lead{font-size:1.12rem;color:var(--muted)}
.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 0% 0%, rgba(255,255,255,.08), transparent 34%),linear-gradient(115deg,var(--deep),var(--navy) 52%,var(--sky));color:#fff;padding:96px 0 82px}.hero h1,.hero p{color:#fff}.hero .lead{color:#e8f3ff;max-width:720px}.hero-grid{display:grid;grid-template-columns:1.06fr .94fr;gap:44px;align-items:center}.hero-overlay-shape{position:absolute;right:-140px;top:-120px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,var(--gold-soft),transparent 65%);opacity:.18}.btn-row{display:flex;flex-wrap:wrap;gap:14px;margin-top:26px}
.hero-stack{position:relative}.hero-card{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);backdrop-filter:blur(8px);padding:18px;border-radius:30px;box-shadow:var(--shadow-strong)}.hero-image-card img{border-radius:22px;min-height:460px;object-fit:cover}.hero-logo-card{position:absolute;left:-24px;top:-30px;z-index:3;background:#fff;border-radius:26px;padding:16px 18px;box-shadow:var(--shadow-strong);width:min(260px,48%)}.hero-logo-card img{width:100%;height:auto;object-fit:contain}.hero-float-card{position:absolute;right:-10px;bottom:24px;z-index:3;background:#fff;color:var(--heading);padding:20px 22px;border-radius:22px;max-width:260px;box-shadow:var(--shadow-strong)}.small-label{display:block;font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--gold);margin-bottom:8px}
.trust-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:34px}.trust-item{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(8px);padding:18px 20px;border-radius:20px}.trust-item strong{display:block;font-size:1rem;margin-bottom:4px}.trust-item span{display:block;font-size:.94rem;color:#dcecff}
.intro-band{background:linear-gradient(180deg,#fff 0%,#fbfdff 100%)}.intro-grid,.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center}.intro-panel{background:#fff;border:1px solid var(--border);box-shadow:var(--shadow);padding:36px;border-radius:30px}.cover-img{overflow:hidden;border-radius:30px;box-shadow:var(--shadow-strong)}.cover-img img{width:100%;height:100%;object-fit:cover}.accent-frame{position:relative}.accent-frame::after{content:"";position:absolute;inset:auto -12px -12px auto;width:160px;height:160px;border-right:5px solid var(--gold);border-bottom:5px solid var(--gold);border-radius:0 0 28px 0;pointer-events:none}
.cards-3,.cards-4,.product-grid,.post-grid,.gallery-grid,.process-wrap{display:grid;gap:24px}.cards-3{grid-template-columns:repeat(3,1fr)}.cards-4{grid-template-columns:repeat(4,1fr)}.product-grid,.post-grid,.gallery-grid{grid-template-columns:repeat(3,1fr)}
.card{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;border:1px solid rgba(13,43,92,.05)}.card-body{padding:24px}.icon-badge{width:60px;height:60px;border-radius:20px;background:linear-gradient(135deg,rgba(212,175,55,.18),rgba(45,149,232,.09));color:var(--gold);display:grid;place-items:center;font-size:1.25rem;font-weight:800;margin-bottom:16px}
.feature-pro-card,.category-card-pro,.product-card-pro,.post-card-pro{transition:transform .22s ease, box-shadow .22s ease}.feature-pro-card:hover,.category-card-pro:hover,.product-card-pro:hover,.post-card-pro:hover{transform:translateY(-6px);box-shadow:var(--shadow-strong)}
.feature-list{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin:26px 0}.feature-item{display:flex;gap:12px;align-items:flex-start}.tick{width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,#c59a14,var(--gold));color:#fff;display:grid;place-items:center;font-size:.8rem;flex:0 0 24px;margin-top:4px}
.section-head-split{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:end}.category-card-pro img,.product-thumb,.post-thumb,.gallery-grid img{width:100%;aspect-ratio:4/3;object-fit:cover}.category-card-pro .card-body{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:110px}.product-card-pro .card-body,.post-card-pro .card-body{min-height:210px}
.process-dark{background:linear-gradient(130deg,var(--deep),#0f2f6c)}.process-dark h2,.process-dark p{color:#fff}.process-wrap{grid-template-columns:repeat(4,1fr)}.process{padding:28px 24px;text-align:center;background:#fff;border-radius:24px;box-shadow:var(--shadow)}.step{width:66px;height:66px;margin:0 auto 16px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,rgba(212,175,55,.22),rgba(45,149,232,.12));color:var(--gold);font-weight:900;font-size:1.15rem}
.market-panel{background:linear-gradient(180deg,#fff,#fbfdff);padding:38px;border:1px solid var(--border);border-radius:32px;box-shadow:var(--shadow)}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:28px}.stat{background:#fff;padding:24px;border-radius:20px;text-align:center;border:1px solid var(--border);box-shadow:0 10px 24px rgba(8,28,60,.06)}.stat strong{display:block;font-size:2rem;color:var(--heading)}.stat span{color:var(--muted);font-weight:700}
.meta{display:flex;gap:16px;flex-wrap:wrap;color:var(--muted);font-size:.92rem;margin-bottom:10px}
.cta-banner{background:linear-gradient(rgba(8,28,60,.82),rgba(8,28,60,.82)),url('assets/images/gallery-cover.jpg') center/cover no-repeat;border-radius:36px;padding:68px 40px;text-align:center;color:#fff;box-shadow:var(--shadow-strong)}.cta-banner h2,.cta-banner p{color:#fff}.cta-banner p{max-width:760px;margin:0 auto 20px;color:#eaf4ff}
.page-hero{padding:88px 0 56px;background:linear-gradient(120deg,var(--deep),var(--navy) 55%,var(--sky));color:#fff}.page-hero h1,.page-hero p,.page-hero a{color:#fff}.page-hero-lead{max-width:800px}.breadcrumb{font-size:.95rem;color:#e5f2ff;margin-bottom:12px}
.archive-filter{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:28px}.chip{padding:10px 16px;border-radius:999px;background:#fff;border:1px solid var(--border);font-weight:800}.chip.active,.chip:hover{background:var(--navy);border-color:var(--navy);color:#fff}
.sidebar-layout{display:grid;grid-template-columns:2fr 1fr;gap:36px}.sidebar .widget,.policy-card,.contact-card{background:#fff;border-radius:24px;padding:24px;box-shadow:var(--shadow);border:1px solid rgba(13,43,92,.05)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-grid .full{grid-column:1/-1}
input,textarea,select{width:100%;padding:14px 16px;border:1px solid rgba(15,47,108,.14);border-radius:14px;font:inherit}textarea{min-height:140px;resize:vertical}
table{width:100%;border-collapse:collapse}table td,table th{padding:14px;border:1px solid rgba(15,47,108,.12);text-align:left}.policy-list li{margin-bottom:10px}.tag-cloud a,.post-categories a{display:inline-block;padding:8px 12px;border-radius:999px;background:var(--light);margin:0 8px 8px 0;font-size:.9rem}
.site-footer{background:linear-gradient(180deg,var(--deep),#04122b);color:#d8e6f5;margin-top:72px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:28px;padding:58px 0 24px}.footer-brand-row{margin-bottom:16px}.footer-logo{width:220px;max-width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 6px 18px rgba(0,0,0,.18))}.site-footer h4{color:var(--gold);margin-bottom:14px}.site-footer a{color:#d8e6f5}.site-footer a:hover{color:#fff}.footer-bottom{padding:18px 0 28px;border-top:1px solid rgba(255,255,255,.12);color:#b9cbe3;font-size:.95rem;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}
@media(max-width:1100px){.brand-copy{display:none}.topbar-right{display:none}}
@media(max-width:991px){h1{font-size:2.85rem}h2{font-size:2.1rem}.hero-grid,.grid-2,.sidebar-layout,.contact-grid,.footer-grid,.cards-4,.cards-3,.product-grid,.post-grid,.gallery-grid,.process-wrap,.stat-grid,.section-head-split,.trust-strip{grid-template-columns:1fr 1fr}.main-nav{display:none}.header-cta .btn-secondary{display:none}.topbar{display:none}.hero-logo-card{position:relative;left:auto;top:auto;width:210px;margin:0 0 18px auto}.hero-float-card{position:relative;right:auto;bottom:auto;margin-top:18px;max-width:none}.hero-image-card img{min-height:320px}}
@media(max-width:680px){.hero-grid,.grid-2,.sidebar-layout,.contact-grid,.footer-grid,.cards-4,.cards-3,.product-grid,.post-grid,.gallery-grid,.process-wrap,.stat-grid,.form-grid,.feature-list,.section-head-split,.trust-strip{grid-template-columns:1fr}.section{padding:68px 0}.page-hero{padding:72px 0 44px}h1{font-size:2.25rem}.header-inner{padding:12px 0}.brand-logo,.custom-logo{height:62px}.market-panel,.intro-panel,.cta-banner{padding:28px 22px}.category-card-pro .card-body{display:block}}

/* ===== Patch update: professional header, premium product cards, compact footer ===== */
.topbar{display:none}
.site-header--compact{background:rgba(8,28,60,.96);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.08);box-shadow:0 8px 24px rgba(0,0,0,.08)}
.site-header--compact.is-scrolled{background:rgba(8,28,60,.985);box-shadow:0 16px 36px rgba(0,0,0,.22)}
.site-header--compact .header-inner{padding:9px 0;min-height:78px}
.site-header--compact .brand{min-width:auto;gap:12px}
.site-header--compact .brand-logo,.site-header--compact .custom-logo{height:56px;max-width:170px}
.site-header--compact .site-title{font-size:1rem;color:#fff}
.site-header--compact .site-tag{font-size:.78rem;color:#c7d8f2}
.site-header--compact .main-nav a{color:#fff;font-size:.95rem}
.site-header--compact .main-nav a:hover,.site-header--compact .main-nav .current-menu-item>a{color:var(--gold)}
.site-header--compact .header-cta{gap:10px}
.btn-sm{padding:11px 22px;font-size:.92rem}
.btn-outline-gold{background:transparent;border:1.5px solid rgba(212,175,55,.8);color:#fff}
.btn-outline-gold:hover{background:rgba(212,175,55,.12);border-color:var(--gold);color:#fff}
.hero-image-card img{min-height:500px;object-position:center}
.hero-float-card{max-width:280px;border-top:4px solid var(--gold)}
.category-grid-pro .card,.product-grid .product-card{position:relative;border:1px solid rgba(13,43,92,.08);overflow:hidden}
.category-grid-pro .card::before,.product-grid .product-card::before{content:"";position:absolute;inset:0;border:2px solid transparent;border-radius:24px;transition:.22s ease;pointer-events:none}
.category-grid-pro .card:hover::before,.product-grid .product-card:hover::before{border-color:rgba(212,175,55,.9)}
.category-card-pro .card-body,.product-card .card-body{position:relative}
.category-card-pro .card-body::after,.product-card .card-body::after{content:"";position:absolute;left:24px;right:24px;bottom:0;height:3px;background:linear-gradient(90deg,var(--gold),rgba(212,175,55,0));transform:scaleX(.15);transform-origin:left;transition:.22s ease}
.category-card-pro:hover .card-body::after,.product-card:hover .card-body::after{transform:scaleX(1)}
.product-card .meta{font-size:.82rem;font-weight:700;color:var(--gold);text-transform:uppercase;letter-spacing:.06em}
.product-card .card-body h3{margin-top:10px}
.product-card .btn{margin-top:6px}
.site-footer--compact{padding:44px 0 18px}
.compact-footer-grid{grid-template-columns:1.5fr .9fr .95fr 1.1fr;gap:24px}
.site-footer--compact p{margin:0 0 10px;color:#d5e2f6;font-size:.96rem;line-height:1.55}
.site-footer--compact h4{margin-bottom:14px}
.footer-logo{max-width:180px;height:auto}
.social-links{display:flex;gap:10px;margin-top:16px;flex-wrap:wrap}
.social-links a{width:42px;height:42px;min-width:42px;min-height:42px;border-radius:999px;display:inline-grid;place-items:center;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);transition:.22s ease;overflow:hidden}
.social-links a:hover{transform:translateY(-2px);background:rgba(212,175,55,.14);border-color:rgba(212,175,55,.6)}
.social-links svg{width:18px!important;height:18px!important;display:block;fill:#fff!important;color:#fff!important;flex:0 0 18px}
.compact-footer-bottom{margin-top:18px;padding-top:14px;font-size:.9rem}
@media(max-width:992px){
  .site-header--compact .header-inner{flex-wrap:wrap;justify-content:center}
  .site-header--compact .main-nav ul{gap:16px;flex-wrap:wrap;justify-content:center}
  .compact-footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:767px){
  .site-header--compact .header-inner{min-height:auto;padding:10px 0 12px}
  .site-header--compact .brand-copy{display:none}
  .site-header--compact .main-nav ul{gap:12px}
  .site-header--compact .header-cta{width:100%;justify-content:center}
  .compact-footer-grid{grid-template-columns:1fr}
  .social-links{justify-content:flex-start}
}

.site-footer .social-links a svg path{fill:#fff!important}.site-footer .social-links a:hover svg path{fill:var(--gold)!important}.category-card-pro,.product-card-pro{border:1px solid rgba(13,43,92,.08)}.category-card-pro:hover,.product-card-pro:hover{border-color:var(--gold)}


/* Product Page Patch Round 3 */
.product-archive-layout{display:grid;grid-template-columns:290px minmax(0,1fr);gap:32px;align-items:start}
.product-filter-sidebar{position:relative}
.filter-sticky-card{position:sticky;top:110px;background:#fff;border:1px solid var(--border);border-radius:24px;padding:24px;box-shadow:var(--shadow)}
.filter-nav{display:flex;flex-direction:column;gap:10px;margin-top:18px}
.filter-nav .chip{display:block;padding:12px 16px;border-radius:999px;background:var(--sky-soft);color:var(--heading);font-weight:700;border:1px solid transparent}
.filter-nav .chip.active,.filter-nav .chip:hover{background:linear-gradient(135deg,var(--gold-soft),#fff8da);border-color:rgba(212,175,55,.55);color:var(--heading)}
.featured-strip{display:flex;justify-content:space-between;gap:20px;align-items:center;background:linear-gradient(135deg,#fff, #f4f8ff);border:1px solid var(--border);border-radius:24px;padding:24px 28px;margin-bottom:26px;box-shadow:var(--shadow)}
.featured-strip__copy p{max-width:620px}
.featured-strip__badges{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.product-grid-pro{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.product-card-pro{border-radius:24px;overflow:hidden;box-shadow:var(--shadow);background:#fff}
.product-media-wrap{position:relative}
.product-thumb{width:100%;aspect-ratio:4/3;object-fit:cover;background:#eef3fb}
.product-badge-corner{position:absolute;left:18px;top:16px;background:rgba(15,47,108,.92);color:#fff;padding:8px 12px;border-radius:999px;font-size:.74rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}
.product-addon-grid{display:grid;grid-template-columns:1fr;gap:10px;margin:18px 0}
.product-addon-grid div{display:flex;justify-content:space-between;gap:14px;padding:10px 12px;border:1px solid rgba(15,47,108,.08);border-radius:14px;background:#fbfdff}
.product-addon-grid strong{font-size:.82rem;color:var(--heading)}
.product-addon-grid span{font-size:.86rem;color:var(--muted);text-align:right}
.trust-badge-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}
.trust-badge{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:999px;background:#fff8dd;border:1px solid rgba(212,175,55,.35);color:#7d5d00;font-size:.76rem;font-weight:800;letter-spacing:.03em;text-transform:uppercase}
.trust-badge::before{content:"✓";font-size:.78rem}
.product-card-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.inquiry-cta-banner{margin-top:34px;padding:30px;border-radius:28px;background:linear-gradient(115deg,var(--deep),var(--navy) 60%,var(--sky));color:#fff;display:flex;justify-content:space-between;align-items:center;gap:24px;box-shadow:var(--shadow-strong)}
.inquiry-cta-banner h2,.inquiry-cta-banner p{color:#fff}
.inquiry-cta-banner p{max-width:700px;color:#e6f0ff}
.quick-view-modal{position:fixed;inset:0;z-index:2000;display:none}
.quick-view-modal.active{display:block}
.quick-view-backdrop{position:absolute;inset:0;background:rgba(8,28,60,.62);backdrop-filter:blur(3px)}
.quick-view-dialog{position:relative;width:min(980px,92vw);margin:5vh auto;background:#fff;border-radius:28px;box-shadow:0 30px 90px rgba(0,0,0,.25);overflow:hidden;z-index:2}
.quick-view-grid{display:grid;grid-template-columns:1fr 1fr}
.quick-view-image-wrap{background:#eef3fb;min-height:100%}
.quick-view-image-wrap img{width:100%;height:100%;object-fit:cover;aspect-ratio:4/3}
.quick-view-content{padding:30px}
.quick-view-close{position:absolute;top:14px;right:18px;width:40px;height:40px;border:none;border-radius:999px;background:#fff;box-shadow:var(--shadow);font-size:1.5rem;cursor:pointer}
.quick-view-addons{margin-top:18px}
.single-product-pro{display:grid;grid-template-columns:1.02fr .98fr;gap:36px;align-items:start}
.single-product-gallery .product-main-image img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:24px}
.single-product-addons{grid-template-columns:1fr 1fr}
.whatsapp-float{position:fixed;right:20px;bottom:20px;z-index:1600;width:58px;height:58px;border-radius:999px;display:grid;place-items:center;background:#1fb95a;color:#fff;box-shadow:0 18px 30px rgba(31,185,90,.33)}
.whatsapp-float svg{width:28px;height:28px;fill:#fff}
.whatsapp-float:hover{transform:translateY(-2px)}
@media (max-width: 1100px){
  .product-grid-pro{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width: 992px){
  .product-archive-layout,.single-product-pro,.quick-view-grid{grid-template-columns:1fr}
  .featured-strip,.inquiry-cta-banner{flex-direction:column;align-items:flex-start}
  .filter-sticky-card{position:static}
}
@media (max-width: 767px){
  .product-grid-pro{grid-template-columns:1fr}
  .single-product-addons{grid-template-columns:1fr}
  .quick-view-dialog{margin:2vh auto;width:min(96vw,96vw)}
  .quick-view-content{padding:22px}
}


/* Patch Round 5 */
.product-grid-compact{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.product-card-compact .product-thumb{aspect-ratio:4/3;max-height:230px}
.product-card-compact .card-body{min-height:auto;padding:20px}
.product-card-compact h3{font-size:1.18rem;margin-bottom:8px}
.product-card-compact p{font-size:.95rem;margin-bottom:10px}
.product-addon-grid-compact div{padding:8px 10px}
.product-addon-grid-compact strong,.product-addon-grid-compact span{font-size:.8rem}
.featured-strip--compact{padding:24px 26px;margin-bottom:24px}
.single-product-shell{display:grid;grid-template-columns:minmax(0,520px) minmax(0,1fr);gap:34px;align-items:start}
.single-product-gallery-card,.product-summary-card{background:#fff;border:1px solid var(--border);border-radius:24px;box-shadow:var(--shadow);padding:22px}
.product-main-image--compact img{width:100%;max-width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:18px}
.product-mini-specs{display:grid;grid-template-columns:1fr;gap:10px;margin-top:16px}
.product-mini-specs div{display:flex;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:14px;background:#fbfdff;border:1px solid rgba(15,47,108,.08)}
.product-mini-specs strong{font-size:.82rem}
.product-mini-specs span{font-size:.86rem;color:var(--muted);text-align:right}
.single-product-summary{position:sticky;top:110px}
.whatsapp-float{position:fixed;right:18px;bottom:18px;z-index:1600;width:52px!important;height:52px!important;min-width:52px!important;min-height:52px!important;max-width:52px!important;max-height:52px!important;border-radius:999px;display:flex!important;align-items:center;justify-content:center;background:#1fb95a;color:#fff;box-shadow:0 18px 30px rgba(31,185,90,.28);line-height:0;font-size:0;overflow:hidden;padding:0!important}
.whatsapp-float svg{width:24px!important;height:24px!important;display:block;fill:#fff;flex:0 0 24px;transform:none!important}
.whatsapp-float:hover{transform:translateY(-2px)}
.gallery-slider{position:relative;overflow:hidden;border-radius:28px;box-shadow:var(--shadow-strong);background:#fff}
.gallery-slider-track{display:flex;transition:transform .45s ease}
.gallery-slide{min-width:100%;margin:0}
.gallery-slide img{width:100%;aspect-ratio:16/8;object-fit:cover}
.gallery-nav{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border:none;border-radius:999px;background:rgba(8,28,60,.72);color:#fff;font-size:2rem;line-height:1;display:grid;place-items:center;cursor:pointer;z-index:3}
.gallery-prev{left:18px}
.gallery-next{right:18px}
.gallery-dots{display:flex;justify-content:center;gap:10px;margin-top:18px}
.gallery-dot{width:12px;height:12px;border-radius:999px;border:none;background:rgba(15,47,108,.2);cursor:pointer}
.gallery-dot.active{background:var(--gold)}
@media (max-width: 1100px){
  .product-grid-compact{grid-template-columns:repeat(2,minmax(0,1fr))}
  .single-product-shell{grid-template-columns:1fr}
  .single-product-summary{position:static}
}
@media (max-width: 767px){
  .product-grid-compact{grid-template-columns:1fr}
  .whatsapp-float{right:14px;bottom:14px;width:48px!important;height:48px!important;min-width:48px!important;min-height:48px!important}
  .whatsapp-float svg{width:22px!important;height:22px!important}
  .gallery-nav{width:40px;height:40px;font-size:1.6rem}
  .gallery-slide img{aspect-ratio:4/3}
}


/* Patch Round 7 */
.contact-map-card{background:#fff;border:1px solid var(--border);border-radius:28px;box-shadow:var(--shadow);padding:24px}
.contact-map-head{margin-bottom:16px}
.contact-map-frame{overflow:hidden;border-radius:22px;border:1px solid rgba(15,47,108,.08);background:#eef4fb}
.contact-map-frame iframe{display:block;width:100%}


/* Final Premium Version hardening */
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px}
.main-nav ul{display:flex;list-style:none;gap:26px;padding:0;margin:0;align-items:center;flex-wrap:wrap}
.main-nav li{margin:0}
.main-nav a{text-decoration:none}
.header-cta{display:flex;align-items:center;gap:12px;flex:0 0 auto}
.btn-sm{padding:12px 22px}
@media (max-width: 1100px){
  .header-inner{flex-wrap:wrap}
  .main-nav{order:3;width:100%}
  .main-nav ul{gap:18px}
}



/* Global hover effects patch */
.card,
.product-card,
.post-card,
.category-card,
.category-card-pro,
.product-card-pro,
.post-card-pro,
.feature-pro-card,
.process,
.stat,
.market-panel,
.policy-card,
.contact-card,
.widget,
.gallery-slide figure,
.gallery-grid figure,
.cover-img,
.accent-frame,
.hero-card,
.trust-item,
.filter-sticky-card,
.single-product-gallery-card,
.product-summary-card,
.rex-image-card {
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.card:hover,
.product-card:hover,
.post-card:hover,
.category-card:hover,
.category-card-pro:hover,
.product-card-pro:hover,
.post-card-pro:hover,
.feature-pro-card:hover,
.process:hover,
.stat:hover,
.market-panel:hover,
.policy-card:hover,
.contact-card:hover,
.widget:hover,
.gallery-slide figure:hover,
.gallery-grid figure:hover,
.cover-img:hover,
.accent-frame:hover,
.hero-card:hover,
.trust-item:hover,
.filter-sticky-card:hover,
.single-product-gallery-card:hover,
.product-summary-card:hover,
.rex-image-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 48px rgba(8,28,60,.16);
}

.card img,
.product-card img,
.post-card img,
.category-card img,
.category-card-pro img,
.product-card-pro img,
.post-card-pro img,
.gallery-slide img,
.gallery-grid img,
.cover-img img,
.accent-frame img,
.hero-card img,
.single-product-gallery-card img,
.policy-card img {
  transition: transform .45s ease, filter .35s ease;
  will-change: transform;
}

.card:hover img,
.product-card:hover img,
.post-card:hover img,
.category-card:hover img,
.category-card-pro:hover img,
.product-card-pro:hover img,
.post-card-pro:hover img,
.gallery-slide:hover img,
.gallery-grid figure:hover img,
.cover-img:hover img,
.accent-frame:hover img,
.hero-card:hover img,
.single-product-gallery-card:hover img,
.policy-card:hover img {
  transform: scale(1.045);
  filter: saturate(1.04) contrast(1.02);
}

.product-card-pro:hover,
.category-card-pro:hover,
.post-card-pro:hover,
.feature-pro-card:hover {
  border-color: rgba(212,175,55,.55);
}

@media (prefers-reduced-motion: reduce) {
  .card,
  .product-card,
  .post-card,
  .category-card,
  .category-card-pro,
  .product-card-pro,
  .post-card-pro,
  .feature-pro-card,
  .process,
  .stat,
  .market-panel,
  .policy-card,
  .contact-card,
  .widget,
  .gallery-slide figure,
  .gallery-grid figure,
  .cover-img,
  .accent-frame,
  .hero-card,
  .trust-item,
  .filter-sticky-card,
  .single-product-gallery-card,
  .product-summary-card,
  .rex-image-card,
  .card img,
  .product-card img,
  .post-card img,
  .category-card img,
  .category-card-pro img,
  .product-card-pro img,
  .post-card-pro img,
  .gallery-slide img,
  .gallery-grid img,
  .cover-img img,
  .accent-frame img,
  .hero-card img,
  .single-product-gallery-card img,
  .policy-card img {
    transition: none !important;
  }
  .card:hover,
  .product-card:hover,
  .post-card:hover,
  .category-card:hover,
  .category-card-pro:hover,
  .product-card-pro:hover,
  .post-card-pro:hover,
  .feature-pro-card:hover,
  .process:hover,
  .stat:hover,
  .market-panel:hover,
  .policy-card:hover,
  .contact-card:hover,
  .widget:hover,
  .gallery-slide figure:hover,
  .gallery-grid figure:hover,
  .cover-img:hover,
  .accent-frame:hover,
  .hero-card:hover,
  .trust-item:hover,
  .filter-sticky-card:hover,
  .single-product-gallery-card:hover,
  .product-summary-card:hover,
  .rex-image-card:hover {
    transform: none !important;
    box-shadow: inherit !important;
  }
  .card:hover img,
  .product-card:hover img,
  .post-card:hover img,
  .category-card:hover img,
  .category-card-pro:hover img,
  .product-card-pro:hover img,
  .post-card-pro:hover img,
  .gallery-slide:hover img,
  .gallery-grid figure:hover img,
  .cover-img:hover img,
  .accent-frame:hover img,
  .hero-card:hover img,
  .single-product-gallery-card:hover img,
  .policy-card:hover img {
    transform: none !important;
    filter: none !important;
  }
}



/* Floating hover animation */
@keyframes rexFloat {
  0% { transform: translateY(-6px); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(-6px); }
}

.card:hover,
.product-card:hover,
.post-card:hover,
.category-card:hover,
.category-card-pro:hover,
.product-card-pro:hover,
.post-card-pro:hover,
.feature-pro-card:hover,
.process:hover,
.stat:hover,
.market-panel:hover,
.policy-card:hover,
.contact-card:hover,
.widget:hover,
.gallery-slide figure:hover,
.cover-img:hover,
.accent-frame:hover,
.hero-card:hover,
.trust-item:hover,
.filter-sticky-card:hover,
.single-product-gallery-card:hover,
.product-summary-card:hover,
.rex-image-card:hover {
  animation: rexFloat 2.2s ease-in-out infinite;
  box-shadow: 0 28px 60px rgba(8,28,60,.18);
}




/* 3D hover depth patch */
.rex-hover-depth,
.card,
.product-card,
.post-card,
.category-card,
.category-card-pro,
.product-card-pro,
.post-card-pro,
.feature-pro-card,
.process,
.stat,
.market-panel,
.policy-card,
.contact-card,
.widget,
.gallery-slide figure,
.cover-img,
.accent-frame,
.hero-card,
.trust-item,
.filter-sticky-card,
.single-product-gallery-card,
.product-summary-card,
.rex-image-card {
  transform-style: preserve-3d;
  transform-origin: center center;
  will-change: transform;
}

.rex-hover-depth img,
.card img,
.product-card img,
.post-card img,
.category-card img,
.category-card-pro img,
.product-card-pro img,
.post-card-pro img,
.gallery-slide img,
.cover-img img,
.accent-frame img,
.hero-card img,
.single-product-gallery-card img,
.policy-card img {
  transform: translateZ(0);
}

.rex-hover-depth.rex-hover-active img,
.card.rex-hover-active img,
.product-card.rex-hover-active img,
.post-card.rex-hover-active img,
.category-card.rex-hover-active img,
.category-card-pro.rex-hover-active img,
.product-card-pro.rex-hover-active img,
.post-card-pro.rex-hover-active img,
.gallery-slide figure.rex-hover-active img,
.cover-img.rex-hover-active img,
.accent-frame.rex-hover-active img,
.hero-card.rex-hover-active img,
.single-product-gallery-card.rex-hover-active img,
.policy-card.rex-hover-active img {
  transform: translateZ(16px) scale(1.03);
}

@media (prefers-reduced-motion: reduce) {
  .rex-hover-depth,
  .card,
  .product-card,
  .post-card,
  .category-card,
  .category-card-pro,
  .product-card-pro,
  .post-card-pro,
  .feature-pro-card,
  .process,
  .stat,
  .market-panel,
  .policy-card,
  .contact-card,
  .widget,
  .gallery-slide figure,
  .cover-img,
  .accent-frame,
  .hero-card,
  .trust-item,
  .filter-sticky-card,
  .single-product-gallery-card,
  .product-summary-card,
  .rex-image-card {
    will-change: auto;
  }
}



/* Hover floating fix */
@keyframes rexFloatStrong {
  0% { transform: translateY(-8px) scale(1.01); }
  50% { transform: translateY(-14px) scale(1.01); }
  100% { transform: translateY(-8px) scale(1.01); }
}

.rex-float-hover,
.card,
.product-card,
.post-card,
.category-card,
.category-card-pro,
.product-card-pro,
.post-card-pro,
.feature-pro-card,
.process,
.stat,
.market-panel,
.policy-card,
.contact-card,
.widget,
.gallery-slide figure,
.gallery-grid figure,
.cover-img,
.accent-frame,
.hero-card,
.trust-item,
.filter-sticky-card,
.single-product-gallery-card,
.product-summary-card,
.rex-image-card{
  transition: box-shadow .3s ease, border-color .3s ease, filter .3s ease !important;
}

.rex-float-hover:hover,
.card:hover,
.product-card:hover,
.post-card:hover,
.category-card:hover,
.category-card-pro:hover,
.product-card-pro:hover,
.post-card-pro:hover,
.feature-pro-card:hover,
.process:hover,
.stat:hover,
.market-panel:hover,
.policy-card:hover,
.contact-card:hover,
.widget:hover,
.gallery-slide figure:hover,
.gallery-grid figure:hover,
.cover-img:hover,
.accent-frame:hover,
.hero-card:hover,
.trust-item:hover,
.filter-sticky-card:hover,
.single-product-gallery-card:hover,
.product-summary-card:hover,
.rex-image-card:hover{
  animation: rexFloatStrong 2s ease-in-out infinite !important;
  box-shadow: 0 28px 60px rgba(8,28,60,.20) !important;
  border-color: rgba(212,175,55,.55) !important;
}

.rex-float-hover img,
.card img,
.product-card img,
.post-card img,
.category-card img,
.category-card-pro img,
.product-card-pro img,
.post-card-pro img,
.gallery-slide img,
.gallery-grid img,
.cover-img img,
.accent-frame img,
.hero-card img,
.single-product-gallery-card img,
.policy-card img{
  transition: transform .45s ease, filter .35s ease !important;
}

.rex-float-hover:hover img,
.card:hover img,
.product-card:hover img,
.post-card:hover img,
.category-card:hover img,
.category-card-pro:hover img,
.product-card-pro:hover img,
.post-card-pro:hover img,
.gallery-slide figure:hover img,
.gallery-grid figure:hover img,
.cover-img:hover img,
.accent-frame:hover img,
.hero-card:hover img,
.single-product-gallery-card:hover img,
.policy-card:hover img{
  transform: scale(1.045) !important;
  filter: saturate(1.06) contrast(1.03) !important;
}

@media (prefers-reduced-motion: reduce) {
  .rex-float-hover:hover,
  .card:hover,
  .product-card:hover,
  .post-card:hover,
  .category-card:hover,
  .category-card-pro:hover,
  .product-card-pro:hover,
  .post-card-pro:hover,
  .feature-pro-card:hover,
  .process:hover,
  .stat:hover,
  .market-panel:hover,
  .policy-card:hover,
  .contact-card:hover,
  .widget:hover,
  .gallery-slide figure:hover,
  .gallery-grid figure:hover,
  .cover-img:hover,
  .accent-frame:hover,
  .hero-card:hover,
  .trust-item:hover,
  .filter-sticky-card:hover,
  .single-product-gallery-card:hover,
  .product-summary-card:hover,
  .rex-image-card:hover{
    animation: none !important;
    transform: translateY(-6px) !important;
  }
}


/* Motion controls + performance + blog enhancement */
.rex-motion-enabled{--rex-float-min:-8px;--rex-float-max:-14px;--rex-float-duration:2s;--rex-tilt:2.5deg}
.rex-hover-intensity-low{--rex-float-min:-4px;--rex-float-max:-8px;--rex-tilt:1.5deg}
.rex-hover-intensity-medium{--rex-float-min:-8px;--rex-float-max:-14px;--rex-tilt:2.5deg}
.rex-hover-intensity-high{--rex-float-min:-10px;--rex-float-max:-18px;--rex-tilt:3.5deg}
.rex-float-speed-slow{--rex-float-duration:2.8s}
.rex-float-speed-normal{--rex-float-duration:2s}
.rex-float-speed-fast{--rex-float-duration:1.4s}

@keyframes rexFloatControlled {
  0% { transform: translateY(var(--rex-float-min)) scale(1.01); }
  50% { transform: translateY(var(--rex-float-max)) scale(1.01); }
  100% { transform: translateY(var(--rex-float-min)) scale(1.01); }
}

.rex-motion-enabled .card,
.rex-motion-enabled .product-card,
.rex-motion-enabled .post-card,
.rex-motion-enabled .category-card,
.rex-motion-enabled .category-card-pro,
.rex-motion-enabled .product-card-pro,
.rex-motion-enabled .post-card-pro,
.rex-motion-enabled .feature-pro-card,
.rex-motion-enabled .process,
.rex-motion-enabled .stat,
.rex-motion-enabled .market-panel,
.rex-motion-enabled .policy-card,
.rex-motion-enabled .contact-card,
.rex-motion-enabled .widget,
.rex-motion-enabled .gallery-slide figure,
.rex-motion-enabled .gallery-grid figure,
.rex-motion-enabled .cover-img,
.rex-motion-enabled .accent-frame,
.rex-motion-enabled .hero-card,
.rex-motion-enabled .trust-item,
.rex-motion-enabled .filter-sticky-card,
.rex-motion-enabled .single-product-gallery-card,
.rex-motion-enabled .product-summary-card,
.rex-motion-enabled .rex-image-card{
  transition: box-shadow .28s ease,border-color .28s ease,filter .28s ease !important;
}

.rex-motion-enabled .card:hover,
.rex-motion-enabled .product-card:hover,
.rex-motion-enabled .post-card:hover,
.rex-motion-enabled .category-card:hover,
.rex-motion-enabled .category-card-pro:hover,
.rex-motion-enabled .product-card-pro:hover,
.rex-motion-enabled .post-card-pro:hover,
.rex-motion-enabled .feature-pro-card:hover,
.rex-motion-enabled .process:hover,
.rex-motion-enabled .stat:hover,
.rex-motion-enabled .market-panel:hover,
.rex-motion-enabled .policy-card:hover,
.rex-motion-enabled .contact-card:hover,
.rex-motion-enabled .widget:hover,
.rex-motion-enabled .gallery-slide figure:hover,
.rex-motion-enabled .gallery-grid figure:hover,
.rex-motion-enabled .cover-img:hover,
.rex-motion-enabled .accent-frame:hover,
.rex-motion-enabled .hero-card:hover,
.rex-motion-enabled .trust-item:hover,
.rex-motion-enabled .filter-sticky-card:hover,
.rex-motion-enabled .single-product-gallery-card:hover,
.rex-motion-enabled .product-summary-card:hover,
.rex-motion-enabled .rex-image-card:hover{
  animation: rexFloatControlled var(--rex-float-duration) ease-in-out infinite !important;
  box-shadow:0 28px 60px rgba(8,28,60,.20) !important;
  border-color:rgba(212,175,55,.55) !important;
}

.rex-motion-enabled .card img,
.rex-motion-enabled .product-card img,
.rex-motion-enabled .post-card img,
.rex-motion-enabled .category-card img,
.rex-motion-enabled .category-card-pro img,
.rex-motion-enabled .product-card-pro img,
.rex-motion-enabled .post-card-pro img,
.rex-motion-enabled .gallery-slide img,
.rex-motion-enabled .gallery-grid img,
.rex-motion-enabled .cover-img img,
.rex-motion-enabled .accent-frame img,
.rex-motion-enabled .hero-card img,
.rex-motion-enabled .single-product-gallery-card img,
.rex-motion-enabled .policy-card img{
  transition: transform .42s ease,filter .32s ease !important;
}
.rex-motion-enabled .card:hover img,
.rex-motion-enabled .product-card:hover img,
.rex-motion-enabled .post-card:hover img,
.rex-motion-enabled .category-card:hover img,
.rex-motion-enabled .category-card-pro:hover img,
.rex-motion-enabled .product-card-pro:hover img,
.rex-motion-enabled .post-card-pro:hover img,
.rex-motion-enabled .gallery-slide figure:hover img,
.rex-motion-enabled .gallery-grid figure:hover img,
.rex-motion-enabled .cover-img:hover img,
.rex-motion-enabled .accent-frame:hover img,
.rex-motion-enabled .hero-card:hover img,
.rex-motion-enabled .single-product-gallery-card:hover img,
.rex-motion-enabled .policy-card:hover img{
  transform:scale(1.045) !important;
  filter:saturate(1.06) contrast(1.03) !important;
}

.post-card-featured{
  grid-column: span 2;
}
.post-card-featured .post-thumb{
  aspect-ratio: 16/8;
}
.post-card-featured .card-body{
  padding:28px;
}
.post-card-featured h3{
  font-size:1.7rem;
}

@media (max-width: 992px){
  .post-card-featured{grid-column: span 1;}
}

@media (prefers-reduced-motion: reduce), (max-width: 991px){
  .rex-motion-enabled .card:hover,
  .rex-motion-enabled .product-card:hover,
  .rex-motion-enabled .post-card:hover,
  .rex-motion-enabled .category-card:hover,
  .rex-motion-enabled .category-card-pro:hover,
  .rex-motion-enabled .product-card-pro:hover,
  .rex-motion-enabled .post-card-pro:hover,
  .rex-motion-enabled .feature-pro-card:hover,
  .rex-motion-enabled .process:hover,
  .rex-motion-enabled .stat:hover,
  .rex-motion-enabled .market-panel:hover,
  .rex-motion-enabled .policy-card:hover,
  .rex-motion-enabled .contact-card:hover,
  .rex-motion-enabled .widget:hover,
  .rex-motion-enabled .gallery-slide figure:hover,
  .rex-motion-enabled .gallery-grid figure:hover,
  .rex-motion-enabled .cover-img:hover,
  .rex-motion-enabled .accent-frame:hover,
  .rex-motion-enabled .hero-card:hover,
  .rex-motion-enabled .trust-item:hover,
  .rex-motion-enabled .filter-sticky-card:hover,
  .rex-motion-enabled .single-product-gallery-card:hover,
  .rex-motion-enabled .product-summary-card:hover,
  .rex-motion-enabled .rex-image-card:hover{
    animation:none !important;
    transform:translateY(-4px) !important;
  }
}


/* Gallery compact slider patch */
.gallery-slider-shell{
  max-width: 50%;
}
.gallery-slider--compact{
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.gallery-slider--compact .gallery-slide img{
  aspect-ratio: 4 / 3;
  max-height: 420px;
  object-fit: cover;
}
@media (max-width: 991px){
  .gallery-slider-shell{
    max-width: 100%;
  }
  .gallery-slider--compact .gallery-slide img{
    max-height: none;
  }
}



/* Gallery rows patch */
.gallery-rows-shell{display:flex;flex-direction:column;gap:28px}
.gallery-row-block{display:flex;flex-direction:column;align-items:center;gap:12px}
.gallery-slider--compact.gallery-slider-row{width:50%;margin:0 auto}
.gallery-slider-row .gallery-slide img{aspect-ratio:16/8;object-fit:cover}
@media (max-width: 991px){
  .gallery-slider--compact.gallery-slider-row{width:100%}
}


/* Sales-optimized product page patch */
.product-page-pro .section-sm{padding-top:28px;padding-bottom:28px}
.product-hero-pro{display:grid;grid-template-columns:1fr 1fr;gap:38px;align-items:start}
.product-gallery-pro,.product-info-pro{min-width:0}
.product-main-visual{background:#fff;border:1px solid var(--border);border-radius:28px;box-shadow:var(--shadow);overflow:hidden}
.product-main-thumb{width:100%;aspect-ratio:4/3;object-fit:cover}
.product-thumb-strip{display:flex;gap:12px;margin-top:14px}
.product-thumb-chip{width:88px;height:72px;border-radius:16px;overflow:hidden;border:1px solid rgba(15,47,108,.12);background:#fff;box-shadow:0 8px 18px rgba(8,28,60,.06)}
.product-thumb-chip img{width:100%;height:100%;object-fit:cover}
.product-thumb-chip.is-active{border-color:rgba(212,175,55,.6);box-shadow:0 12px 20px rgba(212,175,55,.15)}
.product-info-pro{background:#fff;border:1px solid var(--border);border-radius:28px;box-shadow:var(--shadow);padding:30px;position:sticky;top:108px}
.product-info-pro h2{font-size:2.3rem;margin-bottom:10px}
.product-highlights-pro{list-style:none;padding:0;margin:18px 0 0;display:grid;gap:10px}
.product-highlights-pro li{position:relative;padding-left:28px;font-weight:700;color:var(--heading)}
.product-highlights-pro li:before{content:'✓';position:absolute;left:0;top:0;color:var(--gold);font-weight:900}
.product-cta-pro{display:flex;gap:14px;flex-wrap:wrap;margin-top:22px}
.trust-strip-pro{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:24px}
.trust-strip-item{background:linear-gradient(180deg,#fdf8e8,#fff);border:1px solid rgba(212,175,55,.26);border-radius:18px;padding:14px 12px;text-align:center;font-size:.88rem;font-weight:800;color:#7d5d00}
.product-summary-boxes{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:24px}
.product-summary-boxes div{background:#fbfdff;border:1px solid rgba(15,47,108,.08);border-radius:18px;padding:16px}
.product-summary-boxes strong{display:block;font-size:.82rem;color:var(--heading);margin-bottom:6px}
.product-summary-boxes span{display:block;color:var(--muted);font-size:.94rem;line-height:1.5}
.product-tabs-pro .product-tab-nav{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:18px}
.product-tab-btn{padding:12px 18px;border-radius:999px;border:1px solid rgba(15,47,108,.12);background:#fff;color:var(--heading);font-weight:800;cursor:pointer;transition:.25s ease}
.product-tab-btn.is-active,.product-tab-btn:hover{background:var(--navy);color:#fff;border-color:var(--navy)}
.product-tab-panel{display:none}
.product-tab-panel.is-active{display:block}
.product-data-table{width:100%;border-collapse:collapse;margin-top:16px}
.product-data-table th,.product-data-table td{padding:14px 12px;border-bottom:1px solid rgba(15,47,108,.08);text-align:left;vertical-align:top}
.product-inquiry-box{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;align-items:start;background:linear-gradient(180deg,#f9fbff,#fff);border:1px solid var(--border);border-radius:30px;box-shadow:var(--shadow);padding:28px}
.product-inline-form input,.product-inline-form textarea{width:100%;padding:14px 16px;border:1px solid #dbe4f0;border-radius:14px;font-size:15px;background:#fff}
.product-inline-form textarea{min-height:140px;resize:vertical}
.why-choose-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:18px}
.why-choose-item{background:#fbfdff;border:1px solid rgba(15,47,108,.08);border-radius:18px;padding:18px}
.final-product-cta{margin-top:8px}
@media (max-width: 1100px){
  .product-hero-pro,.product-inquiry-box{grid-template-columns:1fr}
  .product-info-pro{position:static}
}
@media (max-width: 767px){
  .product-summary-boxes,.trust-strip-pro,.why-choose-grid{grid-template-columns:1fr}
  .product-info-pro h2{font-size:1.8rem}
  .product-thumb-chip{width:72px;height:60px}
}



/* Premium contact trade inquiry patch */
.contact-form-card-pro{
  background:linear-gradient(180deg,#ffffff 0%,#f9fbff 100%);
  border:1px solid var(--border);
  box-shadow:var(--shadow-strong);
}
.contact-form-head{margin-bottom:18px}
.trade-form-wrap{
  background:#fff;
  border:1px solid rgba(15,47,108,.08);
  border-radius:24px;
  padding:24px;
  box-shadow:0 14px 34px rgba(8,28,60,.06);
}
.form-grid-pro{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.form-grid-pro label{
  display:block;
  margin-bottom:8px;
  font-size:.9rem;
  font-weight:800;
  color:var(--heading);
}
.form-grid-pro input,
.form-grid-pro textarea,
.trade-form-wrap select{
  width:100%;
  padding:15px 16px;
  border-radius:16px;
  border:1px solid #d6e0ee;
  background:#fbfdff;
  font-size:15px;
  color:var(--heading);
  outline:none;
  transition:border-color .25s ease, box-shadow .25s ease, background .25s ease;
}
.form-grid-pro input:focus,
.form-grid-pro textarea:focus,
.trade-form-wrap select:focus{
  border-color:rgba(45,149,232,.55);
  box-shadow:0 0 0 4px rgba(45,149,232,.10);
  background:#fff;
}
.form-grid-pro textarea{
  min-height:150px;
  resize:vertical;
}
.form-consent{
  margin-top:-4px;
}
.form-consent label{
  display:flex;
  gap:10px;
  align-items:flex-start;
  font-weight:600;
  color:var(--muted);
}
.form-consent input{
  width:auto;
  margin-top:3px;
}
.btn-trade-submit{
  min-width:240px;
  padding:16px 26px;
  box-shadow:0 16px 34px rgba(212,175,55,.28);
}
@media (max-width: 767px){
  .form-grid-pro{grid-template-columns:1fr}
  .btn-trade-submit{width:100%}
}

/* Premium gallery lightbox patch */
.ranit-lightbox[hidden]{display:none !important}
.ranit-lightbox{position:fixed;inset:0;z-index:100000;background:rgba(4,12,28,.94);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:28px}
.ranit-lightbox-stage{position:relative;width:min(92vw,1200px);display:flex;flex-direction:column;align-items:center;justify-content:center}
.ranit-lightbox-img{display:block;max-width:100%;max-height:78vh;width:auto;height:auto;border-radius:18px;box-shadow:0 30px 80px rgba(0,0,0,.45);animation:ranitLightboxZoom .28s ease}
.ranit-lightbox-caption{margin-top:14px;color:#eef5ff;font-size:.95rem;text-align:center;letter-spacing:.02em}
.ranit-lightbox-close{position:absolute;top:20px;right:24px;width:48px;height:48px;border:none;border-radius:999px;background:rgba(255,255,255,.1);color:#fff;font-size:28px;cursor:pointer;z-index:2}
.ranit-lightbox-close:hover{background:rgba(255,255,255,.18)}
.ranit-lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);width:54px;height:54px;border:none;border-radius:999px;background:rgba(255,255,255,.1);color:#fff;font-size:34px;cursor:pointer;display:grid;place-items:center}
.ranit-lightbox-prev{left:18px}.ranit-lightbox-next{right:18px}
.ranit-lightbox-nav:hover{background:rgba(255,255,255,.18)}
@keyframes ranitLightboxZoom{from{opacity:.4;transform:scale(.96)}to{opacity:1;transform:scale(1)}}
@media (max-width:767px){.ranit-lightbox{padding:14px}.ranit-lightbox-nav{width:44px;height:44px;font-size:28px}.ranit-lightbox-close{width:42px;height:42px;font-size:24px;top:14px;right:14px}.ranit-lightbox-img{max-height:72vh}}



/* Watermark + CDN patch */
.gallery-slide{position:relative;overflow:hidden}
.ranit-watermark-overlay,
.ranit-lightbox-watermark{
  position:absolute;
  right:16px;
  bottom:16px;
  z-index:3;
  pointer-events:none;
}
.ranit-watermark-overlay::before,
.ranit-lightbox-watermark::before{
  content: var(--rex-watermark-text, "Ranit EXIM");
  display:block;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(8,28,60,.55);
  color:rgba(255,255,255,.92);
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  backdrop-filter:blur(3px);
}
.ranit-watermark-overlay::after,
.ranit-lightbox-watermark::after{
  content:"";
  display:none;
  width:120px;
  height:40px;
  background-image:var(--rex-watermark-logo);
  background-size:contain;
  background-repeat:no-repeat;
  background-position:right bottom;
  opacity:.9;
}
:root[style*="--rex-watermark-logo:url(http"] .ranit-watermark-overlay::before,
:root[style*="--rex-watermark-logo:url(http"] .ranit-lightbox-watermark::before{
  display:none;
}
:root[style*="--rex-watermark-logo:url(http"] .ranit-watermark-overlay::after,
:root[style*="--rex-watermark-logo:url(http"] .ranit-lightbox-watermark::after{
  display:block;
}
.ranit-lightbox-stage{position:relative}
.ranit-lightbox-watermark{
  right:20px;
  bottom:62px;
}
.ranit-lightbox-watermark::before{
  font-size:.8rem;
  padding:8px 12px;
}
.ranit-gallery-lightbox-target{
  loading:lazy;
  decoding:async;
}
@media (max-width:767px){
  .ranit-watermark-overlay,
  .ranit-lightbox-watermark{right:10px;bottom:10px}
  .ranit-lightbox-watermark{bottom:56px}
  .ranit-watermark-overlay::before,
  .ranit-lightbox-watermark::before{font-size:.62rem;padding:5px 8px}
  .ranit-watermark-overlay::after,
  .ranit-lightbox-watermark::after{width:90px;height:30px}
}


/* Diagonal watermark + secure images patch */
.gallery-slide,
.ranit-lightbox-stage,
.product-main-visual,
.product-media-wrap,
.cover-img,
.accent-frame {
  position: relative;
  overflow: hidden;
}

.ranit-watermark-overlay,
.ranit-lightbox-watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-30deg);
  width: 140%;
  text-align: center;
  pointer-events: none;
  z-index: 3;
}

.ranit-watermark-overlay::before,
.ranit-lightbox-watermark::before {
  content: var(--rex-watermark-text, "Ranit EXIM");
  font-size: 48px;
  font-weight: 800;
  color: rgba(255,255,255,0.08);
  letter-spacing: 4px;
  text-transform: uppercase;
  white-space: nowrap;
}

.ranit-watermark-overlay::after,
.ranit-lightbox-watermark::after {
  content: "";
  display: none;
  width: 400px;
  height: 150px;
  margin: auto;
  background-image: var(--rex-watermark-logo);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.06;
}

:root[style*="--rex-watermark-logo:url(http"] .ranit-watermark-overlay::before,
:root[style*="--rex-watermark-logo:url(http"] .ranit-lightbox-watermark::before {
  display: none;
}
:root[style*="--rex-watermark-logo:url(http"] .ranit-watermark-overlay::after,
:root[style*="--rex-watermark-logo:url(http"] .ranit-lightbox-watermark::after {
  display: block;
}

.ranit-protected-image,
.ranit-gallery-lightbox-target,
.product-main-thumb,
.product-thumb,
.post-thumb,
.cover-img img,
.accent-frame img {
  -webkit-user-drag: none;
  user-select: none;
  -webkit-touch-callout: none;
  pointer-events: auto;
}

.ranit-image-protect-overlay {
  position: absolute;
  inset: 0;
  z-index: 4;
  background: transparent;
}

@media (max-width: 767px) {
  .ranit-watermark-overlay::before,
  .ranit-lightbox-watermark::before {
    font-size: 24px;
  }
  .ranit-watermark-overlay::after,
  .ranit-lightbox-watermark::after {
    width: 220px;
    height: 90px;
  }
}


/* Dynamic transparent diagonal watermark patch */
.ranit-watermark-overlay,
.ranit-lightbox-watermark{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%) rotate(-30deg);
  width:150%;
  text-align:center;
  pointer-events:none;
  z-index:3;
  background:transparent !important;
}

.ranit-watermark-overlay::before,
.ranit-lightbox-watermark::before{
  content: attr(data-watermark);
  display:block;
  background:none !important;
  box-shadow:none !important;
  border:none !important;
  padding:0 !important;
  font-size:52px;
  font-weight:800;
  color:rgba(255,255,255,0.08);
  letter-spacing:6px;
  text-transform:uppercase;
  white-space:nowrap;
  text-shadow:none !important;
  backdrop-filter:none !important;
}

.ranit-watermark-overlay::after,
.ranit-lightbox-watermark::after{
  display:none !important;
  content:none !important;
}

.ranit-lightbox-watermark{
  bottom:auto !important;
  right:auto !important;
}

@media (max-width: 991px){
  .ranit-watermark-overlay::before,
  .ranit-lightbox-watermark::before{
    font-size:34px;
    letter-spacing:4px;
  }
}
@media (max-width: 767px){
  .ranit-watermark-overlay::before,
  .ranit-lightbox-watermark::before{
    font-size:24px;
    letter-spacing:3px;
  }
}


/* Product gallery secondary images fix */
.rex-product-thumb{cursor:pointer}
.product-thumb-chip{cursor:pointer}
.product-thumb-chip.is-active{border-color:rgba(212,175,55,.6);box-shadow:0 12px 20px rgba(212,175,55,.15)}


/* Certifications + Premium UI patch */
.glass-card{
  background:linear-gradient(180deg,rgba(255,255,255,.88),rgba(248,251,255,.92));
  border:1px solid rgba(255,255,255,.55);
  box-shadow:0 20px 50px rgba(8,28,60,.08);
  backdrop-filter:blur(10px);
}

.certifications-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:22px;
}
.cert-card{
  border-radius:26px;
  padding:22px;
  position:relative;
  overflow:hidden;
  transition:transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s ease, border-color .35s ease;
}
.cert-card:hover{
  transform:translateY(-10px) scale(1.02);
  box-shadow:0 26px 52px rgba(8,28,60,.14);
  border-color:rgba(212,175,55,.34);
}
.cert-logo-wrap{
  position:relative;
  background:linear-gradient(180deg,#ffffff,#f4f8ff);
  border:1px solid rgba(15,47,108,.08);
  border-radius:20px;
  padding:18px;
  min-height:140px;
  display:grid;
  place-items:center;
}
.cert-logo-wrap img{
  max-height:72px;
  width:auto;
  object-fit:contain;
}
.verified-chip{
  position:absolute;
  top:12px;
  right:12px;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(212,175,55,.14);
  border:1px solid rgba(212,175,55,.28);
  color:#8a6500;
  font-size:.74rem;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.cert-copy h3{
  margin-top:16px;
  margin-bottom:10px;
  font-size:1.15rem;
}
.cert-copy p{
  margin-bottom:12px;
}

.reveal{
  opacity:0;
  transform:translateY(34px);
  transition:opacity .7s ease, transform .7s ease;
}
.reveal.is-visible{
  opacity:1;
  transform:translateY(0);
}

.card,
.product-card,
.post-card,
.category-card,
.category-card-pro,
.product-card-pro,
.post-card-pro,
.process,
.stat,
.market-panel,
.policy-card,
.contact-card,
.widget,
.hero-card,
.cert-card,
.inquiry-cta-banner,
.cta-banner{
  transition:transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s ease, border-color .35s ease, filter .35s ease;
}
.card:hover,
.product-card:hover,
.post-card:hover,
.category-card:hover,
.category-card-pro:hover,
.product-card-pro:hover,
.post-card-pro:hover,
.process:hover,
.stat:hover,
.market-panel:hover,
.policy-card:hover,
.contact-card:hover,
.widget:hover,
.hero-card:hover,
.inquiry-cta-banner:hover,
.cta-banner:hover{
  transform:translateY(-8px);
  box-shadow:0 20px 40px rgba(0,0,0,.15);
}
.btn-primary,
.cta-btn{
  animation:pulseGlow 2.6s infinite;
}
@keyframes pulseGlow{
  0%{box-shadow:0 0 0 rgba(212,175,55,0)}
  50%{box-shadow:0 0 22px rgba(212,175,55,.34)}
  100%{box-shadow:0 0 0 rgba(212,175,55,0)}
}

.section-certifications{
  position:relative;
}
.section-certifications:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 0% 0%, rgba(212,175,55,.08), transparent 28%),
    radial-gradient(circle at 100% 20%, rgba(45,149,232,.07), transparent 32%);
  pointer-events:none;
}

@media (max-width: 1100px){
  .certifications-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width: 767px){
  .certifications-grid{grid-template-columns:1fr;}
}


/* Certification view-only modal patch */
.rex-cert-view-btn{
  background:none;
  border:none;
  padding:0;
  cursor:pointer;
  font:inherit;
  color:var(--navy);
  font-weight:800;
}
.rex-cert-view-btn:hover{color:var(--gold)}
.rex-cert-modal[hidden]{display:none !important}
.rex-cert-modal{
  position:fixed;
  inset:0;
  z-index:100000;
}
.rex-cert-modal-overlay{
  position:absolute;
  inset:0;
  background:rgba(8,28,60,.72);
  backdrop-filter:blur(4px);
}
.rex-cert-modal-dialog{
  position:relative;
  width:min(1100px,92vw);
  height:min(86vh,900px);
  margin:5vh auto;
  background:#fff;
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 30px 90px rgba(0,0,0,.25);
  z-index:2;
}
.rex-cert-frame{
  width:100%;
  height:100%;
  border:none;
  background:#fff;
}
.rex-cert-modal-close{
  position:absolute;
  top:12px;
  right:14px;
  width:42px;
  height:42px;
  border:none;
  border-radius:999px;
  background:rgba(8,28,60,.08);
  color:var(--heading);
  font-size:28px;
  line-height:1;
  cursor:pointer;
  z-index:3;
}



/* Certification auto-centering patch */
.certifications-grid{
  display:flex !important;
  flex-wrap:wrap;
  justify-content:center;
  gap:22px;
}
.certifications-grid .cert-card{
  flex:0 1 calc(25% - 22px);
  max-width:calc(25% - 22px);
}

@media (max-width: 1100px){
  .certifications-grid .cert-card{
    flex:0 1 calc(50% - 22px);
    max-width:calc(50% - 22px);
  }
}
@media (max-width: 767px){
  .certifications-grid .cert-card{
    flex:0 1 100%;
    max-width:100%;
  }
}


/* Safe certificate image-only viewer patch */
.rex-cert-frame.rex-cert-image{
  width:100%;
  height:auto;
  max-height:82vh;
  object-fit:contain;
  border:none;
  background:#fff;
  user-select:none;
  -webkit-user-drag:none;
}
.rex-cert-modal-dialog{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px;
}
