
*{margin:0;padding:0;box-sizing:border-box;}
:root{
  --primary:#0077b6;
  --primary-dark:#023e8a;
  --primary-mid:#0096c7;
  --accent:#ff6b35;
  --aqua:#00b4d8;
  --aqua-light:#90e0ef;
  --text:#1a1a2e;
  --text-light:#555;
  --border:#d0e8f5;
  --bg-light:#f0f9ff;
  --white:#fff;
  --yellow:#ffd166;
  --navy:#03045e;
}
html{overflow-x:hidden;}
body{font-family:'Inter',sans-serif;color:var(--text);overflow-x:hidden;}
a{text-decoration:none;color:inherit;}
img{display:block;}

/* ── TOP BAR ── */
.top-bar{background:var(--navy);color:#caf0f8;font-size:12px;padding:8px 0;}
.top-bar-inner{display:flex;align-items:center;justify-content:space-between;max-width:1280px;margin:0 auto;padding:0 20px;}
.top-bar .promo{flex:1;text-align:center;font-weight:500;}
.top-bar .promo span{color:var(--yellow);font-weight:700;}
.top-bar .top-right{display:flex;align-items:center;gap:16px;}
.top-bar select{background:transparent;border:none;color:#caf0f8;font-size:12px;cursor:pointer;outline:none;}
.top-bar select option{color:#000;}
.top-bar a{color:#caf0f8;font-size:12px;transition:.2s;}
.top-bar a:hover{color:var(--yellow);}
.top-bar .divider{color:rgba(255,255,255,.3);}

/* ── HEADER ── */
header{background:#fff;box-shadow:0 2px 16px rgba(0,119,182,.12);position:sticky;top:0;z-index:1000;}
.header-inner{max-width:1280px;margin:0 auto;padding:0 20px;display:flex;align-items:center;gap:20px;height:74px;}

/* LOGO */
.logo{display:flex;align-items:center;gap:10px;text-decoration:none;flex-shrink:0;}
.logo-icon{width:56px;height:56px;flex-shrink:0;object-fit:contain;}
.logo-text{display:flex;flex-direction:column;line-height:1.1;}
.logo-text .brand{font-family:'Poppins',sans-serif;font-size:18px;font-weight:900;color:var(--primary-dark);letter-spacing:-.5px;}
.logo-text .brand span{color:var(--aqua);}
.logo-text .sub{font-size:9px;font-weight:600;color:var(--text-light);letter-spacing:1.5px;text-transform:uppercase;}

/* NAV */
nav{flex:1;display:flex;align-items:center;gap:2px;}
.nav-item{position:relative;}
.nav-link{padding:8px 13px;font-size:13.5px;font-weight:500;color:var(--text);display:flex;align-items:center;gap:4px;border-radius:5px;transition:.2s;white-space:nowrap;cursor:pointer;}
.nav-link:hover,.nav-item:hover .nav-link{color:var(--primary);background:#f0f9ff;}
.nav-link .fa-chevron-down{font-size:9px;transition:.2s;}
.nav-item:hover .fa-chevron-down{transform:rotate(180deg);}

/* DROPDOWN */
.nav-dropdown{position:absolute;top:calc(100% + 4px);left:0;background:#fff;border:1px solid var(--border);border-radius:10px;box-shadow:0 12px 32px rgba(0,119,182,.15);min-width:210px;padding:8px 0;z-index:2000;opacity:0;visibility:hidden;transform:translateY(8px);transition:all .2s;}
.nav-item:hover .nav-dropdown{opacity:1;visibility:visible;transform:translateY(0);}
.nav-dropdown a{display:flex;align-items:center;gap:10px;padding:9px 18px;font-size:13px;color:var(--text);transition:.15s;}
.nav-dropdown a:hover{background:var(--bg-light);color:var(--primary);padding-left:22px;}
.nav-dropdown a i{width:16px;color:var(--primary);font-size:12px;}
.nav-dropdown .dd-divider{height:1px;background:var(--border);margin:4px 0;}

/* HEADER ACTIONS */
.header-actions{display:flex;align-items:center;gap:10px;margin-left:auto;}
.header-search{display:flex;align-items:center;border:1.5px solid var(--border);border-radius:24px;overflow:hidden;background:#f5faff;transition:.2s;}
.header-search:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px rgba(0,119,182,.1);}
.header-search input{border:none;background:transparent;padding:8px 14px;font-size:13px;outline:none;width:210px;color:var(--text);}
.header-search button{background:var(--primary);border:none;color:#fff;padding:8px 14px;cursor:pointer;transition:.2s;}
.header-search button:hover{background:var(--primary-dark);}
.cart-btn{position:relative;background:none;border:none;cursor:pointer;font-size:20px;color:var(--text);width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:.2s;}
.cart-btn:hover{background:var(--bg-light);color:var(--primary);}
.cart-btn .badge{position:absolute;top:-2px;right:-2px;background:var(--accent);color:#fff;border-radius:50%;width:18px;height:18px;font-size:10px;display:flex;align-items:center;justify-content:center;font-weight:700;}
.enquire-btn{background:var(--primary);color:#fff;padding:10px 22px;border-radius:24px;font-size:13px;font-weight:600;white-space:nowrap;transition:.2s;display:flex;align-items:center;gap:6px;}
.enquire-btn:hover{background:var(--primary-dark);transform:translateY(-1px);}

/* ── HERO ── */
.hero{position:relative;overflow:hidden;}
.slides{display:flex;transition:transform .7s cubic-bezier(.4,0,.2,1);}
.slide{min-width:100%;height:580px;display:flex;align-items:center;position:relative;overflow:hidden;}
.slide-bg{position:absolute;inset:0;background:#03045e;}
.slide-bg img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;}
.slide-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,30,100,.82) 0%,rgba(2,62,138,.55) 50%,rgba(0,0,0,.25) 100%);}
.slide-content{position:relative;z-index:2;max-width:1280px;margin:0 auto;padding:0 60px;display:flex;align-items:center;width:100%;gap:40px;}
.slide-text{flex:1;max-width:560px;}
.slide-tag{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:700;letter-spacing:2.5px;color:var(--aqua-light);text-transform:uppercase;margin-bottom:14px;background:rgba(255,255,255,.1);padding:5px 12px;border-radius:20px;border:1px solid rgba(255,255,255,.2);}
.slide-title{font-family:'Poppins',sans-serif;font-size:46px;font-weight:900;line-height:1.1;color:#fff;margin-bottom:14px;}
.slide-title span{color:var(--aqua-light);}
.slide-desc{font-size:15px;color:rgba(255,255,255,.8);margin-bottom:28px;line-height:1.6;}
.slide-btns{display:flex;gap:12px;align-items:center;}
.slide-cta{display:inline-block;background:var(--aqua);color:var(--navy);padding:13px 32px;border-radius:6px;font-weight:700;font-size:14px;letter-spacing:.5px;transition:.2s;}
.slide-cta:hover{background:#fff;transform:translateY(-2px);}
.slide-cta-ghost{display:inline-block;border:2px solid rgba(255,255,255,.6);color:#fff;padding:11px 28px;border-radius:6px;font-weight:600;font-size:14px;transition:.2s;}
.slide-cta-ghost:hover{background:rgba(255,255,255,.15);}
.slide-img{flex:0 0 420px;display:flex;justify-content:center;align-items:center;}
.slide-visual{width:420px;height:360px;border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:110px;border:3px solid rgba(255,255,255,.2);box-shadow:0 20px 60px rgba(0,0,0,.3);}
.slider-dots{position:absolute;bottom:24px;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:5;}
.dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.4);cursor:pointer;transition:.3s;}
.dot.active{background:#fff;width:24px;border-radius:4px;}
.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.15);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.3);color:#fff;width:46px;height:46px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:.2s;font-size:14px;}
.slider-arrow:hover{background:rgba(255,255,255,.3);}
.slider-prev{left:20px;}
.slider-next{right:20px;}
.arrow-label{display:none;font-size:11px;font-weight:700;letter-spacing:.5px;}

/* ── TRUST STRIP ── */
.trust-strip{background:var(--navy);color:#caf0f8;padding:14px 0;}
.trust-strip-inner{max-width:1280px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-around;gap:16px;flex-wrap:wrap;}
.trust-item{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:500;}
.trust-item i{font-size:18px;color:var(--aqua-light);}
.trust-item strong{color:#fff;font-size:14px;}
.trust-sep{width:1px;height:28px;background:rgba(255,255,255,.15);}

/* ── CATEGORIES ── */
.cat-section{padding:16px 20px 10px;background:#fff;border-bottom:1px solid rgba(26,35,46,.08);}
.cat-slider{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;}
.cat-nav{width:42px;height:42px;border-radius:50%;border:1px solid rgba(26,35,46,.08);background:#fff;color:#5d6771;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s;flex-shrink:0;}
.cat-nav:hover{background:#1a2330;color:#fff;border-color:#1a2330;}
.cat-viewport{overflow:hidden;}
.cat-track{display:flex;transition:transform .45s cubic-bezier(.4,0,.2,1);will-change:transform;}
.cat-pill{display:flex;align-items:center;justify-content:center;gap:12px;cursor:pointer;padding:12px 10px 14px;transition:.22s;min-width:25%;flex:0 0 25%;border-bottom:2px solid transparent;}
.cat-pill:hover,.cat-pill.active{border-color:#1a2330;}
.cat-icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:21px;background:#f4ecdf;border:1px solid rgba(181,140,74,.18);transition:.2s;flex-shrink:0;}
.cat-pill:hover .cat-icon,.cat-pill.active .cat-icon{background:#fff;color:#1a2330;border-color:#1a2330;}
.cat-copy{display:flex;flex-direction:column;gap:2px;min-width:0;text-align:left;}
.cat-name{font-size:13px;font-weight:700;color:#1f2a36;line-height:1.2;white-space:nowrap;}
.cat-meta{font-size:11px;color:#7a8087;line-height:1.35;white-space:nowrap;}

/* ── PROMO BANNERS ── */
.promo-banners{max-width:1280px;margin:32px auto;padding:0 20px;display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
.promo-banner{border-radius:14px;overflow:hidden;position:relative;height:170px;display:flex;align-items:center;padding:28px;cursor:pointer;transition:.25s;}
.promo-banner:hover{transform:translateY(-3px);box-shadow:0 12px 32px rgba(0,0,0,.12);}
.promo-banner.p1{background:linear-gradient(135deg,#caf0f8,#90e0ef);}
.promo-banner.p2{background:linear-gradient(135deg,#fff0e0,#ffd166);}
.promo-banner.p3{background:linear-gradient(135deg,#e0f0ff,#90c4f8);}
.promo-banner-text h4{font-size:11px;font-weight:700;color:var(--text-light);text-transform:uppercase;letter-spacing:1.2px;margin-bottom:6px;}
.promo-banner-text .disc{font-family:'Poppins',sans-serif;font-size:38px;font-weight:900;color:var(--primary-dark);line-height:1;}
.promo-banner-text p{font-size:13px;color:var(--text-light);margin:6px 0 0;}
.promo-banner-text .tag{font-size:12px;color:var(--primary);font-weight:700;display:inline-block;margin-top:4px;}
.promo-banner-deco{position:absolute;right:20px;bottom:10px;font-size:72px;opacity:.18;}

/* ── SECTION ── */
.section{max-width:1280px;margin:0 auto;padding:40px 20px;}
.products-shell{position:relative;padding:40px;border-radius:28px;background:linear-gradient(180deg,#f6f1e8 0%,#fbf8f2 32%,#ffffff 100%);border:1px solid rgba(26,35,46,.08);box-shadow:0 28px 70px rgba(26,35,46,.08);overflow:hidden;}
.products-shell::before{content:'';position:absolute;inset:0;background:
linear-gradient(90deg,rgba(26,35,46,.035) 1px,transparent 1px),
linear-gradient(rgba(26,35,46,.035) 1px,transparent 1px);
background-size:32px 32px;mask-image:linear-gradient(180deg,rgba(0,0,0,.24),transparent 68%);pointer-events:none;}
.products-shell::after{content:'';position:absolute;inset:0;background:radial-gradient(circle at top right,rgba(181,140,74,.12),rgba(181,140,74,0) 28%);pointer-events:none;}
.section-header{position:relative;z-index:1;display:grid;grid-template-columns:minmax(280px,1.3fr) auto auto;align-items:end;margin-bottom:36px;gap:20px;flex-wrap:wrap;}
.section-title-wrap{display:flex;flex-direction:column;gap:10px;}
.section-kicker{display:inline-flex;align-items:center;width:max-content;padding:7px 12px;border-radius:999px;background:rgba(181,140,74,.12);border:1px solid rgba(181,140,74,.18);color:#7a5b2b;font-size:11px;font-weight:800;letter-spacing:1.6px;text-transform:uppercase;}
.section-title{font-family:'Poppins',sans-serif;font-size:34px;font-weight:900;color:#1a2330;line-height:1.05;letter-spacing:-.9px;}
.section-sub{font-size:14px;color:#6d7680;max-width:560px;line-height:1.75;}
.section-tabs{display:flex;gap:8px;padding:6px;border-radius:999px;background:rgba(255,255,255,.8);border:1px solid rgba(26,35,46,.1);}
.tab-btn{padding:11px 18px;border-radius:999px;border:1px solid transparent;font-size:13px;font-weight:700;cursor:pointer;background:transparent;transition:.2s;color:#55606d;white-space:nowrap;}
.tab-btn.active{background:#1a2330;color:#fff;border-color:#1a2330;box-shadow:none;}
.tab-btn:hover:not(.active){background:rgba(26,35,46,.06);color:#1a2330;}
.see-all{font-size:13px;color:#1a2330;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:.2s;white-space:nowrap;padding:13px 18px;border-radius:999px;background:#fff;border:1px solid rgba(26,35,46,.12);box-shadow:none;}
.see-all:hover{color:#7a5b2b;border-color:rgba(181,140,74,.35);}

/* ── PRODUCT GRID ── */
.product-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,1fr);gap:24px;}
.product-card{border:1px solid rgba(26,35,46,.09);border-radius:22px;overflow:hidden;background:#fff;transition:.28s;position:relative;display:flex;flex-direction:column;box-shadow:0 16px 36px rgba(26,35,46,.06);}
.product-card:hover{box-shadow:0 24px 52px rgba(26,35,46,.12);transform:translateY(-6px);}
.product-card.search-highlight{box-shadow:0 0 0 3px var(--primary);}
.product-card.search-dim{opacity:.3;}
.product-card::after{content:'';position:absolute;left:20px;right:20px;bottom:0;height:3px;background:linear-gradient(90deg,#b58c4a 0%,#d7c29a 100%);opacity:0;transition:.25s;border-radius:999px;}
.product-card:hover::after{opacity:1;}
.product-badge{position:absolute;top:16px;left:16px;background:#b58c4a;color:#fff;padding:6px 12px;border-radius:999px;font-size:10px;font-weight:800;letter-spacing:.7px;z-index:1;box-shadow:none;}
.product-badge.new{background:#1a2330;}
.product-actions{position:absolute;top:16px;right:16px;display:flex;flex-direction:column;gap:8px;opacity:0;transition:.2s;z-index:2;}
.product-card:hover .product-actions{opacity:1;}
.product-action-btn{width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.98);border:1px solid rgba(26,35,46,.1);display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:13px;color:#54606c;transition:.2s;box-shadow:none;}
.product-action-btn:hover{background:#1a2330;color:#fff;border-color:#1a2330;}
.product-action-btn.wishlisted{color:#e53935;border-color:#e53935;background:#fff8f8;}
.product-img-wrap{position:relative;height:250px;padding:18px 18px 10px;background:linear-gradient(180deg,#f3ede3 0%,#f8f4ec 52%,#ffffff 100%);}
.product-img-wrap::after{content:'';position:absolute;left:22px;right:22px;bottom:0;height:1px;background:linear-gradient(90deg,transparent,rgba(26,35,46,.08),transparent);}
.product-img-stage{position:relative;width:100%;height:100%;overflow:hidden;border-radius:18px;background:#f7f2ea;border:1px solid rgba(26,35,46,.06);}
.product-img{display:block;width:100%;height:100%;object-fit:cover;object-position:center center;border-radius:18px;filter:none;}
.product-info{padding:16px 20px 20px;display:flex;flex-direction:column;flex:1;}
.product-cat{font-size:10px;font-weight:800;color:#7a5b2b;letter-spacing:1.2px;text-transform:uppercase;margin-bottom:6px;}
.product-name{font-size:16px;font-weight:800;color:var(--text);margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.45;min-height:46px;}
.product-meta{font-size:11px;color:var(--text-light);margin-bottom:6px;display:flex;align-items:center;gap:6px;}
.product-rating{display:flex;align-items:center;gap:6px;margin-bottom:12px;}
.product-specs-preview{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px;min-height:32px;}
.product-spec-pill{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:#f5efe5;border:1px solid rgba(181,140,74,.18);color:#5d4d32;font-size:11px;font-weight:700;line-height:1.2;}
.stars{color:var(--yellow);font-size:12px;}
.product-price{font-size:15px;font-weight:800;color:#1a2330;}
.product-old-price{font-size:12px;color:#aaa;text-decoration:line-through;margin-right:6px;}
.product-footer-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:4px;margin-bottom:14px;}
.product-price-wrap{display:flex;align-items:center;}
.product-quick-link{border:none;background:transparent;color:#6d7680;font-size:12px;font-weight:700;cursor:pointer;padding:0;transition:.2s;}
.product-quick-link:hover{color:#7a5b2b;}
.product-add-btn{width:100%;padding:13px 14px;background:#1a2330;color:#fff;border:none;border-radius:14px;font-size:13px;font-weight:700;cursor:pointer;margin-top:auto;transition:.2s;letter-spacing:.2px;box-shadow:none;}
.product-add-btn:hover{background:#2a3748;transform:translateY(-1px);}
.product-add-btn.outline{background:#fff;color:var(--primary);border:1.5px solid var(--primary);}
.product-add-btn.outline:hover{background:var(--primary);color:#fff;}
.products-footer{position:relative;z-index:1;display:flex;justify-content:center;margin-top:34px;}
.products-footer-link{display:inline-flex;align-items:center;justify-content:center;padding:14px 28px;border-radius:999px;background:#fff;border:1px solid rgba(26,35,46,.12);color:#1a2330;font-size:13px;font-weight:800;letter-spacing:.6px;text-transform:uppercase;box-shadow:none;transition:.2s;}
.products-footer-link:hover{color:#7a5b2b;border-color:rgba(181,140,74,.35);}

/* ── DEALS ── */
.deals-wrap{display:grid;grid-template-columns:300px 1fr;gap:24px;max-width:1280px;margin:0 auto;padding:0 20px 40px;}
.deals-sidebar{background:linear-gradient(160deg,var(--navy),var(--primary-dark));border-radius:18px;padding:36px 28px;color:#fff;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden;}
.deals-sidebar::before{content:'🦈';position:absolute;right:-10px;bottom:-20px;font-size:120px;opacity:.06;}
.deals-sidebar .tag{font-size:10px;font-weight:700;letter-spacing:2px;color:var(--aqua-light);text-transform:uppercase;margin-bottom:8px;}
.deals-sidebar h2{font-family:'Poppins',sans-serif;font-size:26px;font-weight:800;margin-bottom:4px;}
.deals-sidebar .sub{font-size:13px;color:rgba(255,255,255,.65);margin-bottom:6px;}
.deals-sidebar .pct{font-family:'Poppins',sans-serif;font-size:72px;font-weight:900;color:var(--yellow);line-height:1;}
.deals-sidebar .view-all{display:inline-block;margin-top:18px;background:var(--aqua);color:var(--navy);padding:10px 24px;border-radius:24px;font-size:13px;font-weight:700;transition:.2s;}
.deals-sidebar .view-all:hover{background:#fff;}
.deals-list{display:flex;flex-direction:column;gap:14px;}
.deal-card{display:flex;gap:16px;border:1px solid var(--border);border-radius:14px;padding:16px;background:#fff;transition:.2s;}
.deal-card:hover{box-shadow:0 6px 20px rgba(0,119,182,.12);}
.deal-emoji{width:100px;height:100px;background:var(--bg-light);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:46px;flex-shrink:0;}
.deal-info{flex:1;}
.deal-name{font-size:14px;font-weight:700;margin-bottom:4px;line-height:1.4;color:var(--text);}
.deal-cat{font-size:10px;font-weight:700;color:var(--primary);letter-spacing:1px;text-transform:uppercase;margin-bottom:6px;}
.deal-price{font-size:15px;font-weight:800;color:var(--primary);}
.deal-rating{display:flex;align-items:center;gap:6px;margin-bottom:4px;}
.deal-stock{font-size:11px;color:var(--accent);font-weight:600;}
.stock-bar{height:4px;background:#eee;border-radius:2px;margin-top:4px;overflow:hidden;}
.stock-fill{height:100%;background:var(--accent);border-radius:2px;}

/* ── COUNTDOWN ── */
.countdown{display:flex;gap:10px;margin:16px 0;}
.cd-unit{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.15);border-radius:10px;padding:10px 12px;text-align:center;min-width:56px;}
.cd-unit .num{font-family:'Poppins',sans-serif;font-size:26px;font-weight:900;color:var(--yellow);line-height:1;}
.cd-unit .lbl{font-size:9px;font-weight:700;letter-spacing:1.5px;color:rgba(255,255,255,.55);text-transform:uppercase;margin-top:2px;}

/* ── WAVE DIVIDER ── */
.wave-divider{overflow:hidden;line-height:0;margin-bottom:-2px;}
.wave-divider svg{display:block;}

/* ── AWARDS ── */
.awards-section{background:var(--bg-light);padding:50px 0;}
.awards-inner{max-width:1280px;margin:0 auto;padding:0 20px;}
.awards-title{font-family:'Poppins',sans-serif;font-size:26px;font-weight:800;color:var(--primary-dark);text-align:center;margin-bottom:32px;}
.awards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;}
.award-card{background:#fff;border-radius:12px;padding:20px;border:1px solid var(--border);text-align:center;transition:.2s;}
.award-card:hover{box-shadow:0 6px 20px rgba(0,119,182,.12);transform:translateY(-2px);}
.award-icon{font-size:32px;margin-bottom:10px;}

/* ── AWARD IMAGE GRID ── */
.awards-img-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;}
.award-img-card{background:#fff;border-radius:16px;overflow:hidden;border:1px solid rgba(0,52,89,.08);box-shadow:0 2px 12px rgba(0,52,89,.06);transition:transform .2s,box-shadow .2s;text-align:center;}
.award-img-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,119,182,.15);}
.award-img-wrap{background:#f8fafc;padding:20px;display:flex;align-items:center;justify-content:center;min-height:180px;}
.award-img-wrap img{width:100%;max-width:160px;height:160px;object-fit:contain;display:block;margin:0 auto;}
.award-img-placeholder{min-height:180px;display:flex;align-items:center;justify-content:center;}
.award-img-caption{padding:16px 14px 18px;border-top:1px solid rgba(0,52,89,.06);}
.award-name{font-size:13px;font-weight:700;color:#003459;margin-bottom:4px;line-height:1.4;}
.award-year{font-size:11px;color:#7a8fa6;font-weight:600;text-transform:uppercase;letter-spacing:.4px;}

/* ── SOLUTIONS ── */
.solutions{background:#fff;padding:60px 0;}
.solutions-inner{max-width:1280px;margin:0 auto;padding:0 20px;}
.solutions-head{text-align:center;margin-bottom:40px;}
.solutions-head h2{font-family:'Poppins',sans-serif;font-size:28px;font-weight:800;color:var(--primary-dark);margin-bottom:8px;}
.solutions-head p{font-size:14px;color:var(--text-light);}
.solutions-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.sol-card{background:#fff;border-radius:16px;padding:32px;text-align:center;border:2px solid var(--border);transition:.3s;position:relative;overflow:hidden;}
.sol-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary),var(--aqua));}
.sol-card:hover{box-shadow:0 12px 36px rgba(0,119,182,.15);transform:translateY(-5px);border-color:var(--primary);}
.sol-icon{width:68px;height:68px;border-radius:50%;background:linear-gradient(135deg,var(--primary),var(--aqua));color:#fff;display:flex;align-items:center;justify-content:center;font-size:28px;margin:0 auto 18px;}
.sol-label{font-size:10px;font-weight:800;letter-spacing:2px;color:var(--aqua);text-transform:uppercase;margin-bottom:6px;}
.sol-card h3{font-family:'Poppins',sans-serif;font-size:19px;font-weight:800;margin-bottom:12px;color:var(--primary-dark);}
.sol-card p{font-size:13px;color:var(--text-light);line-height:1.65;margin-bottom:18px;}
.sol-link{font-size:13px;font-weight:700;color:var(--primary);display:inline-flex;align-items:center;gap:4px;transition:.2s;}
.sol-link:hover{color:var(--primary-dark);}

/* ── BRANDS ── */
.brands{padding:44px 0;background:var(--navy);border-top:1px solid var(--border);}
.brands-head{text-align:center;margin-bottom:24px;}
.brands-head p{font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:rgba(255,255,255,.5);}
.brands-inner{max-width:1280px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-around;flex-wrap:wrap;gap:28px;}
.brand-item{display:flex;flex-direction:column;align-items:center;gap:6px;cursor:pointer;transition:.2s;opacity:.65;}
.brand-item:hover{opacity:1;transform:scale(1.05);}
.brand-logo-txt{font-family:'Poppins',sans-serif;font-size:17px;font-weight:800;color:#fff;letter-spacing:-.5px;}
.brand-flag{font-size:16px;}
.brand-country{font-size:10px;color:rgba(255,255,255,.5);font-weight:600;letter-spacing:.5px;}

/* ── BRAND SHOWCASE ── */
.brand-hero{background:linear-gradient(135deg,#03045e 0%,#0077b6 62%,#00b4d8 100%);color:#fff;padding:92px 20px 78px;text-align:center;}
.brand-hero-inner{max-width:820px;margin:0 auto;}
.brand-hero h1{font-family:'Poppins',sans-serif;font-size:44px;line-height:1.12;font-weight:900;margin:12px 0 16px;}
.brand-hero p{font-size:17px;line-height:1.75;color:rgba(255,255,255,.78);max-width:680px;margin:0 auto 28px;}
.brand-hero-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;}
.brand-hero-actions .detail-btn{width:auto;min-width:170px;}
.brand-showcase-section{max-width:1280px;margin:0 auto;padding:70px 20px;}
.brand-showcase-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}
.brand-showcase-card{background:#fff;border:1px solid rgba(26,35,46,.1);border-radius:16px;padding:24px;box-shadow:0 14px 36px rgba(26,35,46,.07);transition:.22s;}
.brand-showcase-card:hover{transform:translateY(-4px);box-shadow:0 22px 52px rgba(26,35,46,.12);border-color:rgba(0,119,182,.22);}
.brand-mark{width:58px;height:58px;border-radius:12px;background:linear-gradient(135deg,#f0f9ff,#caf0f8);border:1px solid rgba(0,119,182,.14);display:flex;align-items:center;justify-content:center;color:var(--primary-dark);font-family:'Poppins',sans-serif;font-weight:900;font-size:18px;margin-bottom:18px;}
.brand-logo-img-wrap{width:100%;height:90px;display:flex;align-items:center;justify-content:flex-start;margin-bottom:18px;}
.brand-logo-img{max-height:72px;max-width:180px;width:auto;object-fit:contain;display:block;}
.brand-card-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;}
.brand-card-top span{font-size:11px;font-weight:800;letter-spacing:1px;text-transform:uppercase;color:var(--primary);}
.brand-card-top strong{font-size:11px;color:#7b8590;text-align:right;}
.brand-showcase-card h3{font-family:'Poppins',sans-serif;font-size:20px;color:#1a2330;font-weight:900;margin-bottom:10px;}
.brand-showcase-card p{font-size:13.5px;line-height:1.7;color:#63707b;margin-bottom:18px;}
.brand-card-actions{display:flex;gap:10px;flex-wrap:wrap;}
.brand-card-actions a{display:inline-flex;align-items:center;justify-content:center;padding:10px 13px;border-radius:8px;background:#f0f9ff;color:var(--primary-dark);font-size:12px;font-weight:800;border:1px solid rgba(0,119,182,.14);transition:.2s;}
.brand-card-actions a:hover{background:var(--primary);color:#fff;}
.brand-support-section{background:#f8faff;padding:66px 20px;display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:34px;align-items:center;}
.brand-support-copy{max-width:520px;justify-self:end;}
.brand-support-copy h2{font-family:'Poppins',sans-serif;font-size:31px;line-height:1.15;color:#1a2330;margin:10px 0 12px;}
.brand-support-copy p{font-size:15px;line-height:1.75;color:#63707b;}
.brand-support-grid{max-width:680px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px;}
.brand-support-grid div{background:#fff;border:1px solid rgba(26,35,46,.09);border-radius:14px;padding:22px;display:flex;flex-direction:column;gap:8px;}
.brand-support-grid i{font-size:22px;color:var(--primary);}
.brand-support-grid strong{font-size:14px;color:#1a2330;}
.brand-support-grid span{font-size:12.5px;line-height:1.55;color:#63707b;}
.home-brand-showcase{background:#f8faff;padding:68px 20px;}
.home-brand-head{max-width:760px;margin:0 auto 34px;text-align:center;}
.home-brand-head h2{font-family:'Poppins',sans-serif;font-size:32px;line-height:1.15;color:#1a2330;font-weight:900;margin:12px 0;}
.home-brand-head p{font-size:15px;line-height:1.7;color:#63707b;}
.home-brand-grid{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:repeat(6,1fr);gap:14px;}
.home-brand-card{background:#fff;border:1px solid rgba(26,35,46,.1);border-radius:14px;padding:18px 14px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;transition:.22s;min-height:158px;}
.home-brand-card:hover{transform:translateY(-3px);box-shadow:0 16px 36px rgba(26,35,46,.1);border-color:rgba(0,119,182,.25);}
.home-brand-card .brand-mark{margin:0;width:52px;height:52px;font-size:16px;}
.home-brand-card strong{font-family:'Poppins',sans-serif;font-size:14px;color:#1a2330;line-height:1.25;}
.home-brand-card small{font-size:11.5px;color:#63707b;line-height:1.4;}
.home-brand-link{display:flex;justify-content:center;margin-top:28px;}
.home-brand-link a{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:800;color:var(--primary-dark);padding:12px 18px;border-radius:8px;background:#fff;border:1px solid rgba(0,119,182,.14);}
.home-brand-link a:hover{background:var(--primary);color:#fff;}

/* ── BLOG ── */
.blog{max-width:1280px;margin:0 auto;padding:40px 20px;}
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.blog-card{border:1px solid var(--border);border-radius:14px;overflow:hidden;transition:.25s;background:#fff;}
.blog-card:hover{box-shadow:0 10px 30px rgba(0,119,182,.12);transform:translateY(-2px);}
.blog-thumb{height:200px;display:flex;align-items:center;justify-content:center;font-size:64px;position:relative;}
.blog-thumb-cat{position:absolute;top:12px;left:12px;background:var(--primary);color:#fff;font-size:10px;font-weight:700;padding:3px 10px;border-radius:4px;letter-spacing:.5px;}
.blog-body{padding:20px;}
.blog-date{font-size:11px;color:var(--text-light);margin-bottom:8px;display:flex;align-items:center;gap:6px;}
.blog-date i{font-size:10px;}
.blog-title{font-size:15px;font-weight:700;color:var(--text);margin-bottom:10px;line-height:1.45;}
.blog-read{font-size:13px;color:var(--primary);font-weight:600;display:inline-flex;align-items:center;gap:4px;}

/* ── TESTIMONIALS ── */
.testimonials{background:linear-gradient(135deg,var(--navy),var(--primary-dark));padding:64px 0;}
.testimonials-inner{max-width:1000px;margin:0 auto;padding:0 20px;text-align:center;}
.testimonials-inner h2{font-family:'Poppins',sans-serif;font-size:28px;font-weight:800;color:#fff;margin-bottom:8px;}
.testi-subtitle{font-size:14px;color:rgba(255,255,255,.6);margin-bottom:36px;}
.testi-cards{display:grid;grid-template-columns:1fr 1fr;gap:24px;}
.testi-card{background:rgba(255,255,255,.08);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.15);border-radius:16px;padding:28px;text-align:left;}
.testi-stars{color:var(--yellow);font-size:15px;margin-bottom:14px;}
.testi-text{font-size:13px;color:rgba(255,255,255,.8);line-height:1.75;margin-bottom:18px;}
.testi-author{display:flex;align-items:center;gap:12px;}
.testi-avatar{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0;}
.testi-name{font-size:14px;font-weight:700;color:#fff;}
.testi-loc{font-size:12px;color:rgba(255,255,255,.5);}

/* ── FEATURES ── */
.features{background:#fff;border-top:3px solid var(--primary);padding:34px 0;}
.features-inner{max-width:1280px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}
.feature-item{display:flex;align-items:center;gap:16px;padding:16px;border-radius:10px;transition:.2s;}
.feature-item:hover{background:var(--bg-light);}
.feature-icon-wrap{width:52px;height:52px;border-radius:12px;background:linear-gradient(135deg,var(--primary),var(--aqua));display:flex;align-items:center;justify-content:center;font-size:22px;color:#fff;flex-shrink:0;}
.feature-text h4{font-size:14px;font-weight:700;color:var(--text);margin-bottom:2px;}
.feature-text p{font-size:12px;color:var(--text-light);line-height:1.4;}

/* ── FOOTER ── */
footer{background:#040d1a;color:#8899aa;padding:60px 0 20px;}
.footer-inner{max-width:1280px;margin:0 auto;padding:0 20px;}
.footer-grid{display:grid;grid-template-columns:2.2fr 1fr 1fr 1fr 1fr;gap:36px;margin-bottom:48px;}
.footer-logo{display:flex;align-items:center;gap:10px;margin-bottom:16px;}
.footer-logo-img{width:52px;height:52px;object-fit:contain;flex-shrink:0;}
.footer-logo .brand{font-family:'Poppins',sans-serif;font-size:20px;font-weight:900;color:#fff;}
.footer-logo .brand span{color:var(--aqua);}
.footer-desc{font-size:13px;line-height:1.7;margin-bottom:22px;color:#8899aa;}
.footer-subscribe{display:flex;gap:0;margin-bottom:6px;}
.footer-subscribe input{flex:1;padding:10px 14px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);color:#fff;font-size:13px;border-radius:6px 0 0 6px;outline:none;}
.footer-subscribe input::placeholder{color:rgba(255,255,255,.35);}
.footer-subscribe button{background:var(--primary);border:none;color:#fff;padding:10px 16px;cursor:pointer;border-radius:0 6px 6px 0;font-size:13px;font-weight:700;transition:.2s;}
.footer-subscribe button:hover{background:var(--aqua);color:var(--navy);}
.newsletter-msg{font-size:12px;height:16px;}
.newsletter-msg.success{color:#6fcf97;}
.newsletter-msg.error{color:#eb5757;}
.footer-contact-list{margin-top:16px;display:flex;flex-direction:column;gap:8px;}
.footer-contact-list li{list-style:none;font-size:12.5px;display:flex;align-items:flex-start;gap:10px;line-height:1.5;}
.footer-contact-list li i{color:var(--aqua);font-size:12px;margin-top:2px;flex-shrink:0;}
.footer-col h5{color:#fff;font-size:14px;font-weight:700;margin-bottom:18px;}
.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:9px;}
.footer-col ul li a{font-size:13px;color:#8899aa;transition:.2s;display:flex;align-items:center;gap:6px;}
.footer-col ul li a::before{content:'›';color:var(--aqua);font-size:16px;line-height:1;}
.footer-col ul li a:hover{color:#fff;padding-left:4px;}
.footer-bottom{border-top:1px solid rgba(255,255,255,.07);padding-top:22px;display:flex;align-items:center;justify-content:space-between;font-size:12px;flex-wrap:wrap;gap:12px;}
.footer-bottom a{color:#8899aa;transition:.2s;}
.footer-bottom a:hover{color:#fff;}
.social-links{display:flex;gap:10px;}
.social-links a{width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.07);display:flex;align-items:center;justify-content:center;color:#8899aa;font-size:14px;transition:.2s;}
.social-links a:hover{background:var(--primary);color:#fff;}
.iso-badge{display:inline-flex;align-items:center;gap:6px;background:rgba(0,180,216,.12);border:1px solid rgba(0,180,216,.3);color:var(--aqua-light);font-size:11px;font-weight:700;padding:4px 10px;border-radius:4px;letter-spacing:.5px;}

/* ── CART DRAWER ── */
.cart-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:3000;opacity:0;visibility:hidden;transition:.3s;}
.cart-overlay.open{opacity:1;visibility:visible;}
.cart-drawer{position:fixed;top:0;right:0;width:400px;max-width:100vw;height:100vh;background:#fff;z-index:3001;transform:translateX(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;box-shadow:-8px 0 40px rgba(0,0,0,.2);}
.cart-drawer.open{transform:translateX(0);}
.cart-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--border);background:var(--bg-light);}
.cart-header h3{font-family:'Poppins',sans-serif;font-size:17px;font-weight:800;color:var(--primary-dark);}
.cart-close{background:none;border:none;font-size:18px;cursor:pointer;color:var(--text-light);width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:.2s;}
.cart-close:hover{background:#e8f4fd;color:var(--primary);}
.cart-items{flex:1;overflow-y:auto;padding:16px 24px;}
.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:14px;color:var(--text-light);}
.cart-empty i{font-size:52px;color:#c8e0f0;}
.cart-empty p{font-size:15px;font-weight:600;}
.cart-item{display:flex;gap:14px;padding:14px 0;border-bottom:1px solid var(--border);}
.cart-item:last-child{border-bottom:none;}
.cart-item-img{width:70px;height:70px;background:var(--bg-light);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:36px;flex-shrink:0;}
.cart-item-info{flex:1;}
.cart-item-cat{font-size:10px;color:var(--primary);font-weight:700;letter-spacing:.5px;text-transform:uppercase;margin-bottom:2px;}
.cart-item-name{font-size:13px;font-weight:700;margin-bottom:6px;line-height:1.4;color:var(--text);}
.cart-item-price{font-size:14px;font-weight:800;color:var(--primary);margin-bottom:8px;}
.cart-qty{display:flex;align-items:center;gap:8px;}
.qty-btn{width:26px;height:26px;border:1.5px solid var(--border);border-radius:5px;background:#fff;cursor:pointer;font-size:14px;display:flex;align-items:center;justify-content:center;transition:.15s;color:var(--text);}
.qty-btn:hover{border-color:var(--primary);color:var(--primary);}
.qty-val{font-size:13px;font-weight:700;min-width:20px;text-align:center;}
.cart-item-remove{background:none;border:none;cursor:pointer;color:#ccc;font-size:16px;transition:.2s;align-self:flex-start;margin-left:4px;}
.cart-item-remove:hover{color:#e53935;}
.cart-footer{padding:20px 24px;border-top:1px solid var(--border);background:var(--bg-light);}
.cart-subtotal{display:flex;justify-content:space-between;align-items:center;font-size:15px;font-weight:700;margin-bottom:4px;}
.cart-subtotal span:last-child{color:var(--primary);font-size:18px;}
.cart-note{font-size:11px;color:var(--text-light);margin-bottom:16px;}
.cart-actions{display:flex;flex-direction:column;gap:10px;}
.cart-btn-view{width:100%;padding:12px;border:2px solid var(--primary);background:#fff;color:var(--primary);border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;transition:.2s;}
.cart-btn-view:hover{background:var(--primary);color:#fff;}
.cart-btn-checkout{width:100%;padding:12px;background:linear-gradient(90deg,var(--primary),var(--aqua));color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;transition:.2s;}
.cart-btn-checkout:hover{opacity:.9;}

/* ── QUICK VIEW MODAL ── */
.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.6);z-index:4000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:.25s;padding:20px;}
.modal-overlay.open{opacity:1;visibility:visible;}
.modal-box{background:#fff;border-radius:18px;width:700px;max-width:100%;max-height:90vh;overflow-y:auto;padding:36px;position:relative;transform:scale(.94);transition:.25s;}
.modal-overlay.open .modal-box{transform:scale(1);}
.modal-close{position:absolute;top:14px;right:14px;background:var(--bg-light);border:none;font-size:18px;cursor:pointer;color:var(--text-light);width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:.2s;}
.modal-close:hover{background:var(--primary);color:#fff;}
.modal-inner{display:flex;gap:32px;}
.modal-img{width:230px;height:230px;background:var(--bg-light);border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:100px;flex-shrink:0;border:2px solid var(--border);}
.modal-product-img{width:100%;height:100%;object-fit:cover;border-radius:12px;}
.modal-details{flex:1;}
.modal-cat{font-size:11px;font-weight:700;color:var(--primary);letter-spacing:1px;text-transform:uppercase;margin-bottom:6px;}
.modal-name{font-family:'Poppins',sans-serif;font-size:20px;font-weight:800;margin-bottom:8px;color:var(--primary-dark);line-height:1.3;}
.modal-rating{display:flex;align-items:center;gap:8px;margin-bottom:12px;}
.modal-rating .stars{font-size:15px;}
.modal-rating span{font-size:12px;color:var(--text-light);}
.modal-price{font-size:22px;font-weight:900;color:var(--primary);margin-bottom:12px;}
.modal-old-price{font-size:14px;color:#aaa;text-decoration:line-through;margin-right:8px;}
.modal-desc{font-size:13px;color:var(--text-light);line-height:1.65;margin-bottom:18px;}
.modal-specs{background:var(--bg-light);border-radius:8px;padding:12px 14px;margin-bottom:18px;font-size:12px;color:var(--text-light);}
.modal-specs strong{color:var(--text);}
.modal-qty-row{display:flex;align-items:center;gap:16px;margin-bottom:18px;}
.modal-qty-row label{font-size:13px;font-weight:700;}
.modal-qty{display:flex;align-items:center;gap:10px;border:1.5px solid var(--border);border-radius:7px;padding:5px 12px;}
.modal-qty .qty-btn{border:none;background:none;font-size:18px;color:var(--text);}
.modal-add-btn{width:100%;padding:13px;background:linear-gradient(90deg,var(--primary),var(--primary-mid));color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;transition:.2s;}
.modal-add-btn:hover{opacity:.9;}

/* ── TOAST ── */
#toast-container{position:fixed;bottom:28px;right:28px;z-index:9999;display:flex;flex-direction:column;gap:10px;pointer-events:none;}
.toast{background:var(--primary-dark);color:#fff;padding:12px 18px;border-radius:10px;font-size:13px;font-weight:500;display:flex;align-items:center;gap:10px;box-shadow:0 6px 20px rgba(0,0,0,.25);min-width:250px;pointer-events:auto;animation:toastIn .3s ease forwards;border-left:4px solid var(--aqua);}
.toast.wishlist{border-left-color:#e57373;}
.toast.removing{animation:toastOut .3s ease forwards;}
.toast i{font-size:15px;color:var(--aqua);}
.toast.wishlist i{color:#e57373;}
@keyframes toastIn{from{opacity:0;transform:translateX(40px);}to{opacity:1;transform:translateX(0);}}
@keyframes toastOut{from{opacity:1;transform:translateX(0);}to{opacity:0;transform:translateX(40px);}}

/* ── TABS FADE ── */
.product-grid{opacity:1;transition:opacity .2s;}
.product-grid.fading{opacity:0;}

/* ── PRODUCT EMOJI CARD (for products without images) ── */
.product-emoji-card{width:100%;height:100%;display:flex;align-items:center;justify-content:center;border-radius:18px;}
.product-emoji-icon{font-size:80px;line-height:1;filter:drop-shadow(0 4px 12px rgba(0,0,0,.18));}

/* ── HERO PRODUCT STRIP ── */
.slide-product-strip{font-size:12px;font-weight:600;color:rgba(255,255,255,.65);letter-spacing:.4px;margin-bottom:22px;padding:9px 0;border-top:1px solid rgba(255,255,255,.15);border-bottom:1px solid rgba(255,255,255,.15);}

/* ── PAGE HERO (stub pages) ── */
.page-hero{background:linear-gradient(135deg,#03045e 0%,#023e8a 60%,#0077b6 100%);color:#fff;padding:80px 20px 70px;text-align:center;position:relative;overflow:hidden;}
.page-hero::after{content:'🦈';position:absolute;right:-20px;bottom:-30px;font-size:200px;opacity:.04;pointer-events:none;}
.page-hero-tag{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:700;letter-spacing:2.5px;color:var(--aqua-light);text-transform:uppercase;margin-bottom:16px;background:rgba(255,255,255,.1);padding:5px 14px;border-radius:20px;border:1px solid rgba(255,255,255,.2);}
.page-hero h1{font-family:'Poppins',sans-serif;font-size:42px;font-weight:900;margin-bottom:14px;line-height:1.1;}
.page-hero h1 span{color:var(--aqua-light);}
.page-hero p{font-size:16px;color:rgba(255,255,255,.75);max-width:580px;margin:0 auto 28px;line-height:1.65;}
.page-hero-btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;}
.page-hero-btns .btn-primary{background:var(--aqua);color:var(--navy);padding:13px 32px;border-radius:6px;font-weight:700;font-size:14px;transition:.2s;}
.page-hero-btns .btn-primary:hover{background:#fff;}
.page-hero-btns .btn-ghost{border:2px solid rgba(255,255,255,.5);color:#fff;padding:11px 28px;border-radius:6px;font-weight:600;font-size:14px;transition:.2s;}
.page-hero-btns .btn-ghost:hover{background:rgba(255,255,255,.12);}

/* ── SHARED LAYOUT UTILITIES ── */
.container{max-width:1280px;margin:0 auto;padding:0 20px;}
.btn-primary{display:inline-block;background:var(--aqua);color:var(--navy);padding:13px 32px;border-radius:6px;font-weight:700;font-size:14px;transition:.2s;}
.btn-primary:hover{background:#fff;}
.btn-secondary{display:inline-block;border:2px solid rgba(255,255,255,.5);color:#fff;padding:11px 28px;border-radius:6px;font-weight:600;font-size:14px;transition:.2s;}
.btn-secondary:hover{background:rgba(255,255,255,.12);}
.cards-grid-4{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;}
.cards-grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;}

/* ── CTA BAND ── */
.cta-band{background:linear-gradient(135deg,#03045e,#0077b6);color:#fff;padding:64px 20px;text-align:center;}
.cta-band-inner{max-width:640px;margin:0 auto;}
.cta-band-text h2{font-family:'Poppins',sans-serif;font-size:30px;font-weight:800;margin-bottom:10px;}
.cta-band-text p{font-size:15px;color:rgba(255,255,255,.75);margin-bottom:28px;}
.cta-band-btn{display:inline-block;background:var(--aqua);color:var(--navy);padding:14px 36px;border-radius:6px;font-weight:700;font-size:15px;transition:.2s;}
.cta-band-btn:hover{background:#fff;}

/* ── PAGE HERO INNER ── */
.page-hero-inner{max-width:700px;margin:0 auto;}
.section-pad{max-width:1280px;margin:0 auto;padding:64px 20px;}

/* ── PRODUCT CATEGORY SECTIONS (products.html) ── */
.product-section{padding:60px 20px;border-bottom:1px solid rgba(26,35,46,.07);}
.product-section:last-of-type{border-bottom:none;}
.product-section-alt{background:#f8faff;}
.product-section .container{display:flex;align-items:flex-start;gap:40px;flex-wrap:wrap;}
.product-category-card{display:flex;gap:28px;align-items:flex-start;max-width:900px;margin:0 auto;}
.product-category-icon{font-size:64px;flex-shrink:0;width:100px;height:100px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f0f9ff,#caf0f8);border-radius:20px;border:1px solid rgba(0,119,182,.12);}
.product-category-body h2{font-family:'Poppins',sans-serif;font-size:24px;font-weight:800;color:#1a2330;margin-bottom:10px;}
.product-category-body p{font-size:14px;color:#6d7680;line-height:1.7;margin-bottom:16px;}
.product-category-body a{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:700;color:var(--primary);transition:.2s;}
.product-category-body a:hover{color:var(--primary-dark);}

/* ── FEATURE CARDS (vertical stacked, for about/grid use) ── */
.feat-card{display:flex;flex-direction:column;align-items:flex-start;gap:14px;background:#fff;border:1px solid rgba(26,35,46,.09);border-radius:14px;padding:28px 24px;}
.feat-card-icon{width:52px;height:52px;border-radius:12px;background:linear-gradient(135deg,var(--primary),var(--aqua));display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0;}
.feat-card h3{font-size:1rem;font-weight:700;color:#1a2330;margin:0;line-height:1.4;}
.feat-card p{font-size:14px;color:#556677;line-height:1.7;margin:0;}

/* ── INFO CARDS (contact.html) ── */
.info-card{display:flex;align-items:flex-start;gap:16px;background:#fff;border:1px solid rgba(26,35,46,.09);border-radius:14px;padding:20px 22px;margin-bottom:16px;}
.info-card-icon{width:44px;height:44px;border-radius:10px;background:linear-gradient(135deg,var(--primary),var(--aqua));display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px;flex-shrink:0;}
.info-card h4{font-size:13px;font-weight:700;color:#1a2330;margin-bottom:4px;}
.info-card p,.info-card a{font-size:13px;color:#6d7680;line-height:1.6;}
.info-card a:hover{color:var(--primary);}
/* Inside a grid, stack info-cards vertically so text doesn't squish */
.cards-grid-4 .info-card,.cards-grid-3 .info-card{flex-direction:column;gap:12px;margin-bottom:0;height:100%;}

/* ── PAGE CONTENT SECTIONS ── */
.page-section{max-width:1280px;margin:0 auto;padding:64px 20px;}
.page-section-title{font-family:'Poppins',sans-serif;font-size:28px;font-weight:800;color:#1a2330;margin-bottom:8px;}
.page-section-sub{font-size:15px;color:#6d7680;margin-bottom:40px;line-height:1.6;}
.page-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;}
.page-card{background:#fff;border:1px solid rgba(26,35,46,.09);border-radius:20px;padding:32px 28px;transition:.25s;position:relative;overflow:hidden;}
.page-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--primary),var(--aqua));}
.page-card:hover{box-shadow:0 12px 40px rgba(26,35,46,.1);transform:translateY(-4px);}
.page-card-icon{font-size:36px;margin-bottom:16px;}
.page-card h3{font-family:'Poppins',sans-serif;font-size:17px;font-weight:800;color:#1a2330;margin-bottom:10px;}
.page-card p{font-size:13px;color:#6d7680;line-height:1.65;}
.page-card a{display:inline-flex;align-items:center;gap:6px;margin-top:16px;font-size:13px;font-weight:700;color:var(--primary);}
.page-card a:hover{color:var(--primary-dark);}
.page-cta-band{background:linear-gradient(135deg,#03045e,#0077b6);color:#fff;padding:64px 20px;text-align:center;}
.page-cta-band h2{font-family:'Poppins',sans-serif;font-size:30px;font-weight:800;margin-bottom:10px;}
.page-cta-band p{font-size:15px;color:rgba(255,255,255,.75);margin-bottom:28px;}
.page-cta-band a{display:inline-block;background:var(--aqua);color:var(--navy);padding:14px 36px;border-radius:6px;font-weight:700;font-size:15px;transition:.2s;}
.page-cta-band a:hover{background:#fff;}

/* ── PRODUCT DETAIL PAGE ── */
.product-detail-hero{background:linear-gradient(180deg,#f0f9ff 0%,#fff 100%);padding:56px 20px 64px;}
.product-detail-wrap{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.15fr) 420px;gap:34px;align-items:start;}
.product-visual-panel{background:#fff;border:1px solid rgba(26,35,46,.09);border-radius:22px;padding:34px;box-shadow:0 18px 48px rgba(26,35,46,.08);}
.detail-kicker{display:inline-flex;align-items:center;width:max-content;padding:7px 12px;border-radius:999px;background:rgba(0,180,216,.12);border:1px solid rgba(0,180,216,.25);color:var(--primary-dark);font-size:11px;font-weight:800;letter-spacing:1.4px;text-transform:uppercase;margin-bottom:14px;}
.product-visual-panel h1{font-family:'Poppins',sans-serif;font-size:38px;line-height:1.08;color:#1a2330;margin-bottom:12px;font-weight:900;}
.product-visual-panel p{font-size:15px;line-height:1.75;color:#5f6b76;max-width:720px;margin-bottom:24px;}
.detail-main-image{height:430px;border-radius:18px;overflow:hidden;background:linear-gradient(180deg,#e9f7fd,#fff);border:1px solid rgba(26,35,46,.08);}
.detail-main-image img{width:100%;height:100%;object-fit:cover;object-position:center;}
.detail-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:16px;}
.detail-thumbs button{height:94px;border:2px solid transparent;background:#f7fbfe;border-radius:10px;overflow:hidden;cursor:pointer;padding:0;transition:.2s;}
.detail-thumbs button:hover,.detail-thumbs button.active{border-color:var(--primary);box-shadow:0 8px 20px rgba(0,119,182,.14);}
.detail-thumbs img{width:100%;height:100%;object-fit:cover;}
.thumb-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e7f7fc,#ffffff);color:var(--primary-dark);font-size:12px;font-weight:800;text-align:center;padding:10px;line-height:1.25;}
.product-enquiry-panel{position:sticky;top:92px;}
.enquiry-card{background:#fff;border:1px solid rgba(26,35,46,.1);border-radius:18px;padding:28px;box-shadow:0 20px 54px rgba(26,35,46,.12);}
.availability{display:inline-flex;align-items:center;gap:7px;color:#087f5b;background:#e9fbf4;border:1px solid #b7f0d7;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:800;margin-bottom:16px;}
.enquiry-card h2{font-family:'Poppins',sans-serif;font-size:25px;line-height:1.2;color:#1a2330;font-weight:900;margin-bottom:8px;}
.enquiry-card>p{font-size:13.5px;line-height:1.65;color:#63707b;margin-bottom:16px;}
.detail-price{font-size:24px;font-weight:900;color:var(--primary);margin-bottom:18px;}
.quick-specs{display:grid;gap:10px;margin-bottom:20px;}
.quick-specs div{display:flex;justify-content:space-between;gap:16px;border-bottom:1px solid rgba(26,35,46,.08);padding-bottom:10px;}
.quick-specs span{font-size:12px;color:#7b8590;}
.quick-specs strong{font-size:12.5px;color:#1a2330;text-align:right;}
.detail-actions{display:grid;gap:10px;margin-bottom:14px;}
.detail-btn{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 16px;border-radius:8px;font-size:14px;font-weight:800;border:0;cursor:pointer;transition:.2s;text-align:center;}
.detail-btn.primary{background:linear-gradient(90deg,var(--primary),var(--aqua));color:#fff;}
.detail-btn.whatsapp{background:#128c7e;color:#fff;}
.detail-btn.ghost{background:#fff;color:var(--primary);border:2px solid var(--primary);}
.detail-btn:hover{transform:translateY(-1px);opacity:.94;}
.enquiry-note{font-size:12px;color:#7b8590;line-height:1.6;margin:0;}
.detail-section{max-width:1280px;margin:0 auto;padding:66px 20px;}
.detail-section-alt{max-width:none;background:#f8faff;}
.detail-section-alt>.detail-two-col{max-width:1280px;margin:0 auto;}
.detail-section-head{max-width:760px;margin-bottom:34px;}
.detail-section h2{font-family:'Poppins',sans-serif;font-size:31px;line-height:1.15;color:#1a2330;font-weight:900;margin:10px 0 12px;}
.detail-section p{font-size:15px;line-height:1.75;color:#63707b;}
.detail-feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}
.detail-feature{background:#fff;border:1px solid rgba(26,35,46,.09);border-radius:16px;padding:24px;box-shadow:0 12px 30px rgba(26,35,46,.06);}
.detail-feature i{font-size:23px;color:var(--primary);margin-bottom:16px;}
.detail-feature h3{font-family:'Poppins',sans-serif;font-size:16px;color:#1a2330;margin-bottom:8px;}
.detail-feature p{font-size:13px;line-height:1.65;}
.detail-two-col{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:42px;align-items:start;}
.model-list{display:grid;gap:12px;}
.model-list div{display:flex;justify-content:space-between;gap:20px;align-items:center;background:#fff;border:1px solid rgba(26,35,46,.09);border-radius:12px;padding:16px 18px;}
.model-list strong{font-size:14px;color:#1a2330;}
.model-list span{font-size:13px;color:#63707b;text-align:right;}
.application-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;}
.application-grid span{background:#fff;border:1px solid rgba(26,35,46,.09);border-radius:10px;padding:15px 16px;font-size:14px;font-weight:800;color:#1a2330;}

@media(max-width:1024px){
  .section-header{grid-template-columns:1fr;align-items:start;}
  .section-tabs{width:max-content;max-width:100%;overflow:auto;}
  .product-grid{grid-template-columns:repeat(3,1fr);}
  .awards-grid{grid-template-columns:repeat(2,1fr);}
  .awards-img-grid{grid-template-columns:repeat(2,1fr);}
  .cat-pill{min-width:33.3333%;flex-basis:33.3333%;}
  .product-detail-wrap{grid-template-columns:1fr;}
  .product-enquiry-panel{position:static;}
  .detail-feature-grid{grid-template-columns:repeat(2,1fr);}
  .brand-showcase-grid{grid-template-columns:repeat(2,1fr);}
  .home-brand-grid{grid-template-columns:repeat(3,1fr);}
  .brand-support-section{grid-template-columns:1fr;}
  .brand-support-copy{justify-self:start;max-width:760px;}
}
@media(max-width:900px){
  .products-shell{padding:24px;border-radius:24px;}
  .product-grid{grid-template-columns:repeat(2,1fr);}
  .footer-grid{grid-template-columns:1fr 1fr;}
  .promo-banners{grid-template-columns:1fr;}
  .solutions-grid{grid-template-columns:1fr;}
  .features-inner{grid-template-columns:repeat(2,1fr);}
  .testi-cards{grid-template-columns:1fr;}
  .blog-grid{grid-template-columns:1fr;}
  .deals-wrap{grid-template-columns:1fr;}
  .awards-grid{grid-template-columns:repeat(2,1fr);}
  .awards-img-grid{grid-template-columns:repeat(2,1fr);}
  header nav{display:none;}
  .nav-toggle{display:flex;}
  .header-search{display:none;}
  .enquire-btn{display:none;}
  .slide-content{padding:0 20px;}
  .slide-img{display:none;}
  .slide-product-strip{display:none;}
  .top-bar .top-right{display:none;}
  .slide-title{font-size:30px;}
  .slide{height:400px;}
  .modal-inner{flex-direction:column;}
  .modal-img{width:100%;height:180px;}
}
@media(max-width:640px){
  .cat-section{padding:16px 0 12px;}
  .cat-slider{grid-template-columns:1fr;}
  .cat-nav{display:none;}
  .cat-viewport{overflow-x:auto;-webkit-overflow-scrolling:touch;}
  .cat-pill{min-width:110px;flex-basis:110px;flex-direction:column;padding:8px 6px;gap:6px;}
  .cat-icon{width:40px;height:40px;font-size:17px;}
  .cat-copy{text-align:center;}
  .cat-copy .cat-name{font-size:11px;}
  .section-title{font-size:28px;}
  .section-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;padding:5px;gap:4px;width:100%;}
  .tab-btn{padding:8px 12px;font-size:11px;white-space:nowrap;flex-shrink:0;}
  .product-grid{grid-template-columns:1fr;}
  .product-img-wrap{height:220px;}
  .product-footer-row{align-items:flex-start;flex-direction:column;}
  .see-all,.products-footer-link{width:100%;}
  .product-detail-hero{padding:32px 14px 44px;}
  .product-visual-panel,.enquiry-card{padding:20px;border-radius:16px;}
  .product-visual-panel h1{font-size:29px;}
  .detail-main-image{height:260px;}
  .detail-thumbs{grid-template-columns:repeat(2,1fr);}
  .detail-thumbs button{height:82px;}
  .detail-section{padding:48px 18px;}
  .detail-section h2{font-size:25px;}
  .detail-feature-grid,.detail-two-col,.application-grid{grid-template-columns:1fr;}
  .model-list div{align-items:flex-start;flex-direction:column;gap:6px;}
  .model-list span{text-align:left;}
  .brand-hero{padding:64px 18px 56px;}
  .brand-hero h1{font-size:31px;}
  .brand-showcase-section{padding:48px 18px;}
  .brand-showcase-grid,.home-brand-grid,.brand-support-grid{grid-template-columns:1fr;}
  .brand-card-top{align-items:flex-start;flex-direction:column;gap:5px;}
  .brand-card-top strong{text-align:left;}
  .ag-intro-wrap{grid-template-columns:1fr;}
  .ag-intro-stats{grid-template-columns:1fr 1fr;}
  .ag-steps{grid-template-columns:1fr 1fr;}
  .ag-steps::before{display:none;}
  .ag-includes-grid{grid-template-columns:1fr 1fr;}
  .ag-compare-row{grid-template-columns:1fr;}
  .top-bar{display:none;}
  .header-inner{height:62px;padding:0 14px;}
  .logo-icon{width:44px;height:44px;}
  .logo-text .brand{font-size:16px;}
  .slide{min-height:300px;height:auto;}
  .slide-title{font-size:24px;}
  .slide-desc{font-size:13px;margin-bottom:20px;}
  .slide-btns{flex-direction:column;align-items:flex-start;}
  .slide-cta,.slide-cta-ghost{width:100%;text-align:center;justify-content:center;display:flex;align-items:center;}
  .slide-tag{font-size:10px;}
  .slider-arrow{display:none;}
  .slider-dots{bottom:10px;}
  .trust-strip-inner{gap:10px;}
  .trust-sep{display:none;}
  /* footer → single column */
  .footer-grid{grid-template-columns:1fr;}
  .footer-bottom{flex-direction:column;align-items:flex-start;gap:6px;}
  /* features/why-choose-us → single column */
  .features-inner{grid-template-columns:1fr;}
  /* page-hero heading size */
  .page-hero{padding:56px 16px 48px;}
  .page-hero h1{font-size:28px;}
  .page-hero p{font-size:14px;}
  /* section-pad padding reduction */
  .section-pad{padding:40px 16px;}
  /* CTA band heading */
  .cta-band-text h2,.page-cta-band h2{font-size:22px;}
  /* awards → 2 col is fine; ensure no overflow */
  .awards-grid{grid-template-columns:repeat(2,1fr);}
  /* solutions head */
  .solutions-head h2{font-size:22px;}
  /* home brand grid → 2-col on small mobile */
  .home-brand-grid{grid-template-columns:repeat(2,1fr);}
  /* deals sidebar stacks */
  .deals-sidebar{min-height:auto;}
  /* slide arrows visible */
  .slide-prev,.slide-next{width:36px;height:36px;font-size:14px;}
  /* product detail spacing */
  .product-detail-hero{padding:28px 14px 36px;}
}

/* ── MOBILE NAV TOGGLE BUTTON ── */
.nav-toggle{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;padding:0 8px;background:none;border:1.5px solid var(--border);border-radius:8px;cursor:pointer;transition:.2s;flex-shrink:0;}
.nav-toggle:hover{background:var(--bg-light);}
.nav-toggle span{display:block;width:20px;height:2px;background:var(--text);border-radius:2px;transition:.3s;}
.nav-toggle.open span:nth-child(1){transform:translateY(7px) rotate(45deg);}
.nav-toggle.open span:nth-child(2){opacity:0;transform:scaleX(0);}
.nav-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}

/* ── MOBILE NAV OVERLAY + DRAWER ── */
.mobile-nav-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:1500;opacity:0;visibility:hidden;transition:.3s;}
.mobile-nav-overlay.open{opacity:1;visibility:visible;}
.mobile-nav{position:fixed;top:0;left:0;width:300px;max-width:88vw;height:100vh;background:#fff;z-index:1600;transform:translateX(-100%);transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;box-shadow:4px 0 32px rgba(0,0,0,.15);overflow:hidden;}
.mobile-nav.open{transform:translateX(0);}
.mobile-nav-head{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid var(--border);background:var(--bg-light);flex-shrink:0;}
.mobile-nav-close{width:36px;height:36px;border-radius:50%;background:#fff;border:1.5px solid var(--border);cursor:pointer;font-size:14px;display:flex;align-items:center;justify-content:center;color:var(--text-light);transition:.2s;}
.mobile-nav-close:hover{background:var(--primary);color:#fff;border-color:var(--primary);}
.mob-search{display:flex;padding:12px 14px;border-bottom:1px solid var(--border);flex-shrink:0;}
.mob-search input{flex:1;border:1.5px solid var(--border);border-radius:6px 0 0 6px;padding:9px 12px;font-size:13px;outline:none;background:#f5faff;color:var(--text);}
.mob-search input:focus{border-color:var(--primary);}
.mob-search button{background:var(--primary);border:none;color:#fff;padding:9px 14px;border-radius:0 6px 6px 0;cursor:pointer;font-size:13px;transition:.2s;}
.mob-search button:hover{background:var(--primary-dark);}
.mobile-nav-links{flex:1;overflow-y:auto;padding:4px 0;}
.mob-link{display:flex;align-items:center;justify-content:space-between;padding:13px 18px;font-size:14px;font-weight:600;color:var(--text);border-bottom:1px solid rgba(0,0,0,.04);transition:.15s;text-decoration:none;}
.mob-link:hover{background:var(--bg-light);color:var(--primary);}
.mob-link .fa-chevron-down{font-size:10px;transition:.3s;color:var(--text-light);}
.mob-accordion{border-bottom:1px solid rgba(0,0,0,.04);}
.mob-accordion>summary{list-style:none;cursor:pointer;}
.mob-accordion>summary::-webkit-details-marker{display:none;}
.mob-accordion[open]>summary .fa-chevron-down{transform:rotate(180deg);}
.mob-sub{background:#f8faff;padding:4px 0;}
.mob-sub a{display:flex;align-items:center;gap:10px;padding:10px 18px 10px 32px;font-size:13px;font-weight:500;color:var(--text-light);transition:.15s;border-bottom:1px solid rgba(0,0,0,.03);}
.mob-sub a:last-child{border-bottom:none;}
.mob-sub a i{width:14px;color:var(--primary);font-size:11px;flex-shrink:0;}
.mob-sub a:hover{color:var(--primary);padding-left:36px;background:rgba(0,119,182,.05);}
.mobile-nav-footer{padding:14px 16px 20px;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:8px;flex-shrink:0;}
.mob-enquire-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;background:var(--primary);color:#fff;border-radius:8px;font-size:14px;font-weight:700;transition:.2s;text-decoration:none;}
.mob-enquire-btn:hover{background:var(--primary-dark);}
.mob-contact-info{display:flex;gap:12px;flex-wrap:wrap;}
.mob-contact-info a{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;color:var(--text-light);text-decoration:none;padding:2px 0;}
.mob-contact-info a i{color:var(--primary);width:12px;font-size:10px;}
.mob-contact-info a:hover{color:var(--primary);}
@media(min-width:901px){.nav-toggle{display:none;}}

/* ── ABOVE-GROUND POOL PREMIUM SECTIONS ── */
.ag-intro-section{padding:72px 20px;background:#fff;}
.ag-intro-wrap{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1.35fr 1fr;gap:64px;align-items:center;}
.ag-intro-text h2{font-family:'Poppins',sans-serif;font-size:33px;font-weight:900;color:#1a2330;line-height:1.2;margin:10px 0 18px;}
.ag-intro-text p{font-size:15.5px;line-height:1.85;color:#4a5568;margin-bottom:20px;max-width:65ch;}
.ag-intro-text .section-kicker{margin-bottom:12px;}
.ag-intro-stats{display:grid;grid-template-columns:1fr 1fr;gap:14px;}
.ag-stat-card{background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 100%);border:1px solid rgba(0,119,182,0.15);border-radius:16px;padding:22px 20px;text-align:center;transition:transform .25s cubic-bezier(0.16,1,0.3,1),box-shadow .25s cubic-bezier(0.16,1,0.3,1);}
.ag-stat-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(0,119,182,0.12);}
.ag-stat-number{font-family:'Poppins',sans-serif;font-size:34px;font-weight:900;color:var(--primary);line-height:1;}
.ag-stat-unit{font-size:14px;font-weight:700;color:var(--primary);margin-left:2px;}
.ag-stat-label{font-size:11.5px;font-weight:600;color:#63707b;margin-top:6px;letter-spacing:0.04em;text-transform:uppercase;}

/* Installation Timeline */
.ag-timeline-section{padding:72px 20px;background:#f8faff;}
.ag-timeline-inner{max-width:1280px;margin:0 auto;}
.ag-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:44px;position:relative;}
.ag-steps::before{content:'';position:absolute;top:31px;left:calc(12.5% + 0px);right:calc(12.5% + 0px);height:2px;background:linear-gradient(90deg,var(--primary),var(--aqua));z-index:0;}
.ag-step{text-align:center;position:relative;z-index:1;padding:0 12px;}
.ag-step-dot{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,var(--primary),var(--aqua));display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:#fff;font-family:'Poppins',sans-serif;font-size:22px;font-weight:900;box-shadow:0 8px 24px rgba(0,119,182,0.28);}
.ag-step-day{font-size:10px;letter-spacing:1px;text-transform:uppercase;font-weight:700;color:rgba(255,255,255,0.8);display:block;margin-bottom:1px;}
.ag-step h4{font-family:'Poppins',sans-serif;font-size:15px;font-weight:800;color:#1a2330;margin-bottom:6px;}
.ag-step p{font-size:13px;line-height:1.65;color:#63707b;}

/* What's Included grid */
.ag-includes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:30px;}
.ag-include-item{background:#fff;border:1px solid rgba(26,35,46,.09);border-radius:14px;padding:22px 20px;display:flex;align-items:flex-start;gap:14px;transition:box-shadow .22s cubic-bezier(0.16,1,0.3,1),transform .22s cubic-bezier(0.16,1,0.3,1);}
.ag-include-item:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(26,35,46,0.09);}
.ag-include-item i{color:var(--primary);font-size:20px;margin-top:2px;flex-shrink:0;}
.ag-include-item h4{font-family:'Poppins',sans-serif;font-size:14px;font-weight:800;color:#1a2330;margin-bottom:4px;}
.ag-include-item p{font-size:12.5px;color:#63707b;line-height:1.65;}

/* Vs In-Ground Comparison */
.ag-compare-section{padding:72px 20px;background:#fff;}
.ag-compare-inner{max-width:1000px;margin:0 auto;}
.ag-compare-table{margin-top:36px;border-radius:16px;overflow:hidden;border:1px solid rgba(26,35,46,0.1);}
.ag-compare-header{display:grid;grid-template-columns:2fr 1fr 1fr;background:var(--navy);color:#fff;padding:14px 20px;}
.ag-compare-header span{font-size:12px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;}
.ag-compare-row{display:grid;grid-template-columns:2fr 1fr 1fr;padding:14px 20px;border-bottom:1px solid rgba(26,35,46,0.07);align-items:center;transition:background .15s;}
.ag-compare-row:last-child{border-bottom:none;}
.ag-compare-row:hover{background:#f8faff;}
.ag-compare-row:nth-child(even){background:#f8faff;}
.ag-compare-row:nth-child(even):hover{background:#f0f9ff;}
.ag-compare-row span:first-child{font-size:14px;font-weight:600;color:#1a2330;}
.ag-compare-row .ag-yes{color:#00897b;font-weight:700;font-size:14px;}
.ag-compare-row .ag-no{color:#c62828;font-weight:700;font-size:14px;}

@media(max-width:1024px){
  .ag-intro-wrap{grid-template-columns:1fr;}
  .ag-steps{grid-template-columns:1fr 1fr;}
  .ag-steps::before{display:none;}
  .ag-includes-grid{grid-template-columns:1fr 1fr;}
}
@media(max-width:640px){
  .ag-intro-stats{grid-template-columns:1fr 1fr;}
  .ag-stat-number{font-size:28px;}
  .ag-steps{grid-template-columns:1fr;}
  .ag-includes-grid{grid-template-columns:1fr;}
  .ag-compare-header span:last-child,.ag-compare-row span:last-child{display:none;}
  .ag-compare-header,.ag-compare-row{grid-template-columns:2fr 1fr;}
}

/* ══════════════════════════════════════════════════
   MOBILE HAMBURGER BUTTON
══════════════════════════════════════════════════ */
.mobile-menu-btn{
  display:none;
  flex-direction:column;
  justify-content:center;
  gap:5px;
  width:40px;height:40px;
  border:1px solid var(--border);
  background:#fff;
  cursor:pointer;
  padding:9px;
  border-radius:8px;
  transition:.2s;
  flex-shrink:0;
}
.mobile-menu-btn:hover{background:var(--bg-light);}
.mobile-menu-btn span{display:block;height:2px;background:var(--text);border-radius:2px;transition:.3s;width:100%;}
.mobile-menu-btn.open span:nth-child(1){transform:translateY(7px) rotate(45deg);}
.mobile-menu-btn.open span:nth-child(2){opacity:0;transform:scaleX(0);}
.mobile-menu-btn.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}

/* ══════════════════════════════════════════════════
   MOBILE NAV OVERLAY & DRAWER
══════════════════════════════════════════════════ */
.mobile-nav-overlay{
  position:fixed;inset:0;
  background:rgba(0,0,0,.55);
  z-index:1500;
  opacity:0;visibility:hidden;
  transition:.3s;
}
.mobile-nav-overlay.open{opacity:1;visibility:visible;}

.mobile-nav-drawer{
  position:fixed;top:0;left:0;
  width:300px;max-width:90vw;
  height:100vh;
  background:#fff;
  z-index:1600;
  transform:translateX(-100%);
  transition:transform .35s cubic-bezier(.4,0,.2,1);
  display:flex;flex-direction:column;
  overflow-y:auto;
  box-shadow:4px 0 32px rgba(0,0,0,.18);
}
.mobile-nav-drawer.open{transform:translateX(0);}

.mobile-nav-header{
  display:flex;align-items:center;justify-content:space-between;
  padding:14px 16px;
  border-bottom:1px solid var(--border);
  background:var(--bg-light);
  flex-shrink:0;
}
.mobile-nav-close{
  background:none;border:none;font-size:20px;cursor:pointer;
  color:var(--text-light);width:36px;height:36px;
  display:flex;align-items:center;justify-content:center;
  border-radius:50%;transition:.2s;
}
.mobile-nav-close:hover{background:var(--border);color:var(--text);}

.mobile-nav{flex:1;padding:8px 0;overflow-y:auto;}
.mnav-link{
  display:block;
  padding:13px 20px;
  font-size:15px;font-weight:600;
  color:var(--text);
  border-bottom:1px solid rgba(26,35,46,.06);
  transition:.15s;
}
.mnav-link:hover{color:var(--primary);background:var(--bg-light);}

.mnav-group{border-bottom:1px solid rgba(26,35,46,.06);}
.mnav-toggle{
  width:100%;
  display:flex;align-items:center;justify-content:space-between;
  padding:13px 20px;
  font-size:15px;font-weight:600;
  color:var(--text);
  background:none;border:none;cursor:pointer;
  transition:.15s;
  text-align:left;
}
.mnav-toggle:hover{color:var(--primary);background:var(--bg-light);}
.mnav-toggle .fa-chevron-down{font-size:11px;transition:.3s;flex-shrink:0;}
.mnav-toggle.open .fa-chevron-down{transform:rotate(180deg);}

.mnav-sub{display:none;background:#f0f9ff;padding:4px 0 8px;}
.mnav-sub.open{display:block;}
.mnav-sub a{
  display:block;
  padding:10px 20px 10px 34px;
  font-size:14px;color:#445566;
  transition:.15s;
  border-bottom:1px solid rgba(0,119,182,.06);
}
.mnav-sub a:last-child{border-bottom:none;}
.mnav-sub a:hover{color:var(--primary);background:rgba(0,119,182,.06);padding-left:38px;}

.mobile-nav-footer{
  padding:16px;
  border-top:1px solid var(--border);
  flex-shrink:0;
}

/* ══════════════════════════════════════════════════
   MOBILE BREAKPOINTS — SHOW HAMBURGER
══════════════════════════════════════════════════ */
@media(max-width:900px){
  .mobile-menu-btn{display:flex;}
  .header-search{display:none;}
  .header-inner{gap:12px;}
}

/* ══════════════════════════════════════════════════
   SMALL PHONE TWEAKS (≤640px)
══════════════════════════════════════════════════ */
@media(max-width:640px){
  .header-inner{height:62px;padding:0 14px;}
  .logo-icon{width:42px;height:42px;}
  .logo-text .brand{font-size:16px;}
  .logo-text .sub{display:none;}

  /* Top bar — hide promo on tiny screens */
  .top-bar .promo{display:none;}
  .top-bar-inner{padding:6px 14px;}

  /* Trust strip */
  .trust-sep{display:none;}
  .trust-strip-inner{gap:10px 14px;}
  .trust-item{font-size:12px;}
  .trust-item i{font-size:16px;}

  /* Hero */
  .slide{height:340px;}
  .slide-content{padding:0 18px;}
  .slide-title{font-size:26px;}
  .slide-desc{font-size:13px;margin-bottom:18px;}
  .slide-btns{flex-wrap:wrap;gap:8px;}
  .slide-cta,.slide-cta-ghost{padding:10px 18px;font-size:13px;}
  .slide-product-strip{display:none;}

  /* Hide slider arrows on mobile — swipe to navigate */
  .slider-arrow{display:none;}
  /* Dots at bottom of slide, not overlapping buttons */
  .slider-dots{bottom:10px;}

  /* Header actions */
  .enquire-btn{padding:9px 12px;font-size:12px;}

  /* Brand grid */
  .home-brand-grid{grid-template-columns:repeat(2,1fr);}

  /* Awards */
  .awards-img-grid{grid-template-columns:repeat(2,1fr);}

  /* Footer */
  .footer-grid{grid-template-columns:1fr;}

  /* Features */
  .features-inner{grid-template-columns:1fr;}
}
