:root {
  --navy: #071a4d;
  --navy-2: #0d2f7a;
  --navy-3: #123d92;
  --purple: #6427cf;
  --purple-2: #8b4cf0;
  --blue: #1478e8;
  --cyan: #32c7f4;
  --ink: #10162f;
  --muted: #68718b;
  --soft: #f5f7ff;
  --soft-2: #eef2ff;
  --line: #e5e9f3;
  --white: #fff;
  --success: #0f9d70;
  --danger: #df405a;
  --warning: #f4a61c;
  --radius-xs: 10px;
  --radius-sm: 14px;
  --radius: 22px;
  --radius-lg: 32px;
  --radius-xl: 42px;
  --shadow-xs: 0 8px 24px rgba(9, 28, 76, .06);
  --shadow-sm: 0 14px 38px rgba(9, 28, 76, .09);
  --shadow: 0 26px 70px rgba(9, 28, 76, .14);
  --shadow-lg: 0 38px 110px rgba(9, 28, 76, .20);
  --gradient: linear-gradient(135deg, var(--navy) 0%, var(--purple) 52%, var(--blue) 100%);
  --gradient-soft: linear-gradient(135deg, rgba(100,39,207,.10), rgba(20,120,232,.10));
  --gradient-dark: linear-gradient(135deg, #061541, #401a86 56%, #0b61c2);
  --container: 1320px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 150px; }
body {
  margin: 0;
  font-family: 'Alexandria', 'IBM Plex Sans Arabic', system-ui, sans-serif;
  color: var(--ink);
  background: #fff;
  overflow-x: hidden;
  line-height: 1.85;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.admin-bar .main-header { top: 32px; }
body.admin-bar .mobile-menu { top: 32px; }
a { color: inherit; text-decoration: none; }
a:hover { color: inherit; }
img { max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
button { touch-action: manipulation; }
::selection { color: #fff; background: var(--purple); }
:focus-visible { outline: 3px solid rgba(20,120,232,.35); outline-offset: 3px; }
.container { max-width: var(--container); }
.skip-link { position: fixed; top: -100px; right: 20px; z-index: 99999; color: #fff; background: var(--navy); padding: 12px 18px; border-radius: 12px; transition: .2s; }
.skip-link:focus { top: 20px; }
.fw-black { font-weight: 900 !important; }
.text-gradient { background: var(--gradient); -webkit-background-clip: text; background-clip: text; color: transparent; }
.bg-soft { background: var(--soft); }
.section-space { padding: clamp(72px, 8vw, 112px) 0; }
.section-heading { margin-bottom: 46px; }
.section-heading-inline { display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.section-heading-inline > div > p { color: var(--muted); margin: 10px 0 0; }
.section-title { margin: 0; color: var(--ink); font-size: clamp(1.9rem, 3.2vw, 3rem); line-height: 1.25; font-weight: 900; letter-spacing: -.9px; }
.section-kicker { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 14px; padding: 7px 13px; border: 1px solid rgba(100,39,207,.10); border-radius: 999px; color: var(--purple); background: rgba(100,39,207,.07); font-size: .76rem; font-weight: 800; }
.section-kicker::before { content: ''; width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 5px rgba(20,120,232,.11); }
.section-subtitle { max-width: 700px; margin: 13px auto 0; color: var(--muted); font-size: .98rem; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--purple); font-weight: 800; transition: .22s; }
.text-link:hover { gap: 13px; color: var(--blue); }
.lead { color: #303a58; font-size: 1.08rem; line-height: 2; }

.btn-brand, .btn-outline-brand, .btn-dark-soft {
  display: inline-flex; align-items: center; justify-content: center; border-radius: 15px; border: 1px solid transparent; padding: 12px 21px; font-size: .9rem; font-weight: 800; transition: transform .24s ease, box-shadow .24s ease, background .24s ease, color .24s ease;
}
.btn-brand { color: #fff; background: var(--gradient); box-shadow: 0 13px 30px rgba(75,47,181,.24); }
.btn-brand:hover { color: #fff; transform: translateY(-3px); box-shadow: 0 20px 42px rgba(75,47,181,.31); }
.btn-outline-brand { color: var(--purple); border-color: rgba(100,39,207,.24); background: #fff; }
.btn-outline-brand:hover { color: #fff; border-color: var(--purple); background: var(--purple); transform: translateY(-3px); box-shadow: 0 15px 34px rgba(100,39,207,.22); }
.btn-dark-soft { color: var(--navy); background: rgba(7,26,77,.07); }
.btn-dark-soft:hover { color: #fff; background: var(--navy); transform: translateY(-2px); }
.btn-lg { min-height: 52px; padding-inline: 25px; border-radius: 16px; font-size: .94rem; }

/* Announcement and header */
.announcement-bar { position: relative; display: flex; align-items: center; min-height: 39px; overflow: hidden; color: #fff; background: var(--navy); font-size: .76rem; }
.announcement-bar::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 12% 50%, rgba(50,199,244,.34), transparent 24%), radial-gradient(circle at 85% 40%, rgba(139,76,240,.38), transparent 26%); pointer-events: none; }
.announcement-content { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; gap: 28px; min-height: 39px; }
.announcement-content span { display: inline-flex; align-items: center; white-space: nowrap; }
.announcement-content b { color: #a8e8ff; }
.main-header { position: sticky; top: 0; z-index: 1030; border-bottom: 1px solid rgba(229,233,243,.82); background: rgba(255,255,255,.90); backdrop-filter: blur(18px) saturate(150%); transition: box-shadow .25s ease, background .25s ease; }
.main-header.is-scrolled { background: rgba(255,255,255,.97); box-shadow: 0 14px 44px rgba(7,26,77,.08); }
.header-main { padding-top: 10px; padding-bottom: 10px; }
.header-layout { display: grid; grid-template-columns: auto minmax(290px, 1fr) auto; align-items: center; gap: 22px; min-height: 70px; }
.brand-logo { display: inline-flex; align-items: center; width: 200px; flex: 0 0 auto; }
.brand-logo img { display: block; width: auto; height: 68px; object-fit: contain; }
.search-wrap, .mobile-search { position: relative; align-items: center; width: 100%; }
.search-wrap { max-width: 620px; justify-self: center; }
.search-wrap input, .mobile-search input { width: 100%; min-height: 50px; padding: 0 49px 0 17px; border: 1px solid var(--line); border-radius: 16px; outline: 0; color: var(--ink); background: #f8f9fe; transition: .22s; }
.search-wrap input::placeholder, .mobile-search input::placeholder { color: #99a0b5; }
.search-wrap input:focus, .mobile-search input:focus { border-color: rgba(100,39,207,.38); background: #fff; box-shadow: 0 0 0 4px rgba(100,39,207,.07); }
.search-wrap button, .mobile-search button { position: absolute; top: 7px; right: 8px; display: grid; place-items: center; width: 36px; height: 36px; border: 0; border-radius: 11px; color: #fff; background: var(--gradient); }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 8px; }
.header-icon { position: relative; display: grid; place-items: center; width: 46px; height: 46px; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 14px; color: var(--navy); background: #fff; font-size: 1.08rem; transition: .22s; }
.header-icon:hover { color: var(--purple); border-color: rgba(100,39,207,.24); transform: translateY(-2px); box-shadow: var(--shadow-xs); }
.menu-trigger i { font-size: 1.45rem; }
.cart-count { position: absolute; top: -7px; left: -6px; display: grid; place-items: center; min-width: 20px; height: 20px; padding: 0 5px; border: 2px solid #fff; border-radius: 999px; color: #fff; background: var(--danger); font-size: .62rem; line-height: 1; font-weight: 900; }
.country-pill { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 0 13px; border: 1px solid var(--line); border-radius: 14px; color: var(--navy); background: #fff; font-size: .8rem; font-weight: 800; transition: .22s; }
.country-pill:hover { border-color: rgba(100,39,207,.24); box-shadow: var(--shadow-xs); }
.current-flag { font-size: 1.12rem; line-height: 1; }
.country-chevron { color: #9aa1b5; font-size: .68rem; }
.mobile-search { margin-top: 2px; }
.mobile-search input { min-height: 44px; font-size: .82rem; }
.mobile-search button { top: 5px; width: 34px; height: 34px; }
.nav-categories { border-top: 1px solid rgba(229,233,243,.72); }
.nav-categories .nav { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; }
.nav-categories .nav::-webkit-scrollbar { display: none; }
.nav-categories .nav-link { position: relative; padding: 13px 16px; color: var(--ink); white-space: nowrap; font-size: .82rem; font-weight: 700; transition: .2s; }
.nav-categories .nav-link::after { content: ''; position: absolute; right: 16px; bottom: 7px; left: 16px; height: 2px; border-radius: 99px; background: var(--gradient); transform: scaleX(0); transition: .24s; }
.nav-categories .nav-link:hover, .nav-categories .current-menu-item > .nav-link, .nav-categories .current_page_item > .nav-link { color: var(--purple); }
.nav-categories .nav-link:hover::after, .nav-categories .current-menu-item > .nav-link::after, .nav-categories .current_page_item > .nav-link::after { transform: scaleX(1); }

/* Mobile menu */
.mobile-menu { width: min(88vw, 390px) !important; border: 0 !important; }
.mobile-menu .offcanvas-header { min-height: 92px; padding: 16px 20px; border-bottom: 1px solid var(--line); }
.mobile-menu-logo img { height: 62px; width: auto; }
.mobile-menu .offcanvas-body { display: flex; flex-direction: column; padding: 20px; background: linear-gradient(180deg,#fff,#f8f9ff); }
.mobile-menu-country { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 18px; padding: 13px 14px; border: 1px solid rgba(100,39,207,.12); border-radius: 16px; color: var(--navy); background: rgba(100,39,207,.05); font-size: .78rem; }
.mobile-menu-country > span { display: inline-flex; align-items: center; gap: 6px; }
.mobile-menu-country button { border: 0; color: var(--purple); background: transparent; font-size: .75rem; font-weight: 800; }
.mobile-menu-list, .mobile-menu-list ul { margin: 0; padding: 0; list-style: none; }
.mobile-menu-list > li > a { display: flex; align-items: center; min-height: 49px; padding: 10px 13px; border-bottom: 1px solid rgba(229,233,243,.8); color: var(--ink); font-size: .87rem; font-weight: 800; }
.mobile-menu-list > li > a::before { content: '\F285'; margin-left: 10px; color: var(--purple); font-family: 'bootstrap-icons'; font-size: .68rem; }
.mobile-menu-list .sub-menu { padding-right: 20px; }
.mobile-menu-list .sub-menu a { display: block; padding: 8px 12px; color: var(--muted); font-size: .78rem; }
.mobile-quick-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-top: 22px; }
.mobile-quick-links a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; min-height: 76px; border: 1px solid var(--line); border-radius: 15px; color: var(--navy); background: #fff; font-size: .7rem; font-weight: 800; }
.mobile-quick-links i { color: var(--purple); font-size: 1.16rem; }
.mobile-menu-help { display: flex; align-items: center; gap: 12px; margin-top: auto; padding: 16px; border-radius: 17px; color: #fff; background: var(--gradient-dark); }
.mobile-menu-help > i { display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 auto; border-radius: 13px; background: rgba(255,255,255,.13); font-size: 1.2rem; }
.mobile-menu-help b, .mobile-menu-help small { display: block; }
.mobile-menu-help b { font-size: .82rem; }
.mobile-menu-help small { color: rgba(255,255,255,.7); font-size: .65rem; }

/* Country modal */
.country-modal .modal-dialog { max-width: 590px; }
.country-modal .modal-content { overflow: hidden; border: 0; border-radius: 30px; box-shadow: var(--shadow-lg); }
.country-modal .modal-content::before { content: ''; position: absolute; top: -130px; left: -100px; width: 260px; height: 260px; border-radius: 50%; background: rgba(100,39,207,.08); }
.country-modal .modal-header { position: relative; z-index: 1; padding: 25px 26px 10px; }
.country-modal .modal-title { margin: 3px 0 0; color: var(--navy); font-weight: 900; }
.modal-kicker { color: var(--purple); font-size: .7rem; font-weight: 800; }
.country-modal .modal-body { position: relative; z-index: 1; padding: 0 26px 27px; }
.country-modal-copy { margin-bottom: 18px; color: var(--muted); font-size: .84rem; }
.country-choice { position: relative; display: flex; flex-direction: column; align-items: flex-start; min-height: 190px; padding: 20px; overflow: hidden; border: 1px solid var(--line); border-radius: 21px; color: var(--ink); background: #fff; text-align: right; transition: .25s; }
.country-choice::after { content: ''; position: absolute; left: -35px; bottom: -35px; width: 100px; height: 100px; border-radius: 50%; background: var(--gradient-soft); }
.country-choice:hover { border-color: rgba(100,39,207,.3); transform: translateY(-5px); box-shadow: var(--shadow-sm); }
.country-choice .flag { margin-bottom: 10px; font-size: 2.7rem; line-height: 1; }
.country-choice b { color: var(--navy); font-size: 1rem; }
.country-choice small { color: var(--muted); font-size: .68rem; }
.country-choice > i { position: absolute; left: 17px; bottom: 17px; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 11px; color: #fff; background: var(--gradient); }
.country-modal-note { display: flex; align-items: center; gap: 8px; margin-top: 16px; padding: 11px 13px; border-radius: 12px; color: var(--success); background: rgba(15,157,112,.07); font-size: .72rem; font-weight: 700; }

/* Hero */
.hero { position: relative; display: flex; align-items: center; min-height: 720px; overflow: hidden; background: radial-gradient(circle at 12% 14%, rgba(50,199,244,.18), transparent 26%), radial-gradient(circle at 86% 44%, rgba(100,39,207,.17), transparent 34%), linear-gradient(180deg,#fbfcff 0%,#f5f7ff 100%); }
.hero::before { content: ''; position: absolute; top: -180px; right: -160px; width: 530px; height: 530px; border: 1px solid rgba(100,39,207,.11); border-radius: 50%; box-shadow: 0 0 0 58px rgba(100,39,207,.022), 0 0 0 125px rgba(20,120,232,.016); }
.hero-grid-pattern { position: absolute; inset: 0; opacity: .32; background-image: linear-gradient(rgba(7,26,77,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(7,26,77,.035) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to left,transparent,black 25%,black 70%,transparent); }
.hero-copy { position: relative; z-index: 3; padding: 70px 0; }
.hero-badge { display: inline-flex; align-items: center; gap: 9px; padding: 8px 14px; border: 1px solid rgba(100,39,207,.13); border-radius: 999px; color: var(--navy); background: rgba(255,255,255,.78); box-shadow: var(--shadow-xs); backdrop-filter: blur(10px); font-size: .78rem; font-weight: 800; }
.hero-badge i { color: var(--purple); }
.hero h1 { margin: 22px 0 19px; color: var(--ink); font-size: clamp(3rem, 5.2vw, 5.4rem); line-height: 1.07; font-weight: 900; letter-spacing: -3px; }
.hero p { max-width: 620px; margin: 0; color: var(--muted); font-size: 1.05rem; }
.hero-ctas { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 27px; color: var(--navy); font-size: .78rem; font-weight: 800; }
.hero-trust span { display: inline-flex; align-items: center; gap: 7px; }
.hero-trust i { color: var(--success); }
.hero-metrics { display: flex; gap: 0; max-width: 560px; margin-top: 30px; padding-top: 20px; border-top: 1px solid rgba(7,26,77,.09); }
.hero-metrics > div { display: flex; flex-direction: column; min-width: 130px; padding-left: 24px; margin-left: 24px; border-left: 1px solid rgba(7,26,77,.09); }
.hero-metrics > div:last-child { padding-left: 0; margin-left: 0; border-left: 0; }
.hero-metrics strong { color: var(--navy); font-size: 1.15rem; line-height: 1.3; font-weight: 900; }
.hero-metrics span { color: var(--muted); font-size: .66rem; }
.hero-visual { position: relative; min-height: 590px; }
.hero-orb { position: absolute; top: 74px; left: 74px; width: 420px; height: 420px; border-radius: 50%; background: var(--gradient); box-shadow: 0 42px 105px rgba(70,45,175,.30); }
.hero-orb::after { content: ''; position: absolute; inset: 18px; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; }
.hero-orbit { position: absolute; border: 1px dashed rgba(100,39,207,.20); border-radius: 50%; animation: orbit-spin 18s linear infinite; }
.orbit-one { top: 31px; left: 27px; width: 515px; height: 515px; }
.orbit-two { top: 115px; left: 112px; width: 345px; height: 345px; animation-direction: reverse; animation-duration: 13s; }
.hero-logo-mark { position: absolute; top: 150px; left: 160px; z-index: 1; width: 250px; opacity: .15; filter: brightness(0) invert(1); }
.floating-product { position: absolute; z-index: 2; overflow: hidden; border: 7px solid rgba(255,255,255,.88); border-radius: 28px; background: #fff; box-shadow: 0 28px 72px rgba(13,35,90,.24); animation: float 5.8s ease-in-out infinite; }
.floating-product img { width: 100%; height: 100%; object-fit: cover; transition: .5s; }
.floating-product:hover img { transform: scale(1.06); }
.floating-product.one { top: 25px; left: 12px; width: 215px; height: 278px; transform: rotate(-8deg); }
.floating-product.two { top: 154px; right: -5px; width: 235px; height: 305px; transform: rotate(7deg); animation-delay: -1.4s; }
.floating-product.three { bottom: 15px; left: 86px; width: 195px; height: 225px; transform: rotate(4deg); animation-delay: -2.8s; }
.floating-note { position: absolute; z-index: 4; display: flex; align-items: center; gap: 8px; padding: 11px 14px; border: 1px solid rgba(255,255,255,.68); border-radius: 16px; color: var(--navy); background: rgba(255,255,255,.89); box-shadow: var(--shadow); backdrop-filter: blur(14px); font-size: .74rem; font-weight: 900; }
.floating-note i { color: var(--purple); }
.floating-note.a { top: 71px; right: 9px; }
.floating-note.b { right: 60px; bottom: 53px; }
@keyframes float { 0%,100% { translate: 0 0; } 50% { translate: 0 -12px; } }
@keyframes orbit-spin { to { transform: rotate(360deg); } }

/* Marquee */
.marquee-strip { position: relative; z-index: 2; overflow: hidden; padding: 13px 0; color: #fff; background: var(--navy); }
.marquee-track { display: flex; width: max-content; gap: 42px; animation: marquee 25s linear infinite; font-size: .82rem; font-weight: 800; }
.marquee-track span { display: inline-flex; align-items: center; gap: 11px; white-space: nowrap; }
.marquee-track i { color: #92e3ff; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(50%); } }

/* Home categories and products */
.home-categories .woocommerce { width: 100%; }
.home-categories ul.products { display: grid !important; grid-template-columns: repeat(7, minmax(0,1fr)) !important; gap: 22px !important; margin: 0 !important; }
.home-categories ul.products::before, .home-categories ul.products::after { display: none !important; }
.home-categories ul.products li.product-category { width: 100% !important; margin: 0 !important; padding: 0 !important; border: 0 !important; border-radius: 0 !important; background: transparent !important; box-shadow: none !important; text-align: center; }
.home-categories ul.products li.product-category:hover { transform: none !important; }
.home-categories .product-category a { display: block; }
.home-categories .product-category img { width: 134px !important; height: 134px !important; margin: 0 auto 15px !important; padding: 6px; border: 2px solid transparent; border-radius: 50% !important; object-fit: cover; background: linear-gradient(#fff,#fff) padding-box, var(--gradient) border-box; box-shadow: 0 0 0 8px rgba(100,39,207,.045); transition: .28s; }
.home-categories .product-category:hover img { transform: translateY(-7px) scale(1.025); box-shadow: 0 18px 38px rgba(45,45,110,.15), 0 0 0 8px rgba(100,39,207,.07); }
.home-categories .woocommerce-loop-category__title { margin: 0 !important; color: var(--ink) !important; font-size: .85rem !important; font-weight: 900 !important; }
.home-categories .count { color: var(--muted) !important; background: transparent !important; font-size: .65rem !important; font-weight: 500 !important; }
.home-products-section { position: relative; overflow: hidden; }
.home-products-section::before { content: ''; position: absolute; top: -180px; left: -120px; width: 380px; height: 380px; border-radius: 50%; background: rgba(100,39,207,.045); }

/* Editorial cards */
.editorial-section { overflow: hidden; }
.editorial-banner { position: relative; isolation: isolate; display: flex; align-items: flex-end; min-height: 420px; overflow: hidden; border-radius: var(--radius-lg); color: #fff; box-shadow: var(--shadow); }
.editorial-banner::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg,rgba(3,9,31,.05) 10%,rgba(4,10,36,.90) 100%); }
.editorial-banner::after { content: ''; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 85% 15%,rgba(100,39,207,.42),transparent 34%); }
.editorial-banner > img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.editorial-banner:hover > img { transform: scale(1.055); }
.editorial-content { position: relative; z-index: 1; width: 100%; padding: 35px; }
.editorial-content > span { display: inline-block; margin-bottom: 8px; color: #9de7ff; font-size: .72rem; font-weight: 800; }
.editorial-content h3 { margin: 0 0 8px; color: #fff; font-size: clamp(1.45rem,2.4vw,2.15rem); font-weight: 900; }
.editorial-content p { max-width: 450px; margin: 0 0 17px; color: rgba(255,255,255,.76); font-size: .84rem; }
.editorial-content b { display: inline-flex; align-items: center; gap: 8px; font-size: .78rem; }
.editorial-small { min-height: 198px; }
.editorial-small .editorial-content { padding: 25px; }
.editorial-small .editorial-content h3 { font-size: 1.25rem; }
.editorial-small .editorial-content b { color: #9de7ff; }

/* Country cards */
.country-shopping-section { background: #fff; }
.country-offer { position: relative; isolation: isolate; display: flex; align-items: center; min-height: 390px; padding: 42px; overflow: hidden; border-radius: 32px; color: #fff; box-shadow: var(--shadow-sm); }
.country-offer.egypt { background: linear-gradient(135deg,#071a4d,#0d3d9d); }
.country-offer.sudan { background: linear-gradient(135deg,#431786,#7d3de2); }
.country-offer::before { content: ''; position: absolute; top: -90px; left: -85px; z-index: -1; width: 290px; height: 290px; border: 48px solid rgba(255,255,255,.07); border-radius: 50%; }
.country-offer::after { content: ''; position: absolute; right: -90px; bottom: -110px; z-index: -1; width: 260px; height: 260px; border-radius: 50%; background: rgba(255,255,255,.055); }
.country-offer-copy { position: relative; z-index: 2; max-width: 380px; }
.country-offer .flag { margin-bottom: 13px; font-size: 3.3rem; line-height: 1; }
.country-label { display: block; margin-bottom: 4px; color: rgba(255,255,255,.67); font-size: .69rem; font-weight: 700; }
.country-offer h3 { margin-bottom: 11px; color: #fff; font-size: clamp(1.7rem,2.5vw,2.25rem); font-weight: 900; }
.country-offer p { color: rgba(255,255,255,.75); font-size: .84rem; }
.country-offer .btn { margin-top: 8px; border-radius: 14px; color: var(--navy); font-size: .8rem; font-weight: 900; }
.country-visual { position: absolute; left: 36px; bottom: 34px; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 150px; height: 150px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; background: rgba(255,255,255,.08); backdrop-filter: blur(8px); transform: rotate(-8deg); }
.country-visual i { font-size: 2.6rem; }
.country-visual span { margin-top: 4px; color: rgba(255,255,255,.7); font-size: .72rem; font-weight: 900; letter-spacing: 2px; }

/* Benefits */
.feature-card { position: relative; height: 100%; min-height: 230px; padding: 25px; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #fff; transition: .25s; }
.feature-card:hover { border-color: rgba(100,39,207,.17); transform: translateY(-6px); box-shadow: var(--shadow-sm); }
.feature-card > span { position: absolute; left: 17px; top: 12px; color: rgba(7,26,77,.06); font-size: 2.6rem; font-weight: 900; }
.feature-icon { display: grid; place-items: center; width: 55px; height: 55px; margin-bottom: 18px; border-radius: 17px; color: #fff; background: var(--gradient); box-shadow: 0 12px 24px rgba(91,44,190,.20); font-size: 1.25rem; }
.feature-card h4 { margin-bottom: 8px; color: var(--navy); font-size: .98rem; font-weight: 900; }
.feature-card p { margin: 0; color: var(--muted); font-size: .8rem; }

/* Testimonials */
.testimonials-section { position: relative; overflow: hidden; }
.testimonials-section::after { content: ''; position: absolute; right: -170px; bottom: -220px; width: 500px; height: 500px; border: 80px solid rgba(20,120,232,.04); border-radius: 50%; }
.testimonial-card { position: relative; z-index: 1; height: 100%; padding: 25px; border: 1px solid var(--line); border-radius: 23px; background: #fff; transition: .24s; }
.testimonial-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-sm); }
.testimonial-top { display: flex; align-items: center; justify-content: space-between; }
.testimonial-top > i { color: rgba(100,39,207,.12); font-size: 2.2rem; }
.testimonial-stars { display: flex; gap: 3px; color: var(--warning); font-size: .76rem; }
.testimonial-card > p { min-height: 88px; margin: 15px 0 20px; color: var(--muted); font-size: .82rem; }
.testimonial-user { display: flex; align-items: center; gap: 11px; }
.avatar { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 15px; color: #fff; background: var(--gradient); font-size: .8rem; font-weight: 900; }
.testimonial-user b, .testimonial-user small { display: block; }
.testimonial-user b { color: var(--navy); font-size: .8rem; }
.testimonial-user small { color: var(--muted); font-size: .63rem; }

/* Newsletter and footer */
.newsletter-section { padding-top: 80px; padding-bottom: 80px; }
.newsletter { position: relative; overflow: hidden; padding: 58px; border-radius: 36px; color: #fff; background: var(--gradient-dark); box-shadow: var(--shadow); }
.newsletter::before { content: ''; position: absolute; left: -85px; bottom: -125px; width: 300px; height: 300px; border: 56px solid rgba(255,255,255,.07); border-radius: 50%; }
.newsletter::after { content: ''; position: absolute; right: -35px; top: -70px; width: 190px; height: 190px; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; }
.newsletter-shape { position: absolute; top: 35%; left: 42%; width: 90px; height: 90px; border-radius: 25px; background: rgba(255,255,255,.06); transform: rotate(18deg); }
.newsletter-kicker { display: inline-block; margin-bottom: 8px; color: #9ee8ff; font-size: .72rem; font-weight: 800; }
.newsletter h2 { margin: 0 0 9px; color: #fff; font-size: clamp(1.7rem,3vw,2.6rem); font-weight: 900; }
.newsletter p { margin: 0; color: rgba(255,255,255,.72); }
.newsletter .btn-light { color: var(--navy); border: 0; font-weight: 900; box-shadow: 0 18px 38px rgba(0,0,0,.16); }
.prefooter-cta { position: relative; z-index: 2; margin-bottom: -62px; padding: 0 0 1px; }
.prefooter-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 22px; min-height: 130px; padding: 25px 29px; border: 1px solid rgba(255,255,255,.2); border-radius: 27px; color: #fff; background: var(--gradient); box-shadow: var(--shadow); }
.prefooter-icon { display: grid; place-items: center; width: 64px; height: 64px; border-radius: 19px; background: rgba(255,255,255,.12); font-size: 1.65rem; }
.prefooter-copy span { color: #a7e9ff; font-size: .7rem; font-weight: 800; }
.prefooter-copy h2 { margin: 2px 0 2px; color: #fff; font-size: 1.18rem; font-weight: 900; }
.prefooter-copy p { margin: 0; color: rgba(255,255,255,.7); font-size: .72rem; }
.prefooter-card .btn { color: var(--navy); border: 0; font-size: .8rem; font-weight: 900; }
.footer { position: relative; overflow: hidden; padding-top: 132px; color: rgba(255,255,255,.72); background: #061332; }
.footer-glow { position: absolute; border-radius: 50%; filter: blur(2px); }
.footer-glow-one { top: -180px; right: -130px; width: 410px; height: 410px; background: rgba(100,39,207,.18); }
.footer-glow-two { left: -150px; bottom: -220px; width: 440px; height: 440px; background: rgba(20,120,232,.13); }
.footer-brand { display: inline-flex; }
.footer-logo { width: auto; height: 88px; filter: brightness(0) invert(1); opacity: .96; }
.footer-about { max-width: 390px; margin: 18px 0 16px; color: rgba(255,255,255,.67); font-size: .8rem; }
.footer-country-badges { display: flex; gap: 8px; margin-bottom: 20px; }
.footer-country-badges span { padding: 6px 10px; border: 1px solid rgba(255,255,255,.10); border-radius: 999px; background: rgba(255,255,255,.05); font-size: .68rem; font-weight: 700; }
.footer h5 { position: relative; margin: 8px 0 21px; color: #fff; font-size: .9rem; font-weight: 900; }
.footer h5::after { content: ''; position: absolute; right: 0; bottom: -9px; width: 27px; height: 2px; border-radius: 99px; background: linear-gradient(90deg,var(--purple-2),var(--cyan)); }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; }
.footer-links a { position: relative; margin-bottom: 9px; padding-right: 0; color: rgba(255,255,255,.64); font-size: .75rem; transition: .2s; }
.footer-links a:hover { padding-right: 7px; color: #a7eaff; }
.footer-contact-list { display: flex; flex-direction: column; gap: 10px; }
.footer-contact-list a, .footer-contact-list > span { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.64); font-size: .72rem; }
.footer-contact-list i { color: #8ddfff; }
.social-links { display: flex; gap: 8px; }
.social-links a { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.07); border-radius: 13px; color: rgba(255,255,255,.78); background: rgba(255,255,255,.06); transition: .22s; }
.social-links a:hover { color: #fff; border-color: transparent; background: var(--purple); transform: translateY(-3px); }
.footer-trust-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; margin-top: 42px; padding: 17px; border: 1px solid rgba(255,255,255,.07); border-radius: 18px; background: rgba(255,255,255,.035); }
.footer-trust-row span { display: flex; align-items: center; justify-content: center; gap: 8px; border-left: 1px solid rgba(255,255,255,.07); font-size: .68rem; font-weight: 700; }
.footer-trust-row span:last-child { border-left: 0; }
.footer-trust-row i { color: #8ddfff; }
.footer-bottom { margin-top: 24px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.56); font-size: .68rem; }
.parmagito-credit { color: #99e5ff; font-weight: 900; }

/* Page hero */
.page-hero { position: relative; overflow: hidden; padding: clamp(60px,7vw,92px) 0 clamp(48px,6vw,75px); background: radial-gradient(circle at 15% 20%,rgba(20,120,232,.14),transparent 29%), radial-gradient(circle at 86% 30%,rgba(100,39,207,.16),transparent 30%), linear-gradient(180deg,#fafbff,#f3f6ff); }
.page-hero::after { content: ''; position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(rgba(7,26,77,.035) 1px,transparent 1px), linear-gradient(90deg,rgba(7,26,77,.035) 1px,transparent 1px); background-size: 46px 46px; mask-image: linear-gradient(to bottom,black,transparent); }
.page-hero-shape { position: absolute; border-radius: 50%; pointer-events: none; }
.page-hero-shape-one { top: -150px; right: -100px; width: 350px; height: 350px; border: 60px solid rgba(100,39,207,.045); }
.page-hero-shape-two { left: 8%; bottom: -120px; width: 240px; height: 240px; border: 1px solid rgba(20,120,232,.12); box-shadow: 0 0 0 40px rgba(20,120,232,.025); }
.page-hero-inner { position: relative; z-index: 2; display: flex; align-items: center; gap: 20px; }
.page-hero-icon { display: grid; place-items: center; width: 78px; height: 78px; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.65); border-radius: 23px; color: #fff; background: var(--gradient); box-shadow: 0 18px 38px rgba(75,47,181,.22); font-size: 1.75rem; transform: rotate(-4deg); }
.page-hero h1 { margin: 5px 0 8px; color: var(--ink); font-size: clamp(2rem,4vw,3.4rem); line-height: 1.2; font-weight: 900; letter-spacing: -1.2px; }
.page-hero p { max-width: 760px; margin: 0; color: var(--muted); font-size: .9rem; }
.khuzama-breadcrumb { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: .68rem; }
.khuzama-breadcrumb a { color: var(--purple); font-weight: 700; }
.khuzama-breadcrumb i { font-size: .55rem; }
.page-hero.compact { padding-top: 48px; padding-bottom: 42px; }
.page-hero.compact .page-hero-icon { width: 65px; height: 65px; border-radius: 20px; font-size: 1.45rem; }
.page-hero.compact h1 { font-size: clamp(1.8rem,3vw,2.5rem); }

/* Generic content */
.content-card { padding: clamp(24px,4vw,50px); border: 1px solid var(--line); border-radius: 28px; background: #fff; box-shadow: 0 18px 58px rgba(7,26,77,.065); }
.entry-content-card { max-width: 1120px; margin: 0 auto; }
.entry-content { color: #303952; font-size: .92rem; }
.entry-content > *:first-child { margin-top: 0; }
.entry-content h2, .entry-content h3, .entry-content h4 { color: var(--navy); font-weight: 900; line-height: 1.45; }
.entry-content h2 { margin: 36px 0 14px; font-size: 1.55rem; }
.entry-content h3 { margin: 28px 0 12px; font-size: 1.2rem; }
.entry-content p { margin-bottom: 1.15rem; }
.entry-content ul, .entry-content ol { padding-right: 22px; }
.entry-content blockquote { margin: 28px 0; padding: 22px 24px; border-right: 4px solid var(--purple); border-radius: 16px; color: var(--navy); background: var(--soft); font-weight: 700; }
.entry-content table { width: 100%; overflow: hidden; border: 1px solid var(--line); border-radius: 15px; }
.entry-content th, .entry-content td { padding: 12px; border: 1px solid var(--line); }
.entry-content th { color: var(--navy); background: var(--soft); }
.page-featured-image, .single-featured-image { margin: 0 0 28px; overflow: hidden; border-radius: 22px; }
.page-featured-image img, .single-featured-image img { width: 100%; max-height: 600px; object-fit: cover; }

/* About */
.about-visual { position: relative; min-height: 530px; padding-left: 45px; }
.about-visual-main { position: absolute; inset: 0 60px 40px 0; overflow: hidden; border-radius: 34px; box-shadow: var(--shadow); }
.about-visual-main::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg,transparent,rgba(7,26,77,.28)); }
.about-visual-main img { width: 100%; height: 100%; object-fit: cover; }
.about-logo-card { position: absolute; left: 0; bottom: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 200px; height: 185px; padding: 20px; border: 1px solid rgba(255,255,255,.7); border-radius: 26px; color: #fff; background: var(--gradient); box-shadow: var(--shadow); }
.about-logo-card img { max-height: 105px; filter: brightness(0) invert(1); }
.about-logo-card span { font-size: .68rem; font-weight: 800; }
.about-floating-stat { position: absolute; top: 30px; left: 8px; display: flex; flex-direction: column; padding: 14px 18px; border: 1px solid rgba(255,255,255,.72); border-radius: 16px; color: var(--navy); background: rgba(255,255,255,.88); box-shadow: var(--shadow-sm); backdrop-filter: blur(12px); }
.about-floating-stat strong { font-size: 1.25rem; font-weight: 900; }
.about-floating-stat span { color: var(--muted); font-size: .62rem; }
.about-copy > p:not(.lead) { color: var(--muted); font-size: .88rem; }
.about-checks { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 11px 18px; margin: 25px 0 28px; }
.about-checks span { display: flex; align-items: center; gap: 8px; color: var(--navy); font-size: .76rem; font-weight: 700; }
.about-checks i { color: var(--success); font-size: 1rem; }
.value-card { position: relative; height: 100%; min-height: 270px; padding: 27px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #fff; transition: .25s; }
.value-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-sm); }
.value-card > span { position: absolute; left: 20px; top: 13px; color: rgba(7,26,77,.055); font-size: 3.4rem; line-height: 1; font-weight: 900; }
.value-card h3 { color: var(--navy); font-size: 1.02rem; font-weight: 900; }
.value-card p { margin: 0; color: var(--muted); font-size: .8rem; }
.about-numbers { padding-top: 70px; padding-bottom: 70px; }
.about-numbers-card { display: grid; grid-template-columns: repeat(4,1fr); overflow: hidden; border-radius: 27px; color: #fff; background: var(--gradient-dark); box-shadow: var(--shadow); }
.about-numbers-card > div { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 145px; padding: 25px; border-left: 1px solid rgba(255,255,255,.10); text-align: center; }
.about-numbers-card > div:last-child { border-left: 0; }
.about-numbers-card strong { font-size: 2rem; font-weight: 900; }
.about-numbers-card span { color: rgba(255,255,255,.68); font-size: .7rem; }
.about-country-card { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 45px; overflow: hidden; border: 1px solid rgba(100,39,207,.12); border-radius: 30px; background: radial-gradient(circle at 90% 20%,rgba(100,39,207,.12),transparent 30%),radial-gradient(circle at 10% 85%,rgba(20,120,232,.11),transparent 30%),var(--soft); }
.about-country-card h2 { color: var(--navy); font-weight: 900; }
.about-country-card p { max-width: 720px; margin: 0; color: var(--muted); font-size: .83rem; }
.about-country-flags { display: flex; align-items: center; gap: 15px; flex: 0 0 auto; }
.about-country-flags > span { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 105px; height: 105px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: var(--shadow-xs); font-size: 2rem; }
.about-country-flags b { margin-top: 5px; color: var(--navy); font-size: .66rem; }
.about-country-flags > i { color: var(--purple); }

/* Contact */
.contact-main-card { position: relative; display: grid; grid-template-columns: 1.35fr .65fr; min-height: 590px; overflow: hidden; border-radius: 31px; color: #fff; background: var(--gradient-dark); box-shadow: var(--shadow); }
.contact-main-content { position: relative; z-index: 2; padding: clamp(30px,4vw,50px); }
.contact-main-content .section-kicker { color: #a4e9ff; border-color: rgba(255,255,255,.1); background: rgba(255,255,255,.08); }
.contact-main-content h2 { margin-bottom: 12px; color: #fff; font-size: clamp(1.8rem,3vw,2.8rem); font-weight: 900; }
.contact-main-content > p { color: rgba(255,255,255,.7); font-size: .83rem; }
.contact-topic-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; margin: 25px 0; }
.contact-topic-grid a { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; padding: 14px; border: 1px solid rgba(255,255,255,.10); border-radius: 15px; background: rgba(255,255,255,.055); transition: .22s; }
.contact-topic-grid a:hover { background: rgba(255,255,255,.10); transform: translateY(-2px); }
.contact-topic-grid a > i:first-child { display: grid; place-items: center; width: 37px; height: 37px; border-radius: 11px; color: #a5e9ff; background: rgba(255,255,255,.08); }
.contact-topic-grid a > i:last-child { color: rgba(255,255,255,.55); }
.contact-topic-grid b, .contact-topic-grid small { display: block; }
.contact-topic-grid b { color: #fff; font-size: .71rem; }
.contact-topic-grid small { color: rgba(255,255,255,.55); font-size: .56rem; }
.contact-main-content .btn-brand { color: var(--navy); background: #fff; box-shadow: none; }
.contact-main-visual { position: relative; overflow: hidden; }
.contact-main-visual::before { content: ''; position: absolute; top: 50%; right: 50%; width: 360px; height: 360px; border: 55px solid rgba(255,255,255,.06); border-radius: 50%; transform: translate(50%,-50%); }
.contact-phone { position: absolute; top: 50%; left: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 185px; height: 310px; padding: 20px; border: 7px solid rgba(255,255,255,.2); border-radius: 35px; background: rgba(255,255,255,.08); box-shadow: 0 30px 60px rgba(0,0,0,.18); transform: translate(-50%,-50%) rotate(-6deg); backdrop-filter: blur(8px); text-align: center; }
.contact-phone i { display: grid; place-items: center; width: 70px; height: 70px; margin-bottom: 18px; border-radius: 23px; color: #fff; background: #20c66a; font-size: 2rem; }
.contact-phone span { color: #fff; font-weight: 900; }
.contact-phone small { margin-top: 7px; color: rgba(255,255,255,.58); font-size: .62rem; }
.contact-info-stack { display: grid; gap: 13px; height: 100%; }
.contact-card { display: flex; align-items: center; gap: 14px; min-height: 132px; padding: 20px; border: 1px solid var(--line); border-radius: 22px; background: #fff; transition: .24s; }
.contact-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.contact-icon { display: grid; place-items: center; width: 50px; height: 50px; flex: 0 0 auto; border-radius: 16px; color: #fff; background: var(--gradient); box-shadow: 0 12px 25px rgba(91,44,190,.18); font-size: 1.15rem; }
.contact-card span, .contact-card a, .contact-card b, .contact-card small { display: block; }
.contact-card > div:last-child > span { color: var(--muted); font-size: .62rem; }
.contact-card a, .contact-card b { color: var(--navy); font-size: .77rem; font-weight: 900; overflow-wrap: anywhere; }
.contact-card small { color: #9298aa; font-size: .57rem; }
.process-card { position: relative; height: 100%; padding: 26px; overflow: hidden; border: 1px solid var(--line); border-radius: 23px; background: #fff; text-align: center; }
.process-card > span { position: absolute; left: 18px; top: 12px; color: rgba(7,26,77,.05); font-size: 2.6rem; font-weight: 900; }
.process-card > i { display: grid; place-items: center; width: 58px; height: 58px; margin: 0 auto 18px; border-radius: 18px; color: var(--purple); background: rgba(100,39,207,.08); font-size: 1.4rem; }
.process-card h3 { color: var(--navy); font-size: .92rem; font-weight: 900; }
.process-card p { margin: 0; color: var(--muted); font-size: .75rem; }

/* FAQ */
.faq-side-card { position: sticky; top: 165px; padding: 28px; border-radius: 26px; color: #fff; background: var(--gradient-dark); box-shadow: var(--shadow); }
.faq-side-icon { display: grid; place-items: center; width: 62px; height: 62px; margin-bottom: 20px; border-radius: 19px; background: rgba(255,255,255,.10); font-size: 1.55rem; }
.faq-side-card > span { color: #a4e9ff; font-size: .7rem; font-weight: 800; }
.faq-side-card h2 { margin: 3px 0 9px; color: #fff; font-size: 1.4rem; font-weight: 900; }
.faq-side-card p { color: rgba(255,255,255,.65); font-size: .77rem; }
.faq-side-card .btn { margin: 10px 0 20px; color: var(--navy); background: #fff; box-shadow: none; }
.faq-side-links { display: flex; flex-direction: column; gap: 9px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.10); }
.faq-side-links a { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.74); font-size: .7rem; }
.faq-side-links i { color: #9de7ff; }
.faq-heading { margin-bottom: 28px; }
.faq-accordion .accordion-item { margin-bottom: 13px; overflow: hidden; border: 1px solid var(--line) !important; border-radius: 18px !important; background: #fff; }
.faq-accordion .accordion-button { display: flex; gap: 14px; padding: 20px; color: var(--navy); background: #fff; box-shadow: none !important; font-size: .83rem; font-weight: 900; }
.faq-accordion .accordion-button:not(.collapsed) { color: var(--purple); background: rgba(100,39,207,.045); }
.faq-accordion .accordion-button::after { margin-right: auto; margin-left: 0; }
.faq-number { display: grid; place-items: center; width: 32px; height: 32px; flex: 0 0 auto; border-radius: 10px; color: var(--purple); background: rgba(100,39,207,.08); font-size: .66rem; }
.faq-accordion .accordion-body { padding: 18px 66px 22px 22px; color: var(--muted); font-size: .78rem; line-height: 1.95; }

/* Policies */
.policies-nav { position: sticky; top: 165px; padding: 22px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: var(--shadow-xs); }
.policies-nav > span { display: block; margin-bottom: 12px; color: var(--navy); font-size: .78rem; font-weight: 900; }
.policies-nav nav { display: flex; flex-direction: column; }
.policies-nav nav a { display: flex; align-items: center; gap: 10px; min-height: 46px; padding: 9px 10px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .73rem; font-weight: 700; transition: .2s; }
.policies-nav nav a:last-child { border-bottom: 0; }
.policies-nav nav a:hover { color: var(--purple); padding-right: 15px; }
.policies-nav nav i { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 9px; color: var(--purple); background: rgba(100,39,207,.07); }
.policies-help { margin-top: 18px; padding: 17px; border-radius: 17px; color: #fff; background: var(--gradient-dark); }
.policies-help > i { font-size: 1.35rem; }
.policies-help b { display: block; margin-top: 7px; font-size: .8rem; }
.policies-help p { margin: 4px 0 9px; color: rgba(255,255,255,.65); font-size: .62rem; }
.policies-help a { color: #9de7ff; font-size: .68rem; font-weight: 900; }
.policies-content { display: grid; gap: 17px; }
.policy-intro { display: flex; align-items: flex-start; gap: 12px; padding: 18px; border: 1px solid rgba(20,120,232,.13); border-radius: 17px; color: var(--navy); background: rgba(20,120,232,.055); }
.policy-intro i { color: var(--blue); font-size: 1.2rem; }
.policy-intro p { margin: 0; color: #44506b; font-size: .73rem; }
.policy-section { display: grid; grid-template-columns: auto 1fr; gap: 18px; padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: #fff; scroll-margin-top: 165px; }
.policy-icon { display: grid; place-items: center; width: 55px; height: 55px; border-radius: 17px; color: #fff; background: var(--gradient); font-size: 1.25rem; }
.policy-section > div:last-child > span { color: var(--purple); font-size: .65rem; font-weight: 900; }
.policy-section h2 { margin: 1px 0 8px; color: var(--navy); font-size: 1.2rem; font-weight: 900; }
.policy-section p { color: var(--muted); font-size: .78rem; }
.policy-section ul { display: grid; gap: 8px; margin: 14px 0 0; padding: 0; list-style: none; }
.policy-section li { position: relative; padding-right: 19px; color: #4d5770; font-size: .72rem; }
.policy-section li::before { content: '\F26A'; position: absolute; right: 0; top: 2px; color: var(--success); font-family: 'bootstrap-icons'; }

/* Blog and search */
.post-meta { display: flex; flex-wrap: wrap; gap: 15px; margin-bottom: 22px; color: var(--muted); font-size: .68rem; }
.post-meta span { display: inline-flex; align-items: center; gap: 6px; }
.post-meta i { color: var(--purple); }
.post-tags { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-top: 30px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: .68rem; }
.post-tags i { color: var(--purple); }
.post-tags a { padding: 5px 9px; border-radius: 9px; color: var(--purple); background: rgba(100,39,207,.06); }
.blog-card { height: 100%; overflow: hidden; border: 1px solid var(--line); border-radius: 23px; background: #fff; transition: .25s; }
.blog-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-sm); }
.blog-card-image { display: block; height: 235px; overflow: hidden; background: var(--soft); }
.blog-card-image img { width: 100%; height: 100%; object-fit: cover; transition: .5s; }
.blog-card:hover .blog-card-image img { transform: scale(1.055); }
.blog-image-placeholder { display: grid; place-items: center; width: 100%; height: 100%; color: rgba(100,39,207,.30); background: var(--gradient-soft); font-size: 3rem; }
.blog-card-body { padding: 22px; }
.blog-card-meta { display: flex; flex-wrap: wrap; gap: 11px; margin-bottom: 9px; color: var(--muted); font-size: .6rem; }
.blog-card-meta span { display: inline-flex; align-items: center; gap: 5px; }
.blog-card-meta i { color: var(--purple); }
.blog-card h2 { margin: 0 0 9px; color: var(--navy); font-size: 1.02rem; line-height: 1.55; font-weight: 900; }
.blog-card p { color: var(--muted); font-size: .75rem; }
.blog-card .text-link { font-size: .72rem; }
.khuzama-pagination { margin-top: 42px; }
.khuzama-pagination .nav-links { display: flex; align-items: center; justify-content: center; gap: 7px; }
.khuzama-pagination .page-numbers { display: grid; place-items: center; min-width: 40px; height: 40px; padding: 0 8px; border: 1px solid var(--line); border-radius: 12px; color: var(--navy); background: #fff; font-size: .72rem; font-weight: 800; }
.khuzama-pagination .page-numbers.current, .khuzama-pagination .page-numbers:hover { color: #fff; border-color: transparent; background: var(--gradient); }
.empty-state-card { max-width: 680px; margin: 0 auto; padding: 60px 25px; border: 1px solid var(--line); border-radius: 28px; background: #fff; box-shadow: var(--shadow-xs); text-align: center; }
.empty-state-card > i { color: rgba(100,39,207,.34); font-size: 4rem; }
.empty-state-card h2 { color: var(--navy); font-weight: 900; }
.empty-state-card p { color: var(--muted); }
.search-page-form { display: grid; grid-template-columns: 1fr auto; gap: 10px; max-width: 840px; margin: 0 auto 38px; padding: 11px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow-xs); }
.search-page-form input { min-height: 48px; padding: 0 15px; border: 0; outline: 0; color: var(--ink); background: transparent; }
.search-results-grid { display: grid; gap: 14px; max-width: 980px; margin: 0 auto; }
.search-result-card { display: grid; grid-template-columns: 170px 1fr; gap: 21px; align-items: center; padding: 16px; border: 1px solid var(--line); border-radius: 21px; background: #fff; transition: .24s; }
.search-result-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.search-result-thumb { display: grid; place-items: center; height: 140px; overflow: hidden; border-radius: 16px; color: rgba(100,39,207,.3); background: var(--soft); font-size: 2.5rem; }
.search-result-thumb img { width: 100%; height: 100%; object-fit: cover; }
.search-result-card > div > span { color: var(--purple); font-size: .6rem; font-weight: 800; }
.search-result-card h2 { margin: 3px 0 6px; color: var(--navy); font-size: 1rem; font-weight: 900; }
.search-result-card p { margin-bottom: 8px; color: var(--muted); font-size: .72rem; }
.search-result-card .text-link { font-size: .68rem; }

/* 404 */
.not-found-page { position: relative; overflow: hidden; background: radial-gradient(circle at 20% 20%,rgba(20,120,232,.10),transparent 28%),radial-gradient(circle at 80% 70%,rgba(100,39,207,.11),transparent 28%),var(--soft); }
.not-found-card { max-width: 870px; margin: 0 auto; padding: 55px 30px; border: 1px solid rgba(255,255,255,.7); border-radius: 34px; background: rgba(255,255,255,.86); box-shadow: var(--shadow); backdrop-filter: blur(10px); text-align: center; }
.not-found-art { display: flex; align-items: center; justify-content: center; gap: 12px; margin-bottom: 22px; }
.not-found-number { color: var(--navy); font-size: clamp(4.5rem,11vw,8.5rem); line-height: 1; font-weight: 900; }
.not-found-logo { display: grid; place-items: center; width: clamp(100px,15vw,155px); height: clamp(100px,15vw,155px); border-radius: 50%; background: var(--gradient); box-shadow: 0 22px 55px rgba(80,40,180,.24); }
.not-found-logo img { max-width: 75%; max-height: 75%; filter: brightness(0) invert(1); }
.not-found-card h1 { margin: 5px 0 9px; color: var(--navy); font-size: 2rem; font-weight: 900; }
.not-found-card > p { max-width: 570px; margin: 0 auto; color: var(--muted); }
.not-found-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-top: 25px; }
.not-found-help { display: inline-flex; align-items: center; gap: 8px; margin-top: 25px; padding: 10px 14px; border-radius: 13px; color: var(--muted); background: var(--soft); font-size: .7rem; }
.not-found-help i { color: #20c66a; }
.not-found-help a { color: var(--purple); font-weight: 800; }

/* Floating actions */
.whatsapp-float { position: fixed; right: 20px; bottom: 20px; z-index: 1025; display: flex; align-items: center; justify-content: center; gap: 8px; min-width: 58px; height: 58px; padding: 0 17px; border-radius: 20px; color: #fff; background: #20c66a; box-shadow: 0 18px 38px rgba(32,198,106,.34); font-size: 1.42rem; transition: .25s; }
.whatsapp-float span { font-size: .7rem; font-weight: 900; }
.whatsapp-float:hover { color: #fff; transform: translateY(-5px); }
.back-to-top { position: fixed; left: 20px; bottom: 20px; z-index: 1024; display: grid; place-items: center; width: 45px; height: 45px; border: 0; border-radius: 14px; color: #fff; background: var(--navy); box-shadow: var(--shadow-sm); opacity: 0; visibility: hidden; transform: translateY(12px); transition: .25s; }
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: none; }
.mobile-bottom-nav { position: fixed; right: 10px; bottom: 10px; left: 10px; z-index: 1020; display: grid; grid-template-columns: repeat(4,1fr); min-height: 68px; padding: 6px; border: 1px solid rgba(229,233,243,.9); border-radius: 22px; background: rgba(255,255,255,.94); box-shadow: 0 18px 50px rgba(7,26,77,.17); backdrop-filter: blur(16px); }
.mobile-bottom-nav > a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; border-radius: 16px; color: var(--muted); font-size: .58rem; font-weight: 700; }
.mobile-bottom-nav > a > i { font-size: 1.12rem; }
.mobile-bottom-nav > a.active { color: var(--purple); background: rgba(100,39,207,.06); }
.mobile-nav-cart { position: relative; }
.mobile-cart-icon { position: relative; display: inline-flex; }
.mobile-nav-cart .cart-count { top: -8px; left: -12px; }

/* Forms and utility */
.form-control, .form-select { min-height: 48px; border-color: var(--line); border-radius: 13px; }
.form-control:focus, .form-select:focus { border-color: rgba(100,39,207,.4); box-shadow: 0 0 0 .2rem rgba(100,39,207,.07); }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

/* Responsive */
@media (max-width: 1199.98px) {
  :root { --container: 1140px; }
  .header-layout { grid-template-columns: auto minmax(240px,1fr) auto; gap: 15px; }
  .brand-logo { width: 175px; }
  .brand-logo img { height: 62px; }
  .hero h1 { font-size: 4.35rem; }
  .hero-orb { left: 35px; }
  .orbit-one { left: -10px; }
  .orbit-two { left: 75px; }
  .hero-logo-mark { left: 120px; }
  .floating-product.two { right: -25px; }
  .home-categories ul.products { gap: 15px !important; }
  .home-categories .product-category img { width: 116px !important; height: 116px !important; }
  .country-visual { width: 130px; height: 130px; left: 24px; }
  .contact-main-card { grid-template-columns: 1.45fr .55fr; }
}

@media (max-width: 991.98px) {
  body { padding-bottom: 88px; }
  body.admin-bar .main-header { top: 46px; }
  .header-main { padding-top: 7px; padding-bottom: 8px; }
  .header-layout { grid-template-columns: auto 1fr auto; min-height: 61px; gap: 10px; }
  .brand-logo { width: auto; justify-self: start; }
  .brand-logo img { height: 55px; max-width: 145px; }
  .header-actions { gap: 6px; }
  .country-pill { min-width: 45px; width: 45px; padding: 0; }
  .country-pill .current-country, .country-pill .country-chevron { display: none; }
  .mobile-search { display: flex; }
  .hero { min-height: auto; padding: 30px 0 45px; }
  .hero-copy { padding: 45px 0 15px; text-align: center; }
  .hero p { margin-inline: auto; }
  .hero-ctas, .hero-trust, .hero-metrics { justify-content: center; margin-inline: auto; }
  .hero-visual { min-height: 510px; margin-top: 5px; }
  .hero-orb { left: 50%; width: 360px; height: 360px; transform: translateX(-50%); }
  .orbit-one { left: 50%; width: 445px; height: 445px; transform: translateX(-50%); }
  .orbit-two { left: 50%; width: 300px; height: 300px; transform: translateX(-50%); }
  .hero-logo-mark { left: 50%; top: 145px; width: 210px; transform: translateX(-50%); }
  .floating-product.one { left: 11%; }
  .floating-product.two { right: 10%; }
  .floating-product.three { left: 31%; }
  .floating-note.a { right: 12%; }
  .floating-note.b { right: 20%; }
  .home-categories ul.products { grid-template-columns: repeat(4,minmax(0,1fr)) !important; row-gap: 28px !important; }
  .home-categories .product-category img { width: 125px !important; height: 125px !important; }
  .editorial-main { min-height: 390px; }
  .editorial-small { min-height: 260px; }
  .country-offer { min-height: 360px; }
  .prefooter-card { grid-template-columns: auto 1fr; }
  .prefooter-card .btn { grid-column: 1 / -1; width: 100%; }
  .footer { padding-top: 120px; }
  .footer-trust-row { grid-template-columns: repeat(2,1fr); }
  .footer-trust-row span:nth-child(2) { border-left: 0; }
  .footer-trust-row span { min-height: 35px; }
  .about-visual { margin-bottom: 15px; }
  .faq-side-card, .policies-nav { position: static; }
  .contact-main-card { grid-template-columns: 1fr; }
  .contact-main-visual { min-height: 300px; }
  .contact-phone { width: 170px; height: 270px; }
  .whatsapp-float { right: 17px; bottom: 92px; min-width: 52px; height: 52px; padding: 0; border-radius: 17px; }
  .whatsapp-float span { display: none; }
  .back-to-top { left: 17px; bottom: 96px; }
}

@media (max-width: 767.98px) {
  .section-space { padding: 68px 0; }
  .section-heading { margin-bottom: 34px; }
  .section-heading-inline { align-items: flex-start; }
  .section-heading-inline .btn { padding: 9px 13px; font-size: .7rem; }
  .announcement-content { gap: 8px; font-size: .68rem; }
  .announcement-content .hide-mobile { display: none; }
  .announcement-bar, .announcement-content { min-height: 35px; }
  .header-icon { width: 42px; height: 42px; border-radius: 13px; }
  .brand-logo img { height: 50px; max-width: 132px; }
  .hero { padding-top: 20px; }
  .hero h1 { font-size: 3.2rem; letter-spacing: -2px; }
  .hero p { font-size: .9rem; }
  .hero-visual { min-height: 440px; }
  .hero-orb { top: 65px; width: 300px; height: 300px; }
  .orbit-one { top: 30px; width: 375px; height: 375px; }
  .orbit-two { top: 100px; width: 240px; height: 240px; }
  .hero-logo-mark { top: 133px; width: 170px; }
  .floating-product.one { top: 20px; left: 4%; width: 153px; height: 198px; }
  .floating-product.two { top: 123px; right: 3%; width: 162px; height: 211px; }
  .floating-product.three { bottom: 12px; left: 25%; width: 144px; height: 166px; }
  .floating-note { padding: 8px 10px; border-radius: 13px; font-size: .61rem; }
  .floating-note.a { top: 18px; right: 7%; }
  .floating-note.b { right: 12%; bottom: 27px; }
  .hero-metrics { max-width: 100%; }
  .hero-metrics > div { min-width: 0; flex: 1; padding-left: 12px; margin-left: 12px; }
  .hero-metrics strong { font-size: 1rem; }
  .hero-metrics span { font-size: .56rem; }
  .home-categories ul.products { grid-template-columns: repeat(3,minmax(0,1fr)) !important; gap: 23px 12px !important; }
  .home-categories .product-category img { width: 100px !important; height: 100px !important; }
  .home-categories .woocommerce-loop-category__title { font-size: .74rem !important; }
  .editorial-banner { min-height: 350px; border-radius: 25px; }
  .editorial-small { min-height: 260px; }
  .editorial-content { padding: 25px; }
  .country-offer { min-height: 360px; padding: 29px; border-radius: 26px; align-items: flex-start; }
  .country-visual { width: 105px; height: 105px; left: 20px; bottom: 22px; }
  .country-visual i { font-size: 2rem; }
  .feature-card { min-height: 220px; padding: 20px; }
  .feature-icon { width: 50px; height: 50px; }
  .testimonial-card > p { min-height: auto; }
  .newsletter { padding: 38px 25px; border-radius: 28px; text-align: center; }
  .newsletter .btn { width: 100%; }
  .prefooter-card { grid-template-columns: 1fr; padding: 24px; text-align: center; }
  .prefooter-icon { margin: 0 auto; }
  .footer { padding-top: 118px; }
  .footer-logo { height: 72px; }
  .footer-about { max-width: 100%; }
  .page-hero { padding: 52px 0 44px; }
  .page-hero-inner { align-items: flex-start; gap: 14px; }
  .page-hero-icon { width: 60px; height: 60px; border-radius: 18px; font-size: 1.35rem; }
  .page-hero h1 { font-size: 2rem; }
  .page-hero p { font-size: .74rem; }
  .content-card { border-radius: 22px; }
  .about-visual { min-height: 430px; padding-left: 25px; }
  .about-visual-main { left: 40px; }
  .about-logo-card { width: 155px; height: 145px; border-radius: 21px; }
  .about-logo-card img { max-height: 82px; }
  .about-checks { grid-template-columns: 1fr; }
  .about-numbers-card { grid-template-columns: repeat(2,1fr); }
  .about-numbers-card > div:nth-child(2) { border-left: 0; }
  .about-numbers-card > div { border-bottom: 1px solid rgba(255,255,255,.10); }
  .about-numbers-card > div:nth-child(3), .about-numbers-card > div:nth-child(4) { border-bottom: 0; }
  .about-country-card { flex-direction: column; align-items: flex-start; padding: 30px; }
  .contact-main-content { padding: 30px 22px; }
  .contact-topic-grid { grid-template-columns: 1fr; }
  .contact-main-visual { display: none; }
  .faq-accordion .accordion-button { align-items: flex-start; padding: 17px; font-size: .76rem; }
  .faq-accordion .accordion-body { padding: 16px 20px 19px; }
  .policy-section { grid-template-columns: 1fr; padding: 22px; }
  .policy-icon { width: 49px; height: 49px; }
  .blog-card-image { height: 220px; }
  .search-result-card { grid-template-columns: 125px 1fr; gap: 14px; }
  .search-result-thumb { height: 120px; }
  .not-found-card { padding: 42px 20px; border-radius: 27px; }
}

@media (max-width: 575.98px) {
  body.admin-bar .main-header { top: 0; }
  .header-layout { gap: 7px; }
  .brand-logo img { height: 46px; max-width: 112px; }
  .header-icon { width: 39px; height: 39px; }
  .country-pill { width: 39px; min-width: 39px; min-height: 39px; }
  .mobile-search input { min-height: 42px; }
  .hero-copy { padding-top: 35px; }
  .hero h1 { font-size: 2.55rem; letter-spacing: -1.4px; }
  .hero-badge { font-size: .66rem; }
  .hero-ctas .btn { width: 100%; }
  .hero-trust { gap: 9px 13px; font-size: .67rem; }
  .hero-visual { min-height: 370px; }
  .hero-orb { width: 245px; height: 245px; }
  .orbit-one { top: 31px; width: 310px; height: 310px; }
  .orbit-two { width: 205px; height: 205px; }
  .hero-logo-mark { top: 122px; width: 140px; }
  .floating-product.one { width: 126px; height: 164px; }
  .floating-product.two { width: 134px; height: 177px; }
  .floating-product.three { width: 120px; height: 138px; }
  .floating-note.b { display: none; }
  .section-title { font-size: 1.7rem; }
  .section-heading-inline { flex-direction: column; }
  .home-categories ul.products { grid-template-columns: repeat(3,minmax(0,1fr)) !important; }
  .home-categories .product-category img { width: 82px !important; height: 82px !important; padding: 4px; box-shadow: 0 0 0 5px rgba(100,39,207,.045); }
  .home-categories .woocommerce-loop-category__title { font-size: .66rem !important; }
  .editorial-main { min-height: 330px; }
  .editorial-small { min-height: 230px; }
  .country-offer { min-height: 385px; }
  .country-offer h3 { font-size: 1.55rem; }
  .country-visual { width: 88px; height: 88px; }
  .feature-card { min-height: 205px; padding: 17px; }
  .feature-card h4 { font-size: .82rem; }
  .feature-card p { font-size: .67rem; }
  .footer-trust-row { grid-template-columns: 1fr; }
  .footer-trust-row span { border-left: 0; border-bottom: 1px solid rgba(255,255,255,.07); }
  .footer-trust-row span:last-child { border-bottom: 0; }
  .footer-bottom { text-align: center; }
  .country-modal .modal-dialog { margin: 10px; }
  .country-modal .modal-header { padding: 21px 19px 8px; }
  .country-modal .modal-body { padding: 0 19px 22px; }
  .country-choice { min-height: 170px; padding: 16px; }
  .country-choice .flag { font-size: 2.2rem; }
  .country-choice small { font-size: .58rem; }
  .page-hero-icon { width: 52px; height: 52px; border-radius: 16px; font-size: 1.15rem; }
  .page-hero h1 { font-size: 1.7rem; }
  .khuzama-breadcrumb { font-size: .58rem; }
  .about-visual { min-height: 360px; }
  .about-visual-main { right: 0; bottom: 35px; left: 30px; border-radius: 25px; }
  .about-logo-card { width: 125px; height: 120px; padding: 15px; }
  .about-floating-stat { top: 15px; left: 0; }
  .about-country-flags > span { width: 86px; height: 86px; }
  .contact-card { min-height: 120px; padding: 17px; }
  .policy-section { border-radius: 20px; }
  .search-page-form { grid-template-columns: 1fr; }
  .search-page-form .btn { width: 100%; }
  .search-result-card { grid-template-columns: 1fr; }
  .search-result-thumb { height: 190px; }
  .not-found-number { font-size: 4.2rem; }
  .not-found-logo { width: 90px; height: 90px; }
  .not-found-actions .btn { width: 100%; }
}

@media (max-width: 360px) {
  .brand-logo img { max-width: 96px; }
  .header-icon, .country-pill { width: 37px; height: 37px; min-width: 37px; }
  .home-categories .product-category img { width: 74px !important; height: 74px !important; }
  .hero h1 { font-size: 2.3rem; }
  .hero-metrics span { font-size: .5rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

.khuzama-checkout-page .prefooter-cta { display: none; }
.khuzama-checkout-page .footer { padding-top: 72px; }

.khuzama-checkout-page .mobile-bottom-nav,
.khuzama-checkout-page .whatsapp-float,
.khuzama-checkout-page .back-to-top { display: none !important; }

/* Cart/checkout actions take priority over fixed mobile controls. */
@media (max-width: 991.98px) {
  .khuzama-checkout-page,
  .khuzama-cart-page { padding-bottom: 0; }
  .khuzama-cart-page .mobile-bottom-nav,
  .khuzama-cart-page .whatsapp-float,
  .khuzama-cart-page .back-to-top { display: none !important; }
}
