/*
Theme Name: iSmart Business Setup Services
Theme URI: https://ismartbusinesssetup.ae
Author: iSmart Business Setup Services
Author URI: https://ismartbusinesssetup.ae
Description: Premium "Dubai luxury corporate" WordPress + WooCommerce theme for iSmart Business Setup Services. Includes 9 pre-built company-formation & visa packages as WooCommerce products, a full client portal (applications, document vault, receipts, support, complaints, history, profile), a public no-login Live Tracking system with an animated status timeline, a staff dashboard with role-based access, Web3Forms-powered forms, welcome popup, chatbot, WhatsApp button and site-wide GPU-friendly animations. Brand palette: royal blue #1B4FA0, sky blue #2196F3, gold #F5A623, navy #0A1428.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ismart
Tags: business, e-commerce, one-column, two-columns, right-sidebar, custom-colors, custom-menu, custom-logo, featured-images, full-width-template, theme-options, translation-ready, block-styles, wide-blocks

Smart Steps • Bigger Future
--------------------------------------------------------------------------
TABLE OF CONTENTS
 01. Design tokens
 02. Base & typography
 03. Accessibility
 04. WordPress core required classes
 05. Block editor support
 06. Keyframes & animation utilities
 07. Layout helpers
 08. Buttons & links
 09. Header / navigation
 10. Hero
 11. Section headings & intro strip
 12. Cards
 13. Package cards
 14. Counters, why-us, step timelines
 15. Team
 16. Testimonials & gallery
 17. Accordion
 18. Forms, modal & welcome popup
 19. Live tracking
 20. Client portal
 21. Package detail page
 22. Page hero, profiles, prose, 404
 23. CTA strip & footer
 24. Floating widgets (WhatsApp, chatbot)
 25. WooCommerce
 26. Blog, comments, widgets, pagination
 27. Print styles
 28. Responsive & reduced motion
 29. RTL basics
--------------------------------------------------------------------------
*/

/* =========================================================================
   01. DESIGN TOKENS
   ====================================================================== */
:root {
  --royal: #1b4fa0;
  --royal-dark: #143a78;
  --royal-light: #2c67c4;
  --sky: #2196f3;
  --sky-light: #64b6f7;
  --gold: #f5a623;
  --gold-light: #ffc65c;
  --gold-dark: #d78c10;
  --navy: #0a1428;
  --navy-soft: #0f1e3d;
  --mist: #f4f8ff;
  --ink: #12203a;
  --body: #475569;
  --muted: #64748b;
  --line: #e3ecfb;
  --line-soft: #eef2f9;
  --ok: #16a34a;
  --ok-bg: #dcfce7;
  --warn-bg: #fff8ec;
  --err: #b91c1c;
  --err-bg: #fee2e2;
  --white: #ffffff;

  --radius-xs: 10px;
  --radius-sm: 14px;
  --radius: 22px;
  --radius-lg: 26px;

  --shadow-xs: 0 4px 14px -8px rgba(10, 20, 40, 0.24);
  --shadow: 0 10px 30px -12px rgba(10, 20, 40, 0.18);
  --shadow-md: 0 20px 46px -26px rgba(10, 20, 40, 0.42);
  --shadow-lg: 0 30px 70px -40px rgba(10, 20, 40, 0.6);
  --gold-glow: 0 0 0 1px rgba(245, 166, 35, 0.55), 0 18px 40px -18px rgba(245, 166, 35, 0.55);
  --sky-glow: 0 0 0 4px rgba(33, 150, 243, 0.16);

  --grad-royal: linear-gradient(120deg, #0a1428 0%, #143a78 45%, #1b4fa0 100%);
  --grad-blue: linear-gradient(90deg, #1b4fa0, #2196f3);
  --grad-gold: linear-gradient(90deg, #f5a623, #ffc65c);
  --grad-rule: linear-gradient(90deg, #f5a623, #2196f3);

  --font-d: "Poppins", "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-b: "Inter", "Open Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-m: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --header-h: 84px;
  --wrap: 1200px;
}

/* =========================================================================
   02. BASE & TYPOGRAPHY
   ====================================================================== */
*,
*::before,
*::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: calc(var(--header-h) + 20px);
}

body {
  margin: 0;
  font-family: var(--font-b);
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--white);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6,
.ibs-h1, .ibs-h2, .ibs-h3 {
  font-family: var(--font-d);
  letter-spacing: -0.015em;
  line-height: 1.18;
  margin: 0 0 0.45em;
  color: var(--royal);
}

p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }

a { color: var(--royal); text-decoration: none; transition: color 0.25s ease; }
a:hover { color: var(--sky); }

img, svg, video, iframe { max-width: 100%; display: block; }
img { height: auto; }

ul, ol { margin: 0 0 1em; padding-left: 1.25em; }
blockquote { margin: 0 0 1em; padding-left: 18px; border-left: 4px solid var(--gold); color: var(--body); font-style: italic; }
code, kbd, pre, samp { font-family: var(--font-m); font-size: 0.92em; }
code { background: var(--mist); border-radius: 6px; padding: 2px 6px; color: var(--royal); }
pre { background: var(--navy); color: #cbd5e1; padding: 18px; border-radius: var(--radius-sm); overflow-x: auto; }
hr { border: 0; height: 1px; background: var(--line); margin: 2em 0; }
small { font-size: 12.5px; }

table { border-collapse: collapse; width: 100%; }
figure { margin: 0 0 1em; }

::selection { background: var(--gold); color: var(--navy); }

::-webkit-scrollbar { width: 11px; height: 11px; }
::-webkit-scrollbar-track { background: var(--mist); }
::-webkit-scrollbar-thumb { background: rgba(27, 79, 160, 0.35); border-radius: 999px; border: 3px solid var(--mist); }
::-webkit-scrollbar-thumb:hover { background: var(--royal); }

/* =========================================================================
   03. ACCESSIBILITY
   ====================================================================== */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background: #fff;
  clip: auto !important;
  clip-path: none;
  color: var(--royal);
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  left: 12px;
  line-height: normal;
  padding: 14px 22px;
  text-decoration: none;
  top: 12px;
  width: auto;
  z-index: 100000;
  border-radius: var(--radius-xs);
  box-shadow: var(--shadow-md);
}

:focus-visible {
  outline: 3px solid var(--sky);
  outline-offset: 3px;
  border-radius: 6px;
}
.ibs-btn:focus-visible,
.ibs-field:focus-visible { outline-offset: 2px; }

/* =========================================================================
   04. WORDPRESS CORE REQUIRED CLASSES
   ====================================================================== */
.alignleft { float: left; margin: 0 1.5rem 1rem 0; }
.alignright { float: right; margin: 0 0 1rem 1.5rem; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignnone { margin: 0 0 1rem; }
.sticky, .gallery-caption, .bypostauthor { display: block; }
.wp-caption { max-width: 100%; margin-bottom: 1.2em; }
.wp-caption img { border-radius: var(--radius-sm); }
.wp-caption-text { font-size: 12.5px; color: var(--muted); text-align: center; padding-top: 8px; }
.gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 12px; margin-bottom: 1.4em; }
.gallery-item img { border-radius: var(--radius-sm); }
.post-password-form input[type="password"] { border: 1.5px solid var(--line); border-radius: var(--radius-xs); padding: 11px 14px; }

/* =========================================================================
   05. BLOCK EDITOR SUPPORT
   ====================================================================== */
.entry-content > .alignwide,
.ibs-prose > .alignwide { max-width: 1080px; margin-left: auto; margin-right: auto; }
.entry-content > .alignfull,
.ibs-prose > .alignfull { width: 100vw; max-width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); }
.wp-block-image img { border-radius: var(--radius-sm); }
.wp-block-quote { border-left: 4px solid var(--gold); padding-left: 20px; }
.wp-block-button__link { background: var(--grad-gold); color: var(--navy); border-radius: 999px; font-family: var(--font-d); font-weight: 800; padding: 13px 26px; }
.wp-block-table td, .wp-block-table th { border: 1px solid var(--line); padding: 10px 12px; }
.wp-block-separator { border: 0; height: 3px; width: 70px; border-radius: 3px; background: var(--grad-rule); margin: 2em auto; }
.has-text-align-center { text-align: center; }

/* =========================================================================
   06. KEYFRAMES & ANIMATION UTILITIES
   ====================================================================== */
@keyframes ibsRise { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }
@keyframes ibsZoom { from { opacity: 0; transform: scale(0.9) translateY(20px); } to { opacity: 1; transform: none; } }
@keyframes ibsPop { 0% { opacity: 0; transform: scale(0.7); } 60% { transform: scale(1.06); } 100% { opacity: 1; transform: scale(1); } }
@keyframes ibsKen { from { transform: scale(1.05); } to { transform: scale(1.18) translate3d(-1.5%, -1.5%, 0); } }
@keyframes ibsPulse { 0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6); } 70% { box-shadow: 0 0 0 20px rgba(37, 211, 102, 0); } 100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); } }
@keyframes ibsShimmer { 0% { background-position: -200% 0; } 100% { background-position: 200% 0; } }
@keyframes ibsCaret { 0%, 49% { opacity: 1; } 50%, 100% { opacity: 0; } }
@keyframes ibsFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes ibsSpin { to { transform: rotate(360deg); } }
@keyframes ibsSlideDown { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: none; } }

.ibs-anim-rise { animation: ibsRise 0.65s var(--ease) both; }
.ibs-anim-zoom { animation: ibsZoom 0.5s var(--ease) both; }
.ibs-anim-pop { animation: ibsPop 0.45s var(--ease) both; }
.ibs-anim-float { animation: ibsFloat 5s ease-in-out infinite; }
.ibs-caret { color: var(--gold); animation: ibsCaret 1s steps(1) infinite; font-style: normal; }

.ibs-reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.75s var(--ease), transform 0.75s var(--ease);
  will-change: opacity, transform;
}
.ibs-reveal[data-anim="zoom"] { transform: scale(0.93); }
.ibs-reveal[data-anim="left"] { transform: translateX(-40px); }
.ibs-reveal[data-anim="right"] { transform: translateX(40px); }
.ibs-reveal[data-anim="flip"] { transform: perspective(900px) rotateX(12deg) translateY(26px); }
.ibs-reveal.is-visible { opacity: 1; transform: none; }

/* =========================================================================
   07. LAYOUT HELPERS
   ====================================================================== */
.ibs-container { max-width: var(--wrap); margin: 0 auto; padding: 0 20px; }
.ibs-container--narrow { max-width: 880px; }
.ibs-container--wide { max-width: 1360px; }
.ibs-center { text-align: center; }
.ibs-muted { color: var(--muted); font-size: 12.5px; }
.ibs-mono { font-family: var(--font-m); }
.ibs-gold { color: var(--gold-dark); font-weight: 800; }
.ibs-spacer { height: 36px; }
.ibs-spacer-top { margin-top: 28px; }
.ibs-hp { position: absolute !important; left: -9999px; }
.ibs-main { padding-top: var(--header-h); }
body.ibs-home .ibs-main { padding-top: 0; }

.ibs-section { padding: 72px 0; position: relative; }
.ibs-section--tight { padding: 40px 0; }
.ibs-section--tall { padding: 130px 0; }
.ibs-section--mist { background: var(--mist); }
.ibs-section--portal { padding-top: 30px; }
.ibs-section--navy { background: var(--navy); color: #cbd5e1; overflow: hidden; }
.ibs-section--navy::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 30%, rgba(33, 150, 243, 0.22), transparent 50%);
  pointer-events: none;
}
.ibs-section--navy .ibs-container { position: relative; z-index: 1; }
.ibs-section--navy h2, .ibs-section--navy h3 { color: #fff; }

.ibs-grid { display: grid; gap: 20px; }
.ibs-grid--2 { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.ibs-grid--3 { grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); }
.ibs-grid--4 { grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); }
.ibs-grid--5 { grid-template-columns: repeat(auto-fit, minmax(185px, 1fr)); }
.ibs-split { display: grid; gap: 36px; }
.ibs-stack { display: grid; gap: 20px; align-content: start; }
.ibs-sticky { position: sticky; top: calc(var(--header-h) + 26px); align-self: start; }
@media (min-width: 1000px) {
  .ibs-split { grid-template-columns: 1.25fr 0.75fr; }
  .ibs-split--wide { grid-template-columns: 1.15fr 0.85fr; }
  .ibs-split--even { grid-template-columns: 1fr 1fr; }
}

/* =========================================================================
   08. BUTTONS & LINKS
   ====================================================================== */
.ibs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  cursor: pointer;
  font-family: var(--font-d);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  padding: 13px 26px;
  border-radius: 999px;
  position: relative;
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease,
    color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
}
.ibs-btn:hover { transform: translateY(-2px); }
.ibs-btn:active { transform: translateY(0); }
.ibs-btn[disabled], .ibs-btn.is-busy { opacity: 0.6; cursor: not-allowed; transform: none; }
.ibs-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-120%) skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: transform 0.7s ease;
  pointer-events: none;
}
.ibs-btn:hover::after { transform: translateX(120%) skewX(-18deg); }

.ibs-btn--gold { background: var(--grad-gold); color: var(--navy); box-shadow: 0 16px 30px -16px rgba(245, 166, 35, 0.95); }
.ibs-btn--gold:hover { color: var(--navy); }
.ibs-btn--royal { background: var(--grad-blue); color: #fff; box-shadow: 0 16px 30px -16px rgba(33, 150, 243, 0.9); }
.ibs-btn--royal:hover { color: #fff; }
.ibs-btn--outline { background: #fff; color: var(--royal); border: 2px solid rgba(27, 79, 160, 0.16); }
.ibs-btn--outline:hover { border-color: var(--sky); color: var(--sky); }
.ibs-btn--ghost { background: transparent; color: #fff; border: 2px solid rgba(255, 255, 255, 0.25); }
.ibs-btn--ghost:hover { border-color: var(--gold); color: var(--gold); }
.ibs-btn--glass { background: rgba(255, 255, 255, 0.12); color: #fff; backdrop-filter: blur(8px); }
.ibs-btn--glass:hover { background: rgba(255, 255, 255, 0.2); color: #fff; }
.ibs-btn--wa { background: #25d366; color: #fff; }
.ibs-btn--wa:hover { color: #fff; }
.ibs-btn--dark { background: var(--navy); color: #fff; }
.ibs-btn--lg { padding: 16px 30px; font-size: 14px; }
.ibs-btn--mini { padding: 8px 15px; font-size: 11.5px; border-radius: var(--radius-xs); background: var(--royal); color: #fff; }
.ibs-btn--mini:hover { background: var(--sky); color: #fff; }
.ibs-btn--block { display: flex; width: 100%; margin-top: 10px; }
.ibs-btn--consult { margin-left: 10px; }

.ibs-link { color: var(--sky); font-weight: 700; font-size: 12.5px; }
.ibs-link:hover { color: var(--gold-dark); }
.ibs-arrow { transition: transform 0.3s ease; }
.ibs-btn:hover .ibs-arrow { transform: translateX(4px); }
.ibs-spin { display: inline-block; width: 15px; height: 15px; border: 2px solid rgba(255, 255, 255, 0.4); border-top-color: #fff; border-radius: 50%; animation: ibsSpin 0.7s linear infinite; }

/* =========================================================================
   09. HEADER / NAVIGATION
   ====================================================================== */
.ibs-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 999;
  padding: 12px 0;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(14px);
  transition: padding 0.4s ease, box-shadow 0.4s ease, background 0.4s ease;
}
.ibs-header.is-stuck {
  padding: 5px 0;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 10px 34px -18px rgba(10, 20, 40, 0.5);
}
.ibs-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; }

.ibs-logo { display: flex; align-items: center; gap: 12px; transition: transform 0.3s ease; }
.ibs-logo:hover { transform: scale(1.03); }
.ibs-logo img, .ibs-logo .custom-logo { max-height: 54px; width: auto; transition: max-height 0.4s ease; }
.ibs-header.is-stuck .ibs-logo img { max-height: 44px; }
.ibs-logo__mark svg { display: block; }
.ibs-logo__text strong { display: block; font-family: var(--font-d); font-size: 16px; font-weight: 800; color: var(--royal); line-height: 1.15; }
.ibs-logo__text strong span { color: var(--sky); }
.ibs-logo__text em {
  display: block;
  font-style: normal;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
}

.ibs-nav { display: none; }
@media (min-width: 1180px) { .ibs-nav { display: block; } }
.ibs-nav ul { list-style: none; display: flex; align-items: center; gap: 22px; margin: 0; padding: 0; }
.ibs-nav > ul > li { position: relative; }
.ibs-nav a { font-size: 13.5px; font-weight: 600; color: var(--royal); position: relative; white-space: nowrap; }
.ibs-nav > ul > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  height: 2px;
  width: 0;
  background: var(--grad-rule);
  transition: width 0.35s ease;
}
.ibs-nav > ul > li:hover > a::after,
.ibs-nav .current-menu-item > a::after,
.ibs-nav .current_page_item > a::after { width: 100%; }
.ibs-nav .menu-item-has-children > a::before { content: "▾"; float: right; margin-left: 6px; font-size: 10px; transition: transform 0.3s ease; }
.ibs-nav .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 10px);
  min-width: 265px;
  margin-top: 14px;
  padding: 8px;
  display: block;
  background: #fff;
  border: 1px solid rgba(27, 79, 160, 0.1);
  border-radius: 18px;
  box-shadow: 0 28px 60px -24px rgba(10, 20, 40, 0.45);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.28s ease, transform 0.28s ease, visibility 0.28s;
}
.ibs-nav li:hover > .sub-menu,
.ibs-nav li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.ibs-nav .sub-menu li { width: 100%; }
.ibs-nav .sub-menu a {
  display: block;
  padding: 10px 14px;
  border-radius: 12px;
  font-size: 13px;
  transition: background 0.25s ease, padding 0.25s ease, color 0.25s ease;
}
.ibs-nav .sub-menu a:hover { background: var(--mist); padding-left: 18px; color: var(--sky); }

.ibs-header__cta { display: flex; align-items: center; gap: 8px; }
.ibs-header__login {
  display: none;
  align-items: center;
  gap: 6px;
  border: 2px solid rgba(27, 79, 160, 0.14);
  padding: 9px 15px;
  border-radius: 999px;
  font-size: 12.5px;
  font-weight: 700;
  transition: border-color 0.3s ease, color 0.3s ease;
}
.ibs-header__login:hover { border-color: var(--sky); }
.ibs-header__consult { display: none; }
@media (min-width: 640px) { .ibs-header__login { display: inline-flex; } }
@media (min-width: 1024px) { .ibs-header__consult { display: inline-flex; } }

.ibs-burger {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid rgba(27, 79, 160, 0.16);
  background: #fff;
  display: grid;
  place-content: center;
  gap: 5px;
  cursor: pointer;
}
@media (min-width: 1180px) { .ibs-burger { display: none; } }
.ibs-burger span { display: block; width: 20px; height: 2px; background: var(--royal); border-radius: 2px; transition: transform 0.3s ease, opacity 0.2s ease; }
.ibs-burger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.ibs-burger.is-open span:nth-child(2) { opacity: 0; }
.ibs-burger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.ibs-mobile { max-height: 0; overflow: hidden; background: #fff; border-top: 1px solid var(--line); transition: max-height 0.5s ease; }
.ibs-mobile.is-open { max-height: 80vh; overflow-y: auto; }
.ibs-mobile ul { list-style: none; margin: 0; padding: 8px 20px; }
.ibs-mobile a { display: block; padding: 12px 0; border-bottom: 1px solid var(--line-soft); font-size: 14px; font-weight: 600; }
.ibs-mobile .sub-menu { padding-left: 14px; }
.ibs-mobile .sub-menu a { font-size: 13px; font-weight: 500; color: var(--body); }
.ibs-mobile__cta { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 14px 20px; }
.ibs-mobile__phone { display: block; text-align: center; padding-bottom: 16px; font-weight: 700; color: var(--sky); }

/* =========================================================================
   10. HERO
   ====================================================================== */
.ibs-hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  padding: 140px 0 70px;
  background: var(--navy);
  overflow: hidden;
}
.ibs-hero__bg { position: absolute; inset: 0; }
.ibs-hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 115%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1.4s ease;
  animation: ibsKen 18s ease-out alternate infinite;
}
.ibs-hero__img.is-active { opacity: 1; }
.ibs-hero__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, var(--navy) 12%, rgba(10, 20, 40, 0.9) 45%, rgba(10, 20, 40, 0.45) 100%),
    radial-gradient(circle at 78% 24%, rgba(33, 150, 243, 0.34), transparent 55%);
}
.ibs-hero__inner { position: relative; display: grid; gap: 40px; align-items: center; }
@media (min-width: 1024px) { .ibs-hero__inner { grid-template-columns: 1.15fr 0.85fr; } }

.ibs-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(245, 166, 35, 0.4);
  background: rgba(245, 166, 35, 0.1);
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 7px 16px;
  border-radius: 999px;
}
.ibs-chip i { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); animation: ibsPulse 2s infinite; }

.ibs-hero h1 { font-size: clamp(34px, 5.4vw, 58px); font-weight: 800; color: #fff; margin: 22px 0 6px; }
.ibs-hero h1 span { display: block; }
.ibs-hero h1 em {
  font-style: normal;
  background: linear-gradient(92deg, #f5a623, #ffd98a 45%, #f5a623);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: ibsShimmer 6s linear infinite;
}
.ibs-hero__type {
  min-height: 34px;
  margin: 6px 0 14px;
  font-family: var(--font-d);
  font-size: clamp(16px, 2.2vw, 23px);
  font-weight: 600;
  color: var(--sky-light);
}
.ibs-hero__lead { max-width: 620px; color: #cbd5e1; font-size: 15px; }
.ibs-hero__tagline {
  margin: 14px 0 0;
  font-family: var(--font-d);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
}
.ibs-hero__btns { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.ibs-hero__ticks { display: flex; flex-wrap: wrap; gap: 10px 26px; margin-top: 30px; }
.ibs-hero__ticks span { display: inline-flex; align-items: center; gap: 8px; color: #cbd5e1; font-size: 12.5px; font-weight: 600; }
.ibs-hero__ticks i {
  display: grid;
  place-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(33, 150, 243, 0.2);
  color: var(--sky-light);
  font-size: 10px;
  font-style: normal;
}

.ibs-hero__card {
  display: none;
  padding: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(14px);
  border-radius: var(--radius);
  animation: ibsFloat 5s ease-in-out infinite;
}
@media (min-width: 1024px) { .ibs-hero__card { display: block; } }
.ibs-hero__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  margin-bottom: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  transition: border-color 0.3s ease, background 0.3s ease, transform 0.3s ease;
}
.ibs-hero__row:hover { border-color: rgba(245, 166, 35, 0.6); background: rgba(255, 255, 255, 0.1); transform: translateX(4px); }
.ibs-hero__row strong { display: block; color: #fff; font-size: 13.5px; }
.ibs-hero__row em { display: block; font-style: normal; color: #94a3b8; font-size: 11px; }
.ibs-hero__price { text-align: right; }
.ibs-hero__price i { display: block; font-style: normal; font-size: 10px; color: #94a3b8; }
.ibs-hero__price strong { color: var(--gold); font-family: var(--font-d); font-size: 15px; }

.ibs-hero__dots { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); display: flex; gap: 8px; z-index: 3; }
.ibs-hero__dots button {
  height: 6px;
  width: 12px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  transition: width 0.5s ease, background 0.5s ease;
}
.ibs-hero__dots button.is-active { width: 36px; background: var(--gold); }

/* =========================================================================
   11. SECTION HEADINGS & INTRO STRIP
   ====================================================================== */
.ibs-h2 { font-size: clamp(24px, 3.2vw, 34px); font-weight: 800; color: var(--royal); }
.ibs-h3 { font-size: 20px; font-weight: 800; color: var(--royal); }
.ibs-lead { color: var(--muted); font-size: 14.5px; }
.ibs-sectitle { max-width: 680px; margin-bottom: 44px; }
.ibs-sectitle.ibs-center { margin-left: auto; margin-right: auto; }
.ibs-sectitle.is-light .ibs-h2 { color: #fff; }
.ibs-sectitle.is-light .ibs-lead { color: #94a3b8; }
.ibs-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  padding: 5px 14px;
  border: 1px solid rgba(245, 166, 35, 0.4);
  background: rgba(245, 166, 35, 0.1);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
}
.ibs-eyebrow--center { display: inline-block; }
.ibs-rule { display: block; width: 78px; height: 4px; border-radius: 4px; background: var(--grad-rule); margin-top: 18px; }
.ibs-center .ibs-rule { margin-left: auto; margin-right: auto; }

.ibs-strip { position: relative; z-index: 5; margin-top: -46px; }
.ibs-strip__grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  padding: 22px;
  background: #fff;
  border: 1px solid rgba(27, 79, 160, 0.08);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}
.ibs-strip__item { display: flex; gap: 12px; padding: 10px; border-radius: 16px; transition: background 0.3s ease; }
.ibs-strip__item:hover { background: var(--mist); }
.ibs-strip__icon {
  display: grid;
  place-content: center;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 16px;
  font-size: 20px;
  background: linear-gradient(140deg, var(--royal), var(--sky));
  transition: transform 0.5s ease;
}
.ibs-strip__item:hover .ibs-strip__icon { transform: scale(1.1) rotate(6deg); }
.ibs-strip__item strong { display: block; font-family: var(--font-d); font-size: 14px; color: var(--royal); }
.ibs-strip__item em { font-style: normal; font-size: 12.5px; color: var(--muted); }
.ibs-welcome { padding: 56px 0 10px; text-align: center; }
.ibs-welcome .ibs-lead { max-width: 760px; margin: 14px auto 0; }

/* =========================================================================
   12. CARDS
   ====================================================================== */
.ibs-card {
  background: #fff;
  border: 1px solid rgba(27, 79, 160, 0.09);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow);
  margin-bottom: 20px;
}
.ibs-card--pad { padding: 30px; }
.ibs-card--flush { padding: 0; overflow: hidden; }
.ibs-card--mist { background: linear-gradient(160deg, #fff, var(--mist)); }
.ibs-card--gold { border-color: rgba(245, 166, 35, 0.5); background: linear-gradient(160deg, #fff, var(--warn-bg)); }
.ibs-card--navy { background: linear-gradient(150deg, var(--navy), var(--royal-dark)); color: #cbd5e1; }
.ibs-card--navy h3, .ibs-card--navy strong { color: #fff; }
.ibs-card--navy .ibs-dl dt { color: #94a3b8; }
.ibs-card--navy .ibs-dl dd { color: #fff; }
.ibs-card--hover { transition: transform 0.4s var(--ease), box-shadow 0.4s ease, border-color 0.4s ease; }
.ibs-card--hover:hover { transform: translateY(-9px); box-shadow: var(--gold-glow); border-color: rgba(245, 166, 35, 0.7); }
.ibs-card h3 { font-size: 15.5px; color: var(--royal); }
.ibs-card p { font-size: 13px; color: var(--muted); margin: 0 0 8px; }
.ibs-card__icon {
  display: grid;
  place-content: center;
  width: 50px;
  height: 50px;
  margin-bottom: 14px;
  border-radius: 16px;
  font-size: 21px;
  background: linear-gradient(140deg, var(--royal), var(--sky));
}
.ibs-card__icon--gold { background: var(--grad-gold); }
.ibs-card__emoji { font-size: 26px; }
.ibs-card__media { display: block; }
.ibs-card__media img { border-radius: 16px; margin-bottom: 14px; }

/* =========================================================================
   13. PACKAGE CARDS
   ====================================================================== */
.ibs-pkg {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(27, 79, 160, 0.1);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform 0.4s var(--ease), box-shadow 0.4s ease, border-color 0.4s ease;
}
.ibs-pkg:hover { transform: translateY(-10px) scale(1.012); box-shadow: var(--gold-glow); border-color: rgba(245, 166, 35, 0.75); }
.ibs-pkg__media { position: relative; height: 165px; overflow: hidden; }
.ibs-pkg__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s var(--ease); }
.ibs-pkg:hover .ibs-pkg__media img { transform: scale(1.12); }
.ibs-pkg__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 20, 40, 0.92), rgba(10, 20, 40, 0.2) 55%, transparent);
}
.ibs-pkg__badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  padding: 5px 12px;
  background: var(--gold);
  color: var(--navy);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 999px;
}
.ibs-pkg__ico { position: absolute; left: 14px; bottom: 12px; z-index: 2; color: #fff; font-family: var(--font-d); font-weight: 700; font-size: 14px; }
.ibs-pkg__body { display: flex; flex-direction: column; flex: 1; padding: 20px; }
.ibs-pkg__body h3 { font-size: 16px; color: var(--royal); margin-bottom: 4px; }
.ibs-pkg__tag { font-size: 12px; color: var(--muted); margin: 0; }
.ibs-pkg__price {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  padding: 14px 0;
  margin: 14px 0;
  border-top: 1px dashed rgba(245, 166, 35, 0.45);
  border-bottom: 1px dashed rgba(245, 166, 35, 0.45);
}
.ibs-pkg__price span { font-size: 11px; font-weight: 600; color: var(--muted); }
.ibs-pkg__price strong { font-family: var(--font-d); font-size: 25px; font-weight: 800; color: var(--gold); line-height: 1; }
.ibs-pkg__price strong i { font-style: normal; }
.ibs-pkg__list { list-style: none; margin: 0 0 16px; padding: 0; flex: 1; }
.ibs-pkg__list li { display: flex; gap: 8px; font-size: 12.5px; color: var(--body); margin-bottom: 8px; }
.ibs-pkg__list i {
  display: grid;
  place-content: center;
  flex: 0 0 17px;
  height: 17px;
  margin-top: 2px;
  border-radius: 50%;
  background: rgba(33, 150, 243, 0.12);
  color: var(--sky);
  font-size: 9px;
  font-style: normal;
}
.ibs-pkg__btns { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.ibs-pkg__btns .ibs-btn { padding: 11px 10px; font-size: 12px; border-radius: 12px; }
.ibs-pkg__more { display: block; text-align: center; margin-top: 10px; font-size: 11.5px; font-weight: 600; color: var(--sky); }

.ibs-callout {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: center;
  margin-top: 36px;
  padding: 18px 26px;
  background: #fff;
  border: 1px solid rgba(245, 166, 35, 0.45);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.ibs-callout span { font-size: 13.5px; font-weight: 600; color: var(--royal); }

/* =========================================================================
   14. COUNTERS, WHY-US, STEP TIMELINES
   ====================================================================== */
.ibs-counter {
  padding: 26px;
  text-align: center;
  background: linear-gradient(160deg, #fff, var(--mist));
  border: 1px solid rgba(27, 79, 160, 0.1);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.ibs-counter:hover { transform: translateY(-8px); box-shadow: var(--gold-glow); }
.ibs-counter strong { display: block; font-family: var(--font-d); font-size: 36px; font-weight: 800; color: var(--royal); }
.ibs-counter em { font-style: normal; font-size: 12px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); }
.ibs-counters.is-light .ibs-counter { background: rgba(255, 255, 255, 0.05); border-color: rgba(255, 255, 255, 0.12); }
.ibs-counters.is-light .ibs-counter strong { color: var(--gold); }
.ibs-counters.is-light .ibs-counter em { color: #94a3b8; }
.ibs-why { margin-top: 22px; }

.ibs-steps-line { position: relative; margin-top: 46px; }
.ibs-steps-line::before {
  content: "";
  position: absolute;
  top: 32px;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--royal), var(--sky), var(--gold));
  display: none;
}
@media (min-width: 1024px) { .ibs-steps-line::before { display: block; } }
.ibs-step {
  position: relative;
  padding: 22px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  backdrop-filter: blur(6px);
  transition: transform 0.45s ease, border-color 0.45s ease, background 0.45s ease;
}
.ibs-step:hover { transform: translateY(-8px); border-color: rgba(245, 166, 35, 0.6); background: rgba(255, 255, 255, 0.08); }
.ibs-step__icon {
  display: grid;
  place-content: center;
  width: 62px;
  height: 62px;
  border-radius: 18px;
  font-family: var(--font-d);
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(140deg, var(--royal), var(--sky));
  box-shadow: 0 16px 30px -14px rgba(33, 150, 243, 0.9);
  transition: transform 0.45s ease;
}
.ibs-step:hover .ibs-step__icon { transform: scale(1.1); }
.ibs-step__num { position: absolute; top: 14px; right: 18px; font-family: var(--font-d); font-size: 34px; font-weight: 800; color: rgba(255, 255, 255, 0.08); }
.ibs-step__days {
  display: block;
  margin-top: 16px;
  font-style: normal;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold);
}
.ibs-step h3 { font-size: 15px; color: #fff; margin: 6px 0; }
.ibs-step p { font-size: 12.5px; color: #94a3b8; margin: 0; }

/* =========================================================================
   15. TEAM
   ====================================================================== */
.ibs-carousel { display: flex; gap: 18px; overflow-x: auto; padding-bottom: 14px; scroll-snap-type: x mandatory; scrollbar-width: none; }
.ibs-carousel::-webkit-scrollbar { display: none; }
.ibs-carousel .ibs-team-card { flex: 0 0 250px; scroll-snap-align: start; }
.ibs-team-card {
  display: block;
  background: #fff;
  border: 1px solid rgba(27, 79, 160, 0.09);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform 0.4s var(--ease), box-shadow 0.4s ease, border-color 0.4s ease;
}
.ibs-team-card:hover { transform: translateY(-9px); box-shadow: var(--gold-glow); border-color: rgba(245, 166, 35, 0.7); }
.ibs-team-card__img { position: relative; display: block; overflow: hidden; }
.ibs-team-card__img img { width: 100%; height: 250px; object-fit: cover; object-position: top center; transition: transform 0.7s var(--ease); }
.ibs-team-card.is-tall .ibs-team-card__img img { height: 300px; }
.ibs-team-card:hover .ibs-team-card__img img { transform: scale(1.1); }
.ibs-team-card__img em {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 4px 11px;
  background: var(--gold);
  color: var(--navy);
  font-style: normal;
  font-size: 10.5px;
  font-weight: 800;
  border-radius: 999px;
}
.ibs-team-card__hover {
  position: absolute;
  inset: auto 0 0;
  padding: 14px;
  background: rgba(10, 20, 40, 0.88);
  color: #cbd5e1;
  font-size: 12px;
  transform: translateY(100%);
  transition: transform 0.45s ease;
}
.ibs-team-card:hover .ibs-team-card__hover { transform: translateY(0); }
.ibs-team-card__hover i { display: block; margin-top: 8px; font-style: normal; color: var(--gold); font-weight: 700; }
.ibs-team-card__body { display: block; padding: 16px; }
.ibs-team-card__body strong { display: block; font-family: var(--font-d); font-size: 15px; color: var(--royal); }
.ibs-team-card__body i { font-style: normal; font-size: 12px; color: var(--sky); }
.ibs-team-card__body p { font-size: 11.5px; color: var(--muted); margin: 6px 0 0; }

/* =========================================================================
   16. TESTIMONIALS & GALLERY
   ====================================================================== */
.ibs-review {
  margin: 0;
  padding: 24px;
  background: #fff;
  border: 1px solid rgba(27, 79, 160, 0.09);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.ibs-review:hover { transform: translateY(-8px); box-shadow: var(--gold-glow); }
.ibs-review__head { display: flex; align-items: center; gap: 12px; }
.ibs-review__avatar {
  display: grid;
  place-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: #fff;
  font-family: var(--font-d);
  font-weight: 700;
  background: linear-gradient(140deg, var(--royal), var(--sky));
}
.ibs-review__head strong { display: block; font-family: var(--font-d); font-size: 14px; color: var(--royal); }
.ibs-review__head em { font-style: normal; font-size: 11.5px; color: var(--muted); }
.ibs-stars { color: var(--gold); font-size: 15px; margin: 10px 0 6px; letter-spacing: 2px; }
.ibs-review blockquote { margin: 0; padding: 0; border: 0; font-style: normal; font-size: 13.5px; color: var(--body); }
.ibs-review figcaption { margin-top: 14px; font-size: 10.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--sky); }

.ibs-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
@media (min-width: 768px) { .ibs-gallery { grid-template-columns: repeat(4, 1fr); } }
.ibs-gallery__item {
  position: relative;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  overflow: hidden;
  border-radius: 18px;
  animation: ibsZoom 0.6s ease both;
}
.ibs-gallery__item img { width: 100%; height: 150px; object-fit: cover; transition: transform 0.7s var(--ease); }
@media (min-width: 768px) {
  .ibs-gallery__item img { height: 200px; }
  .ibs-gallery__item.is-big { grid-column: span 2; grid-row: span 2; }
  .ibs-gallery__item.is-big img { height: 412px; }
}
.ibs-gallery__item:hover img { transform: scale(1.12); }
.ibs-gallery__item span {
  position: absolute;
  inset: auto 0 0;
  padding: 12px;
  text-align: left;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(to top, rgba(10, 20, 40, 0.9), transparent);
  opacity: 0;
  transform: translateY(8px);
  transition: all 0.45s ease;
}
.ibs-gallery__item:hover span { opacity: 1; transform: none; }
.ibs-gallery__item i {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  place-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--gold);
  font-style: normal;
  transform: scale(0.5);
  opacity: 0;
  transition: all 0.45s ease;
}
.ibs-gallery__item:hover i { transform: scale(1); opacity: 1; }

.ibs-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(10, 20, 40, 0.93);
  backdrop-filter: blur(4px);
}
.ibs-lightbox img { max-height: 78vh; max-width: 100%; border-radius: 16px; animation: ibsZoom 0.4s ease both; }
.ibs-lightbox p { color: #fff; text-align: center; margin-top: 12px; font-size: 13.5px; font-weight: 600; }
.ibs-lightbox button {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: var(--gold);
  color: var(--navy);
  font-size: 17px;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.ibs-lightbox button:hover { transform: rotate(90deg); }

/* =========================================================================
   17. ACCORDION
   ====================================================================== */
.ibs-acc__item {
  background: #fff;
  border: 1px solid rgba(27, 79, 160, 0.1);
  border-radius: 18px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: border-color 0.4s ease, box-shadow 0.4s ease;
}
.ibs-acc__item.is-open { border-color: rgba(245, 166, 35, 0.6); box-shadow: 0 18px 40px -24px rgba(245, 166, 35, 0.7); }
.ibs-acc__q {
  display: flex;
  width: 100%;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  padding: 17px 20px;
  background: none;
  border: 0;
  cursor: pointer;
  text-align: left;
  font-family: var(--font-d);
  font-size: 14.5px;
  font-weight: 600;
  color: var(--royal);
}
.ibs-acc__q i {
  display: grid;
  place-content: center;
  flex: 0 0 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--mist);
  color: var(--royal);
  font-style: normal;
  font-weight: 700;
  transition: transform 0.4s ease, background 0.4s ease, color 0.4s ease;
}
.ibs-acc__item.is-open .ibs-acc__q i { transform: rotate(45deg); background: var(--gold); color: var(--navy); }
.ibs-acc__a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.4s var(--ease); }
.ibs-acc__item.is-open .ibs-acc__a { grid-template-rows: 1fr; }
.ibs-acc__a > div { overflow: hidden; }
.ibs-acc__a p { margin: 0; padding: 0 20px 18px; font-size: 13.5px; color: var(--muted); }
.ibs-acc.is-dark .ibs-acc__item { background: rgba(255, 255, 255, 0.04); border-color: rgba(255, 255, 255, 0.12); }
.ibs-acc.is-dark .ibs-acc__q { color: #fff; }
.ibs-acc.is-dark .ibs-acc__a p { color: #94a3b8; }

/* =========================================================================
   18. FORMS, MODAL & WELCOME POPUP
   ====================================================================== */
.ibs-form__grid { display: grid; gap: 14px; grid-template-columns: 1fr; }
@media (min-width: 640px) {
  .ibs-form__grid { grid-template-columns: 1fr 1fr; }
  .ibs-form__cell { grid-column: span 2; }
  .ibs-form__cell.is-half { grid-column: span 1; }
}
.ibs-label { display: block; font-size: 12px; font-weight: 600; color: var(--royal); margin-bottom: 6px; }
.ibs-label span { color: var(--gold); }

.ibs-field,
.ibs-form input[type="text"],
.ibs-form input[type="email"],
.ibs-form input[type="tel"],
.ibs-form input[type="url"],
.ibs-form input[type="number"],
.ibs-form input[type="date"],
.ibs-form input[type="password"],
.ibs-form select,
.ibs-form textarea,
#loginform input[type="text"],
#loginform input[type="password"],
#registerform input[type="text"],
#registerform input[type="email"],
#lostpasswordform input[type="text"] {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid var(--line);
  border-radius: 12px;
  background: #fff;
  font-family: var(--font-b);
  font-size: 14px;
  color: var(--ink);
  outline: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.ibs-field:focus,
.ibs-form input:focus,
.ibs-form select:focus,
.ibs-form textarea:focus,
#loginform input:focus,
#registerform input:focus {
  border-color: var(--sky);
  box-shadow: var(--sky-glow);
  transform: translateY(-2px);
}
.ibs-field::placeholder { color: #a5b4c8; }
.ibs-form textarea { resize: vertical; min-height: 110px; }
.ibs-form input[type="file"] { padding: 8px; }
.ibs-form input[type="file"]::file-selector-button {
  margin-right: 12px;
  padding: 7px 14px;
  border: 0;
  border-radius: var(--radius-xs);
  background: var(--royal);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.25s ease;
}
.ibs-form input[type="file"]::file-selector-button:hover { background: var(--sky); }
.ibs-form--dark .ibs-label { color: #cbd5e1; }
.ibs-form--dark .ibs-field { background: rgba(255, 255, 255, 0.06); border-color: rgba(255, 255, 255, 0.18); color: #fff; }
.ibs-form--dark .ibs-field::placeholder { color: rgba(255, 255, 255, 0.45); }
.ibs-form__note { margin: 10px 0 0; text-align: center; font-size: 11px; color: #94a3b8; }
.ibs-form-card { padding: 26px; background: #fff; border: 1px solid rgba(27, 79, 160, 0.1); border-radius: var(--radius); box-shadow: var(--shadow); }
.ibs-form-card__title { font-size: 17px; color: var(--royal); }
.ibs-hint { margin-top: 10px; font-size: 11.5px; color: var(--muted); }
.ibs-note { padding: 12px 16px; background: var(--warn-bg); border: 1px solid rgba(245, 166, 35, 0.5); border-radius: var(--radius-sm); font-size: 13px; color: var(--body); }

.ibs-modal, .ibs-popup { position: fixed; z-index: 9998; }
.ibs-modal { inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(10, 20, 40, 0.7); backdrop-filter: blur(4px); }
.ibs-modal[hidden] { display: none; }
.ibs-modal__box {
  width: 100%;
  max-width: 380px;
  padding: 30px;
  text-align: center;
  background: #fff;
  border-radius: var(--radius-lg);
  animation: ibsPop 0.45s var(--ease) both;
}
.ibs-modal__tick {
  display: grid;
  place-content: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: var(--ok-bg);
  color: var(--ok);
  font-size: 30px;
  font-weight: 800;
}
.ibs-modal h3 { font-size: 20px; color: var(--royal); }
.ibs-modal p { font-size: 13.5px; color: var(--muted); }

.ibs-popup { right: 16px; bottom: 16px; left: 16px; max-width: 380px; }
.ibs-popup[hidden] { display: none; }
@media (min-width: 640px) { .ibs-popup { left: auto; right: 24px; bottom: 24px; } }
.ibs-popup__box {
  background: #fff;
  border: 1px solid rgba(27, 79, 160, 0.1);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  animation: ibsZoom 0.45s var(--ease) both;
}
.ibs-popup__head { position: relative; padding: 20px 22px; background: linear-gradient(120deg, var(--navy), var(--royal)); color: #fff; }
.ibs-popup__head h3 { font-size: 17px; color: #fff; margin: 4px 0; }
.ibs-popup__head p { font-size: 12px; color: #cbd5e1; margin: 0; }
.ibs-popup__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  cursor: pointer;
  transition: transform 0.3s ease, background 0.3s ease;
}
.ibs-popup__close:hover { transform: rotate(90deg); background: var(--gold); color: var(--navy); }
.ibs-popup__body { padding: 20px; }

/* =========================================================================
   19. LIVE TRACKING
   ====================================================================== */
.ibs-track-form { padding: 28px; background: #fff; border: 1px solid rgba(27, 79, 160, 0.1); border-radius: var(--radius); box-shadow: var(--shadow-lg); }
.ibs-track-form__row { display: grid; gap: 10px; }
@media (min-width: 640px) { .ibs-track-form__row { grid-template-columns: 1fr auto; } }
.ibs-track-form .ibs-field { letter-spacing: 0.04em; }

.ibs-track-card {
  margin-top: 22px;
  background: #fff;
  border: 1px solid rgba(27, 79, 160, 0.1);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.ibs-track-card__head {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  padding: 24px;
  background: linear-gradient(120deg, var(--navy), var(--royal));
  color: #cbd5e1;
}
.ibs-track-card__code { margin: 4px 0; font-family: var(--font-m); font-size: 20px; font-weight: 800; color: #fff; }
.ibs-track-card__meta { margin: 0; font-size: 13px; color: #cbd5e1; }
.ibs-track-card__status { text-align: right; }
.ibs-track-card__label { margin: 2px 0; font-family: var(--font-d); font-size: 16px; font-weight: 700; color: var(--gold); }
.ibs-track-card__body { padding: 30px 24px; }

.ibs-timeline { position: relative; }
.ibs-timeline__track { height: 6px; margin: 0 24px; border-radius: 999px; background: rgba(27, 79, 160, 0.12); }
.ibs-timeline__bar {
  display: block;
  height: 100%;
  width: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--royal), var(--sky), var(--gold));
  transition: width 1.4s var(--ease);
}
.ibs-timeline__steps { display: grid; grid-template-columns: 1fr; gap: 14px; margin-top: 18px; }
@media (min-width: 768px) { .ibs-timeline__steps { grid-template-columns: repeat(5, 1fr); margin-top: -22px; } }
.ibs-timeline__step { text-align: center; }
@media (max-width: 767px) {
  .ibs-timeline__step { display: flex; align-items: center; gap: 12px; text-align: left; }
  .ibs-timeline__track { display: none; }
}
.ibs-timeline__icon {
  display: inline-grid;
  place-content: center;
  width: 44px;
  height: 44px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: #e2e8f0;
  color: #94a3b8;
  font-size: 18px;
  transition: all 0.6s ease;
}
.ibs-timeline__step.is-done .ibs-timeline__icon {
  background: linear-gradient(140deg, var(--royal), var(--sky));
  color: #fff;
  box-shadow: 0 10px 24px -10px rgba(27, 79, 160, 0.9);
}
.ibs-timeline__step.is-current .ibs-timeline__icon { transform: scale(1.1); box-shadow: 0 0 0 5px rgba(245, 166, 35, 0.35); }
.ibs-timeline__label { display: block; margin-top: 8px; font-size: 11.5px; font-weight: 600; color: #94a3b8; }
.ibs-timeline__step.is-done .ibs-timeline__label { color: var(--royal); }
.ibs-timeline__now {
  display: inline-block;
  margin-top: 5px;
  padding: 2px 9px;
  background: var(--gold);
  color: var(--navy);
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 999px;
}

.ibs-history { margin-top: 26px; padding: 18px; background: var(--mist); border: 1px solid rgba(27, 79, 160, 0.1); border-radius: 18px; }
.ibs-history__title { margin: 0 0 10px; font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--royal); }
.ibs-history ol { list-style: none; margin: 0; padding: 0; }
.ibs-history li { padding: 0 0 12px 12px; border-left: 2px solid rgba(33, 150, 243, 0.4); font-size: 12.5px; }
.ibs-history li strong { margin-right: 8px; color: var(--royal); }
.ibs-history li span { color: #94a3b8; }
.ibs-history li em { display: block; font-style: normal; color: var(--body); }
.ibs-statuses { margin-top: 26px; }

/* =========================================================================
   20. CLIENT PORTAL
   ====================================================================== */
.ibs-portal__head {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  padding: 26px;
  background: linear-gradient(120deg, var(--navy), var(--royal));
  border-radius: var(--radius-lg);
  color: #cbd5e1;
}
.ibs-portal__id { display: flex; align-items: center; gap: 16px; }
.ibs-portal__avatar { width: 56px; height: 56px; border-radius: 18px; object-fit: cover; }
.ibs-portal__head h2 { margin: 2px 0; color: #fff; font-size: 21px; }
.ibs-portal__actions { display: flex; flex-wrap: wrap; gap: 8px; }
.ibs-portal__body { display: grid; gap: 20px; margin-top: 20px; }
@media (min-width: 1000px) { .ibs-portal__body { grid-template-columns: 250px 1fr; align-items: start; } }
.ibs-portal__nav {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  padding: 8px;
  background: #fff;
  border: 1px solid rgba(27, 79, 160, 0.1);
  border-radius: 18px;
  box-shadow: var(--shadow);
  scrollbar-width: none;
}
.ibs-portal__nav::-webkit-scrollbar { display: none; }
@media (min-width: 1000px) { .ibs-portal__nav { flex-direction: column; position: sticky; top: calc(var(--header-h) + 26px); } }
.ibs-portal__nav a {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  padding: 11px 14px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 600;
  color: var(--body);
  transition: all 0.3s ease;
}
.ibs-portal__nav a:hover { background: var(--mist); padding-left: 18px; }
.ibs-portal__nav a.is-active { background: var(--grad-blue); color: #fff; }
.ibs-flash {
  margin-top: 16px;
  padding: 12px 18px;
  background: var(--ok-bg);
  border: 1px solid #86efac;
  border-radius: var(--radius-sm);
  color: #166534;
  font-size: 13.5px;
  font-weight: 600;
}
.ibs-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-bottom: 20px; }
@media (min-width: 800px) { .ibs-stats { grid-template-columns: repeat(4, 1fr); } }
.ibs-stat { padding: 16px; background: #fff; border: 1px solid rgba(27, 79, 160, 0.1); border-radius: 18px; box-shadow: var(--shadow); }
.ibs-stat span { font-size: 20px; }
.ibs-stat strong { display: block; font-family: var(--font-d); font-size: 24px; color: var(--royal); }
.ibs-stat em { font-style: normal; font-size: 11px; font-weight: 600; text-transform: uppercase; color: var(--muted); }
.ibs-panel-title { font-size: 18px; color: var(--royal); }
.ibs-empty { padding: 44px 20px; text-align: center; background: #fff; border: 2px dashed rgba(27, 79, 160, 0.2); border-radius: var(--radius); }
.ibs-empty p { margin: 0; font-size: 34px; }
.ibs-empty strong { display: block; margin: 8px 0 4px; font-family: var(--font-d); font-size: 17px; color: var(--royal); }
.ibs-empty span { display: block; margin-bottom: 16px; font-size: 13px; color: var(--muted); }

.ibs-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.ibs-table th {
  padding: 10px 12px;
  background: var(--mist);
  text-align: left;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}
.ibs-table td { padding: 12px; border-top: 1px solid var(--line-soft); }
.ibs-table tbody tr { transition: background 0.25s ease; }
.ibs-table tbody tr:hover { background: var(--mist); }
.ibs-tablewrap { overflow-x: auto; border: 1px solid rgba(27, 79, 160, 0.1); border-radius: var(--radius); box-shadow: var(--shadow); }
.ibs-table--compare { min-width: 720px; }
.ibs-table--compare th { background: var(--royal); color: #fff; }

.ibs-pill {
  display: inline-block;
  padding: 4px 11px;
  border-radius: 999px;
  background: #e2e8f0;
  color: var(--body);
  font-size: 10.5px;
  font-weight: 700;
  text-transform: uppercase;
}
.ibs-pill--uploaded, .ibs-pill--processing, .ibs-pill--on-hold { background: rgba(33, 150, 243, 0.14); color: var(--sky); }
.ibs-pill--approved, .ibs-pill--completed, .ibs-pill--resolved { background: var(--ok-bg); color: #166534; }
.ibs-pill--rejected, .ibs-pill--failed, .ibs-pill--cancelled { background: var(--err-bg); color: var(--err); }
.ibs-pill--requested, .ibs-pill--open, .ibs-pill--pending { background: rgba(245, 166, 35, 0.2); color: var(--gold-dark); }

.ibs-checklist { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
@media (min-width: 700px) { .ibs-checklist { grid-template-columns: 1fr 1fr; } }
.ibs-checklist li {
  display: flex;
  gap: 10px;
  padding: 11px 14px;
  background: var(--mist);
  border: 1px solid rgba(27, 79, 160, 0.08);
  border-radius: var(--radius-sm);
  font-size: 12.5px;
}
.ibs-requested { margin: 12px 0; padding: 14px; background: var(--warn-bg); border: 1px solid rgba(245, 166, 35, 0.5); border-radius: var(--radius-sm); font-size: 13px; }
.ibs-requested label { display: block; margin-top: 6px; cursor: pointer; }
.ibs-msg { margin-bottom: 12px; padding: 16px; background: var(--mist); border: 1px solid rgba(27, 79, 160, 0.1); border-radius: 16px; }
.ibs-msg__head { display: flex; justify-content: space-between; gap: 10px; margin-bottom: 6px; }
.ibs-msg__reply { padding: 10px 12px; background: #fff; border-left: 4px solid var(--sky); border-radius: var(--radius-xs); font-size: 12.5px; }
.ibs-log { list-style: none; margin: 16px 0 0; padding: 0; }
.ibs-log li { display: flex; gap: 14px; padding-bottom: 18px; }
.ibs-log__icon {
  display: grid;
  place-content: center;
  flex: 0 0 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(140deg, var(--royal), var(--sky));
  color: #fff;
}
.ibs-log strong { display: block; font-size: 13.5px; color: var(--royal); }
.ibs-log em { font-style: normal; font-size: 11.5px; color: var(--muted); }
.ibs-avatar-row { display: flex; align-items: center; gap: 16px; margin-bottom: 14px; }
.ibs-avatar-row img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; }

.ibs-auth { display: grid; gap: 30px; }
@media (min-width: 1000px) { .ibs-auth { grid-template-columns: 0.9fr 1.1fr; align-items: center; } }
.ibs-auth__intro h2 { font-size: 28px; color: var(--royal); }
.ibs-auth__intro ul { list-style: none; padding: 0; }
.ibs-auth__intro li { display: flex; gap: 10px; margin-bottom: 10px; font-size: 14px; color: var(--body); }
.ibs-auth__intro li::before {
  content: "✓";
  display: grid;
  place-content: center;
  flex: 0 0 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--navy);
  font-size: 10px;
  font-weight: 800;
}
.ibs-auth__card { padding: 28px; background: #fff; border: 1px solid rgba(27, 79, 160, 0.1); border-radius: var(--radius); box-shadow: var(--shadow-lg); }
.ibs-auth__card label { display: block; margin: 10px 0 4px; font-size: 12px; font-weight: 600; color: var(--royal); }
.ibs-auth__card .login-remember label { display: flex; align-items: center; gap: 8px; font-weight: 500; }
.ibs-auth__card .button-primary,
.ibs-auth__card #wp-submit {
  width: 100%;
  margin-top: 14px;
  padding: 13px 26px;
  border: 0;
  border-radius: 999px;
  background: var(--grad-blue);
  color: #fff;
  font-family: var(--font-d);
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.ibs-auth__card #wp-submit:hover { transform: translateY(-2px); box-shadow: 0 16px 30px -16px rgba(33, 150, 243, 0.9); }
.ibs-auth__links { display: flex; justify-content: space-between; gap: 12px; margin-top: 14px; font-size: 12.5px; }

/* =========================================================================
   21. PACKAGE DETAIL PAGE
   ====================================================================== */
.ibs-included__row {
  display: flex;
  gap: 16px;
  margin-bottom: 12px;
  padding: 18px;
  background: #fff;
  border: 1px solid rgba(27, 79, 160, 0.1);
  border-radius: 18px;
  box-shadow: var(--shadow);
  transition: transform 0.35s ease, border-color 0.35s ease;
}
.ibs-included__row:hover { transform: translateY(-4px); border-color: rgba(245, 166, 35, 0.6); }
.ibs-included__row > span {
  display: grid;
  place-content: center;
  flex: 0 0 40px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(140deg, var(--royal), var(--sky));
  color: #fff;
  font-weight: 700;
}
.ibs-included__row strong { font-family: var(--font-d); font-size: 14px; color: var(--royal); }
.ibs-included__row p { margin: 2px 0 0; font-size: 13px; color: var(--muted); }

.ibs-addons {
  margin-top: 24px;
  padding: 22px;
  background: linear-gradient(160deg, #fff, var(--warn-bg));
  border: 1px solid rgba(245, 166, 35, 0.45);
  border-radius: var(--radius);
}
.ibs-addons h3 { font-size: 16px; color: var(--royal); }
.ibs-addons ul { list-style: none; margin: 12px 0 0; padding: 0; }
.ibs-addons li {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(245, 166, 35, 0.22);
  font-size: 13px;
}
.ibs-addons li strong { color: var(--gold-dark); font-family: var(--font-d); white-space: nowrap; }
.ibs-renewal { margin-top: 14px; padding: 12px 14px; background: rgba(27, 79, 160, 0.06); border-radius: 12px; font-size: 12.5px; color: var(--royal); }
.ibs-doc {
  display: flex;
  gap: 10px;
  padding: 13px 16px;
  background: #fff;
  border: 1px solid rgba(27, 79, 160, 0.08);
  border-radius: 16px;
  font-size: 13px;
  color: var(--body);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.ibs-doc:hover { border-color: rgba(33, 150, 243, 0.5); box-shadow: var(--shadow); }

.ibs-buybox { background: #fff; border: 1px solid rgba(27, 79, 160, 0.1); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-lg); }
.ibs-buybox__head { padding: 24px; text-align: center; background: linear-gradient(120deg, var(--navy), var(--royal)); color: #cbd5e1; }
.ibs-buybox__head strong { display: block; font-family: var(--font-d); font-size: 34px; font-weight: 800; color: #fff; }
.ibs-buybox__head span { font-size: 12px; }
.ibs-buybox__body, .ibs-buybox__form { padding: 22px; }
.ibs-buybox__form { border-top: 1px solid var(--line-soft); }

.ibs-process { list-style: none; margin: 0; padding: 0; }
.ibs-process li {
  display: flex;
  gap: 14px;
  margin-bottom: 12px;
  padding: 16px;
  background: #fff;
  border: 1px solid rgba(27, 79, 160, 0.08);
  border-radius: 18px;
  box-shadow: var(--shadow);
}
.ibs-process li > span {
  display: grid;
  place-content: center;
  flex: 0 0 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--navy);
  font-family: var(--font-d);
  font-weight: 800;
}
.ibs-process strong { font-family: var(--font-d); font-size: 14px; color: var(--royal); }
.ibs-process p { margin: 2px 0 0; font-size: 13px; color: var(--muted); }

.ibs-badges { margin-top: 8px; }
.ibs-badge {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid rgba(27, 79, 160, 0.1);
  border-radius: 18px;
  box-shadow: var(--shadow);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.ibs-badge:hover { transform: translateY(-5px); box-shadow: var(--gold-glow); }
.ibs-badge > span { display: grid; place-content: center; width: 40px; height: 40px; border-radius: 12px; background: var(--mist); font-size: 19px; }
.ibs-badge strong { display: block; font-size: 13px; color: var(--royal); }
.ibs-badge em { font-style: normal; font-size: 11.5px; color: var(--muted); }
.ibs-trust-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 16px; font-size: 11.5px; color: var(--muted); }
.ibs-login-note { margin-top: 12px; padding: 10px 14px; background: var(--mist); border-radius: 12px; font-size: 12.5px; }

/* =========================================================================
   22. PAGE HERO, PROFILES, PROSE, 404
   ====================================================================== */
.ibs-pagehero {
  position: relative;
  padding: 130px 0 62px;
  background: linear-gradient(120deg, var(--navy), var(--royal-dark));
  color: #cbd5e1;
  overflow: hidden;
}
.ibs-pagehero.has-img .ibs-pagehero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.32;
  animation: ibsKen 20s ease-out alternate infinite;
}
.ibs-pagehero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(10, 20, 40, 0.95), rgba(10, 20, 40, 0.6)),
    radial-gradient(circle at 80% 20%, rgba(245, 166, 35, 0.18), transparent 55%);
}
.ibs-pagehero .ibs-container { position: relative; z-index: 2; }
.ibs-pagehero h1 { max-width: 780px; font-size: clamp(27px, 4vw, 42px); color: #fff; }
.ibs-pagehero p { max-width: 700px; font-size: 15px; color: #cbd5e1; }
.ibs-crumbs { margin-bottom: 12px; font-size: 12px; color: #94a3b8; }
.ibs-crumbs a { color: #94a3b8; }
.ibs-crumbs a:hover { color: var(--gold); }
.ibs-crumbs em { font-style: normal; color: var(--gold); }

.ibs-profile-hero { position: relative; padding: 130px 0 60px; background: linear-gradient(120deg, var(--navy), var(--royal)); color: #cbd5e1; overflow: hidden; }
.ibs-profile-hero::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 78% 25%, rgba(245, 166, 35, 0.2), transparent 55%); }
.ibs-profile-hero__inner { position: relative; z-index: 2; display: grid; gap: 34px; align-items: center; }
@media (min-width: 900px) { .ibs-profile-hero__inner { grid-template-columns: 0.75fr 1.25fr; } }
.ibs-profile-hero__photo { position: relative; max-width: 300px; }
.ibs-profile-hero__photo img { border-radius: var(--radius-lg); border: 4px solid rgba(255, 255, 255, 0.15); }
.ibs-profile-hero__photo span {
  position: absolute;
  left: 50%;
  bottom: -14px;
  transform: translateX(-50%);
  padding: 6px 16px;
  background: var(--gold);
  color: var(--navy);
  font-size: 11.5px;
  font-weight: 800;
  border-radius: 999px;
  white-space: nowrap;
}
.ibs-profile-hero h1 { color: #fff; font-size: clamp(28px, 4vw, 42px); }
.ibs-profile-hero__role { font-family: var(--font-d); font-size: 17px; font-weight: 700; color: var(--gold); }
.ibs-profile-hero__btns { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }

.ibs-ticks { list-style: none; margin: 12px 0 0; padding: 0; }
.ibs-ticks li { display: flex; gap: 10px; margin-bottom: 9px; font-size: 13px; color: var(--body); }
.ibs-ticks i {
  display: grid;
  place-content: center;
  flex: 0 0 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(245, 166, 35, 0.16);
  color: var(--gold-dark);
  font-size: 10px;
  font-style: normal;
}
.ibs-ticks--sky i { background: rgba(33, 150, 243, 0.12); color: var(--sky); }
.ibs-dl { margin: 12px 0 0; }
.ibs-dl dt { margin-top: 10px; font-size: 12px; color: var(--muted); }
.ibs-dl dd { margin: 2px 0 0; font-size: 13.5px; font-weight: 600; color: var(--royal); }
.ibs-tags { display: flex; flex-wrap: wrap; gap: 6px; margin: 8px 0 16px; }
.ibs-tags span { padding: 4px 11px; background: rgba(27, 79, 160, 0.08); color: var(--royal); font-size: 11.5px; font-weight: 600; border-radius: 999px; }
.ibs-mini-person { display: flex; align-items: center; gap: 12px; padding: 8px; border-radius: var(--radius-sm); transition: background 0.3s ease; }
.ibs-mini-person:hover { background: var(--mist); }
.ibs-mini-person img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; transition: transform 0.3s ease; }
.ibs-mini-person:hover img { transform: scale(1.1); }
.ibs-mini-person strong { display: block; font-size: 13px; color: var(--royal); }
.ibs-mini-person em { font-style: normal; font-size: 11.5px; color: var(--muted); }

.ibs-prose { font-size: 14.5px; color: var(--body); }
.ibs-prose h2 { margin-top: 26px; font-size: 18px; color: var(--royal); }
.ibs-prose h3 { margin-top: 20px; font-size: 16px; color: var(--royal); }
.ibs-prose ul, .ibs-prose ol { padding-left: 20px; }
.ibs-prose li { margin-bottom: 8px; }
.ibs-prose a { text-decoration: underline; text-decoration-color: rgba(33, 150, 243, 0.4); text-underline-offset: 3px; }
.ibs-404 { margin: 0; font-family: var(--font-d); font-size: 96px; font-weight: 800; color: var(--gold); }
.ibs-map__foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px; font-size: 13px; color: var(--muted); }

/* =========================================================================
   23. CTA STRIP & FOOTER
   ====================================================================== */
.ibs-cta { position: relative; padding: 66px 0; background: var(--navy); text-align: center; overflow: hidden; }
.ibs-cta::before, .ibs-cta::after { content: ""; position: absolute; width: 290px; height: 290px; border-radius: 50%; filter: blur(80px); }
.ibs-cta::before { background: rgba(27, 79, 160, 0.5); left: -80px; top: -60px; }
.ibs-cta::after { background: rgba(245, 166, 35, 0.18); right: -80px; bottom: -80px; }
.ibs-cta .ibs-container { position: relative; z-index: 2; }
.ibs-cta h2 { font-size: clamp(23px, 3.2vw, 34px); color: #fff; }
.ibs-cta h2 em {
  font-style: normal;
  background: linear-gradient(92deg, #f5a623, #ffd98a 45%, #f5a623);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: ibsShimmer 6s linear infinite;
}
.ibs-cta p { max-width: 560px; margin: 12px auto 0; font-size: 14.5px; color: #94a3b8; }
.ibs-cta__btns { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 26px; }

.ibs-footer { position: relative; background: var(--navy); color: #94a3b8; overflow: hidden; }
.ibs-footer::before {
  content: "";
  position: absolute;
  left: -140px;
  top: -140px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: rgba(27, 79, 160, 0.35);
  filter: blur(90px);
}
.ibs-footer__grid {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 34px;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  padding: 60px 20px;
  max-width: var(--wrap);
  margin: 0 auto;
}
.ibs-footer h4 { margin-bottom: 14px; color: #fff; font-size: 15px; }
.ibs-footer p { font-size: 13.5px; }
.ibs-footer__brand strong { display: block; font-family: var(--font-d); font-size: 19px; color: #fff; }
.ibs-footer__brand strong span { color: var(--sky); }
.ibs-footer__brand em {
  font-style: normal;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
}
.ibs-footer__links, .ibs-footer__contact { list-style: none; margin: 0; padding: 0; }
.ibs-footer__links li { margin-bottom: 9px; }
.ibs-footer__links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #94a3b8;
  font-size: 13.5px;
  transition: color 0.3s ease, transform 0.3s ease;
}
.ibs-footer__links a:hover { color: var(--gold); transform: translateX(4px); }
.ibs-footer__packages a { display: flex; justify-content: space-between; width: 100%; }
.ibs-footer__packages em { font-style: normal; font-size: 11.5px; font-weight: 700; color: rgba(245, 166, 35, 0.85); }
.ibs-footer__contact li { display: flex; gap: 12px; margin-bottom: 12px; font-size: 13.5px; }
.ibs-footer__contact span { color: var(--gold); }
.ibs-footer__contact a { color: #94a3b8; }
.ibs-footer__contact a:hover { color: var(--gold); }
.ibs-socials { display: flex; gap: 9px; margin-top: 18px; }
.ibs-socials a {
  display: grid;
  place-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  color: #cbd5e1;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.ibs-socials a:hover { transform: translateY(-4px); background: var(--gold); color: var(--navy); border-color: var(--gold); }
.ibs-footer__bar { position: relative; z-index: 2; border-top: 1px solid rgba(255, 255, 255, 0.08); }
.ibs-footer__bar .ibs-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 12.5px;
  color: #64748b;
}
.ibs-footer__bar p { margin: 0; }

/* =========================================================================
   24. FLOATING WIDGETS
   ====================================================================== */
.ibs-wa-float {
  position: fixed;
  left: 20px;
  bottom: 22px;
  z-index: 900;
  display: grid;
  place-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  animation: ibsPulse 2.2s infinite;
  transition: transform 0.3s ease;
}
.ibs-wa-float:hover { transform: scale(1.1); }
.ibs-wa-float span {
  position: absolute;
  left: 66px;
  padding: 7px 13px;
  white-space: nowrap;
  background: var(--navy);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  border-radius: var(--radius-xs);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.ibs-wa-float:hover span { opacity: 1; }

.ibs-chat-toggle {
  position: fixed;
  right: 20px;
  bottom: 22px;
  z-index: 900;
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  font-size: 22px;
  color: #fff;
  background: linear-gradient(140deg, var(--royal), var(--sky));
  box-shadow: 0 14px 30px -10px rgba(27, 79, 160, 0.9);
  transition: transform 0.3s ease;
}
.ibs-chat-toggle:hover { transform: scale(1.1); }
.ibs-chat {
  position: fixed;
  right: 20px;
  bottom: 90px;
  z-index: 901;
  display: flex;
  flex-direction: column;
  width: min(360px, calc(100vw - 40px));
  height: 460px;
  max-height: calc(100vh - 130px);
  background: #fff;
  border: 1px solid rgba(27, 79, 160, 0.1);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  animation: ibsZoom 0.35s ease both;
}
.ibs-chat[hidden] { display: none; }
.ibs-chat__head { padding: 14px 18px; background: linear-gradient(120deg, var(--navy), var(--royal)); color: #cbd5e1; }
.ibs-chat__head strong { display: block; color: #fff; font-family: var(--font-d); font-size: 14px; }
.ibs-chat__head span { display: flex; align-items: center; gap: 6px; font-size: 11px; }
.ibs-chat__head i { width: 8px; height: 8px; border-radius: 50%; background: #4ade80; }
.ibs-chat__log { flex: 1; overflow-y: auto; padding: 14px; background: var(--mist); }
.ibs-chat__msg {
  max-width: 86%;
  margin-bottom: 10px;
  padding: 10px 14px;
  border-radius: 16px;
  font-size: 12.5px;
  line-height: 1.6;
  white-space: pre-line;
  animation: ibsRise 0.4s ease both;
}
.ibs-chat__msg--bot { background: #fff; border: 1px solid rgba(27, 79, 160, 0.08); border-bottom-left-radius: 4px; color: var(--body); }
.ibs-chat__msg--user { background: var(--royal); color: #fff; margin-left: auto; border-bottom-right-radius: 4px; }
.ibs-chat__quick { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 12px; }
.ibs-chat__quick button {
  padding: 5px 11px;
  background: #fff;
  border: 1px solid rgba(33, 150, 243, 0.4);
  color: var(--sky);
  font-size: 11px;
  font-weight: 600;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.25s ease;
}
.ibs-chat__quick button:hover { background: var(--sky); color: #fff; }
.ibs-chat__form { display: flex; gap: 8px; padding: 10px; border-top: 1px solid var(--line-soft); }
.ibs-chat__form input { flex: 1; padding: 9px 12px; border: 1.5px solid var(--line); border-radius: 12px; font-size: 13px; outline: none; }
.ibs-chat__form input:focus { border-color: var(--sky); box-shadow: var(--sky-glow); }
.ibs-chat__form button { width: 40px; border: 0; border-radius: 12px; background: var(--gold); color: var(--navy); font-size: 15px; cursor: pointer; }
.ibs-chat__wa { display: block; padding: 9px; background: #25d366; color: #fff; text-align: center; font-size: 12px; font-weight: 700; }
.ibs-chat__wa:hover { color: #fff; }

/* =========================================================================
   25. WOOCOMMERCE
   ====================================================================== */
.woocommerce .ibs-main,
.woocommerce-page .ibs-main { padding-top: calc(var(--header-h) + 20px); }
.woocommerce .ibs-main > .woocommerce,
.woocommerce-page .ibs-main > .woocommerce,
.woocommerce-page .ibs-main > .entry-content { max-width: var(--wrap); margin: 0 auto; padding: 0 20px 60px; }

/* Buttons */
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: var(--grad-gold);
  color: var(--navy);
  border-radius: 999px;
  font-family: var(--font-d);
  font-weight: 800;
  font-size: 13.5px;
  padding: 13px 26px;
  border: 0;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover {
  background: linear-gradient(90deg, var(--gold-dark), var(--gold));
  color: var(--navy);
  transform: translateY(-2px);
  box-shadow: 0 16px 30px -16px rgba(245, 166, 35, 0.95);
}
.woocommerce .button.wc-backward,
.woocommerce a.button.wc-forward { background: var(--grad-blue); color: #fff; }

/* Shop loop */
.woocommerce ul.products { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 22px; margin: 0 0 30px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product {
  width: 100% !important;
  margin: 0 !important;
  padding: 14px !important;
  float: none !important;
  background: #fff;
  border: 1px solid rgba(27, 79, 160, 0.1);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  transition: transform 0.4s var(--ease), box-shadow 0.4s ease, border-color 0.4s ease;
}
.woocommerce ul.products li.product:hover { transform: translateY(-8px); box-shadow: var(--gold-glow); border-color: rgba(245, 166, 35, 0.6); }
.woocommerce ul.products li.product img,
.ibs-loop-img { border-radius: 16px; margin-bottom: 12px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { font-family: var(--font-d); font-size: 15.5px !important; font-weight: 700; color: var(--royal); padding: 0 !important; }
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--gold-dark) !important;
  font-family: var(--font-d);
  font-weight: 800;
}
.woocommerce ul.products li.product .price { font-size: 18px; }
.woocommerce div.product p.price { font-size: 26px; }
.woocommerce span.onsale {
  background: var(--gold);
  color: var(--navy);
  font-family: var(--font-d);
  font-weight: 800;
  border-radius: 999px;
  padding: 6px 14px;
  min-height: auto;
  min-width: auto;
  line-height: 1.4;
  top: 12px;
  left: 12px;
}

/* Single product */
.woocommerce div.product .product_title { font-family: var(--font-d); font-size: clamp(24px, 3.4vw, 34px); color: var(--royal); }
.woocommerce div.product .woocommerce-product-details__short-description ul { list-style: none; padding: 0; }
.woocommerce div.product .woocommerce-product-details__short-description li {
  display: flex;
  gap: 9px;
  margin-bottom: 8px;
  font-size: 13.5px;
  color: var(--body);
}
.woocommerce div.product .woocommerce-product-details__short-description li::before {
  content: "✓";
  display: grid;
  place-content: center;
  flex: 0 0 19px;
  height: 19px;
  border-radius: 50%;
  background: rgba(33, 150, 243, 0.12);
  color: var(--sky);
  font-size: 10px;
}
.ibs-product-img img,
.woocommerce div.product div.images img { border-radius: var(--radius); }
.woocommerce div.product form.cart { margin-bottom: 14px; }
.woocommerce div.product form.cart div.quantity { margin-right: 10px; }
.woocommerce .quantity input.qty {
  width: 74px;
  padding: 12px 8px;
  border: 1.5px solid var(--line);
  border-radius: 12px;
  text-align: center;
  font-weight: 700;
}
.woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0; margin-bottom: 22px; }
.woocommerce div.product .woocommerce-tabs ul.tabs::before { border-bottom-color: var(--line); }
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: var(--mist);
  border: 1px solid var(--line);
  border-radius: 999px 999px 0 0;
  padding: 0 6px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active { background: #fff; border-bottom-color: #fff; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { font-family: var(--font-d); font-weight: 700; color: var(--royal); }
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none; }
.woocommerce .related > h2, .woocommerce .upsells > h2 { font-family: var(--font-d); font-size: 22px; color: var(--royal); margin-bottom: 18px; }
.woocommerce .star-rating span { color: var(--gold); }

/* Notices */
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews {
  border-top-color: var(--gold) !important;
  border-radius: var(--radius-sm);
  background: var(--mist);
  font-size: 13.5px;
}
.woocommerce-message::before, .woocommerce-info::before { color: var(--gold); }
.woocommerce-error { background: var(--err-bg); border-top-color: var(--err) !important; }
.woocommerce-error::before { color: var(--err); }

/* Breadcrumb */
.woocommerce .woocommerce-breadcrumb { font-size: 12.5px; color: var(--muted); margin-bottom: 18px; }
.woocommerce .woocommerce-breadcrumb a { color: var(--sky); }

/* Cart */
.woocommerce table.shop_table {
  border: 1px solid rgba(27, 79, 160, 0.1);
  border-radius: var(--radius);
  border-collapse: separate;
  overflow: hidden;
}
.woocommerce table.shop_table th {
  background: var(--mist);
  font-family: var(--font-d);
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--royal);
}
.woocommerce table.shop_table td { border-top: 1px solid var(--line-soft); font-size: 13.5px; }
.woocommerce-cart table.cart img { width: 68px; border-radius: 12px; }
.woocommerce-cart .cart-collaterals .cart_totals > h2,
.woocommerce .cross-sells > h2 { font-family: var(--font-d); font-size: 19px; color: var(--royal); }
.woocommerce-cart .cart_totals table.shop_table { background: #fff; box-shadow: var(--shadow); }
.woocommerce #coupon_code { width: 160px !important; padding: 11px 14px; border: 1.5px solid var(--line); border-radius: 12px; }

/* Checkout */
.woocommerce-checkout h3 { font-family: var(--font-d); font-size: 19px; color: var(--royal); }
.woocommerce form .form-row { padding: 0 0 14px; }
.woocommerce form .form-row label { font-size: 12px; font-weight: 600; color: var(--royal); margin-bottom: 6px; }
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.select2-container .select2-selection--single {
  padding: 11px 14px;
  height: auto;
  border: 1.5px solid var(--line);
  border-radius: 12px;
  font-size: 14px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus { border-color: var(--sky); box-shadow: var(--sky-glow); outline: none; }
.select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 26px; }
.woocommerce-checkout #payment { background: var(--mist); border-radius: var(--radius); }
.woocommerce-checkout #payment ul.payment_methods { padding: 18px; border-bottom: 1px solid var(--line); }
.woocommerce-checkout #payment ul.payment_methods li {
  margin-bottom: 10px;
  padding: 14px 16px;
  background: #fff;
  border: 2px solid var(--line);
  border-radius: 16px;
  list-style: none;
  transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.woocommerce-checkout #payment ul.payment_methods li:hover { transform: translateY(-2px); border-color: rgba(33, 150, 243, 0.6); }
.woocommerce-checkout #payment ul.payment_methods li input[type="radio"]:checked + label { color: var(--royal); }
.woocommerce-checkout #payment ul.payment_methods li label { font-family: var(--font-d); font-weight: 700; font-size: 14px; color: var(--royal); }
.woocommerce-checkout #payment div.payment_box {
  background: var(--warn-bg);
  border-radius: 12px;
  font-size: 13px;
  color: var(--body);
  margin-top: 10px;
}
.woocommerce-checkout #payment div.payment_box::before { border-bottom-color: var(--warn-bg); }
.woocommerce-checkout #payment div.form-row.place-order { padding: 18px; }
.woocommerce #payment #place_order { width: 100%; padding: 16px; font-size: 15px; }
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper { font-size: 12.5px; }

/* Order received / thank you */
.woocommerce ul.order_details {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 12px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}
.woocommerce ul.order_details li {
  margin: 0;
  padding: 14px 16px;
  border: 1px solid rgba(27, 79, 160, 0.1);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow-xs);
  font-size: 11px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--muted);
}
.woocommerce ul.order_details li strong { display: block; margin-top: 4px; font-family: var(--font-d); font-size: 15px; text-transform: none; letter-spacing: 0; color: var(--royal); }
.woocommerce ul.order_details li::after { display: none; }

/* My account */
.woocommerce-account .woocommerce-MyAccount-navigation { width: 25%; }
.woocommerce-account .woocommerce-MyAccount-navigation ul { list-style: none; margin: 0; padding: 8px; background: #fff; border: 1px solid rgba(27, 79, 160, 0.1); border-radius: 18px; box-shadow: var(--shadow); }
.woocommerce-account .woocommerce-MyAccount-navigation li a {
  display: block;
  padding: 11px 14px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 600;
  color: var(--body);
  transition: all 0.3s ease;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover { background: var(--mist); padding-left: 18px; }
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a { background: var(--grad-blue); color: #fff; }
.woocommerce-account .woocommerce-MyAccount-content { width: 71%; }
@media (max-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content { width: 100%; }
}

/* Theme checkout extras */
.ibs-steps {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 20px;
  padding: 16px;
  background: #fff;
  border: 1px solid rgba(27, 79, 160, 0.1);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.ibs-steps__item { display: flex; align-items: center; gap: 8px; flex: 1; }
.ibs-steps__dot {
  display: grid;
  place-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #e2e8f0;
  color: var(--muted);
  font-size: 12.5px;
  font-weight: 800;
  transition: all 0.5s ease;
}
.ibs-steps__item.is-active .ibs-steps__dot { background: linear-gradient(140deg, var(--royal), var(--sky)); color: #fff; box-shadow: 0 0 0 4px rgba(245, 166, 35, 0.3); }
.ibs-steps__label { display: none; font-size: 11.5px; font-weight: 600; color: #94a3b8; }
@media (min-width: 700px) { .ibs-steps__label { display: block; } }
.ibs-steps__item.is-active .ibs-steps__label { color: var(--royal); }
.ibs-checkout-trust { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-bottom: 22px; font-size: 12px; color: var(--muted); }
.ibs-thankyou {
  margin-bottom: 24px;
  padding: 26px;
  text-align: center;
  background: linear-gradient(160deg, #fff, var(--mist));
  border: 1px solid rgba(245, 166, 35, 0.4);
  border-radius: var(--radius);
}
.ibs-thankyou__code { margin: 4px 0 10px; font-family: var(--font-m); font-size: 26px; font-weight: 800; color: var(--gold-dark); }
.ibs-slip-box { margin-top: 20px; padding: 20px; background: var(--warn-bg); border: 1px solid rgba(245, 166, 35, 0.5); border-radius: 18px; }
.ibs-slip-box h3 { font-size: 16px; color: var(--royal); }
.ibs-slip-box form { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.ibs-slip-box .ibs-field { flex: 1; min-width: 200px; }

/* =========================================================================
   26. BLOG, COMMENTS, WIDGETS, PAGINATION
   ====================================================================== */
.ibs-widget { margin-bottom: 18px; padding: 20px; background: #fff; border: 1px solid rgba(27, 79, 160, 0.1); border-radius: 18px; }
.ibs-widget__title { font-size: 15px; color: var(--royal); }
.ibs-widget ul { list-style: none; padding: 0; margin: 0; }
.ibs-widget li { padding: 7px 0; border-bottom: 1px solid var(--line-soft); font-size: 13.5px; }

.ibs-pagination { margin-top: 30px; text-align: center; }
.ibs-pagination .page-numbers {
  display: inline-block;
  margin: 0 3px;
  padding: 8px 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-xs);
  font-size: 13px;
  font-weight: 600;
}
.ibs-pagination .page-numbers.current,
.ibs-pagination .page-numbers:hover { background: var(--royal); color: #fff; border-color: var(--royal); }
.ibs-pagination .nav-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 6px; }

.comments-area { margin-top: 34px; padding: 26px; background: #fff; border: 1px solid rgba(27, 79, 160, 0.1); border-radius: var(--radius); box-shadow: var(--shadow); }
.comments-area .comment-list { list-style: none; padding: 0; }
.comments-area .comment-body { padding: 16px 0; border-bottom: 1px solid var(--line-soft); }
.comments-area .comment-author img { border-radius: 50%; margin-right: 10px; }
.comments-area .comment-meta { font-size: 12px; color: var(--muted); }
.comments-area .comment-reply-link { font-size: 12px; font-weight: 700; color: var(--sky); }
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"], .comment-form textarea {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid var(--line);
  border-radius: 12px;
  font-family: var(--font-b);
  font-size: 14px;
}
.comment-form .submit {
  padding: 13px 26px;
  border: 0;
  border-radius: 999px;
  background: var(--grad-gold);
  color: var(--navy);
  font-family: var(--font-d);
  font-weight: 800;
  cursor: pointer;
}

/* =========================================================================
   27. PRINT STYLES (receipts / payment slips)
   ====================================================================== */
@media print {
  .ibs-header, .ibs-footer, .ibs-wa-float, .ibs-chat, .ibs-chat-toggle,
  .ibs-popup, .ibs-modal, .ibs-cta, .ibs-portal__nav, .ibs-portal__actions,
  .no-print, .ibs-hero__dots { display: none !important; }
  body { background: #fff !important; color: #000; font-size: 12pt; }
  .ibs-main { padding-top: 0 !important; }
  .ibs-card, .ibs-table, .ibs-track-card { box-shadow: none !important; border: 1px solid #ccc !important; break-inside: avoid; }
  .ibs-reveal { opacity: 1 !important; transform: none !important; }
  a[href]::after { content: ""; }
}

/* =========================================================================
   28. RESPONSIVE & REDUCED MOTION
   ====================================================================== */
@media (max-width: 1024px) {
  :root { --header-h: 78px; }
}
@media (max-width: 768px) {
  :root { --header-h: 74px; }
  .ibs-section { padding: 52px 0; }
  .ibs-section--tall { padding: 90px 0; }
  .ibs-hero { min-height: auto; padding: 120px 0 60px; }
  .ibs-hero__img, .ibs-hero__card, .ibs-pagehero__bg { animation: none !important; }
  .ibs-reveal { transition-duration: 0.5s; transform: translateY(18px); }
  .ibs-reveal[data-anim="left"], .ibs-reveal[data-anim="right"] { transform: translateY(18px); }
  .ibs-portal__head, .ibs-profile-hero__inner { text-align: left; }
  .ibs-track-card__head, .ibs-track-card__status { text-align: left; }
  .ibs-btn { padding: 12px 22px; }
  .ibs-btn--lg { padding: 14px 24px; }
  .ibs-404 { font-size: 66px; }
  .ibs-footer__grid { padding: 44px 20px; }
}
@media (max-width: 480px) {
  .ibs-pkg__btns { grid-template-columns: 1fr; }
  .ibs-mobile__cta { grid-template-columns: 1fr; }
  .ibs-cta__btns .ibs-btn { width: 100%; }
  .ibs-wa-float, .ibs-chat-toggle { width: 50px; height: 50px; }
}

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

/* =========================================================================
   29. RTL BASICS
   ====================================================================== */
html[dir="rtl"] body { text-align: right; }
html[dir="rtl"] .ibs-rule { margin-left: auto; margin-right: 0; }
html[dir="rtl"] .ibs-wa-float { left: auto; right: 20px; }
html[dir="rtl"] .ibs-wa-float span { left: auto; right: 66px; }
html[dir="rtl"] .ibs-chat-toggle, html[dir="rtl"] .ibs-chat { right: auto; left: 20px; }
html[dir="rtl"] .ibs-popup { right: auto; left: 24px; }
html[dir="rtl"] .ibs-footer__links a:hover { transform: translateX(-4px); }
html[dir="rtl"] .ibs-portal__nav a:hover { padding-left: 14px; padding-right: 18px; }
html[dir="rtl"] .ibs-history li { border-left: 0; border-right: 2px solid rgba(33, 150, 243, 0.4); padding: 0 12px 12px 0; }
