/* 
 * IT-Toolkits.org — Shared Site Styles
 * Version: 3.0.0 Consolidated
 * Baseline: approved 14 Information Pages + user-approved banner settings.
 * Policy: one source of truth per component; no version-patch stacking.
  */

/* =========================
   01. Design tokens / reset
   ========================= */
:root {
  --it-primary: #0a3f55;
  --it-primary-2: #0f89c8;
  --it-accent: #4db1e2;
  --it-accent-soft: #eaf5fc;
  --it-text: #1f2937;
  --it-text-muted: #5f6b76;
  --it-heading: #0a2540;
  --it-border: #dbe3e8;
  --it-border-strong: #b9c8d2;
  --it-bg: #ffffff;
  --it-bg-soft: #f6f9fb;
  --it-bg-blue: #f4fafd;
  --it-success: #2e7d32;
  --it-warning: #ff8c00;
  --it-danger: #c62828;
  --it-radius-sm: 4px;
  --it-radius: 8px;
  --it-radius-lg: 14px;
  --it-shadow-sm: 0 2px 8px rgba(10, 37, 64, .08);
  --it-shadow: 0 10px 28px rgba(10, 37, 64, .10);
  --it-container: 1170px;
  --it-gutter: 15px;
  --it-font: Arial, Helvetica, sans-serif;
  --it-transition: 180ms ease;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--it-bg);
  color: var(--it-text);
  font: 14px/1.65 var(--it-font);
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; border: 0px}
iframe { max-width: 100%; border: 0; }
a { color: var(--it-primary); text-decoration: none; }
a:hover { color: var(--it-primary-2); text-decoration: underline; }
button, input, select, textarea { font: inherit; }
button, [role="button"] { cursor: pointer; }
p { margin: 0 0 1em; }
ul, ol { margin-top: 0; }
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 .65em;
  color: var(--it-heading);
  line-height: 1.25;
  font-weight: 700;
}
h1 { font-size: clamp(26px, 2vw, 26px); }
h2 { font-size: clamp(18px, 1.2vw, 18px); }
h3 { font-size: clamp(16px, 1.2vw, 20px); }
hr { border: 0; border-top: 1px solid var(--it-border); margin: 28px 0; }
address { font-style: normal; }

/* Accessibility */
.skip-link {
  position: fixed; left: 12px; top: 12px; z-index: 99999;
  transform: translateY(-160%); padding: 10px 14px;
  background: #fff; color: var(--it-primary); border: 2px solid var(--it-primary);
  border-radius: var(--it-radius-sm);
}
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid rgba(15, 137, 200, .45); outline-offset: 2px; }

/* =========================
   02. Layout / compatibility grid
   ========================= */
.page { min-height: 100vh; overflow-x: clip; }
.grid-row,
.it-container,
.site-container {
  width: min(var(--it-container), calc(100% - 30px));
  margin-inline: auto;
}
.grid-row::after, .clearfix::after { content: ""; display: table; clear: both; }
.grid-row { display: flex; flex-wrap: wrap; margin-bottom: 0; gap: 0; }
.grid-col { min-width: 0; padding-inline: var(--it-gutter); }
.grid-col-1 { width: 8.333333%; }
.grid-col-2 { width: 16.666667%; }
.grid-col-3 { width: 25%; }
.grid-col-4 { width: 33.333333%; }
.grid-col-5 { width: 41.666667%; }
.grid-col-6 { width: 50%; }
.grid-col-7 { width: 58.333333%; }
.grid-col-8 { width: 66.666667%; }
.grid-col-9 { width: 75%; }
.grid-col-10 { width: 83.333333%; }
.grid-col-11 { width: 91.666667%; }
.grid-col-12 { width: 100%; }

/* Legacy Visual Composer grid retained only as migration compatibility. */
.vc_row-fluid, .wpb_row { display: flex; flex-wrap: wrap; gap: 2.5%; width: 100%; }
.vc_row-fluid > [class*="vc_span"], .wpb_row > [class*="vc_span"] { min-width: 0; margin-left: 0 !important; }
.vc_span12 { width: 100%; }
.vc_span9 { width: 74.375%; }
.vc_span8 { width: 65.833333%; }
.vc_span6 { width: 48.75%; }
.vc_span4 { width: 31.666667%; }
.vc_span3 { width: 23.125%; }
.wpb_content_element { margin-bottom: 24px; }
.wpb_content_element:last-child { margin-bottom: 0; }

.page-content { padding: 6px 0 6px; }
.page-content > .grid-row + .grid-row { margin-top: 28px; }
.content-main { width: 100%; }
.content-narrow { max-width: 985px; margin-inline: auto; }

/* =========================
   03. Header / navigation — standard shared component
   ========================= */
.page-header {
  position: relative;
  z-index: 1000;
  margin-bottom: 7px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(10, 37, 64, .055);
}

/* Slim enterprise utility bar. */
.header-utility {
  width: 100%;
  background: linear-gradient(90deg, #082f43 0%, #0a4b63 55%, #0b607c 100%);
  color: rgba(255,255,255,.88);
}
.header-utility-inner {
  width: min(var(--it-container), calc(100% - 30px));
  min-height: 30px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.header-utility-message {
  color: #fff;
  font-size: 10.5px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .35px;
}
.header-utility-links {
  display: flex;
  align-items: center;
  gap: 0;
  flex: 0 0 auto;
}
.header-utility-links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 30px;
  padding: 0 10px;
  color: #fff;
  font-size: 10.5px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: color var(--it-transition), background var(--it-transition);
}
.header-utility-links a > .fa {
  color: #80d8f7;
  font-size: 11px;
  line-height: 1;
}
.header-utility-links a:hover > .fa,
.header-utility-links a:focus-visible > .fa { color: #fff; }

.header-utility-links a + a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 11px;
  background: rgba(255,255,255,.22);
  transform: translateY(-50%);
}
.header-utility-links a:nth-last-child(-n+2) { font-weight: 700; }
.header-utility-links a:hover,
.header-utility-links a:focus-visible {
  background: rgba(255,255,255,.06);
  color: #fff;
  text-decoration: none;
}

/* Compact logo stage: keeps the centered brand but removes excess whitespace. */
.logo {
  display: flex;
  justify-content: center;
  padding: 9px 15px 6px;
  margin-bottom: 5px;
  background: #fff;
}
.logo > div { text-align: center; }
.logo a { display: block; }
.logo img {
  display: block;
  width: auto;
  max-height: 68px;
  margin-inline: auto;
}

/* Shared navigation baseline. Desktop premium treatment is refined later
   in the existing Mega Menu component; mobile keeps the same HTML/JS. */
.main-nav {
  width: min(var(--it-container), calc(100% - 30px));
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.main-nav > ul {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-nav li { position: relative; list-style: none; }
.main-nav a {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 8px;
  color: #273844;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
  transition:
    background var(--it-transition),
    color var(--it-transition),
    border-color var(--it-transition),
    box-shadow var(--it-transition),
    transform var(--it-transition);
}
.main-nav > ul > li:hover > a,
.main-nav > ul > li:focus-within > a,
.main-nav > ul > li > a.active,
.main-nav > ul > li > a[aria-current="page"] {
  background: var(--it-primary);
  color: #fff;
}
.main-nav li > ul {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1100;
  width: 280px;
  max-height: min(70vh, 620px);
  overflow-y: auto;
  padding: 7px 0;
  margin: 0;
  list-style: none;
  background: var(--it-primary);
  box-shadow: var(--it-shadow);
  visibility: hidden;
  opacity: 0;
  transform: translateY(5px);
  pointer-events: none;
  transition: opacity var(--it-transition), transform var(--it-transition), visibility var(--it-transition);
}
.main-nav li:hover > ul,
.main-nav li:focus-within > ul {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.main-nav li > ul a {
  min-height: 0;
  padding: 8px 13px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
  border-bottom: 1px solid rgba(255,255,255,.10);
}
.main-nav li > ul li:last-child > a { border-bottom: 0; }
.main-nav li > ul a:hover,
.main-nav li > ul a:focus {
  background: var(--it-accent);
  color: #fff;
  text-decoration: none;
}
.main-nav li > ul li > ul { top: -7px; left: 100%; background: var(--it-accent); }

/* CTA menu item */
.main-nav a.menu-highlight,
.main-nav a[href*="Mega_Bundle"],
.main-nav a[href*="MEGA_BUNDLE"] {
  background: var(--it-warning);
  color: #fff;
  border-radius: 5px;
}

/* Mobile navigation: supports legacy markup and new data attributes. */
.mobile-main-nav {
  display: none;
  width: min(var(--it-container), calc(100% - 30px));
  margin: 0 auto 10px;
  position: relative;
}
.mobile-main-nav > .fa-bars,
.mobile-main-nav > .mobile-nav-toggle,
[data-mobile-nav-toggle] {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: var(--it-radius-sm) 0 0 var(--it-radius-sm);
  background: var(--it-primary);
  color: #fff;
  vertical-align: middle;
}
.mobile-main-nav > .opener {
  display: inline-flex;
  align-items: center;
  width: calc(100% - 42px);
  min-height: 42px;
  padding: 9px 13px;
  background: var(--it-primary);
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
}
.mobile-main-nav > ul {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  background: var(--it-primary);
  box-shadow: var(--it-shadow-sm);
}
.mobile-main-nav.is-open > ul { display: block; }
.mobile-main-nav li { position: relative; list-style: none; }
.mobile-main-nav li > a {
  display: block;
  padding: 10px 46px 10px 14px;
  color: #fff;
  border-top: 1px solid rgba(255,255,255,.10);
  text-decoration: none;
}
.mobile-main-nav li > ul {
  display: none;
  padding: 0;
  margin: 0;
  background: var(--it-accent);
}
.mobile-main-nav li.is-open > ul { display: block; }
.mobile-main-nav li > i,
.mobile-main-nav .submenu-toggle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 44px;
  height: 42px;
  border: 0;
  display: grid;
  place-items: center;
  color: #fff;
  background: transparent;
}
.mobile-main-nav li > i::before,
.mobile-main-nav .submenu-toggle::before { content: "+"; font: 700 18px/1 var(--it-font); }
.mobile-main-nav li.is-open > i::before,
.mobile-main-nav li.is-open > .submenu-toggle::before { content: "−"; }

/* =========================
   04. Page title / hero / breadcrumbs
   ========================= */
.page-title { background: var(--it-primary); border-top: 4px solid var(--it-accent); color: #fff; }
.page-title .grid-row { align-items: center; justify-content: space-between; padding-block: 13px; }
.page-title h1 { margin: 0; color: #fff; font-size: 24px; }
.bread-crumbs { color: rgba(255,255,255,.78); font-size: 12px; }
.bread-crumbs a { color: #fff; }

.it-page-banner {
  width: min(var(--it-container), calc(100% - 30px));
  margin: 1px auto 1px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-color: transparent;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: var(--it-radius-sm);
  background-image: url('../pic/Banner.webp');
}
.it-page-banner::before {
  content: none;
  display: none;
}
.it-page-banner-content { position: relative; z-index: 1; padding: 32px 50px; }
.it-page-banner-title { margin: 0 0 9px; color: #fff; font-size: clamp(27px, 2vw, 20px); }
.it-page-banner-tagline { margin: 0; color: rgba(255,255,255,.92); font-size: 14px; line-height: 1.55; max-width: 750px;}

/* Product hero currently used by newer product pages. */
.hero-banner-row { margin: 0 auto 30px; }
.hero-banner-premium { position: relative; width: 100%; overflow: hidden; background: var(--it-primary); }
.hero-banner-premium-img { display: block; width: 100%; max-width: var(--it-container); height: 180px; object-fit: cover; margin: 0 auto; }
.hero-banner-premium-overlay { position: absolute; inset: 0; background: rgba(10,63,85,.90); }
.hero-banner-premium-content { position: absolute; inset: 10% auto auto 4.5%; width: 88%; color: #fff; }
.hero-banner-premium-title { margin: 0 0 10px; color: #fff; font-size: clamp(21px, 3.2vw, 34px); text-transform: uppercase; letter-spacing: .3px; text-shadow: 0 2px 10px rgba(0,0,0,.3); }
.hero-banner-premium-subtitle { margin: 0; color: #bfe7ff; font-size: clamp(14px, 1.9vw, 20px); font-weight: 600; text-transform: uppercase; letter-spacing: .5px; }
.hero-banner-premium-divider { width: 58px; height: 3px; margin: 10px 0 12px; background: #7fe0ff; }
.hero-banner-premium-tagline { color: #fff; font-size: 13px; }
.hero-banner-premium-benefits { margin-top: 10px; }
.hero-benefit { position: relative; padding-left: 17px; margin-bottom: 4px; color: #e8f6ff; font-size: 14px; }
.hero-benefit::before { content: "✓"; position: absolute; left: 0; color: #7fe0ff; font-weight: 700; }
.hero-benefit strong { color: #fff; }

/* =========================
   05. Content components
   ========================= */
.widget { margin-bottom: 28px; }
.widget-title,
.section-title {
  margin: 0 0 15px;
  padding: 10px 13px;
  background: #0A3F55;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}
.widget-title p { margin: 0; color: inherit; }
.image-center { text-align: center; }
.image-center img { display: inline-block; }
.alignleft { float: left; margin: 5px 8px 8px 0; }
.alignright { float: right; margin: 5px 0 12px 18px; }

.notice,
.info-box,
.download-note-box {
  padding: 8px 8px;
  margin-bottom: 16px;
  background: var(--it-bg-blue);
  border: 1px solid #d6eaf5;
  border-left: 5px solid var(--it-primary-2);
  color: var(--it-text);
  font-size: 13px;
  line-height: 1.1;

}
.card { background: #fff; border: 1px solid var(--it-border); border-radius: var(--it-radius); box-shadow: var(--it-shadow-sm); }

/* Lists used throughout product document inventories. */
.ul2, .toolkit-list, .related-list { padding-left: 0; margin-left: 0; list-style: none; }
.ul2 > li, .toolkit-list > li, .related-list > li { position: relative; padding-left: 22px; margin: 7px 0; }
.ul2 > li::before, .toolkit-list > li::before, .related-list > li::before { content: "›"; position: absolute; left: 4px; top: -1px; color: var(--it-primary-2); font-size: 20px; font-weight: 700; }

/* Related Toolkits — replacement for Related Templates. */
.related-toolkits { margin-top: 30px; }
.related-toolkits-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.related-toolkit-card { display: flex; align-items: flex-start; gap: 12px; padding: 14px; border: 1px solid var(--it-border); border-radius: var(--it-radius); background: #fff; transition: border var(--it-transition), box-shadow var(--it-transition), transform var(--it-transition); }
.related-toolkit-card > .btn.btn-warning {
  flex: 0 0 auto;
  white-space: nowrap;
  padding: 9px 12px;
  font-size: 13px;
}
.related-toolkit-card:hover { border-color: #b7d9ea; box-shadow: var(--it-shadow-sm); transform: translateY(-1px); text-decoration: none; }
.related-toolkit-card__title { margin: 0; color: var(--it-primary); font-size: 15px; font-weight: 700; }
.related-toolkit-card__meta { margin-top: 3px; color: var(--it-text-muted); font-size: 12px; }

/* =========================
   06. Tables
   ========================= */
.table-responsive, .download-table-wrap { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
table { max-width: 100%; border-collapse: collapse; }
table th, table td { padding: 7px 8px; vertical-align: top; white-space: normal; overflow-wrap: anywhere; }
.content-table { width: 100%; border: 1px solid var(--it-border-strong); }
.content-table th { background: #e9eef2; font-weight: 700; }
.content-table th, .content-table td { border: 1px solid var(--it-border-strong); }

/* Compatibility for old document-list tables containing inline borders. */
.page-content table[border] { border-collapse: collapse; }

/* =========================
   07. Buttons / payment
   ========================= */
.button, .btn, .download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  padding: 9px 16px;
  border: 1px solid var(--it-primary);
  border-radius: var(--it-radius-sm);
  background: var(--it-primary);
  color: #fff !important;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition: background var(--it-transition), border var(--it-transition), transform var(--it-transition), box-shadow var(--it-transition);
}
.button:hover, .btn:hover, .download-btn:hover { background: var(--it-primary-2); border-color: var(--it-primary-2); color: #fff !important; transform: translateY(-1px); }
.btn-secondary { background: #fff; color: var(--it-primary) !important; }
.btn-warning { background: var(--it-warning); border-color: var(--it-warning); }
.btn-download-payment { display: flex; justify-content: center; align-items: center; gap: 6px; margin: 8px 0; flex-wrap: wrap; }
.btn-download-payment img { display: block; max-width: 100%; height: auto; }

.toolkit-pricing-section { width: 100%; max-width: 985px; margin: 30px auto; text-align: center; }
.toolkit-pricing-card { width: min(500px, 100%); margin: 0 auto; }
.toolkit-pricing-top { background: #fff; border: 3px solid #000000; border-radius: 12px; padding: 14px 14px 16px; }
.toolkit-price { margin: 0 0 16px; font-size: 20px; font-weight: 700; color: #111; }
.toolkit-price span { color: #eb001b; }
.toolkit-buy-form { margin: 0; padding: 0; }
.toolkit-paypal-btn { display: inline-flex; align-items: center; justify-content: center; gap: 6px; min-width: 210px; min-height: 38px; padding: 7px 15px; border: 1px solid #d89b00; border-radius: 6px; background: linear-gradient(#ffd34f,#f2b400); color: #111; font-size: 14px; font-weight: 700; line-height: 1.2; box-shadow: 0 4px 10px rgba(0,0,0,.16); transition: background .2s ease, transform .2s ease, box-shadow .2s ease; }
.toolkit-paypal-btn:hover { background: linear-gradient(#ffdc66,#eeb000); transform: translateY(-1px); box-shadow: 0 5px 11px rgba(0,0,0,.20); }
.paypal-icon { width: 21px; height: 21px; border-radius: 50%; background: #003087; display: inline-block; position: relative; flex: 0 0 21px; }
.paypal-icon::after { content: "P"; position: absolute; inset: 50% auto auto 50%; transform: translate(-50%,-50%); color: #fff; font-size: 12px; font-weight: 700; }
.paypal-logo { font-size: 14px; font-weight: 700; white-space: nowrap; } .paypal-logo .pay { color: #003087; } .paypal-logo .pal { color: #009cde; }
.toolkit-payment-mini { margin-top: 8px; text-align: center; }
.toolkit-payment-mini img { display: inline-block; width: auto; max-width: 231px; height: auto; }
.toolkit-trust-text { margin-top: 10px; color: #666; font-size: 11px; }
.toolkit-trust-badges { margin-top: 10px; color: var(--it-success); font-size: 13px; }

/* =========================
   08. Accordion / FAQ
   ========================= */
/* FAQs premium two-column layout: 18 questions + support/contact panel. */
.faq-primary-layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(300px, .92fr);
  gap: 22px;
  align-items: start;
}
.faq-primary-layout > .grid-col {
  width: auto;
  padding-inline: 0;
  margin-top: 0;
}
.faq-primary-layout > .grid-col:first-child,
.faq-primary-layout > .grid-col:last-child {
  min-width: 0;
}
.faq-primary-layout .payment-guide-modern .pg-support {
  margin-top: 0;
}
.faq-support-column {
  display: grid;
  gap: 18px;
  align-content: start;
}
.faq-contact-form {
  margin: 0;
}
.faq-contact-form .widget-title {
  margin-bottom: 0;
}
.faq-contact-intro {
  margin: 0;
  padding: 12px 14px;
  border-right: 1px solid var(--it-border);
  border-left: 1px solid var(--it-border);
  background: var(--it-bg-soft);
  color: var(--it-text-muted);
  font-size: 12px;
  line-height: 1.5;
}
.faq-contact-embed {
  width: 100%;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid var(--it-border);
  border-top: 0;
  border-radius: 0 0 var(--it-radius) var(--it-radius);
  background: #fff;
  box-shadow: var(--it-shadow-sm);
  box-sizing: border-box;
}
.faq-contact-embed iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 610px;
  margin: 0;
  border: 0;
  background: #fff;
}
.accordion, .wpb_accordion { width: 100%; }
.accordion-item, .wpb_accordion_section { margin: 0 0 8px; border: 1px solid var(--it-border); background: #fff; }
.accordion-trigger, .wpb_accordion_header { margin: 0; padding: 0; background: #f4f7f9; color: var(--it-heading); font-size: 15px; line-height: 1.35; }
.accordion-trigger, .wpb_accordion_header > a {
  position: relative;
  display: block;
  width: 100%;
  padding: 12px 44px 12px 14px;
  border: 0;
  background: transparent;
  color: inherit;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
}
.accordion-trigger::after, .wpb_accordion_header > a::after { content: "+"; position: absolute; right: 15px; top: 50%; transform: translateY(-50%); color: var(--it-primary-2); font-size: 20px; }
.accordion-item.is-open .accordion-trigger::after,
.wpb_accordion_section.is-open .wpb_accordion_header > a::after { content: "−"; }
.accordion-panel, .wpb_accordion_content { padding: 15px 16px; border-top: 1px solid var(--it-border); }
.js-enabled .accordion-panel[hidden],
.js-enabled .wpb_accordion_content[hidden] { display: none !important; }
.wpb_accordion_content .wpb_content_element { margin-bottom: 0; }

/* =========================
   09. Vanilla carousel (legacy .owl-carousel compatible)
   ========================= */
.owl-carousel, [data-carousel] { position: relative; overflow: hidden; }
.js-enabled .owl-carousel > .item,
.js-enabled [data-carousel] > [data-carousel-item] { display: none; }
.js-enabled .owl-carousel > .item.is-active,
.js-enabled [data-carousel] > [data-carousel-item].is-active { display: block; }
.it-carousel-controls { display: flex; justify-content: flex-end; gap: 6px; margin-top: 10px; }
.it-carousel-button { width: 34px; height: 34px; display: grid; place-items: center; border: 0; border-radius: 50%; background: var(--it-primary); color: #fff; font-size: 18px; line-height: 1; }
.it-carousel-button:hover { background: var(--it-primary-2); }
.widget-comments .owl-carousel ul { list-style: none; padding: 0; margin: 0; }
.widget-comments .owl-carousel li { display: grid; grid-template-columns: 54px 1fr; gap: 10px; margin-bottom: 13px; }
.widget-comments .owl-carousel li img { width: 48px; height: 48px; object-fit: cover; border-radius: 50%; }
.widget-comments .owl-carousel p { margin: 0; }

/* =========================
   10. Testimonials / callout
   ========================= */

/* Customer Reviews premium body — scoped component.
   Uses existing design tokens and does not alter shared Header/Footer. */
.reviews-premium {
  margin-top: 1px;
  color: var(--it-text);
  font-size: 14px;
  line-height: 1.6;
}
.reviews-premium__hero {
  width: min(var(--it-container), calc(100% - 30px));
  min-height: 220px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: var(--it-radius-sm) var(--it-radius-sm) 0 0;
  background:
    linear-gradient(90deg, rgba(4,35,58,.98) 0%, rgba(5,53,82,.94) 56%, rgba(5,48,76,.82) 100%),
    url('../pic/Banner.webp') center/cover no-repeat;
}
.reviews-premium__hero-inner {
  min-height: 220px;
  display: grid;
  grid-template-columns: 1.45fr .75fr;
  gap: 36px;
  align-items: center;
  padding: 30px 36px 44px;
}
.reviews-premium__breadcrumb {
  margin-bottom: 10px;
  color: rgba(255,255,255,.78);
  font-size: 14px;
  line-height: 1.45;
}
.reviews-premium__breadcrumb .fa { margin: 0 7px; color: #77d4f4; }
.reviews-premium__hero h1 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 38px;
  line-height: 1.12;
}
.reviews-premium__hero-copy > p {
  max-width: 640px;
  margin: 0;
  color: rgba(255,255,255,.90);
  font-size: 16px;
  line-height: 1.65;
}
.reviews-premium__hero-trust {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-self: end;
  max-width: 350px;
  color: #fff;
}
.reviews-premium__hero-shield {
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 2px solid #3ec7de;
  border-radius: 50%;
  color: #46d1e5;
  font-size: 26px;
}
.reviews-premium__hero-trust span,
.reviews-premium__hero-trust strong,
.reviews-premium__hero-trust small { display: block; }
.reviews-premium__hero-trust span {
  margin-bottom: 3px;
  color: #b9d9e6;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
}
.reviews-premium__hero-trust strong {
  color: #43c5df;
  font-size: 23px;
  line-height: 1.15;
}
.reviews-premium__hero-trust small {
  margin-top: 5px;
  color: rgba(255,255,255,.84);
  font-size: 14px;
  line-height: 1.5;
}
.reviews-premium__container {
  width: min(var(--it-container), calc(100% - 30px));
  margin: 0 auto;
}
.reviews-premium__summary {
  position: relative;
  z-index: 2;
  min-height: 108px;
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  align-items: center;
  margin: -24px 0 16px;
  overflow: hidden;
  border: 1px solid var(--it-border);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--it-shadow);
}
.reviews-premium__summary > div {
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 22px;
  border-left: 1px solid #e5ebef;
}
.reviews-premium__summary > div:first-child { border-left: 0; }
.reviews-premium__overall {
  display: block !important;
}
.reviews-premium__summary-label {
  display: block;
  margin-bottom: 4px;
  color: #465e6c;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
}
.reviews-premium__overall-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.reviews-premium__overall-row > strong {
  color: #092f50;
  font-size: 34px;
  line-height: 1;
}
.reviews-premium__summary-stars {
  color: #f5a000;
  font-size: 21px;
  letter-spacing: 2px;
  line-height: 1;
}
.reviews-premium__overall small {
  display: block;
  margin-top: 6px;
  color: #58707f;
  font-size: 14px;
  line-height: 1.4;
}
.reviews-premium__summary-icon {
  flex: 0 0 39px;
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e9f7fa;
  color: #0aa2b2;
  font-size: 16px;
}
.reviews-premium__summary-stat strong,
.reviews-premium__summary-stat span { display: block; }
.reviews-premium__summary-stat strong {
  margin-bottom: 2px;
  color: #0a2540;
  font-size: 18px;
}
.reviews-premium__summary-stat span {
  color: #5c6f7a;
  font-size: 14px;
  line-height: 1.45;
}
.reviews-premium__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 13px;
}
.reviews-premium__filters span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 15px;
  border: 1px solid #dce5ea;
  border-radius: 19px;
  background: #fff;
  color: #546774;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
  box-shadow: 0 2px 6px rgba(10,37,64,.04);
}
.reviews-premium__filters .is-active {
  border-color: #0a3f55;
  background: #0a3f55;
  color: #fff;
}
.reviews-premium__filters b { margin-left: 4px; }
.reviews-premium__layout {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(245px, .95fr);
  gap: 16px;
  align-items: start;
}
.reviews-premium__main,
.reviews-premium__sidebar { min-width: 0; }
.reviews-premium__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 12px;
}
.reviews-premium__card {
  min-width: 0;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  padding: 14px;
  border: 1px solid #dfe7ec;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(10,37,64,.06);
}
.reviews-premium__person {
  display: grid;
  grid-template-columns: 54px minmax(0,1fr);
  gap: 9px;
  align-items: center;
}
.reviews-premium__person > img {
  width: 54px;
  height: 54px;
  object-fit: cover;
  border: 2px solid #edf2f5;
  border-radius: 50%;
}
.reviews-premium__name {
  color: #0a2540;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}
.reviews-premium__verified {
  display: inline-grid;
  place-items: center;
  width: 13px;
  height: 13px;
  margin-left: 3px;
  border-radius: 50%;
  background: #21a366;
  color: #fff;
  font-size: 7px;
  vertical-align: 1px;
}
.reviews-premium__role {
  margin-top: 2px;
  color: #617481;
  font-size: 13px;
  line-height: 1.4;
}
.reviews-premium__stars {
  display: flex;
  gap: 1px;
  margin: 10px 0 6px;
  color: #f5a000;
  font-size: 16px;
  line-height: 1;
}
.reviews-premium__card h3 {
  margin: 0 0 8px;
  color: #0a2540;
  font-size: 16px;
  line-height: 1.35;
}
.reviews-premium__card > p {
  margin: 0 0 13px;
  color: #4f626f;
  font-size: 14px;
  line-height: 1.6;
}
.reviews-premium__card-footer {
  margin-top: auto;
  padding-top: 10px;
  border-top: 1px solid #edf1f3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: #71838e;
  font-size: 13px;
  line-height: 1.4;
}
.reviews-premium__card-footer .fa { color: #0aa2b2; }
.reviews-premium__sidebar {
  display: grid;
  gap: 12px;
}
.reviews-premium__side-card {
  padding: 15px;
  border: 1px solid #dfe7ec;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(10,37,64,.055);
}
.reviews-premium__side-card h2 {
  margin: 0 0 14px;
  color: #0a2540;
  font-size: 16px;
  line-height: 1.35;
}
.reviews-premium__rating-row {
  display: grid;
  grid-template-columns: 58px minmax(0,1fr) 28px;
  gap: 8px;
  align-items: center;
  margin-bottom: 10px;
  color: #516572;
  font-size: 14px;
  line-height: 1.45;
}
.reviews-premium__rating-row > div {
  height: 6px;
  overflow: hidden;
  border-radius: 6px;
  background: #e9eef2;
}
.reviews-premium__rating-row i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #11a6b5;
}
.reviews-premium__rating-row b {
  color: #344e5e;
  font-size: 13px;
  text-align: right;
}
.reviews-premium__side-total {
  display: flex;
  justify-content: space-between;
  margin-top: 13px;
  padding-top: 12px;
  border-top: 1px solid #e8edef;
  color: #435b69;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
}
.reviews-premium__side-total strong { color: #0aa2b2; }
.reviews-premium__theme-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.reviews-premium__theme-list li {
  display: grid;
  grid-template-columns: 24px minmax(0,1fr);
  gap: 9px;
  align-items: center;
  margin-bottom: 11px;
  color: #465e6c;
  font-size: 14px;
  line-height: 1.5;
}
.reviews-premium__theme-list li:last-child { margin-bottom: 0; }
.reviews-premium__theme-list .fa {
  color: #0d92c2;
  font-size: 14px;
}
.reviews-premium__support-card {
  display: grid;
  grid-template-columns: 48px minmax(0,1fr);
  gap: 11px;
  align-items: start;
}
.reviews-premium__support-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e9f7fa;
  color: #0aa2b2;
  font-size: 19px;
}
.reviews-premium__support-card span,
.reviews-premium__support-card strong { display: block; }
.reviews-premium__support-card span {
  color: #60737f;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;
}
.reviews-premium__support-card strong {
  margin: 2px 0 7px;
  color: #0a2540;
  font-size: 16px;
  line-height: 1.35;
}
.reviews-premium__support-card p {
  margin: 0;
  color: #627580;
  font-size: 14px;
  line-height: 1.6;
}
.reviews-premium__quote {
  display: grid;
  grid-template-columns: 44px minmax(0,1fr) 300px;
  gap: 16px;
  align-items: center;
  margin: 16px 0 26px;
  padding: 16px 20px;
  border-radius: 9px;
  background: linear-gradient(100deg, #072f48 0%, #084b68 62%, #073953 100%);
  color: #fff;
}
.reviews-premium__quote-icon {
  color: #46cadd;
  font-size: 25px;
  text-align: center;
}
.reviews-premium__quote blockquote {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-style: italic;
  line-height: 1.6;
}
.reviews-premium__quote-person {
  display: grid;
  grid-template-columns: 48px minmax(0,1fr);
  gap: 10px;
  align-items: center;
}
.reviews-premium__quote-person img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border: 2px solid rgba(255,255,255,.75);
  border-radius: 50%;
}
.reviews-premium__quote-person strong,
.reviews-premium__quote-person span { display: block; }
.reviews-premium__quote-person strong {
  color: #fff;
  font-size: 14px;
  line-height: 1.35;
}
.reviews-premium__quote-person span {
  margin-top: 2px;
  color: #bfd0d9;
  font-size: 13px;
  line-height: 1.4;
}
.reviews-premium__quote-person .reviews-premium__stars {
  margin: 5px 0 0;
  font-size: 12px;
}
@media (max-width:1199px) {
  .reviews-premium__layout {
    grid-template-columns: minmax(0, 2.35fr) minmax(220px, .85fr);
  }
  .reviews-premium__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .reviews-premium__summary > div { padding-inline: 15px; }
}
@media (max-width:991px) {
  .reviews-premium__hero-inner {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-bottom: 46px;
  }
  .reviews-premium__hero-trust { justify-self: start; }
  .reviews-premium__summary { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .reviews-premium__summary > div:nth-child(3) { border-left: 0; border-top: 1px solid #e5ebef; }
  .reviews-premium__summary > div:nth-child(4) { border-top: 1px solid #e5ebef; }
  .reviews-premium__layout { grid-template-columns: 1fr; }
  .reviews-premium__sidebar { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .reviews-premium__quote { grid-template-columns: 44px minmax(0,1fr); }
  .reviews-premium__quote-person { grid-column: 1 / -1; margin-left: 60px; }
}
@media (max-width:767px) {
  .reviews-premium__hero,
  .reviews-premium__container { width: calc(100% - 20px); }
  .reviews-premium__hero-inner { padding: 25px 20px 44px; }
  .reviews-premium__hero h1 { font-size: 31px; }
  .reviews-premium__summary { grid-template-columns: 1fr; margin-top: 10px; }
  .reviews-premium__summary > div {
    border-left: 0;
    border-top: 1px solid #e5ebef;
  }
  .reviews-premium__summary > div:first-child { border-top: 0; }
  .reviews-premium__grid { grid-template-columns: 1fr; }
  .reviews-premium__sidebar { grid-template-columns: 1fr; }
  .reviews-premium__quote {
    grid-template-columns: 32px minmax(0,1fr);
    padding: 15px;
  }
  .reviews-premium__quote-person { margin-left: 48px; }
}

.callout { display: flex; align-items: center; gap: 14px; padding: 17px 18px; background: var(--it-bg-soft); border: 1px solid var(--it-border); }
.callout .icon { flex: 0 0 auto; color: var(--it-primary-2); font-size: 28px; }
.callout .title { font-weight: 700; color: var(--it-heading); }
.callout .subtitle { color: var(--it-text-muted); }

/* =========================
   11. Download pages
   ========================= */
.download-banner { width: 100%; min-height: 104px; display: flex; align-items: center; justify-content: center; padding: 0 20px; background: #0a4f68; text-align: center; }
.download-banner-title { margin: 0; color: #fff; font-size: 30px; font-weight: 500; text-transform: uppercase; letter-spacing: .8px; }
.download-page { margin-top: 22px; margin-bottom: 24px; }
.download-header-box { text-align: center; margin-bottom: 24px; }
.download-title { margin: 0 0 12px; color: #006699; font-size: 34px; }
.download-subtitle { margin: 0; color: #555; font-size: 16px; }
.download-table-main { border: 1px solid #0099cc; background: #fff; }
.download-table-outer { border: 2px solid #006699; padding: 12px; }
.download-table { width: 100%; min-width: 640px; border-collapse: collapse; }
.download-table th { background: #e3e3e3; border: 1px solid #000080; padding: 14px 10px; text-align: center; color: #222; }
.download-table td { border: 1px solid #000080; padding: 16px 10px; text-align: center; color: #222; vertical-align: middle; }
.download-help-box { margin-top: 12px; padding: 16px 18px; background: #fafafa; border: 1px solid #e5e5e5; color: #555; }

/* =========================
   12. Footer — standard shared component
   ========================= */
.page-footer.footer-modern {
  position: relative;
  margin: 32px 0 42px;
  background: var(--it-primary);
  color: #cbd7df;
}

/* Pre-footer CTA */
.footer-modern .footer-cta {
  background: linear-gradient(120deg, #082f43 0%, #0a506a 58%, #0f789b 100%);
  border-bottom: 1px solid rgba(255,255,255,.10);
}
.footer-modern .footer-cta-inner {
  width: min(var(--it-container), calc(100% - 30px));
  margin: 0 auto;
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.footer-modern .footer-cta-copy { max-width: 720px; }
.footer-modern .footer-cta-kicker {
  margin-bottom: 5px;
  color: #80d8f7;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 1.1px;
}
.footer-modern .footer-cta h2 {
  margin: 0 0 5px;
  color: #fff;
  font-size: 24px;
  line-height: 1.24;
}
.footer-modern .footer-cta p {
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: 13px;
  line-height: 1.5;
}
.footer-modern .footer-cta-actions { display: flex; gap: 9px; flex: 0 0 auto; }
.footer-modern .footer-cta-button {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 15px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
  transition: transform var(--it-transition), background var(--it-transition), border-color var(--it-transition), color var(--it-transition);
}
.footer-modern .footer-cta-button-primary { background: var(--it-primary-2); border-color: var(--it-primary-2); }
.footer-modern .footer-cta-button-secondary { background: rgba(255,255,255,.06); }
.footer-modern .footer-cta-button:hover,
.footer-modern .footer-cta-button:focus-visible {
  background: #fff;
  border-color: #fff;
  color: var(--it-primary);
  text-decoration: none;
  transform: translateY(-1px);
}

/* Four-column footer body: isolated from the legacy page grid. */
.footer-modern .footer-main {
  width: min(var(--it-container), calc(100% - 30px));
  margin: 0 auto;
  padding: 40px 0 30px;
  display: grid;
  grid-template-columns: 1.08fr .9fr 1fr 1fr;
  gap: 30px;
}
.footer-modern .footer-main > .grid-col {
  width: auto;
  min-width: 0;
  margin: 0;
  padding: 0;
}
.footer-modern .widget-alt { height: 100%; }
.footer-modern .widget-title {
  position: relative;
  margin: 0 0 17px;
  padding: 0 0 10px;
  background: transparent;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: .9px;
}
.footer-modern .widget-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 38px;
  height: 2px;
  background: var(--it-accent);
}
.footer-modern p,
.footer-modern address,
.footer-modern li,
.footer-modern a,
.footer-modern span { text-indent: 0; }
.footer-modern ul { list-style: none; margin: 0; padding: 0; }
.footer-modern a {
  color: #cbd7df;
  text-decoration: none;
  transition: color var(--it-transition), transform var(--it-transition);
}
.footer-modern a:hover,
.footer-modern a:focus-visible { color: #69c9ef; text-decoration: none; }

/* Brand */
.footer-modern .footer-brand-logo {
  width: 174px;
  display: block;
  margin-bottom: 13px;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}
.footer-modern .footer-brand-logo img { display: block; width: 100%; height: auto; }
.footer-modern .footer-brand-copy {
  margin: 0 0 21px;
  max-width: 245px;
  color: #adbfca;
  font-size: 11.5px;
  line-height: 1.58;
}
.footer-modern .footer-links li { position: relative; margin: 0 0 7px; }
.footer-modern .footer-links li > a { display: inline-block; font-size: 12px; line-height: 1.45; }
.footer-modern .footer-links li > a:hover,
.footer-modern .footer-links li > a:focus-visible { transform: translateX(3px); }
.footer-modern .footer-link-all { margin-top: 10px; }
.footer-modern .footer-link-all a { color: #72d1f3; font-weight: 700; }

/* Quick links */
.footer-modern .footer-quick-links li { padding-left: 13px; }
.footer-modern .footer-quick-links li::before {
  content: "\f105";
  position: absolute;
  left: 0;
  top: .18em;
  color: var(--it-accent);
  font-family: 'FontAwesome';
  font-size: 11px;
  -webkit-font-smoothing: antialiased;
}
.footer-modern .footer-digital-note {
  display: flex;
  gap: 9px;
  margin-top: 18px;
  padding: 11px 12px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 6px;
  background: rgba(255,255,255,.04);
}
.footer-modern .footer-digital-note > .fa { margin-top: 2px; color: #5fd09a; }
.footer-modern .footer-digital-note strong,
.footer-modern .footer-digital-note span { display: block; }
.footer-modern .footer-digital-note strong { color: #fff; font-size: 11.5px; }
.footer-modern .footer-digital-note span { margin-top: 2px; color: #9fb4c0; font-size: 10.5px; line-height: 1.4; }

/* Evergreen resources */
.footer-modern .footer-post-list li {
  display: flex;
  gap: 10px;
  padding: 8px;
  margin: 0 0 8px;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 6px;
  background: rgba(255,255,255,.025);
  transition: border-color var(--it-transition), background var(--it-transition), transform var(--it-transition);
}
.footer-modern .footer-post-list li:last-child { margin-bottom: 0; }
.footer-modern .footer-post-list li:hover {
  border-color: rgba(101,199,238,.28);
  background: rgba(255,255,255,.04);
  transform: translateY(-1px);
}
.footer-modern .footer-post-thumb { flex: 0 0 68px; overflow: hidden; border-radius: 4px; }
.footer-modern .footer-post-thumb img { display: block; width: 68px; height: 50px; object-fit: cover; transition: transform var(--it-transition); }
.footer-modern .footer-post-list li:hover .footer-post-thumb img { transform: scale(1.035); }
.footer-modern .footer-post-text { min-width: 0; font-size: 11.5px; line-height: 1.4; }
.footer-modern .footer-post-text > a { display: block; }
.footer-modern .footer-post-kicker {
  display: block;
  margin-bottom: 2px;
  color: #5bbfe6;
  font-size: 8.5px;
  font-weight: 800;
  letter-spacing: .6px;
}

/* Contact + checkout */
.footer-modern .footer-contact-list li { display: flex; gap: 9px; margin-bottom: 11px; color: #cbd7df; font-size: 11.5px; line-height: 1.55; }
.footer-modern .footer-contact-list i { width: 18px; flex: 0 0 18px; margin-top: 4px; color: var(--it-accent); }
.footer-modern .footer-support-hours { margin-top: 15px; }
.footer-modern .footer-mini-title { margin-bottom: 4px; color: #fff; font-size: 11.5px; font-weight: 700; }
.footer-modern .footer-support-hours p { margin: 0; color: #b5c6cf; font-size: 11.5px; }
.footer-modern .footer-secure-checkout {
  margin-top: 16px;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 7px;
  background: rgba(255,255,255,.04);
}
.footer-modern .footer-secure-checkout .footer-mini-title .fa { margin-right: 5px; color: #65c7ee; }
.footer-modern .footer-secure-checkout p { margin: 0 0 8px; color: #aabdc8; font-size: 10.5px; line-height: 1.45; }
.footer-modern .footer-payment { margin: 0; }
.footer-modern .footer-payment img { display: block; width: auto; max-width: 205px; max-height: 92px; }

/* Copyright / legal bar. */
.footer-bar { border-top: 1px solid rgba(255,255,255,.10); background: #0d2b3a; }
.footer-bar-inner {
  width: min(var(--it-container), calc(100% - 30px));
  min-height: 56px;
  margin: 0 auto;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.footer-bar-left { color: #98abb6; font-size: 11px; }
.footer-bar-right { margin-left: auto; display: flex; align-items: center; gap: 16px; }
.footer-bar-right a { position: relative; color: #bdcbd3; font-size: 11px; }
.footer-bar-right a + a::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  width: 1px;
  height: 12px;
  background: rgba(255,255,255,.18);
  transform: translateY(-50%);
}

#top-link.top-link {
  position: absolute;
  right: max(20px, calc((100vw - var(--it-container))/2));
  top: -44px;
  z-index: 3;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 6px 6px 0 0;
  background: var(--it-primary);
  color: #fff !important;
  font-size: 23px;
  text-decoration: none !important;
}
#top-link.top-link:hover { background: var(--it-primary-2); }


/* Footer component responsive behavior lives here to avoid scattered overrides. */
@media (max-width: 991px) {
  .footer-modern .footer-cta-inner { align-items: flex-start; flex-direction: column; gap: 15px; }
  .footer-modern .footer-main { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 30px 26px; }
}

@media (max-width: 767px) {
  .page-footer.footer-modern { margin-bottom: 54px; }
  .footer-modern .footer-cta-inner { width: calc(100% - 20px); padding: 21px 0; }
  .footer-modern .footer-cta h2 { font-size: 21px; }
  .footer-modern .footer-cta-actions { width: 100%; flex-direction: column; }
  .footer-modern .footer-cta-button { width: 100%; }
  .footer-modern .footer-main { width: calc(100% - 20px); grid-template-columns: 1fr; gap: 27px; padding: 32px 0 24px; }
  .footer-modern .footer-brand-logo { width: 164px; }
  .footer-bar-inner { width: calc(100% - 20px); display: block; text-align: center; }
  .footer-bar-right { margin: 8px 0 0; justify-content: center; flex-wrap: wrap; }
}


/* =========================
   13. Sticky legacy promo
   ========================= */
.ex-wrap1 { position: fixed; left: 0; right: 0; bottom: 0; z-index: 900; width: 100%; background: #00739f; min-height: 38px; }
.ex-grid { position: relative; margin: 0 10px; }
.ex-content1 { padding: 6px 34px 6px 0; color: #fff; font-size: 16px; text-align: center; min-height: 38px; display: flex; align-items: center; justify-content: center; }
.ex-close { position: absolute; right: 8px; top: 50%; width: 24px; height: 24px; transform: translateY(-50%); border: 0; background: transparent; }
.ex-close::before, .ex-close::after { content: ""; position: absolute; left: 2px; top: 11px; width: 20px; height: 2px; background: #fff; transform: rotate(45deg); }
.ex-close::after { transform: rotate(-45deg); }

/* =========================
   14. Information-page shared patterns
   ========================= */
.info-modern { color: var(--it-text); line-height: 1.7; }
.info-modern__container { width: 100%; max-width: var(--it-container); margin-inline: auto; }
.info-modern__hero { display: flex; align-items: flex-start; gap: 30px; margin-bottom: 30px; padding: 28px; background: linear-gradient(135deg,#f8fbff,#eef6fb); border: 1px solid #dbe7f0; border-radius: var(--it-radius-lg); }
.info-modern__hero-image { flex: 0 0 360px; }
.info-modern__hero-image img { display: block; width: 100%; border: 1px solid #d6e2ec; border-radius: 10px; background: #fff; }
.info-modern__hero-content { flex: 1 1 auto; }
.info-modern__kicker { display: inline-block; margin-bottom: 10px; padding: 6px 12px; border-radius: 20px; background: var(--it-accent-soft); color: #0b74b8; font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.info-modern__card-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.info-modern__card { padding: 22px; border: 1px solid var(--it-border); border-radius: 10px; background: #fff; }

/* Font Awesome 4.0.3 subset — uses the site's EXISTING /fonts assets.
   Kept inside site.css so the whole site still loads one shared stylesheet. */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfontba72.woff?v=4.0.3') format('woff'),
       url('../fonts/fontawesome-webfontba72.ttf?v=4.0.3') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.fa,
[class^="fa-"]::before,
[class*=" fa-"]::before {
  font-family: 'FontAwesome';
}
.fa {
  display: inline-block;
  width: auto;
  min-width: 1em;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-home::before { content: "\f015"; }
.fa-bars::before { content: "\f0c9"; }
.fa-angle-left::before { content: "\f104"; }
.fa-angle-right::before { content: "\f105"; }
.fa-angle-double-up::before { content: "\f102"; }
.fa-check::before { content: "\f00c"; }
.fa-bookmark::before { content: "\f02e"; }
.fa-map-marker::before { content: "\f041"; }
.fa-phone::before { content: "\f095"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-envelope-o::before { content: "\f003"; }
.fa-facebook::before { content: "\f09a"; }
.fa-twitter::before { content: "\f099"; }
.fa-rss::before { content: "\f09e"; }
.fa-cogs::before { content: "\f085"; }
.fa-check-square-o::before { content: "\f046"; }
.fa-users::before { content: "\f0c0"; }
.fa-shield::before { content: "\f132"; }
.fa-tasks::before { content: "\f0ae"; }
.fa-sitemap::before { content: "\f0e8"; }
.fa-wrench::before { content: "\f0ad"; }
.fa-link::before { content: "\f0c1"; }
.fa-linkedin::before { content: "\f0e1"; }
.fa-google-plus::before { content: "\f0d5"; }
.fa-youtube::before { content: "\f167"; }
.fa-quote-left::before { content: "\f10d"; }
.fa-quote-right::before { content: "\f10e"; }
/* Slideshare is not present in Font Awesome 4.0.3; retain a compact text fallback. */
.fa-Slideshare::before { content: "S"; font-family: Arial, sans-serif; font-weight: 700; }
.fa-lg { font-size: 1.333333em; line-height: .75em; vertical-align: -15%; }
.fa-2x { font-size: 2em; }


/* =========================
   17. Utilities
   ========================= */
.text-center { text-align: center !important; }
.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.text-muted { color: var(--it-text-muted) !important; }
.text-success { color: var(--it-success) !important; }
.full-width { width: 100% !important; }
.overflow-x-auto { overflow-x: auto !important; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
[hidden] { display: none !important; }

/* =========================
   18. Responsive
   ========================= */
@media (max-width: 1199px) {
  :root { --it-container: 940px; }
  .main-nav a { padding-inline: 6px; font-size: 11px; }
}

@media (max-width: 991px) {
  :root { --it-container: 738px; }
  .faq-primary-layout {
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, .9fr);
    gap: 16px;
  }
  .faq-contact-embed iframe {
    height: 630px;
  }
  .faq-primary-layout > .grid-col {
    width: auto !important;
    margin-top: 0 !important;
  }
  .main-nav { display: none; }
  .mobile-main-nav { display: block; }
  .page-header { padding-bottom: 0; }
  .grid-col-3, .grid-col-4, .grid-col-5, .grid-col-6, .grid-col-7, .grid-col-8, .grid-col-9 { width: 100%; }
  .grid-col + .grid-col { margin-top: 24px; }
  .vc_row-fluid, .wpb_row { gap: 0; }
  .vc_row-fluid > [class*="vc_span"], .wpb_row > [class*="vc_span"] { width: 100% !important; }
  .vc_row-fluid > [class*="vc_span"] + [class*="vc_span"] { margin-top: 24px; }
  .info-modern__hero,
  .about-hero,
  .refund-policy-modern .rp-hero,
  .terms-policy-modern .tp-hero,
  .privacy-policy-modern .pp-hero,
  .copyright-policy-modern .cp-hero,
  .payment-guide-modern .pg-hero { flex-direction: column; }
  .info-modern__hero-image,
  .about-hero-image,
  .refund-policy-modern .rp-hero-image,
  .terms-policy-modern .tp-hero-image,
  .privacy-policy-modern .pp-hero-image,
  .copyright-policy-modern .cp-hero-image,
  .payment-guide-modern .pg-hero-image { flex-basis: auto; width: 100%; max-width: 520px; }
}

@media (max-width: 767px) {
  :root { --it-container: 100%; --it-gutter: 10px; }
  .faq-primary-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .faq-primary-layout > .grid-col {
    width: 100% !important;
  }
  .faq-contact-embed iframe {
    height: 650px;
  }
  body { font-size: 14px; }
  .grid-row, .it-container, .site-container, .main-nav, .mobile-main-nav { width: calc(100% - 20px); }
  .header-utility-inner {
    width: calc(100% - 20px);
    min-height: 28px;
    justify-content: center;
  }
  .header-utility-message {
    font-size: 9.5px;
    text-align: center;
    letter-spacing: .2px;
  }
  .header-utility-links { display: none; }
  .logo {
    padding: 8px 10px 6px;
    margin-bottom: 3px;
  }
  .logo img { max-height: 58px; }
  .page-content { padding: 20px 0 34px; }
  .it-page-banner { width: calc(100% - 20px); min-height: 0; margin-block: 12px 22px; }
  .it-page-banner-content { padding: 30px 20px; }
  .it-page-banner-tagline { font-size: 14px; }
  .hero-banner-premium-img { height: 300px; }
  .hero-banner-premium-content { top: 9%; left: 6%; width: 88%; }
  .related-toolkits-grid, .about-grid, .info-modern__card-grid { grid-template-columns: 1fr; }
  .about-card.full { grid-column: auto; }
  .about-stats { grid-template-columns: 1fr; }
  #top-link.top-link { right: 10px; }
  .alignleft, .alignright { float: none; display: block; margin: 10px auto; }
  .toolkit-paypal-btn { width: min(100%,224px); }
  .widget-comments .owl-carousel li { grid-template-columns: 44px 1fr; }
}

@media (max-width: 480px) {
  .widget-title, .section-title { font-size: 15px; }
  .download-title { font-size: 28px; }
  .download-table-outer { padding: 6px; }
  .about-wrap { padding-inline: 0; }
  .info-modern__hero, .about-card, [class*="-policy-modern"] [class$="-hero"], .payment-guide-modern .pg-hero, .all-toolkits-modern .atm-hero { padding: 18px; }
}

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

/* Print */
@media print {
  .main-nav, .mobile-main-nav, .page-footer, .ex-wrap1, #top-link, .it-carousel-controls { display: none !important; }
  body { color: #000; background: #fff; }
  .grid-row, .it-container, .site-container { width: 100%; }
  a { color: #000; text-decoration: underline; }
}
.it-banner-full {
    width: 1600px;
    max-width: calc(100% - 30px);
    height: auto;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
    border: 3px solid #000;
    background: #000;
}

.it-banner-full-img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
}

/* Home hero — 1920x600 source (3.2:1).
   Keep one fixed desktop CSS width instead of zoom-specific breakpoints.
   Browser zoom therefore scales the hero continuously:
   zoom out = visually smaller, zoom in = visually larger.
   max-width keeps the same side frame when the viewport becomes narrower. */
@media (min-width: 992px) {
    .home-page .it-banner-full {
        width: 1600px;
        max-width: calc(100% - 30px);
    }
}

@media (max-width: 991px) {
    .it-banner-full {
        width: calc(100% - 20px);
        max-width: none;
        border-width: 2px;
    }
}

/* Remove the accumulated whitespace below the home hero:
   hero margin + page-content top padding + home section top padding. */
.home-page .page-content {
    padding-top: 0;
}

.home-page .home-categories-modern {
    padding-top: 0;
}
.home-categories-modern {
    width: 100%;
    padding: 22px 0 36px 0;
    font-family: Arial, sans-serif;
    background: #ffffff;
}

.home-categories-modern .category-wrap {
    width: 1170px;
    margin: 0 auto;
}

.home-categories-modern .category-section {
    --section-accent: #0f89c8;
    --section-accent-2: #4db1e2;
    --section-bg: #f5f9fc;
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: 0;
    padding-top: 42px;
    padding-bottom: 44px;
    padding-left: max(24px, calc((100vw - 1170px) / 2));
    padding-right: max(24px, calc((100vw - 1170px) / 2));
    box-sizing: border-box;
    background: var(--section-bg);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    overflow: hidden;
}

.home-categories-modern .category-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(10,63,85,.12) 20%, rgba(10,63,85,.12) 80%, transparent 100%);
}

.home-categories-modern .category-section--iso {
    --section-accent: #0f89c8;
    --section-accent-2: #58b9e5;
    --section-bg: #f4f9fc;
}

.home-categories-modern .category-section--admin {
    --section-accent: #087c89;
    --section-accent-2: #45aeba;
    --section-bg: #f1f8f7;
}

.home-categories-modern .category-section--manager {
    --section-accent: #0a6f83;
    --section-accent-2: #48a5b2;
    --section-bg: #f7f6f2;
}

.home-categories-modern .category-section--cio {
    --section-accent: #0a5875;
    --section-accent-2: #3d8fb0;
    --section-bg: #f2f6fa;
}

.home-categories-modern .category-section--itil {
    --section-accent: #116f9e;
    --section-accent-2: #52add4;
    --section-bg: #eef7fb;
}

.home-categories-modern .category-section + .category-section {
    margin-top: 0;
}

.home-categories-modern .category-section-heading {
    position: relative;
    z-index: 2;
    width: min(860px, 100%);
    margin: 0 auto 30px;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.home-categories-modern .category-section-heading::after {
    content: "";
    width: 76px;
    height: 2px;
    margin-top: 15px;
    border-radius: 2px;
    background: linear-gradient(90deg, transparent, var(--section-accent), transparent);
}

.home-categories-modern .category-section-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 11px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--it-primary) 0%, var(--section-accent) 100%);
    color: #fff;
    box-shadow: 0 7px 18px rgba(10,63,85,.16);
}

.home-categories-modern .category-section-icon .fa {
    font-size: 19px;
    line-height: 1;
}

.home-categories-modern .category-title {
    margin: 0 0 22px 0;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    color: #116a9d;
    letter-spacing: -0.2px;
}

.home-categories-modern .category-section-heading .category-title {
    margin: 0;
    color: var(--it-primary);
    font-size: 27px;
    line-height: 1.18;
    letter-spacing: -.3px;
}

.home-categories-modern .category-section-subtitle {
    max-width: 800px;
    margin: 9px auto 0;
    color: #5a6d79;
    font-size: 14px;
    line-height: 1.68;
    text-align: center;
}

.home-categories-modern .category-card {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(10,63,85,.10);
    border-radius: 15px;
    box-shadow: 0 8px 22px rgba(10,63,85,.065);
    transition: transform .26s ease, box-shadow .26s ease, border-color .26s ease;
}

.home-categories-modern :before.category-card {
    content: "";
    position: absolute;
    top: 0;
    left: -40%;
    width: 40%;
    height: 4px;
    background: linear-gradient(to right, rgba(11,134,197,0), #0b86c5, #45b7f0, rgba(69,183,240,0));
    z-index: 3;
    transition: left 0.45s ease;
}

.home-categories-modern :hover:before.category-card {
    left: 100%;
}

.home-categories-modern :after.category-card {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(255,255,255,0.00) 0%,
        rgba(255,255,255,0.05) 35%,
        rgba(255,255,255,0.10) 50%,
        rgba(255,255,255,0.00) 70%
    );
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.30s ease;
    z-index: 1;
}

.home-categories-modern :hover.category-card {
    transform: translateY(-6px);
    box-shadow: 0 18px 38px rgba(16, 73, 114, 0.16);
    border-color: #c7dbea;
    background: linear-gradient(to bottom, #ffffff 0%, #fbfdff 100%);
}

.home-categories-modern :hover:after.category-card {
    opacity: 1;
}

.home-categories-modern .category-thumb {
    position: relative;
    display: block;
    width: 100%;
    height: 245px;
    background: linear-gradient(to bottom, #ffffff 0%, #f6fbff 100%);
    overflow: hidden;
    text-align: center;
    border-bottom: 1px solid #edf4f9;
    z-index: 2;
}

.home-categories-modern :after.category-thumb {
    content: "";
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 12px;
    height: 18px;
    background: radial-gradient(ellipse at center, rgba(0,0,0,0.12) 0%, rgba(0,0,0,0.03) 55%, rgba(0,0,0,0) 75%);
    pointer-events: none;
}

.home-categories-modern .category-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    display: block;
    padding: 10px 10px 6px 10px;
    box-sizing: border-box;
    background: transparent;
    transition: transform 0.32s ease;
    position: relative;
    z-index: 1;
}

.home-categories-modern :hover.category-card .category-thumb img {
    transform: scale(1.03);
}

.home-categories-modern .category-overlay {
    display: none;
}

.home-categories-modern .category-body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 15px 15px 16px;
    position: relative;
    z-index: 2;
}

.home-categories-modern .category-body h3 {
    margin: 0 0 10px 0;
    font-size: 18px;
    text-align: center;
    line-height: 1.25;
    font-weight: 700;
    color: #12395b;
    min-height: 46px;
    letter-spacing: -0.1px;
}

.home-categories-modern .category-body p {
    margin: 0 0 14px 0;
    font-size: 14px;
    line-height: 1.65;
    color: #5b6d7f;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 92px;
}

.home-categories-modern .category-btn-wrap {
    margin-top: auto;
    display: flex;
    justify-content: center;
}

.home-categories-modern .category-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    padding: 11px 18px;
    border-radius: 9px;
    background: linear-gradient(135deg, var(--it-primary) 0%, var(--section-accent) 100%);
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .1px;
    box-shadow: 0 8px 18px rgba(10,63,85,.16);
    transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
    white-space: nowrap;
    align-self: center;
}

.home-categories-modern :hover.category-btn {
    transform: translateY(-1px);
    background: linear-gradient(to right, #0a76af, #158bc3);
    box-shadow: 0 12px 22px rgba(11, 134, 197, 0.28);
}

.home-categories-modern .anchor-title {
    display: block;
    position: relative;
    top: -90px;
    visibility: hidden;
}

/* ===== <=1190px ===== */
@media screen and (max-width: 1190px) {
    .home-categories-modern .category-wrap {
        width: 940px;
    }

    .home-categories-modern .category-grid {
        margin-left: -10px;
        margin-right: -10px;
    }

    .home-categories-modern .category-col {
        padding: 10px;
    }

    .home-categories-modern .category-thumb {
        height: 210px;
    }

    .home-categories-modern .category-body h3 {
        font-size: 17px;
        min-height: 44px;
    }

    .home-categories-modern .category-body p {
        font-size: 13px;
        min-height: 84px;
    }
}

/* ===== <=980px ===== */
@media screen and (max-width: 980px) {
    .home-categories-modern .category-wrap {
        width: 738px;
    }

    .home-categories-modern .category-col {
        width: 50%;
        padding: 9px;
    }

    .home-categories-modern .category-thumb {
        height: 220px;
    }

    .home-categories-modern .category-body {
        padding: 12px 12px 14px 12px;
    }

    .home-categories-modern .category-body h3 {
        font-size: 17px;
        min-height: 42px;
    }

    .home-categories-modern .category-body p {
        font-size: 13px;
        line-height: 1.6;
        min-height: 80px;
    }
}

/* ===== <=767px ===== */
@media screen and (max-width: 767px) {
    .home-categories-modern {
        padding: 16px 0 28px 0;
    }

    .home-categories-modern .category-section {
        margin-bottom: 24px;
        padding: 24px 12px 22px;
        border-radius: 18px;
    }

    .home-categories-modern .category-section:first-child {
        padding-top: 24px;
    }

    .home-categories-modern .category-section + .category-section {
        margin-top: 0;
        padding-top: 24px;
    }

    .home-categories-modern .category-section-heading {
        width: 100%;
        margin-bottom: 20px;
        padding: 0 6px;
    }

    .home-categories-modern .category-section-heading::after {
        width: 70px;
        margin-top: 12px;
    }

    .home-categories-modern .category-section-icon {
        flex-basis: auto;
        width: 42px;
        height: 42px;
        margin-bottom: 10px;
    }

    .home-categories-modern .category-section-icon .fa {
        font-size: 17px;
    }

    .home-categories-modern .category-section-heading .category-title {
        font-size: 21px;
        line-height: 1.22;
    }

    .home-categories-modern .category-section-subtitle {
        margin-top: 8px;
        font-size: 13px;
        line-height: 1.55;
    }

    .home-categories-modern .category-wrap {
        width: auto;
        margin: 0 8px;
    }

    .home-categories-modern .category-grid {
        margin-left: 0;
        margin-right: 0;
    }

    .home-categories-modern .category-col {
        width: 100%;
        padding: 0 0 12px 0;
    }

    .home-categories-modern .category-card {
        border-radius: 16px;
    }

    .home-categories-modern .category-thumb {
        height: 200px;
    }

    .home-categories-modern .category-thumb img {
        padding: 8px 8px 4px 8px;
    }

    .home-categories-modern .category-body {
        padding: 12px 12px 14px 12px;
    }

    .home-categories-modern .category-body h3 {
        min-height: auto;
        font-size: 18px;
        line-height: 1.3;
        margin-bottom: 8px;
    }

    .home-categories-modern .category-body p {
        display: block;              /* b&#7887; line-clamp &#7903; mobile */
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
        overflow: visible;
        min-height: auto;
        font-size: 13px;
        line-height: 1.55;
        margin-bottom: 12px;
    }

    .home-categories-modern .category-btn {
        min-width: 130px;
        font-size: 12px;
        padding: 10px 16px;
    }
}

/* ===== <=480px ===== */
@media screen and (max-width: 480px) {
    .home-categories-modern .category-thumb {
        height: 180px;
    }

    .home-categories-modern .category-body h3 {
        font-size: 17px;
    }

    .home-categories-modern .category-body p {
        font-size: 12px;
        line-height: 1.5;
    }

    .home-categories-modern .category-btn {
        min-width: 120px;
        font-size: 11px;
        padding: 9px 14px;
    }
}
.cta-hero {
    position: relative;
    width: 100%;
    padding: 60px 0;
    background: url('../pic/CTA.webp') center center / cover no-repeat;
    font-family: Arial, sans-serif;
    overflow: hidden;
}

.cta-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        120deg,
        rgba(8, 35, 60, 0.95),
        rgba(8, 45, 75, 0.85),
        rgba(8, 55, 90, 0.75)
    );
}


.cta-hero .cta-wrap {
    position: relative;
    width: 1170px;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
    box-sizing: border-box;
    padding: 0 15px;
}

.cta-hero h2 {
    margin: 0 0 16px 0;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    color: #ffffff;
}

.cta-hero h2 span {
    color: #38bdf8;
}

.cta-hero p {
    max-width: 780px;
    margin: 0 auto 24px auto;
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255,255,255,0.88);
}

.cta-hero .cta-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.cta-hero .btn-primary,
.cta-hero .btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    padding: 15px 28px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.2;
    box-sizing: border-box;
    white-space: nowrap;
}

.cta-hero .btn-primary {
    background: linear-gradient(to right, #0b86c5, #1aa1df);
    color: #fff;
    font-weight: 700;
    box-shadow: 0 12px 28px rgba(11,134,197,0.4);
    transition: all 0.25s ease;
}

.cta-hero :hover.btn-primary {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 20px 40px rgba(11,134,197,0.55);
}

.cta-hero .btn-secondary {
    border: 2px solid rgba(255,255,255,0.75);
    color: #fff;
    font-weight: 600;
    transition: all 0.25s ease;
    background: #ff6600;
}

.cta-hero :hover.btn-secondary {
    background: #fff;
}

.cta-hero .cta-note {
    margin-top: 18px;
    font-size: 13px;
    line-height: 1.6;
    color: rgba(255,255,255,0.8);
}

.cta-hero .cta-badge {
    display: inline-block;
    margin-bottom: 16px;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(to right, #ef4444, #f97316);
    border-radius: 30px;
    letter-spacing: 0.5px;
    line-height: 1.2;
}

/* ===== <= 1190px ===== */
@media screen and (max-width: 1190px) {
    .cta-hero .cta-wrap {
        width: 940px;
    }

    .cta-hero h2 {
        font-size: 34px;
    }

    .cta-hero p {
        font-size: 15px;
        max-width: 720px;
    }
}

/* ===== <= 980px ===== */
@media screen and (max-width: 980px) {
    .cta-hero {
        padding: 48px 0;
    }

    .cta-hero .cta-wrap {
        width: 738px;
    }

    .cta-hero h2 {
        font-size: 28px;
    }

    .cta-hero p {
        font-size: 14px;
        line-height: 1.65;
        max-width: 620px;
    }

    .cta-hero .btn-primary,
    .cta-hero .btn-secondary {
        min-width: 190px;
        font-size: 14px;
        padding: 13px 20px;
    }

    .cta-hero .cta-note {
        font-size: 12px;
    }
}

/* ===== <= 767px ===== */
@media screen and (max-width: 767px) {
    .cta-hero {
        padding: 36px 0;
        background-position: center center;
    }

    .cta-hero .cta-wrap {
        width: auto;
        margin: 0 12px;
        padding: 0;
    }

    .cta-hero .cta-badge {
        margin-bottom: 12px;
        padding: 5px 12px;
        font-size: 10px;
        letter-spacing: 0.3px;
    }

    .cta-hero h2 {
        font-size: 22px;
        line-height: 1.22;
        margin-bottom: 12px;
    }

    .cta-hero p {
        max-width: 100%;
        margin: 0 auto 18px auto;
        font-size: 13px;
        line-height: 1.55;
    }

    .cta-hero .cta-buttons {
        gap: 10px;
    }

    .cta-hero .btn-primary,
    .cta-hero .btn-secondary {
        min-width: 0;
        width: 100%;
        font-size: 13px;
        padding: 12px 16px;
        white-space: normal;
    }

    .cta-hero .cta-note {
        margin-top: 14px;
        font-size: 11px;
        line-height: 1.5;
    }
}

/* ===== <= 480px ===== */
@media screen and (max-width: 480px) {
    .cta-hero {
        padding: 30px 0;
    }

    .cta-hero .cta-wrap {
        margin: 0 10px;
    }

    .cta-hero h2 {
        font-size: 19px;
        line-height: 1.2;
    }

    .cta-hero p {
        font-size: 12px;
        line-height: 1.5;
    }

    .cta-hero .btn-primary,
    .cta-hero .btn-secondary {
        font-size: 12px;
        padding: 11px 14px;
        border-radius: 10px;
    }

    .cta-hero .cta-note {
        font-size: 10px;
    }
}
/* =========================================================
   REUSABLE PREMIUM INFORMATION BODY
   About Us reference architecture
   Hero -> Metrics -> Story/Team -> Pedigree -> 3 Cards -> CTA
   ========================================================= */

.about-reference-page {
  width: min(var(--it-container), calc(100% - 30px));
  margin: 0 auto;
  padding: 0 0 30px;
}

/* Reference hero — body component only, header remains unchanged */
.it-page-banner.about-reference-hero {
  width: min(var(--it-container), calc(100% - 30px));
  min-height: 215px;
  margin: 8px auto 0;
  border-radius: 8px 8px 0 0;
  background-image: url('../pic/Banner.webp');
  background-position: center;
  background-size: cover;
}
.it-page-banner.about-reference-hero::before {
  background:
    linear-gradient(90deg, rgba(4,35,58,.97) 0%, rgba(5,53,82,.91) 47%, rgba(4,50,77,.66) 72%, rgba(5,41,65,.76) 100%);
}
.about-reference-hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 215px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 40px;
  padding: 32px 36px;
}
.about-reference-hero__copy {
  max-width: 500px;
}
.about-reference-hero__title {
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 4.5vw, 50px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -.7px;
}
.about-reference-hero__rule {
  width: 42px;
  height: 3px;
  margin: 12px 0 14px;
  background: #55c7f0;
}
.about-reference-hero__lead {
  max-width: 480px;
  margin: 0;
  color: rgba(255,255,255,.93);
  font-size: 16px;
  line-height: 1.58;
}
.about-reference-hero__benefits {
  display: grid;
  gap: 13px;
  padding-left: 28px;
  border-left: 1px solid rgba(255,255,255,.20);
}
.about-reference-hero__benefit {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
}
.about-reference-hero__check {
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(116,218,255,.75);
  border-radius: 50%;
  color: #83defc;
  font-size: 10px;
}

/* Trust metrics */
.about-reference-metrics {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  margin: -1px 0 22px;
  overflow: hidden;
  border: 1px solid #dce5ea;
  border-radius: 0 0 9px 9px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(10,37,64,.09);
}
.about-reference-metric {
  position: relative;
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 15px 19px;
}
.about-reference-metric + .about-reference-metric::before {
  content: "";
  position: absolute;
  top: 17px;
  bottom: 17px;
  left: 0;
  width: 1px;
  background: #e0e7eb;
}
.about-reference-metric__icon {
  flex: 0 0 39px;
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border: 1px solid #bcd9e7;
  border-radius: 50%;
  background: #f6fbfd;
  color: #0a70a1;
}
.about-reference-metric__icon .fa { font-size: 15px; }
.about-reference-metric strong {
  display: block;
  margin-bottom: 3px;
  color: #075a8c;
  font-size: 22px;
  line-height: 1.08;
}
.about-reference-metric span {
  display: block;
  color: #526571;
  font-size: 13px;
  line-height: 1.42;
}

/* About + team */
.about-reference-overview {
  display: grid;
  grid-template-columns: .42fr .58fr;
  gap: 28px;
  align-items: start;
  margin: 0 0 18px;
  padding: 4px 0 0;
}
.about-reference-story {
  min-height: 100%;
  padding: 18px 28px 18px 0;
  border-right: 1px solid #dfe7eb;
}
.about-reference-section-heading h2,
.about-reference-team__header h2,
.about-reference-info-card__heading h2 {
  margin: 0;
  color: #0a3f55;
  font-size: 26px;
  line-height: 1.25;
}
.about-reference-kicker {
  display: block;
  margin-bottom: 5px;
  color: #0f89c8;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .7px;
  line-height: 1.3;
  text-transform: uppercase;
}
.about-reference-story p {
  margin: 10px 0 0;
  color: #465b68;
  font-size: 14px;
  line-height: 1.68;
}
.about-reference-story__lead {
  color: #294a5d !important;
  font-weight: 600;
}
.about-reference-outline-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  margin-top: 15px;
  padding: 7px 12px;
  border: 1px solid #1c8ec6;
  border-radius: 3px;
  color: #0b78aa;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
}
.about-reference-outline-btn:hover,
.about-reference-outline-btn:focus-visible {
  background: #0f89c8;
  color: #fff;
  text-decoration: none;
}

.about-reference-team {
  min-width: 0;
  padding-left: 10px;
}
.about-reference-team__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 255px;
  gap: 24px;
  align-items: end;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e4ebef;
}
.about-reference-team__header p {
  max-width: 255px;
  margin: 0;
  color: #667985;
  font-size: 12px;
  line-height: 1.5;
  text-align: right;
}
.about-reference-team__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 12px;
  align-items: stretch;
}
.about-reference-person {
  position: relative;
  min-width: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #d7e2e8;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(10,37,64,.07);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.about-reference-person::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  height: 3px;
  background: linear-gradient(90deg, #0a3f55, #1597cf);
}
.about-reference-person:hover {
  transform: translateY(-3px);
  border-color: #b8d6e4;
  box-shadow: 0 11px 24px rgba(10,37,64,.11);
}
.about-reference-person img {
  display: block;
  width: 100%;
  height: 176px;
  flex: 0 0 176px;
  object-fit: cover;
  object-position: center 22%;
  background: #eaf2f6;
  border-bottom: 1px solid #e3eaee;
}
.about-reference-person__body {
  min-height: 164px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 14px 11px 12px;
  text-align: center;
}
.about-reference-person__name {
  position: relative;
  margin: 0 0 9px;
  padding-bottom: 8px;
  color: #082f43;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15.5px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -.1px;
}
.about-reference-person__name::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 28px;
  height: 2px;
  transform: translateX(-50%);
  border-radius: 2px;
  background: #44b7e4;
}
.about-reference-person h3 {
  min-height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 5px;
  color: #0a3f55;
  font-size: 13.5px;
  font-weight: 800;
  line-height: 1.3;
}
.about-reference-person__role {
  min-height: 36px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0;
  color: #617480;
  font-size: 10.5px;
  font-weight: 500;
  line-height: 1.4;
}
.about-reference-person__tags {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  margin-top: auto;
  padding-top: 11px;
  border-top: 1px solid #edf2f5;
}
.about-reference-person__tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  padding: 4px 7px;
  border: 1px solid #cfe6f1;
  border-radius: 999px;
  background: #eef8fc;
  color: #0876a5;
  font-size: 8.5px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .15px;
  white-space: nowrap;
}

/* Consulting pedigree */
.about-reference-pedigree {
  display: grid;
  grid-template-columns: .9fr 1.15fr 1.65fr;
  gap: 22px;
  align-items: center;
  margin: 0 0 14px;
  padding: 15px 20px;
  border-radius: 7px;
  background: linear-gradient(105deg, #07344c 0%, #084b68 55%, #073750 100%);
  color: #fff;
}
.about-reference-pedigree__statement {
  display: flex;
  align-items: center;
  gap: 12px;
}
.about-reference-pedigree__icon {
  flex: 0 0 43px;
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(109,213,251,.45);
  border-radius: 50%;
  color: #70d5f8;
}
.about-reference-pedigree__statement strong {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  line-height: 1.25;
}
.about-reference-pedigree > p {
  margin: 0;
  padding-left: 18px;
  border-left: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.82);
  font-size: 12px;
  line-height: 1.55;
}
.about-reference-pedigree__firms {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 9px;
  align-items: center;
}
.about-reference-pedigree__firms span {
  display: grid;
  place-items: center;
  min-height: 50px;
  padding: 8px 10px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 5px;
  background: rgba(255,255,255,.08);
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0,0,0,.18);
}

/* Three information cards */
.about-reference-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 10px;
  margin: 0 0 12px;
}
.about-reference-info-card {
  min-width: 0;
  min-height: 285px;
  padding: 16px 18px;
  border: 1px solid #dbe4e9;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 3px 11px rgba(10,37,64,.045);
}
.about-reference-info-card__heading {
  display: grid;
  grid-template-columns: 42px minmax(0,1fr);
  gap: 11px;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 12px;
  border-bottom: 1px solid #edf1f3;
}
.about-reference-info-card__heading-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--it-primary), var(--it-primary-2));
  color: #fff;
  box-shadow: 0 4px 10px rgba(10,63,85,.14);
}
.about-reference-info-card__heading-icon .fa { font-size: 17px; }
.about-reference-info-card__heading h2 { font-size: 21px; }

.about-reference-method {
  display: grid;
  gap: 8px;
}
.about-reference-method__step {
  display: grid;
  grid-template-columns: 27px minmax(0,1fr);
  gap: 9px;
  align-items: start;
}
.about-reference-method__step > span {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border: 1px solid #93cde7;
  border-radius: 50%;
  color: #0879ac;
  font-size: 9px;
  font-weight: 800;
}
.about-reference-method__step strong {
  display: block;
  color: #21455a;
  font-size: 13px;
  line-height: 1.3;
}
.about-reference-method__step small {
  display: block;
  margin-top: 2px;
  color: #697a85;
  font-size: 11px;
  line-height: 1.4;
}

.about-reference-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.about-reference-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 0 0 9px;
  color: #425967;
  font-size: 14px;
  line-height: 1.5;
}
.about-reference-checklist .fa {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #eaf6fc;
  color: #0b80b5;
  font-size: 8px;
}

.about-reference-audiences {
  display: grid;
  gap: 7px;
}
.about-reference-audiences > div {
  padding: 8px 9px;
  border-left: 3px solid #50b8e4;
  background: #f7fafc;
}
.about-reference-audiences strong {
  display: block;
  margin-bottom: 2px;
  color: #24475a;
  font-size: 13px;
  line-height: 1.3;
}
.about-reference-audiences span {
  display: block;
  color: #6b7b85;
  font-size: 11px;
  line-height: 1.4;
}

/* Bottom CTA */
.about-reference-cta {
  display: grid;
  grid-template-columns: 52px minmax(0,1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 14px 20px;
  border: 1px solid #d7e5ec;
  border-radius: 6px;
  background: linear-gradient(90deg, #f7fbfd 0%, #edf7fc 100%);
}
.about-reference-cta__icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid #91cce7;
  border-radius: 50%;
  background: #fff;
  color: #0b83ba;
}
.about-reference-cta__copy h2 {
  margin: 0 0 3px;
  color: #0a3f55;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
}
.about-reference-cta__copy p {
  margin: 0;
  color: #5b6e7a;
  font-size: 13px;
  line-height: 1.45;
}
.about-reference-cta__actions {
  display: flex;
  align-items: center;
  gap: 11px;
}
.about-reference-cta__primary,
.about-reference-cta__secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 13px;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}
.about-reference-cta__primary {
  border: 1px solid #ed8b00;
  background: #ff8c00;
  color: #fff;
}
.about-reference-cta__secondary {
  gap: 6px;
  border: 1px solid #0f89c8;
  background: #0f89c8;
  color: #fff;
  box-shadow: 0 4px 10px rgba(15,137,200,.16);
}
.about-reference-cta__primary:hover,
.about-reference-cta__primary:focus-visible {
  background: #f6a128;
  color: #fff;
  text-decoration: none;
}
.about-reference-cta__secondary:hover,
.about-reference-cta__secondary:focus-visible {
  background: #0a6f9f;
  border-color: #0a6f9f;
  color: #fff;
  text-decoration: none;
}

/* Reusable responsive behavior */
@media (max-width:1199px) {
  .about-reference-hero__inner { grid-template-columns: .95fr 1.05fr; }
  .about-reference-overview { grid-template-columns: .40fr .60fr; gap: 22px; }
  .about-reference-person img { height: 160px; flex-basis: 160px; }
  .about-reference-pedigree { grid-template-columns: .85fr 1fr 1.55fr; gap: 15px; }
  .about-reference-pedigree__firms span { font-size: 8.8px; }
}

@media (max-width:991px) {
  .it-page-banner.about-reference-hero { border-radius: 7px; }
  .about-reference-hero__inner {
    min-height: 250px;
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 30px;
  }
  .about-reference-hero__benefits {
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 8px;
    padding: 15px 0 0;
    border-top: 1px solid rgba(255,255,255,.18);
    border-left: 0;
  }
  .about-reference-hero__benefit { align-items: flex-start; font-size: 10px; }

  .about-reference-metrics { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .about-reference-metric:nth-child(3)::before { display: none; }
  .about-reference-metric:nth-child(n+3) { border-top: 1px solid #e0e7eb; }

  .about-reference-overview { grid-template-columns: 1fr; }
  .about-reference-story {
    padding: 18px 0 20px;
    border-right: 0;
    border-bottom: 1px solid #dfe7eb;
  }
  .about-reference-team__grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .about-reference-person img { height: 170px; flex-basis: 170px; }

  .about-reference-pedigree {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px;
  }
  .about-reference-pedigree > p {
    padding: 13px 0 0;
    border-top: 1px solid rgba(255,255,255,.16);
    border-left: 0;
  }
  .about-reference-pedigree__firms { padding-top: 2px; }

  .about-reference-columns { grid-template-columns: 1fr; }
  .about-reference-info-card { min-height: 0; }

  .about-reference-cta { grid-template-columns: 44px minmax(0,1fr); }
  .about-reference-cta__actions {
    grid-column: 1 / -1;
    justify-content: flex-end;
  }
}

@media (max-width:767px) {
  .about-reference-page { width: min(100% - 20px, var(--it-container)); }
  .it-page-banner.about-reference-hero { width: calc(100% - 20px); }
  .about-reference-hero__inner { padding: 24px 20px; }
  .about-reference-hero__title { font-size: 34px; }
  .about-reference-hero__benefits { grid-template-columns: 1fr; }

  .about-reference-metrics { grid-template-columns: 1fr; margin-top: 10px; border-radius: 7px; }
  .about-reference-metric + .about-reference-metric::before { display: none; }
  .about-reference-metric:nth-child(n+2) { border-top: 1px solid #e0e7eb; }
  .about-reference-metric { min-height: 72px; }

  .about-reference-team__header {
    display: block;
    padding-bottom: 10px;
  }
  .about-reference-team__header p {
    max-width: none;
    margin-top: 5px;
    text-align: left;
  }
  .about-reference-team__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .about-reference-person img { height: 210px; flex-basis: 210px; }

  .about-reference-pedigree__firms { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .about-reference-pedigree__firms span { border: 1px solid rgba(255,255,255,.10); }

  .about-reference-cta {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .about-reference-cta__icon { margin-inline: auto; }
  .about-reference-cta__actions {
    grid-column: auto;
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media (max-width:480px) {
  .about-reference-team__grid { grid-template-columns: 1fr; }
  .about-reference-person {
    display: grid;
    grid-template-columns: 115px minmax(0,1fr);
  }
  .about-reference-person img {
    height: 145px;
    min-height: 100%;
  }
  .about-reference-person__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 170px;
    text-align: left;
  }
  .about-reference-person__name::after { left: 0; transform: none; }
  .about-reference-person h3,
  .about-reference-person__role { justify-content: flex-start; text-align: left; }
  .about-reference-person__tags { justify-content: flex-start; }
  .about-reference-pedigree__firms { grid-template-columns: 1fr; }
  .about-reference-cta__actions { display: grid; width: 100%; }
}


/* Legacy trust/review section retained from the original About page. */
.about-reference-page > .home-trust-row {
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid #e2e8ec;
}
.all-toolkits-modern {
  width: 100%;
  margin: 0;
  color: var(--it-text);
  font: 14px/1.6 var(--it-font);
}
.all-toolkits-modern button,
.all-toolkits-modern input,
.all-toolkits-modern select { font-family: var(--it-font); }

/* Reference-matched All Toolkits hero. */
.all-toolkits-modern .atm-hero {
  position: relative;
  width: min(var(--it-container), calc(100% - 30px));
  min-height: 330px;
  margin: 1px auto 0;
  overflow: hidden;
  border-radius: 7px 7px 0 0;
  background: linear-gradient(110deg,#052c48 0%,#063a5c 55%,#052c48 100%);
}
.all-toolkits-modern .atm-hero-inner {
  position: relative;
  z-index: 2;
  min-height: 330px;
  display: grid;
  grid-template-columns: minmax(0,1.05fr) minmax(350px,.95fr);
  gap: 34px;
  align-items: center;
  padding: 34px 38px 73px;
}
.all-toolkits-modern .atm-hero-copy { min-width: 0; max-width: 650px; }
.all-toolkits-modern .atm-kicker {
  display: block;
  margin-bottom: 6px;
  color: #66d2f4;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 1px;
}
.all-toolkits-modern .atm-title {
  margin: 0 0 8px;
  color: #fff;
  font-size: 43px;
  line-height: 1.07;
  letter-spacing: -.7px;
}
.all-toolkits-modern .atm-tagline {
  max-width: 650px;
  margin: 0;
  color: rgba(255,255,255,.90);
  font-size: 16px;
  line-height: 1.65;
}
.all-toolkits-modern .atm-search {
  display: grid;
  grid-template-columns: minmax(0,1fr) 86px;
  max-width: 590px;
  margin-top: 17px;
}
.all-toolkits-modern .atm-search input {
  min-width: 0;
  height: 42px;
  padding: 8px 13px;
  border: 1px solid rgba(255,255,255,.34);
  border-right: 0;
  border-radius: 5px 0 0 5px;
  background: #fff;
  color: #223746;
  font-size: 14px;
  line-height: 1.4;
  outline: 0;
}
.all-toolkits-modern .atm-search button {
  height: 42px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 0 5px 5px 0;
  background: #082f4d;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}
.all-toolkits-modern .atm-search button:hover { background: var(--it-primary-2); }
.all-toolkits-modern .atm-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 11px;
}
.all-toolkits-modern .atm-filter-pill,
.all-toolkits-modern .atm-filter-reset,
.all-toolkits-modern .atm-filters select {
  min-height: 31px;
  border: 1px solid rgba(255,255,255,.30);
  border-radius: 5px;
  background: rgba(4,39,64,.55);
  color: #fff;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
}
.all-toolkits-modern .atm-filter-pill,
.all-toolkits-modern .atm-filter-reset { padding: 5px 11px; }
.all-toolkits-modern .atm-filters select { min-width: 118px; padding: 5px 28px 5px 10px; }
.all-toolkits-modern .atm-filters select option { color: #1f2937; background: #fff; }
.all-toolkits-modern .atm-filter-pill.is-active {
  border-color: #28bad9;
  background: #11a4bf;
}
.all-toolkits-modern .atm-filter-reset { border-color: transparent; background: transparent; color: rgba(255,255,255,.86); }
.all-toolkits-modern .atm-filter-reset:hover { color: #fff; }

/* World/network visual built in CSS so no new image asset is required. */
.all-toolkits-modern .atm-world-visual {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  border-radius: 10px;
  opacity: .95;
}
.all-toolkits-modern .atm-world-visual::before {
  content: "";
  position: absolute;
  inset: 8px 4px 15px 20px;
  opacity: .8;
  background-image:
    radial-gradient(circle, rgba(64,184,234,.78) 0 1.3px, transparent 1.7px),
    radial-gradient(circle, rgba(64,184,234,.40) 0 1px, transparent 1.5px);
  background-size: 11px 11px, 17px 17px;
  background-position: 0 0, 7px 5px;
  -webkit-mask-image: radial-gradient(ellipse at 52% 48%, #000 0 52%, transparent 73%);
  mask-image: radial-gradient(ellipse at 52% 48%, #000 0 52%, transparent 73%);
}
.all-toolkits-modern .atm-world-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 27% 38%, rgba(77,204,244,.20), transparent 19%),
    radial-gradient(circle at 70% 56%, rgba(77,204,244,.18), transparent 21%);
}
.all-toolkits-modern .atm-world-grid {
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(92,203,239,.12);
  border-radius: 50%;
  transform: scaleX(1.38) rotate(-7deg);
}
.all-toolkits-modern .atm-world-line {
  position: absolute;
  height: 1px;
  transform-origin: left center;
  background: linear-gradient(90deg,rgba(77,207,246,.08),rgba(77,207,246,.78),rgba(77,207,246,.08));
}
.all-toolkits-modern .atm-world-line--1 { left: 19%; top: 49%; width: 63%; transform: rotate(-14deg); }
.all-toolkits-modern .atm-world-line--2 { left: 31%; top: 31%; width: 48%; transform: rotate(33deg); }
.all-toolkits-modern .atm-world-line--3 { left: 19%; top: 68%; width: 56%; transform: rotate(-37deg); }
.all-toolkits-modern .atm-world-node {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #59d6fb;
  box-shadow: 0 0 0 5px rgba(70,198,237,.12), 0 0 18px #4dc8ee;
}
.all-toolkits-modern .atm-world-node--1 { left: 27%; top: 42%; }
.all-toolkits-modern .atm-world-node--2 { left: 54%; top: 33%; }
.all-toolkits-modern .atm-world-node--3 { left: 72%; top: 60%; }
.all-toolkits-modern .atm-world-node--4 { left: 43%; top: 69%; }
.all-toolkits-modern .atm-world-label {
  position: absolute;
  right: 16px;
  bottom: 13px;
  color: rgba(117,218,248,.78);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.2px;
}

.all-toolkits-modern .atm-container {
  width: min(var(--it-container), calc(100% - 30px));
  margin: 0 auto;
}
.all-toolkits-modern .atm-metrics {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  margin: -39px 0 18px;
  overflow: hidden;
  border: 1px solid #dce5ea;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(10,37,64,.11);
}
.all-toolkits-modern .atm-metric {
  position: relative;
  min-height: 92px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
}
.all-toolkits-modern .atm-metric + .atm-metric::before {
  content: "";
  position: absolute;
  left: 0;
  top: 19px;
  bottom: 19px;
  width: 1px;
  background: #e1e8ec;
}
.all-toolkits-modern .atm-metric-icon {
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #edf8fc;
  color: #0a789f;
  font-size: 17px;
}
.all-toolkits-modern .atm-metric > div > strong,
.all-toolkits-modern .atm-metric > div > span,
.all-toolkits-modern .atm-metric > div > small { display: block; }
.all-toolkits-modern .atm-metric > div > strong { color: #0a2540; font-size: 24px; line-height: 1.1; }
.all-toolkits-modern .atm-metric > div > span { margin-top: 3px; color: #304b5d; font-size: 14px; font-weight: 800; line-height: 1.35; }
.all-toolkits-modern .atm-metric > div > small { margin-top: 3px; color: #72838d; font-size: 12px; line-height: 1.4; }
.all-toolkits-modern .atm-metric-icon {
  display: grid;
  place-items: center;
  line-height: 1;
}
.all-toolkits-modern .atm-metric-icon .fa {
  display: block;
  margin: 0;
  line-height: 1;
  text-align: center;
}

.all-toolkits-modern .atm-catalog-layout {
  display: grid;
  grid-template-columns: 225px minmax(0,1fr);
  gap: 20px;
  align-items: start;
}
.all-toolkits-modern .atm-sidebar { min-width: 0; display: grid; gap: 14px; }
.all-toolkits-modern .atm-sidebar-card,
.all-toolkits-modern .atm-sidebar-help {
  border: 1px solid #dce5ea;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(10,37,64,.045);
}
.all-toolkits-modern .atm-sidebar-card { overflow: hidden; }
.all-toolkits-modern .atm-sidebar-title {
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  border-bottom: 1px solid #e5ebef;
  background: #f7f9fa;
  color: #0a3f55;
  font-size: 16px;
  font-weight: 800;
}
.all-toolkits-modern .atm-sidebar-title .fa { color: var(--it-primary-2); }
.all-toolkits-modern .atm-sidebar-list { list-style: none; margin: 0; padding: 7px; }
.all-toolkits-modern .atm-sidebar-list li { margin: 0 0 2px; }
.all-toolkits-modern .atm-category-filter {
  width: 100%;
  min-height: 34px;
  display: grid;
  grid-template-columns: 21px minmax(0,1fr) auto;
  gap: 7px;
  align-items: center;
  padding: 5px 7px;
  border: 0;
  border-radius: 5px;
  background: transparent;
  color: #405966;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
}
.all-toolkits-modern .atm-category-filter .fa { color: #0b7295; font-size: 14px; }
.all-toolkits-modern .atm-category-filter b {
  min-width: 25px;
  padding: 2px 5px;
  border-radius: 10px;
  background: #eef3f5;
  color: #657681;
  font-size: 11px;
  text-align: center;
}
.all-toolkits-modern .atm-category-filter:hover,
.all-toolkits-modern .atm-category-filter.is-active { background: #e8f7fb; color: #0879a7; }
.all-toolkits-modern .atm-category-filter.is-active b { background: #0b92b1; color: #fff; }
.all-toolkits-modern .atm-sidebar-help { padding: 15px 13px; }
.all-toolkits-modern .atm-sidebar-help h2 { margin: 0 0 7px; color: #0a3f55; font-size: 17px; line-height: 1.35; }
.all-toolkits-modern .atm-sidebar-help p { margin: 0 0 11px; color: #647681; font-size: 14px; line-height: 1.6; }
.all-toolkits-modern .atm-sidebar-help a {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 6px 9px;
  border: 1px solid #0d8bc1;
  border-radius: 4px;
  color: #0878a9;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}
.all-toolkits-modern .atm-sidebar-help a:hover { background: #0d8bc1; color: #fff; text-decoration: none; }

.all-toolkits-modern .atm-library { min-width: 0; }
.all-toolkits-modern .atm-library-toolbar {
  min-height: 55px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 11px;
}
.all-toolkits-modern .atm-library-kicker {
  display: block;
  margin-bottom: 2px;
  color: var(--it-primary-2);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .7px;
}
.all-toolkits-modern .atm-library-toolbar h2 { margin: 0 0 3px; color: #0a3f55; font-size: 24px; line-height: 1.3; }
.all-toolkits-modern .atm-library-toolbar p { margin: 0; color: #71828c; font-size: 14px; line-height: 1.5; }
.all-toolkits-modern .atm-library-controls { display: flex; align-items: center; gap: 7px; }
.all-toolkits-modern .atm-library-controls label {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding-left: 9px;
  border: 1px solid #dae3e8;
  border-radius: 5px;
  color: #657883;
  background: #fff;
  font-size: 13px;
}
.all-toolkits-modern .atm-library-controls select {
  height: 32px;
  padding: 0 25px 0 3px;
  border: 0;
  background: transparent;
  color: #3d5360;
  font-size: 13px;
  font-weight: 700;
  outline: 0;
}
.all-toolkits-modern .atm-view-active {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 5px;
  background: #0b88a8;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.all-toolkits-modern .atm-resource-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 12px;
  align-items: stretch;
}
.all-toolkits-modern .atm-resource-card {
  position: relative;
  min-width: 0;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  padding: 14px;
  border: 1px solid #dfe7ec;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(10,37,64,.05);
  transition: transform var(--it-transition), border-color var(--it-transition), box-shadow var(--it-transition);
}
.all-toolkits-modern .atm-resource-card:hover {
  transform: translateY(-2px);
  border-color: #bad8e5;
  box-shadow: 0 8px 20px rgba(10,37,64,.08);
}
.all-toolkits-modern .atm-resource-top {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 11px;
}
.all-toolkits-modern .atm-resource-icon {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  background: #edf6fa;
  color: #0a6f91;
  font-size: 14px;
}
.all-toolkits-modern .atm-resource-tag {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  max-width: calc(100% - 42px);
  padding: 3px 7px;
  overflow: hidden;
  border-radius: 10px;
  background: #0b879f;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.all-toolkits-modern .atm-resource-card h3 {
  margin: 0 0 8px;
  color: #0a2540;
  font-size: 18px;
  line-height: 1.32;
}
.all-toolkits-modern .atm-resource-card > p {
  margin: 0 0 13px;
  color: #62737e;
  font-size: 14px;
  line-height: 1.6;
}
.all-toolkits-modern .atm-resource-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 0;
  margin-bottom: 10px;
}
.all-toolkits-modern .atm-resource-meta span {
  min-height: 21px;
  display: inline-flex;
  align-items: center;
  padding: 3px 7px;
  border-radius: 4px;
  background: #eef7fb;
  color: #3f6c80;
  font-size: 12px;
  font-weight: 700;
}

/* Editable Office formats + reference-style product rating row. */
.all-toolkits-modern .atm-resource-formats {
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 29px;
  margin-top: auto;
  margin-bottom: 8px;
}
.all-toolkits-modern .atm-format-icon {
  flex: 0 0 27px;
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 2px 5px rgba(10,37,64,.12);
}
.all-toolkits-modern .atm-format-word { background: #185abd; }
.all-toolkits-modern .atm-format-excel { background: #107c41; }
.all-toolkits-modern .atm-format-powerpoint { background: #d24726; }

.all-toolkits-modern .atm-resource-rating {
  min-height: 24px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 6px;
  margin-bottom: 11px;
  color: #5b6d78;
  line-height: 1;
}
.all-toolkits-modern .atm-rating-stars {
  --rating: 5;
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  color: #d7dde1;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1px;
  white-space: nowrap;
}
.all-toolkits-modern .atm-rating-stars::before {
  content: "★★★★★";
  position: absolute;
  top: 0;
  left: 0;
  width: calc((var(--rating) / 5) * 100%);
  overflow: hidden;
  color: #f5a000;
  line-height: 1;
  white-space: nowrap;
}
.all-toolkits-modern .atm-rating-stars-base {
  display: block;
  color: #d7dde1;
}
.all-toolkits-modern .atm-rating-score {
  color: #596b76;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}
.all-toolkits-modern .atm-rating-count {
  color: #74838c;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.2;
}
.all-toolkits-modern .atm-resource-button {
  min-height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 7px 10px;
  border: 1px solid #1689b8;
  border-radius: 4px;
  color: #0a739e;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}
.all-toolkits-modern .atm-resource-button:hover { background: #0f89c8; color: #fff; text-decoration: none; }
.all-toolkits-modern .atm-resource-card--mega {
  overflow: hidden;
  border-color: #0c5575;
  background: linear-gradient(145deg,#062f4a,#064b6b 65%,#073a58);
  box-shadow: 0 8px 22px rgba(4,47,74,.18);
}
.all-toolkits-modern .atm-resource-card--mega::after {
  content: "";
  position: absolute;
  right: -45px;
  top: 43px;
  width: 145px;
  height: 145px;
  border: 1px solid rgba(90,205,241,.13);
  border-radius: 50%;
  box-shadow: 0 0 0 20px rgba(90,205,241,.035), 0 0 0 40px rgba(90,205,241,.025);
}
.all-toolkits-modern .atm-resource-ribbon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 5px 10px;
  border-radius: 0 0 5px 0;
  background: #ff8c00;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .5px;
}
.all-toolkits-modern .atm-resource-card--mega .atm-resource-top { margin-top: 17px; }
.all-toolkits-modern .atm-resource-card--mega .atm-resource-icon { background: rgba(255,255,255,.08); color: #77d7f5; }
.all-toolkits-modern .atm-resource-card--mega .atm-resource-tag { background: #0d93ad; }
.all-toolkits-modern .atm-resource-card--mega h3 { color: #fff; font-size: 21px; }
.all-toolkits-modern .atm-resource-card--mega > p { color: rgba(255,255,255,.78); }
.all-toolkits-modern .atm-resource-card--mega .atm-resource-meta span { background: rgba(255,255,255,.09); color: #c6e9f5; }
.all-toolkits-modern .atm-resource-card--mega .atm-rating-score,
.all-toolkits-modern .atm-resource-card--mega .atm-rating-count {
  color: #d7edf5;
}
.all-toolkits-modern .atm-resource-card--mega .atm-rating-stars-base {
  color: rgba(255,255,255,.25);
}
.all-toolkits-modern .atm-resource-button--mega { position: relative; z-index: 2; border-color: #ff8c00; background: #ff8c00; color: #fff; }
.all-toolkits-modern .atm-resource-button--mega:hover { background: #f2a128; border-color: #f2a128; }
.all-toolkits-modern .atm-load-more-wrap { display: flex; justify-content: center; margin-top: 15px; }
.all-toolkits-modern .atm-load-more {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 14px;
  border: 1px solid #0e87b5;
  border-radius: 4px;
  background: #fff;
  color: #0a739d;
  font-size: 14px;
  font-weight: 800;
}
.all-toolkits-modern .atm-load-more:hover { background: #0f89c8; color: #fff; }
.all-toolkits-modern .atm-no-results {
  margin-top: 13px;
  padding: 18px;
  border: 1px solid #dce6eb;
  border-radius: 7px;
  background: #f7fafb;
  color: #637681;
  text-align: center;
}

.all-toolkits-modern .atm-bottom-grid {
  display: grid;
  grid-template-columns: minmax(0,1.6fr) minmax(280px,.72fr);
  gap: 18px;
  margin-top: 21px;
}
.all-toolkits-modern .atm-featured {
  padding: 15px;
  border: 1px solid #dfe7ec;
  border-radius: 8px;
  background: #fff;
}
.all-toolkits-modern .atm-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 11px;
}
.all-toolkits-modern .atm-section-heading span { color: var(--it-primary-2); font-size: 11px; font-weight: 800; letter-spacing: .7px; }
.all-toolkits-modern .atm-section-heading h2 { margin: 2px 0 0; color: #0a3f55; font-size: 21px; line-height: 1.35; }
.all-toolkits-modern .atm-section-heading > a { color: #0b7fab; font-size: 13px; font-weight: 700; }
.all-toolkits-modern .atm-feature-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 8px; }
.all-toolkits-modern .atm-feature-card {
  display: grid;
  grid-template-columns: 38px minmax(0,1fr) 12px;
  gap: 8px;
  align-items: center;
  min-width: 0;
  padding: 9px;
  border: 1px solid #e3eaee;
  border-radius: 7px;
  background: #fbfcfd;
  text-decoration: none;
}
.all-toolkits-modern .atm-feature-card:hover { border-color: #bad7e5; background: #f3fafd; text-decoration: none; }
.all-toolkits-modern .atm-feature-icon {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #eaf6fb;
  color: #0b86b4;
}
.all-toolkits-modern .atm-feature-card strong,
.all-toolkits-modern .atm-feature-card small { display: block; }
.all-toolkits-modern .atm-feature-card strong { color: #2c4a5a; font-size: 14px; line-height: 1.35; }
.all-toolkits-modern .atm-feature-card small { margin-top: 3px; color: #76868f; font-size: 12px; line-height: 1.4; }
.all-toolkits-modern .atm-feature-card > .fa { color: #0f89c8; font-size: 12px; }
.all-toolkits-modern .atm-guidance {
  display: grid;
  grid-template-columns: 47px minmax(0,1fr);
  gap: 12px;
  align-content: center;
  padding: 17px;
  border-radius: 8px;
  background: linear-gradient(135deg,#052e49,#064967);
  color: #fff;
}
.all-toolkits-modern .atm-guidance-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(102,212,247,.40);
  border-radius: 50%;
  color: #71d6f7;
  font-size: 17px;
}
.all-toolkits-modern .atm-guidance span { color: #79d8f5; font-size: 11px; font-weight: 800; letter-spacing: .7px; }
.all-toolkits-modern .atm-guidance h2 { margin: 2px 0 6px; color: #fff; font-size: 21px; line-height: 1.35; }
.all-toolkits-modern .atm-guidance p { margin: 0 0 11px; color: rgba(255,255,255,.80); font-size: 14px; line-height: 1.6; }
.all-toolkits-modern .atm-guidance a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 11px;
  border-radius: 4px;
  background: #ff8c00;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}
.all-toolkits-modern .atm-guidance a:hover { background: #f3a128; color: #fff; text-decoration: none; }
.all-toolkits-modern .atm-trust-strip {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  margin-top: 18px;
  overflow: hidden;
  border-radius: 7px;
  background: #07344d;
  color: #fff;
}
.all-toolkits-modern .atm-trust-strip > div {
  position: relative;
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
}
.all-toolkits-modern .atm-trust-strip > div + div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  bottom: 13px;
  width: 1px;
  background: rgba(255,255,255,.14);
}
.all-toolkits-modern .atm-trust-strip .fa { flex: 0 0 28px; color: #68d0f2; font-size: 17px; }
.all-toolkits-modern .atm-trust-strip span,
.all-toolkits-modern .atm-trust-strip strong,
.all-toolkits-modern .atm-trust-strip small { display: block; }
.all-toolkits-modern .atm-trust-strip strong { color: #fff; font-size: 14px; line-height: 1.4; }
.all-toolkits-modern .atm-trust-strip small { margin-top: 3px; color: rgba(255,255,255,.74); font-size: 12px; line-height: 1.4; }

@media (max-width:1199px) {
  .all-toolkits-modern .atm-hero-inner { grid-template-columns: minmax(0,1fr) 320px; padding-inline: 30px; }
  .all-toolkits-modern .atm-catalog-layout { grid-template-columns: 205px minmax(0,1fr); gap: 15px; }
  .all-toolkits-modern .atm-resource-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .all-toolkits-modern .atm-feature-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width:991px) {
  .all-toolkits-modern .atm-hero-inner { grid-template-columns: 1fr; padding: 29px 30px 61px; }
  .all-toolkits-modern .atm-world-visual { display: none; }
  .all-toolkits-modern .atm-metrics { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .all-toolkits-modern .atm-metric:nth-child(3)::before { display: none; }
  .all-toolkits-modern .atm-metric:nth-child(n+3) { border-top: 1px solid #e1e8ec; }
  .all-toolkits-modern .atm-catalog-layout { grid-template-columns: 1fr; }
  .all-toolkits-modern .atm-sidebar { grid-template-columns: 1fr 1fr; }
  .all-toolkits-modern .atm-sidebar-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .all-toolkits-modern .atm-bottom-grid { grid-template-columns: 1fr; }
  .all-toolkits-modern .atm-trust-strip { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .all-toolkits-modern .atm-trust-strip > div:nth-child(3)::before { display: none; }
  .all-toolkits-modern .atm-trust-strip > div:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.12); }
}
@media (max-width:767px) {
  .all-toolkits-modern .atm-hero,
  .all-toolkits-modern .atm-container { width: calc(100% - 20px); }
  .all-toolkits-modern .atm-hero { border-radius: 7px; }
  .all-toolkits-modern .atm-hero-inner { padding: 24px 20px 28px; }
  .all-toolkits-modern .atm-title { font-size: 34px; }
  .all-toolkits-modern .atm-search { grid-template-columns: 1fr; gap: 6px; }
  .all-toolkits-modern .atm-search input,
  .all-toolkits-modern .atm-search button { border: 1px solid rgba(255,255,255,.32); border-radius: 5px; }
  .all-toolkits-modern .atm-search button { width: 100%; }
  .all-toolkits-modern .atm-filters { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .all-toolkits-modern .atm-filters label,
  .all-toolkits-modern .atm-filters select,
  .all-toolkits-modern .atm-filter-pill,
  .all-toolkits-modern .atm-filter-reset { width: 100%; }
  .all-toolkits-modern .atm-metrics { grid-template-columns: 1fr; margin: 12px 0 18px; }
  .all-toolkits-modern .atm-metric + .atm-metric::before { display: none; }
  .all-toolkits-modern .atm-metric + .atm-metric { border-top: 1px solid #e1e8ec; }
  .all-toolkits-modern .atm-sidebar { grid-template-columns: 1fr; }
  .all-toolkits-modern .atm-sidebar-list { grid-template-columns: 1fr; }
  .all-toolkits-modern .atm-library-toolbar { align-items: flex-start; flex-direction: column; }
  .all-toolkits-modern .atm-library-controls { width: 100%; justify-content: space-between; }
  .all-toolkits-modern .atm-resource-grid { grid-template-columns: 1fr; }
  .all-toolkits-modern .atm-resource-card { min-height: 0; }
  .all-toolkits-modern .atm-resource-formats { margin-top: 6px; }
  .all-toolkits-modern .atm-resource-rating { gap: 5px; }
  .all-toolkits-modern .atm-feature-grid { grid-template-columns: 1fr; }
  .all-toolkits-modern .atm-trust-strip { grid-template-columns: 1fr; }
  .all-toolkits-modern .atm-trust-strip > div + div::before { display: none; }
  .all-toolkits-modern .atm-trust-strip > div + div { border-top: 1px solid rgba(255,255,255,.12); }
}
@media (max-width:480px) {
  .all-toolkits-modern .atm-filters { grid-template-columns: 1fr; }
  .all-toolkits-modern .atm-library-controls { display: grid; grid-template-columns: 1fr; }
  .all-toolkits-modern .atm-view-active { justify-content: center; }
}

/* =========================
   Information policy/payment family — consolidated
   One shared source of truth for Payment, Refund, Copyright,
   Privacy and Terms pages. Visual values match the approved baseline.
   ========================= */


.payment-guide-modern,
.refund-policy-modern,
.terms-policy-modern,
.privacy-policy-modern,
.copyright-policy-modern {
  font-family: Arial, Helvetica, sans-serif;
  color: #1f2937;
  line-height: 1.7;
}


.payment-guide-modern p,
.refund-policy-modern p,
.terms-policy-modern p,
.privacy-policy-modern p,
.copyright-policy-modern p {
  text-indent: 0;
  margin: 0 0 14px;
}


.payment-guide-modern .pg-container,
.refund-policy-modern .rp-container,
.terms-policy-modern .tp-container,
.privacy-policy-modern .pp-container,
.copyright-policy-modern .cp-container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}


.refund-policy-modern .rp-hero,
.terms-policy-modern .tp-hero,
.privacy-policy-modern .pp-hero,
.copyright-policy-modern .cp-hero {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 30px;
  padding: 28px;
  background: #0a3f55;
  border: 1px solid #dbe7f0;
  border-radius: 14px;
  box-sizing: border-box;
}


.payment-guide-modern .pg-hero-image,
.refund-policy-modern .rp-hero-image,
.terms-policy-modern .tp-hero-image,
.privacy-policy-modern .pp-hero-image,
.copyright-policy-modern .cp-hero-image { flex: 0 0 360px; }


.payment-guide-modern .pg-hero-image img,
.refund-policy-modern .rp-hero-image img,
.terms-policy-modern .tp-hero-image img,
.privacy-policy-modern .pp-hero-image img,
.copyright-policy-modern .cp-hero-image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  border: 1px solid #d6e2ec;
  background: #fff;
}


.payment-guide-modern .pg-hero-content,
.refund-policy-modern .rp-hero-content,
.terms-policy-modern .tp-hero-content,
.privacy-policy-modern .pp-hero-content,
.copyright-policy-modern .cp-hero-content {
  flex: 1 1 auto;
  max-width: 620px;
  padding-top: 2px;
}


.payment-guide-modern .pg-kicker,
.refund-policy-modern .rp-kicker,
.terms-policy-modern .tp-kicker,
.privacy-policy-modern .pp-kicker,
.copyright-policy-modern .cp-kicker {
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #0b74b8;
  background: #eaf5fc;
  border-radius: 20px;
}


.payment-guide-modern .pg-title,
.refund-policy-modern .rp-title,
.terms-policy-modern .tp-title,
.privacy-policy-modern .pp-title,
.copyright-policy-modern .cp-title {
  margin: 0 0 10px;
  font-size: 32px;
  line-height: 1.25;
  color: #0a2540;
  font-weight: 700;
}


.payment-guide-modern .pg-tagline,
.refund-policy-modern .rp-tagline,
.terms-policy-modern .tp-tagline,
.privacy-policy-modern .pp-tagline,
.copyright-policy-modern .cp-tagline {
  margin: 0 0 14px;
  font-size: 17px;
  color: #475569;
}


.payment-guide-modern .pg-intro,
.refund-policy-modern .rp-intro,
.terms-policy-modern .tp-intro,
.privacy-policy-modern .pp-intro,
.copyright-policy-modern .cp-intro { color: #374151; }


.payment-guide-modern .pg-grid,
.refund-policy-modern .rp-grid,
.terms-policy-modern .tp-grid,
.privacy-policy-modern .pp-grid,
.copyright-policy-modern .cp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 28px;
}


.payment-guide-modern .pg-card,
.refund-policy-modern .rp-card,
.copyright-policy-modern .cp-card,
.terms-policy-modern .tp-card,
.privacy-policy-modern .pp-card {
  background: #fff;
  border-radius: 14px;
  padding: 24px;
  box-sizing: border-box;
}


.refund-policy-modern .rp-card,
.copyright-policy-modern .cp-card {
  border: 3px solid #000;
  box-shadow: 10px 10px 0 #d0d9ee;
}


.terms-policy-modern .tp-card,
.privacy-policy-modern .pp-card {
    background: #f8fafc;
    border: 3px solid #000000;
    border-radius: 12px;
    padding: 22px 22px 18px;
    box-shadow: 10px 10px 0px #d0d9ee;
}


.payment-guide-modern .pg-card.full,
.refund-policy-modern .rp-card.full,
.terms-policy-modern .tp-card.full,
.privacy-policy-modern .pp-card.full,
.copyright-policy-modern .cp-card.full { grid-column: 1 / -1; }


.payment-guide-modern .pg-card-title,
.refund-policy-modern .rp-card-title,
.terms-policy-modern .tp-card-title,
.privacy-policy-modern .pp-card-title,
.copyright-policy-modern .cp-card-title {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.35;
  color: #0a2540;
  font-weight: 700;
}


.payment-guide-modern .pg-card-subtitle,
.refund-policy-modern .rp-card-subtitle,
.terms-policy-modern .tp-card-subtitle,
.privacy-policy-modern .pp-card-subtitle,
.copyright-policy-modern .cp-card-subtitle {
  margin: 0 0 16px;
  font-size: 14px;
  color: #64748b;
}


.payment-guide-modern .pg-checklist,
.refund-policy-modern .rp-checklist,
.terms-policy-modern .tp-checklist,
.privacy-policy-modern .pp-checklist,
.copyright-policy-modern .cp-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
}


.payment-guide-modern .pg-checklist li,
.refund-policy-modern .rp-checklist li,
.terms-policy-modern .tp-checklist li,
.privacy-policy-modern .pp-checklist li,
.copyright-policy-modern .cp-checklist li {
  position: relative;
  padding-left: 28px;
  color: #374151;
  text-indent: 0;
}


.payment-guide-modern .pg-checklist li { margin-bottom: 12px; }


.refund-policy-modern .rp-checklist li,
.terms-policy-modern .tp-checklist li,
.privacy-policy-modern .pp-checklist li,
.copyright-policy-modern .cp-checklist li { margin-bottom: 14px; }


.payment-guide-modern .pg-checklist li:last-child,
.refund-policy-modern .rp-checklist li:last-child,
.terms-policy-modern .tp-checklist li:last-child,
.privacy-policy-modern .pp-checklist li:last-child,
.copyright-policy-modern .cp-checklist li:last-child { margin-bottom: 0; }


.payment-guide-modern .pg-checklist li::before,
.refund-policy-modern .rp-checklist li::before,
.terms-policy-modern .tp-checklist li::before,
.privacy-policy-modern .pp-checklist li::before,
.copyright-policy-modern .cp-checklist li::before {
  content: "\\f00c";
  position: absolute;
  top: 0;
  left: 0;
  color: #16a34a;
  font-weight: 700;
}


/* Numbered process lists used by Payment / Refund / Copyright. */


.payment-guide-modern .pg-steps,
.refund-policy-modern .rp-number-list,
.copyright-policy-modern .cp-number-list {
  list-style: none;
  margin: 0;
  padding: 0;
}


.payment-guide-modern .pg-steps li,
.refund-policy-modern .rp-number-list li,
.copyright-policy-modern .cp-number-list li {
  position: relative;
  padding-left: 42px;
  margin-bottom: 16px;
  text-indent: 0;
}


.payment-guide-modern .pg-steps li:last-child,
.refund-policy-modern .rp-number-list li:last-child,
.copyright-policy-modern .cp-number-list li:last-child { margin-bottom: 0; }


.payment-guide-modern .pg-step-number,
.refund-policy-modern .rp-step-number,
.copyright-policy-modern .cp-step-number {
  position: absolute;
  top: 1px;
  left: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #0b74b8;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
}




/* Refund Policy — Modern Gradient body architecture.
   Scoped to Refund-policy.html; inherits shared tokens, accordion,
   metrics, Font Awesome, buttons, Header, CTA and Footer components. */
.refund-policy-modern {
  margin: 0 0 22px;
  color: var(--it-text);
  font-size: 14px;
  line-height: 1.65;
}

.refund-policy-modern .rp-container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

.refund-policy-modern .rp-hero {
  position: relative;
  min-height: 255px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  gap: 34px;
  align-items: center;
  margin: 0;
  padding: 35px 40px 58px;
  overflow: hidden;
  border: 0;
  border-radius: 10px 10px 0 0;
  background:#0a3f55
}

.refund-policy-modern .rp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .22;
  background-image:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 34px 34px;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, transparent 37%, #000 77%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, transparent 37%, #000 77%, #000 100%);
  pointer-events: none;
}

.refund-policy-modern .rp-hero-content {
  position: relative;
  z-index: 2;
  max-width: none;
  padding: 0;
  color: #fff;
}

.refund-policy-modern .rp-kicker {
  margin: 0 0 10px;
  padding: 6px 11px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  background: rgba(255,255,255,.10);
  color: #dff6ff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .9px;
}

.refund-policy-modern .rp-title {
  max-width: 650px;
  margin: 0 0 10px;
  color: #fff;
  font-size: 38px;
  line-height: 1.12;
  letter-spacing: -.45px;
}

.refund-policy-modern .rp-tagline {
  max-width: 660px;
  margin: 0 0 10px;
  color: rgba(255,255,255,.94);
  font-size: 16px;
  line-height: 1.6;
}

.refund-policy-modern .rp-intro {
  max-width: 660px;
  color: rgba(255,255,255,.82);
}

.refund-policy-modern .rp-intro p {
  margin: 0;
  color: inherit;
  font-size: 14px;
  line-height: 1.58;
}

.refund-policy-modern .rp-hero-image {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 330px;
  justify-self: end;
}

.refund-policy-modern .rp-hero-image img {
  display: block;
  width: 100%;
  height: 190px;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(255,255,255,.30);
  border-radius: 15px;
  background: rgba(255,255,255,.12);
  box-shadow: 0 16px 34px rgba(8,31,87,.28);
}

.refund-policy-modern .about-reference-metrics {
  z-index: 4;
  margin: -29px 18px 22px;
  border-radius: 10px;
}

.refund-policy-modern .about-reference-metric {
  min-height: 86px;
  padding: 14px 17px;
}

.refund-policy-modern .about-reference-metric strong {
  color: #173a58;
  font-size: 16px;
}

.refund-policy-modern .about-reference-metric span {
  color: #617583;
  font-size: 12px;
  line-height: 1.45;
}

.refund-policy-modern .accordion {
  margin: 0 0 20px;
}

.refund-policy-modern .accordion-item {
  overflow: hidden;
  margin: 0 0 10px;
  border: 1px solid #dce5eb;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(10,37,64,.045);
}

.refund-policy-modern .accordion-trigger {
  min-height: 58px;
  padding: 15px 52px 15px 18px;
  background: #fff;
  color: #153750;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
}

.refund-policy-modern .accordion-item.is-open .accordion-trigger {
  background: #f7fbfd;
  color: #0a5b82;
}

.refund-policy-modern .accordion-trigger::after {
  right: 18px;
  color: #3865c8;
}

.refund-policy-modern .accordion-panel {
  padding: 17px 20px 19px;
  border-top: 1px solid #e6edf1;
  background: #fff;
  color: #445c69;
  font-size: 14px;
  line-height: 1.65;
}

.refund-policy-modern .accordion-panel p:last-child {
  margin-bottom: 0;
}

.refund-policy-modern .rp-card-subtitle {
  margin: 0 0 13px;
  color: #627682;
  font-size: 14px;
}

.refund-policy-modern .rp-checklist li {
  margin-bottom: 11px;
  color: #445c69;
  font-size: 14px;
  line-height: 1.6;
}

.refund-policy-modern .rp-checklist li::before {
  top: .13em;
  color: #16935d;
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

.refund-policy-modern .rp-number-list li {
  min-height: 30px;
  margin-bottom: 13px;
  color: #445c69;
  font-size: 14px;
  line-height: 1.6;
}

.refund-policy-modern .rp-step-number {
  background: linear-gradient(135deg, #1558c7, #5542d1);
}

.refund-policy-modern .about-reference-cta {
  margin-top: 4px;
  background: linear-gradient(90deg, #f4f9ff 0%, #edf5ff 100%);
  border-color: #d3e2f0;
}

@media (max-width: 980px) {
  .refund-policy-modern .rp-hero {
    grid-template-columns: minmax(0,1fr) minmax(240px,.7fr);
    gap: 22px;
    padding: 30px 30px 55px;
  }
  .refund-policy-modern .rp-title { font-size: 32px; }
  .refund-policy-modern .rp-hero-image { max-width: 280px; }
  .refund-policy-modern .rp-hero-image img { height: 170px; }
}

@media (max-width: 767px) {
  .refund-policy-modern .rp-hero {
    min-height: 0;
    display: block;
    padding: 25px 20px 44px;
    border-radius: 8px;
  }
  .refund-policy-modern .rp-title { font-size: 29px; }
  .refund-policy-modern .rp-tagline { font-size: 15px; }
  .refund-policy-modern .rp-hero-image {
    max-width: 420px;
    margin: 20px auto 0;
  }
  .refund-policy-modern .rp-hero-image img { height: auto; }
  .refund-policy-modern .about-reference-metrics {
    margin: 10px 0 20px;
    border-radius: 8px;
  }
  .refund-policy-modern .accordion-trigger {
    min-height: 54px;
    padding: 13px 45px 13px 14px;
    font-size: 14px;
  }
  .refund-policy-modern .accordion-panel { padding: 15px; }
}

/* Payment Guide — reference-aligned premium process architecture.
   One scoped source of truth for payment.html; shared Header/Footer are untouched. */
.payment-guide-modern {
  color: #1f2937;
  font-size: 14px;
  line-height: 1.6;
}

.payment-guide-modern .pg-container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

.payment-guide-modern .pg-hero {
  position: relative;
  min-height: 280px;
  display: grid;
  grid-template-columns: minmax(0,1.15fr) minmax(310px,.85fr);
  gap: 34px;
  align-items: center;
  margin: 0;
  padding: 38px 40px 68px;
  overflow: hidden;
  border: 0;
  border-radius: 7px 7px 0 0;
  background:
    radial-gradient(circle at 72% 44%, rgba(16,129,160,.10), transparent 28%),
    linear-gradient(100deg,#04243c 0%,#052f4e 48%,#043150 100%);
  box-sizing: border-box;
}

.payment-guide-modern .pg-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .26;
  background:
    linear-gradient(rgba(39,161,190,.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(39,161,190,.09) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(90deg, transparent 40%, #000 70%, #000);
  pointer-events: none;
}

.payment-guide-modern .pg-hero-content {
  position: relative;
  z-index: 2;
  max-width: 650px;
  padding: 0;
}

.payment-guide-modern .pg-title {
  margin: 0;
  color: #fff;
  font-size: 42px;
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -.4px;
}

.payment-guide-modern .pg-title-rule {
  width: 38px;
  height: 3px;
  margin: 13px 0 18px;
  border-radius: 3px;
  background: #17aab7;
}

.payment-guide-modern .pg-tagline {
  max-width: 590px;
  margin: 0;
  color: rgba(255,255,255,.94);
  font-size: 16px;
  line-height: 1.65;
}

.payment-guide-modern .pg-hero-visual {
  position: relative;
  z-index: 2;
  min-height: 170px;
}

.payment-guide-modern .pg-visual-map {
  position: absolute;
  inset: 8px 0 0;
  opacity: .45;
  background:
    radial-gradient(circle at 23% 48%, rgba(35,173,198,.8) 0 2px, transparent 3px),
    radial-gradient(circle at 41% 32%, rgba(35,173,198,.65) 0 2px, transparent 3px),
    radial-gradient(circle at 57% 55%, rgba(35,173,198,.75) 0 2px, transparent 3px),
    radial-gradient(circle at 74% 35%, rgba(35,173,198,.65) 0 2px, transparent 3px),
    linear-gradient(28deg, transparent 48%, rgba(35,173,198,.22) 49%, rgba(35,173,198,.22) 51%, transparent 52%);
}

.payment-guide-modern .pg-visual-card {
  position: absolute;
  right: 30px;
  top: 38px;
  width: 146px;
  height: 88px;
  border: 2px solid #1496a6;
  border-radius: 10px;
  background: rgba(8,67,92,.72);
  box-shadow: 0 14px 28px rgba(0,0,0,.16);
}

.payment-guide-modern .pg-visual-card-line {
  position: absolute;
  left: 17px;
  top: 30px;
  width: 72px;
  height: 5px;
  border-radius: 3px;
  background: rgba(59,201,216,.55);
}

.payment-guide-modern .pg-visual-card-line-short {
  top: 46px;
  width: 46px;
}

.payment-guide-modern .pg-visual-shield {
  position: absolute;
  right: -25px;
  bottom: -29px;
  width: 65px;
  height: 65px;
  display: grid;
  place-items: center;
  border: 2px solid #16a5b5;
  border-radius: 48% 48% 52% 52%;
  background: #083e59;
  color: #24b8c7;
  font-size: 29px;
  box-shadow: 0 8px 18px rgba(0,0,0,.18);
}

.payment-guide-modern .pg-process {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(6,minmax(0,1fr));
  gap: 8px;
  margin: -45px 20px 24px;
}

.payment-guide-modern .pg-process-card {
  position: relative;
  min-width: 0;
  min-height: 155px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 16px 10px 13px;
  border: 1px solid #d8e2e8;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(10,37,64,.09);
  text-align: center;
}

.payment-guide-modern .pg-process-card:not(:last-child)::after {
  content: "•••";
  position: absolute;
  top: 50%;
  right: -12px;
  z-index: 6;
  color: #0ca7b1;
  font-size: 10px;
  letter-spacing: 1px;
  transform: translateY(-50%);
}

.payment-guide-modern .pg-process-number {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  margin: -1px auto 9px;
  border-radius: 50%;
  background: linear-gradient(135deg,#0a7e86,#0aa4a9);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.payment-guide-modern .pg-process-icon {
  min-height: 45px;
  display: grid;
  place-items: center;
  margin-bottom: 8px;
  color: #078f99;
  font-size: 29px;
}

.payment-guide-modern .pg-process-icon .paypal-icon {
  width: 31px;
  height: 31px;
  flex-basis: 31px;
}

.payment-guide-modern .pg-process-card-icon > span {
  width: 39px;
  height: 27px;
  display: block;
  border: 2px solid #078f99;
  border-radius: 4px;
  background: linear-gradient(to bottom,transparent 0 8px,#078f99 8px 12px,transparent 12px);
}

.payment-guide-modern .pg-process-check {
  width: 42px;
  height: 42px;
  min-height: 42px;
  margin-bottom: 11px;
  border: 2px solid #078f99;
  border-radius: 50%;
  font-size: 19px;
}

.payment-guide-modern .pg-process-download {
  font-size: 39px;
  font-weight: 300;
  line-height: 1;
}

.payment-guide-modern .pg-process-card h2 {
  min-height: 40px;
  margin: 0;
  color: #0a2540;
  font-size: 14px;
  line-height: 1.4;
}

.payment-guide-modern .pg-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 20px;
  margin-bottom: 20px;
}

.payment-guide-modern .pg-card {
  min-width: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #d9e2e7;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 5px 16px rgba(10,37,64,.055);
}

.payment-guide-modern .pg-card-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 64px;
  padding: 12px 16px;
}

.payment-guide-modern .pg-card-heading-dark {
  background: linear-gradient(90deg,#052a43 0%,#073b58 100%);
}

.payment-guide-modern .pg-card-heading-dark .pg-card-title,
.payment-guide-modern .pg-card-heading-dark .pg-card-subtitle {
  color: #fff;
}

.payment-guide-modern .pg-heading-icon {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
}

.payment-guide-modern .pg-card-title {
  margin: 0;
  color: #0a2540;
  font-size: 18px;
  line-height: 1.3;
}

.payment-guide-modern .pg-card-subtitle {
  margin: 3px 0 0;
  color: #627681;
  font-size: 14px;
  line-height: 1.55;
}

.payment-guide-modern .pg-card-body {
  padding: 16px;
}

.payment-guide-modern .pg-paypal-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-bottom: 14px;
}

.payment-guide-modern .pg-paypal-brand .paypal-icon {
  width: 31px;
  height: 31px;
  flex-basis: 31px;
}

.payment-guide-modern .pg-paypal-brand .paypal-logo {
  font-size: 22px;
}

.payment-guide-modern .pg-subheading {
  margin: 0 0 10px;
  color: #223e50;
  font-size: 15px;
  line-height: 1.4;
}

.payment-guide-modern .pg-payment-options {
  overflow: hidden;
  border: 1px solid #dce5ea;
  border-radius: 7px;
}

.payment-guide-modern .pg-payment-option {
  display: grid;
  grid-template-columns: 18px 31px minmax(0,1fr) auto;
  gap: 9px;
  align-items: center;
  min-height: 78px;
  padding: 10px 11px;
  border-bottom: 1px solid #e6ecef;
}

.payment-guide-modern .pg-payment-option:last-child {
  border-bottom: 0;
}

.payment-guide-modern .pg-option-radio {
  width: 12px;
  height: 12px;
  border: 1px solid #7894a4;
  border-radius: 50%;
}

.payment-guide-modern .pg-payment-option.is-recommended .pg-option-radio {
  border: 4px solid #148ed0;
}

.payment-guide-modern .pg-payment-option strong,
.payment-guide-modern .pg-payment-option div > span {
  display: block;
}

.payment-guide-modern .pg-payment-option strong {
  color: #0a2540;
  font-size: 14px;
  line-height: 1.4;
}

.payment-guide-modern .pg-payment-option div > span {
  margin-top: 2px;
  color: #667984;
  font-size: 14px;
  line-height: 1.55;
}

.payment-guide-modern .pg-payment-option small {
  color: #16864d;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 800;
}

.payment-guide-modern .pg-option-card-icon {
  width: 31px;
  height: 22px;
  border-radius: 3px;
  background:
    linear-gradient(to bottom,#233d50 0 7px,#eef3f5 7px 100%);
}

.payment-guide-modern .pg-option-user-icon {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #eef3f6;
  color: #1d4053;
  font-size: 11px;
}

.payment-guide-modern .pg-card-brands {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin: 12px 0 10px;
  color: #526a78;
  font-size: 14px;
  line-height: 1.45;
}

.payment-guide-modern .pg-card-brands strong {
  color: #344f5e;
}

.payment-guide-modern .pg-card-brands img {
  display: block;
  width: auto;
  max-width: 245px;
  max-height: 42px;
  object-fit: contain;
}

.payment-guide-modern .pg-paypal-action {
  min-height: 40px;
  display: grid;
  place-items: center;
  border-radius: 4px;
  background: linear-gradient(90deg,#0861cb,#0b7fd9);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.payment-guide-modern .pg-security-note {
  margin: 10px 0 0;
  color: #527084;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}

.payment-guide-modern .pg-security-note .fa {
  margin-right: 5px;
  color: #148ed0;
}

.payment-guide-modern .pg-success-card {
  border: 2px solid #159b98;
}

.payment-guide-modern .pg-success-heading {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 20px 20px 12px;
}

.payment-guide-modern .pg-success-check {
  flex: 0 0 47px;
  width: 47px;
  height: 47px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #13a15d;
  color: #fff;
  font-size: 20px;
}

.payment-guide-modern .pg-success-heading .pg-card-title {
  color: #139250;
  font-size: 19px;
}

.payment-guide-modern .pg-success-heading p {
  margin: 3px 0 0;
  color: #526975;
  font-size: 14px;
  line-height: 1.55;
}

.payment-guide-modern .pg-success-panel {
  display: grid;
  grid-template-columns: 96px minmax(0,1fr);
  gap: 18px;
  align-items: center;
  margin: 7px 18px 14px;
  padding: 18px;
  border: 1px solid #d9e3e8;
  border-radius: 8px;
  background: #fff;
}

.payment-guide-modern .pg-download-document {
  position: relative;
  width: 84px;
  height: 95px;
}

.payment-guide-modern .pg-download-document > span {
  position: absolute;
  left: 4px;
  top: 4px;
  width: 56px;
  height: 75px;
  border: 1px solid #cbd7dd;
  border-radius: 4px;
  background:
    linear-gradient(#dbe5ea 0 0) 13px 22px/31px 3px no-repeat,
    linear-gradient(#dbe5ea 0 0) 13px 31px/25px 3px no-repeat,
    #f6f9fa;
}

.payment-guide-modern .pg-download-symbol {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 51px;
  height: 51px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #0e929a;
  color: #fff;
  font-size: 29px;
  line-height: 1;
}

.payment-guide-modern .pg-success-panel h3 {
  margin: 0 0 6px;
  color: #0a2540;
  font-size: 15px;
  line-height: 1.4;
}

.payment-guide-modern .pg-success-panel p {
  margin: 0 0 12px;
  color: #60717d;
  font-size: 14px;
  line-height: 1.6;
}

.payment-guide-modern .pg-success-panel .button {
  min-width: 190px;
  min-height: 38px;
  padding: 8px 14px;
  border-color: #0e929a;
  background: #0e929a;
  font-size: 13px;
}

.payment-guide-modern .pg-next-box {
  margin: 0 18px 18px;
  padding: 13px 15px;
  border: 1px solid #bfe1df;
  border-radius: 8px;
  background: #effafa;
}

.payment-guide-modern .pg-next-box h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px;
  color: #156d70;
  font-size: 16px;
  line-height: 1.4;
}

.payment-guide-modern .pg-next-box h3 .fa {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  margin: 0;
  border-radius: 7px;
  background: #158b84;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}

.payment-guide-modern .pg-next-box h3 span {
  min-width: 0;
  flex: 1 1 auto;
  display: block;
}

.payment-guide-modern .pg-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.payment-guide-modern .pg-checklist li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 30px;
  color: #465f6d;
  font-size: 14px;
  line-height: 1.55;
}

.payment-guide-modern .pg-checklist li:last-child {
  margin-bottom: 0;
}

.payment-guide-modern .pg-checklist li::before {
  content: "✓";
  position: absolute;
  left: 2px;
  top: .05em;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #dff4f2;
  color: #138c72;
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
}

.payment-guide-modern .pg-secondary-panels .pg-card {
  min-height: 100%;
}

.payment-guide-modern .pg-faq-card .wpb_content_element {
  margin-bottom: 0;
}

.payment-guide-modern .pg-faq-card .wpb_accordion_section {
  margin-bottom: 0;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.payment-guide-modern .pg-faq-card .wpb_accordion_section:first-child {
  border-top: 0;
}

.payment-guide-modern .pg-faq-card .wpb_accordion_header {
  font-size: 15px;
  background: #fff;
}

.payment-guide-modern .pg-faq-card .wpb_accordion_header > a {
  padding-top: 10px;
  padding-bottom: 10px;
}

.payment-guide-modern .pg-faq-card .wpb_accordion_content {
  color: #526774;
  font-size: 14px;
  line-height: 1.6;
}

.payment-guide-modern .pg-faq-more {
  margin: 13px 0 0;
  color: #5b707d;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

.payment-guide-modern .pg-help-body {
  display: grid;
  grid-template-columns: minmax(0,1.15fr) minmax(170px,.85fr);
  gap: 14px;
  align-items: start;
}

.payment-guide-modern .pg-help-main > p {
  margin-bottom: 13px;
  color: #566d7a;
  font-size: 14px;
  line-height: 1.6;
}

.payment-guide-modern .pg-help-list {
  display: grid;
  gap: 11px;
}

.payment-guide-modern .pg-help-row {
  display: grid;
  grid-template-columns: 28px minmax(0,1fr);
  gap: 8px;
  align-items: start;
}

.payment-guide-modern .pg-help-row > .fa {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: #0f789a;
  font-size: 14px;
}

.payment-guide-modern .pg-help-row strong,
.payment-guide-modern .pg-help-row a,
.payment-guide-modern .pg-help-row span {
  display: block;
}

.payment-guide-modern .pg-help-row strong {
  color: #0a2540;
  font-size: 14px;
  line-height: 1.4;
}

.payment-guide-modern .pg-help-row a,
.payment-guide-modern .pg-help-row span {
  color: #5d7380;
  font-size: 14px;
  line-height: 1.5;
}

.payment-guide-modern .pg-help-row a {
  color: #0b79ae;
  font-weight: 700;
}

.payment-guide-modern .pg-help-assurance {
  position: relative;
  min-height: 145px;
  padding: 15px;
  overflow: hidden;
  border: 1px solid #dfe7eb;
  border-radius: 7px;
  background: #f9fbfc;
}

.payment-guide-modern .pg-help-assurance p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #405965;
  font-size: 14px;
  line-height: 1.6;
}

.payment-guide-modern .pg-help-assurance > .fa {
  position: absolute;
  right: 10px;
  bottom: -8px;
  color: #e2eaee;
  font-size: 66px;
}

.payment-guide-modern .pg-contact-button {
  grid-column: 1 / -1;
  width: min(260px,100%);
  min-height: 40px;
  justify-self: center;
  font-size: 14px;
}

@media (max-width: 1199px) {
  .payment-guide-modern .pg-process {
    grid-template-columns: repeat(3,minmax(0,1fr));
    margin: -35px 12px 22px;
  }

  .payment-guide-modern .pg-process-card:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 980px) {
  .payment-guide-modern .pg-hero {
    grid-template-columns: 1fr;
    min-height: 250px;
    padding: 30px 30px 58px;
  }

  .payment-guide-modern .pg-hero-visual {
    display: none;
  }

  .payment-guide-modern .pg-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .payment-guide-modern .pg-hero {
    min-height: 0;
    display: block;
    padding: 26px 20px 32px;
  }

  .payment-guide-modern .pg-title {
    font-size: 32px;
  }

  .payment-guide-modern .pg-tagline {
    font-size: 14px;
  }

  .payment-guide-modern .pg-process {
    grid-template-columns: 1fr;
    margin: 12px 0 20px;
  }

  .payment-guide-modern .pg-process-card {
    min-height: 0;
  }

  .payment-guide-modern .pg-success-panel {
    grid-template-columns: 1fr;
  }

  .payment-guide-modern .pg-help-body {
    grid-template-columns: 1fr;
  }

  .payment-guide-modern .pg-help-assurance {
    min-height: 105px;
  }
}


@media (max-width: 980px) {
  .refund-policy-modern .rp-hero,
  .terms-policy-modern .tp-hero,
  .privacy-policy-modern .pp-hero,
  .copyright-policy-modern .cp-hero { gap: 22px; }

  .payment-guide-modern .pg-hero-image,
  .refund-policy-modern .rp-hero-image,
  .terms-policy-modern .tp-hero-image,
  .privacy-policy-modern .pp-hero-image,
  .copyright-policy-modern .cp-hero-image { flex: 0 0 300px; }

  .refund-policy-modern .rp-title,
  .terms-policy-modern .tp-title,
  .privacy-policy-modern .pp-title,
  .copyright-policy-modern .cp-title { font-size: 28px; }

  .refund-policy-modern .rp-grid,
  .terms-policy-modern .tp-grid,
  .privacy-policy-modern .pp-grid,
  .copyright-policy-modern .cp-grid { grid-template-columns: 1fr; }

  .refund-policy-modern .rp-card.full,
  .terms-policy-modern .tp-card.full,
  .privacy-policy-modern .pp-card.full,
  .copyright-policy-modern .cp-card.full { grid-column: auto; }
}


@media (max-width: 767px) {
  .refund-policy-modern .rp-hero,
  .terms-policy-modern .tp-hero,
  .privacy-policy-modern .pp-hero,
  .copyright-policy-modern .cp-hero {
    display: block;
    padding: 20px;
  }
  .payment-guide-modern .pg-hero-image,
  .refund-policy-modern .rp-hero-image,
  .terms-policy-modern .tp-hero-image,
  .privacy-policy-modern .pp-hero-image,
  .copyright-policy-modern .cp-hero-image { margin-bottom: 20px; }
  .refund-policy-modern .rp-title,
  .terms-policy-modern .tp-title,
  .privacy-policy-modern .pp-title,
  .copyright-policy-modern .cp-title { font-size: 26px; }
  .refund-policy-modern .rp-tagline,
  .terms-policy-modern .tp-tagline,
  .privacy-policy-modern .pp-tagline,
  .copyright-policy-modern .cp-tagline { font-size: 16px; }
}
.main-nav .fa-home { padding: 0; border-radius: 0; background: transparent; color: currentColor; }
.link-emphasis { color: #0b74b8 !important; text-decoration: underline; }
.text-justify { text-align: justify !important; }
.mt-18 { margin-top: 18px !important; }

/* Legacy buttons retained as shared compatibility while HTML is migrated. */
.wpb_button,
.wpb_btn-arrow-right {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 9px 18px;
  border: 0;
  border-radius: var(--it-radius-sm);
  background: var(--it-primary-2);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.wpb_button:hover, .wpb_button:focus { background: var(--it-primary); color: #fff; text-decoration: none; }

/* Contact information page. */
.feedback .widget-title { margin-bottom: 14px; }
.feedback iframe { display: block; width: 100%; max-width: 100%; min-height: 599px; background: #fff; }
.widget-contacts dl, .widget-contacts dd { margin: 0; }
.widget-contacts ul { margin: 0; padding: 0; list-style: none; }
.widget-contacts li { display: flex; gap: 8px; margin: 0 0 10px; color: var(--it-primary-2); }
.widget-contacts dt { margin-bottom: 12px; color: var(--it-primary-2); font-weight: 700; }

/* Free template gallery: replaces Isotope/Fancybox CSS/JS for this page. */
.photo-tour .grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 20px; }
.photo-tour .item { min-width: 0; margin: 0; }
.photo-tour .pic { position: relative; overflow: hidden; border: 1px solid var(--it-border); border-radius: var(--it-radius); background: var(--it-bg-soft); box-shadow: var(--it-shadow-sm); }
.photo-tour .pic > img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.photo-tour .links { position: absolute; inset: 0; display: grid; place-items: center; background: rgba(10,63,85,.12); opacity: 0; transition: opacity var(--it-transition); }
.photo-tour .pic:hover .links, .photo-tour .pic:focus-within .links { opacity: 1; }
.photo-tour .links ul { margin: 0; padding: 0; list-style: none; }
.photo-tour .links a { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--it-primary); color: #fff; font-size: 20px; text-decoration: none; }
.photo-tour .item h3 { margin: 10px 0 0; font-size: 14px; line-height: 1.4; }

/* Payment/subscription status pages. */
#header-404 { width: min(760px,100%); margin: 10px auto; padding: 28px; border: 1px solid var(--it-border); border-radius: var(--it-radius-lg); background: var(--it-bg-soft); box-shadow: var(--it-shadow-sm); }
#block-404 { float: left; width: 160px; margin: 0 24px 14px 0; text-align: center; }
#block-404 img { width: auto; max-width: 140px; }
#button-404 { width: 100%; margin-top: 18px; text-align: center; }

@media (max-width: 991px) {
  .photo-tour .grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 767px) {
  .feedback iframe { min-height: 720px; }
  #block-404 { float: none; width: 100%; margin: 0 0 18px; }
}
@media (max-width: 520px) {
  .photo-tour .grid { grid-template-columns: 1fr; }
}

/* ---------------------------------------------------------
   A. Restore the real legacy desktop grid geometry.
   IMPORTANT: historical class names are not Bootstrap-style
   fractions. Example: grid-col-5 = 770px in a 1170px row.
   --------------------------------------------------------- */
@media (min-width: 1200px) {
  .grid-row {
    width: 1170px;
    max-width: 1170px;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin: 0 auto 6px;
  }
  .grid-row > .grid-col {
    flex: 0 0 auto;
    min-width: 0;
    padding-inline: 0;
    margin-left: 30px;
  }
  .grid-row > .grid-col:first-child { margin-left: 0; }
  .grid-row > .grid-col-3 { width: 270px; }
  .grid-row > .grid-col-4 { width: 370px; }
  .grid-row > .grid-col-5 { width: 770px; }
  .grid-row > .grid-col-6 { width: 570px; }
  .grid-row > .grid-col-9 { width: 870px; }
  .grid-row > .grid-col-12 { width: 1170px; }

  /* FAQ: preserve the dedicated 2-column layout after legacy grid rules. */
  .grid-row.faq-primary-layout {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(300px, .92fr);
    gap: 22px;
    align-items: start;
  }
  .grid-row.faq-primary-layout > .grid-col {
    width: auto;
    margin-left: 0;
    padding-inline: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .grid-row {
    width: 940px;
    max-width: 940px;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin: 0 auto 30px;
  }
  .grid-row > .grid-col {
    flex: 0 0 auto;
    min-width: 0;
    padding-inline: 0;
    margin-left: 20px;
  }
  .grid-row > .grid-col:first-child { margin-left: 0; }
  .grid-row > .grid-col-3 { width: 220px; }
  .grid-row > .grid-col-4 { width: 300px; }
  .grid-row > .grid-col-5 { width: 600px; }
  .grid-row > .grid-col-6 { width: 460px; }
  .grid-row > .grid-col-9 { width: 700px; }
  .grid-row > .grid-col-12 { width: 940px; }

  /* FAQ: keep questions and support panel side by side on tablet/desktop. */
  .grid-row.faq-primary-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, .9fr);
    gap: 16px;
    align-items: start;
  }
  .grid-row.faq-primary-layout > .grid-col {
    width: auto;
    margin-left: 0;
    padding-inline: 0;
  }
}

/* Do not add modern container padding inside the old information grid. */
@media (min-width: 992px) {
  main.page-content > .grid-row > .grid-col > .widget { width: 100%; }
  main.page-content > .grid-row > .grid-col:first-child .about-wrap,
  main.page-content > .grid-row > .grid-col:first-child .payment-guide-modern,
  main.page-content > .grid-row > .grid-col:first-child .refund-policy-modern,
  main.page-content > .grid-row > .grid-col:first-child .privacy-policy-modern,
  main.page-content > .grid-row > .grid-col:first-child .copyright-policy-modern,
  main.page-content > .grid-row > .grid-col:first-child .terms-policy-modern {
    max-width: 100%;
  }
}

/* ---------------------------------------------------------
   C. Home page product cards — hard guarantee 4/2/1 columns.
   Removes the flex-gap collision that forced only 3 cards.
   --------------------------------------------------------- */
.home-categories-modern .category-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-left: 0;
  margin-right: 0;
}
.home-categories-modern .category-col {
  width: auto;
  min-width: 0;
  padding: 0;
}
.home-categories-modern .category-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--section-accent), var(--section-accent-2));
  z-index: 3;
  opacity: .88;
  transition: opacity .22s ease;
}
.home-categories-modern .category-card:hover::before { opacity: 1; }
.home-categories-modern .category-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.12) 46%, rgba(255,255,255,0) 72%);
  opacity: 0;
  pointer-events: none;
  transition: opacity .28s ease;
  z-index: 1;
}
.home-categories-modern .category-card:hover::after { opacity: 1; }
.home-categories-modern .category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(10,63,85,.12);
  border-color: rgba(10,63,85,.20);
  background: #fff;
}
.home-categories-modern .category-card:hover .category-thumb img { transform: scale(1.025); }
.home-categories-modern .category-btn:hover {
  transform: translateY(-1px);
  background: linear-gradient(135deg, var(--section-accent), var(--it-primary-2));
  box-shadow: 0 12px 24px rgba(10,63,85,.22);
  color: #fff;
  text-decoration: none;
}

@media (max-width: 1199px) {
  .home-categories-modern .category-grid { gap: 18px; }
}
@media (max-width: 991px) {
  .home-categories-modern .category-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
  .home-categories-modern .category-col { width: auto; padding: 0; }
}
@media (max-width: 767px) {
  .home-categories-modern .category-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .home-categories-modern .category-col {
    width: auto;
    min-width: 0;
    padding: 0;
  }

  .home-categories-modern .category-card {
    min-width: 0;
    border-radius: 12px;
  }

  .home-categories-modern .category-thumb {
    height: 135px;
  }

  .home-categories-modern .category-thumb img {
    padding: 6px 6px 3px;
  }

  .home-categories-modern .category-body {
    padding: 9px 9px 10px;
  }

  .home-categories-modern .category-body h3 {
    min-height: 36px;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 1.28;
  }

  .home-categories-modern .category-body p {
    display: -webkit-box;
    min-height: 66px;
    margin-bottom: 9px;
    overflow: hidden;
    font-size: 11.5px;
    line-height: 1.45;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }

  .home-categories-modern .category-btn {
    width: 100%;
    min-width: 0;
    padding: 8px 5px;
    border-radius: 7px;
    font-size: 11px;
    white-space: normal;
  }
}

@media (max-width: 480px) {
  .home-categories-modern .category-thumb {
    height: 122px;
  }

  .home-categories-modern .category-body h3 {
    min-height: 34px;
    font-size: 13px;
  }

  .home-categories-modern .category-body p {
    min-height: 62px;
    font-size: 11px;
    line-height: 1.42;
  }

  .home-categories-modern .category-btn {
    font-size: 10.5px;
    padding: 8px 4px;
  }
}

/* ---------------------------------------------------------
   D. Information-page visual recovery.
   --------------------------------------------------------- */
.about-list li::before { content: "✓"; }

/* Preserve original sidebar proportion and prevent accidental overflow. */
@media (min-width: 992px) {
  main.page-content .grid-col-4 .widget { max-width: 100%; }
  main.page-content .grid-col-4 img { max-width: 100%; height: auto; }
}
.page > .ex-wrap1 { margin: 0; }

/* A. True Font Awesome bullets/icons, with browser bullets fully disabled. */
.widget-sevices ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget-sevices li {
  position: relative;
  list-style: none;
  min-height: 30px;
  margin: 0;
  border-bottom: 1px solid #e3e3e3;
  font-size: 14px;
  line-height: 20px;
}
.widget-sevices li:first-child { border-top: 1px solid #e3e3e3; }
.widget-sevices li > .fa-bookmark {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 20px;
  color: var(--it-primary);
  font-size: 18px;
  line-height: 49px;
}
.widget-sevices li > a {
  position: relative;
  display: block;
  padding: 12px 8px 12px 28px;
  color: #111827;
  text-decoration: none;
}
.widget-sevices li > a:hover,
.widget-sevices li > a:focus { color: var(--it-primary-2); text-decoration: none; }
.widget-sevices li > a > .fa-angle-right {
  display: inline-block;
  margin: 0 7px 0 1px;
  color: var(--it-primary-2);
  font-size: 14px;
}

/* Migrated semantic lists: use the same icon font instead of text glyphs. */
.hero-benefit::before,
.about-list li::before,
.payment-guide-modern .pg-checklist li::before,
.refund-policy-modern .rp-checklist li::before,
.terms-policy-modern .tp-checklist li::before,
.privacy-policy-modern .pp-checklist li::before,
.copyright-policy-modern .cp-checklist li::before {
  font-family: 'FontAwesome';
  content: "\f00c";
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
.ul2 > li::before,
.toolkit-list > li::before,
.related-list > li::before,
.all-toolkits-modern .atm-links li::before {
  font-family: 'FontAwesome';
  content: "\f105";
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

/* B. Home: exactly three columns in the Why Choose / Reviews / Testimonials row. */
@media (min-width: 1200px) {
  .home-trust-row,
  .home-articles-row { align-items: flex-start; }
  .home-trust-row > .grid-col,
  .home-articles-row > .grid-col { width: 370px; }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-trust-row > .grid-col,
  .home-articles-row > .grid-col { width: 300px; }
}

/* Old-home section heading visual: clean white background + blue left rule. */
.home-trust-row .widget-title,
.home-articles-row .widget-title {
  margin: 0 0 20px;
  padding: 0 0 0 10px;
  min-height: 31px;
  background: transparent;
  border-left: 3px solid var(--it-primary);
  color: #111;
  font-size: 26px;
  font-weight: 400;
  line-height: 31px;
}
.home-articles-row .widget-title p { color: #111; }

/* Why Choose / Article list typography. */
.home-trust-row .widget-sevices,
.home-articles-row .widget-sevices { margin-bottom: 0; }
.home-trust-row .widget-sevices li,
.home-articles-row .widget-sevices li { font-size: 16px; line-height: 24px; }
.home-trust-row .widget-sevices li > a,
.home-articles-row .widget-sevices li > a { padding-top: 12px; padding-bottom: 12px; }

/* Customer reviews: restore square photos and old top-right controls. */
.home-trust-row .widget-comments { position: relative; margin-bottom: 0; }
.home-trust-row .widget-comments .widget-title { padding-right: 92px; }
.home-trust-row .widget-comments .owl-carousel { overflow: visible; }
.home-trust-row .widget-comments .owl-carousel ul { list-style: none; margin: 0; padding: 0; }
.home-trust-row .widget-comments .owl-carousel li {
  display: block;
  min-height: 80px;
  margin: 0 0 26px;
  font-size: 14px;
  line-height: 1.55;
}
.home-trust-row .widget-comments .owl-carousel li:last-child { margin-bottom: 0; }
.home-trust-row .widget-comments .owl-carousel li::after { content: ""; display: table; clear: both; }
.home-trust-row .widget-comments .owl-carousel li img {
  display: block;
  float: left;
  width: 76px;
  height: 76px;
  margin: 0 15px 4px 0;
  padding: 1px;
  object-fit: cover;
  border: 1px solid #e4e4e4;
  border-radius: 0;
}
.home-trust-row .widget-comments .owl-carousel p { margin: 0; overflow: hidden; }
.home-trust-row .widget-comments .date { color: #111; font-weight: 700; }
.home-trust-row .widget-comments .it-carousel-controls {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  display: flex;
  gap: 1px;
  margin: 0;
}
.home-trust-row .widget-comments .it-carousel-button {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 0;
  background: var(--it-primary);
  color: #fff;
  font-size: 22px;
}
.home-trust-row .widget-comments .it-carousel-button:hover,
.home-trust-row .widget-comments .it-carousel-button:focus { background: var(--it-accent); }

/* Right column: two testimonials stacked, with Font Awesome quotation marks. */
.home-testimonials-stack { display: flex; flex-direction: column; gap: 18px; }
.home-testimonials-stack .testimonial {
  position: relative;
  margin: 0;
  padding: 16px 35px 0;
  overflow: visible;
  border: 1px solid var(--it-primary);
  border-bottom: 0;
  background: #fff;
}
.home-testimonials-stack .testimonial::before,
.home-testimonials-stack .testimonial::after {
  position: absolute;
  z-index: 2;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  background: var(--it-accent);
  color: #fff;
  font-family: 'FontAwesome';
  font-size: 24px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.home-testimonials-stack .testimonial::before { content: "\f10d"; top: -1px; left: -1px; }
.home-testimonials-stack .testimonial::after { content: "\f10e"; right: -1px; bottom: 0; }
.home-testimonials-stack .testimonial .clearfix { min-height: 188px; }
.home-testimonials-stack .testimonial img {
  display: block;
  float: left;
  width: 96px;
  height: 96px;
  margin: 0 20px 8px 0;
  padding: 1px;
  object-fit: cover;
  border: 1px solid #e3e3e3;
}
.home-testimonials-stack .testimonial p { margin: 0; font-size: 14px; line-height: 1.6; color: #111; }
.home-testimonials-stack .testimonial .author {
  position: relative;
  margin: 20px -35px 0;
  padding: 11px 52px 11px 20px;
  background: var(--it-primary);
  color: #fff;
  font-size: 16px;
  line-height: 1.35;
  font-style: italic;
  font-weight: 400;
}
.home-testimonials-stack .testimonial .author::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-top: 10px solid var(--it-primary);
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

/* C. Home articles row: equal columns, matching heading/list sizes. */
.home-articles-row .widget { width: 100%; }
.home-articles-row .widget-appointment { font-size: 14px; line-height: 1.6; }
.home-articles-row .widget-appointment .widget-title { text-align: left; }
.home-articles-row .widget-appointment .widget-title p { text-align: left !important; }

/* D. Responsive recovery for the two home three-column blocks. */
@media (max-width: 991px) {
  .home-trust-row,
  .home-articles-row { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 26px 20px; }
  .home-trust-row > .grid-col,
  .home-articles-row > .grid-col { width: auto; margin: 0; }
  .home-testimonials-stack { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
}
@media (max-width: 640px) {
  .home-trust-row,
  .home-articles-row { grid-template-columns: 1fr; gap: 24px; }
  .home-testimonials-stack { grid-column: auto; grid-template-columns: 1fr; }
  .home-trust-row .widget-title,
  .home-articles-row .widget-title { font-size: 22px; line-height: 28px; }
  .home-testimonials-stack .testimonial .clearfix { min-height: 0; }
}
.main-nav a.active, .mobile-main-nav a.active { color: #fff; }
.it-page-banner h2.it-page-banner-title { color: #fff; }

/* E. FAQ/legacy text-column content lists: Font Awesome check icon instead of browser bullets. */
main.page-content .wpb_text_column > ul,
main.page-content .wpb_text_column > div > ul {
  list-style: none;
  margin: 10px 0 16px;
  padding-left: 0;
}
main.page-content .wpb_text_column > ul > li,
main.page-content .wpb_text_column > div > ul > li {
  position: relative;
  list-style: none;
  margin: 7px 0;
  padding-left: 24px;
}
main.page-content .wpb_text_column > ul > li::before,
main.page-content .wpb_text_column > div > ul > li::before {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: .15em;
  color: var(--it-primary-2);
  font-family: 'FontAwesome';
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
/* Restores the original Popular IT Toolkits Templates component without jQuery UI. */
.widget-departments > .widget-title {
  margin: 0 0 20px;
  padding: 0 0 0 10px;
  min-height: 31px;
  background: transparent;
  border: 0;
  border-left: 3px solid var(--it-primary);
  color: #111;
  font-size: 26px;
  font-weight: 400;
  line-height: 31px;
  text-align: left;
  text-transform: none;
}
.widget-departments dl {
  margin: 0;
  padding: 0;
  border: 1px solid #e3e3e3;
  border-top: 0;
  background: #fff;
}
.widget-departments dt {
  position: relative;
  margin: 0;
  padding: 9px 38px 9px 56px;
  min-height: 43px;
  border-top: 1px solid #e3e3e3;
  background: #fff;
  color: #111;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
  word-break: normal;
  overflow-wrap: anywhere;
  transition: color .18s ease, background-color .18s ease;
}
.widget-departments dt:hover,
.widget-departments dt:focus { color: var(--it-primary); background: #fbfdff; outline: none; }
.widget-departments dt:focus-visible { box-shadow: inset 0 0 0 2px rgba(77,177,226,.45); }
.widget-departments dt::after,
.widget-departments dt::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 13px;
  width: 12px;
  height: 4px;
  margin-top: -2px;
  background: #cbcbcb;
}
.widget-departments dt::before {
  right: 17px;
  width: 4px;
  height: 12px;
  margin-top: -6px;
}
.widget-departments dt.opened::before { display: none; }
.widget-departments dt > i.fa {
  position: absolute;
  z-index: 1;
  top: -1px;
  left: -1px;
  width: 42px;
  height: 43px;
  background: var(--it-accent);
  color: #fff;
  font-size: 24px;
  line-height: 44px;
  text-align: center;
}
.widget-departments dt:nth-of-type(odd) > i.fa { background: var(--it-primary); }
.widget-departments dt > i.fa::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -4px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid var(--it-accent);
}
.widget-departments dt:nth-of-type(odd) > i.fa::after { border-left-color: var(--it-primary); }
.widget-departments dd {
  margin: 0;
  padding: 2px 38px 10px 56px;
  color: #222;
  font-size: 14px;
  line-height: 1.55;
  text-align: left;
}
/* With JS, descriptions collapse and expand like the legacy slideToggle behavior. */
.js-enabled .widget-departments dd {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height .22s ease, opacity .18s ease, padding .22s ease;
}
.js-enabled .widget-departments dt.opened + dd {
  max-height: 220px;
  padding-top: 2px;
  padding-bottom: 10px;
  opacity: 1;
}
@media (max-width: 640px) {
  .widget-departments > .widget-title { font-size: 22px; line-height: 28px; }
  .widget-departments dt { padding-right: 32px; padding-left: 52px; font-size: 15px; }
  .widget-departments dd { padding-left: 52px; padding-right: 24px; }
}
.toolkit-cta {
  position: relative;
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 24px 26px;
  overflow: hidden;
  border: 1px solid #d7e4ec;
  border-left: 5px solid var(--it-primary-2);
  border-radius: 8px;
  background: linear-gradient(105deg, #f7fbfd 0%, #eef7fb 62%, #e7f4fa 100%);
  box-shadow: 0 8px 22px rgba(10, 63, 85, .08);
}
.toolkit-cta::after {
  content: "";
  position: absolute;
  right: -75px;
  top: -95px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: rgba(74, 180, 224, .08);
  pointer-events: none;
}
.toolkit-cta__icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--it-primary);
  color: #fff;
  box-shadow: inset 0 0 0 6px rgba(255,255,255,.10);
}
.toolkit-cta__icon .fa {
  font-size: 31px;
  line-height: 1;
}
.toolkit-cta__content {
  position: relative;
  z-index: 1;
  min-width: 0;
}
.toolkit-cta__eyebrow {
  margin: 0 0 4px;
  color: var(--it-primary-2);
  font-size: 12px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: .8px;
  text-transform: uppercase;
}
.toolkit-cta__title {
  margin: 0 0 5px;
  color: var(--it-heading);
  font-size: 24px;
  line-height: 1.25;
  font-weight: 800;
}
.toolkit-cta__text {
  max-width: 710px;
  margin: 0;
  color: var(--it-text-muted);
  font-size: 15px;
  line-height: 1.55;
}
.toolkit-cta__action {
  position: relative;
  z-index: 1;
  justify-self: end;
}
.toolkit-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 11px 18px;
  border: 2px solid var(--it-primary);
  border-radius: 5px;
  background: var(--it-primary);
  color: #fff !important;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 800;
  text-decoration: none !important;
  white-space: nowrap;
  transition: background var(--it-transition), color var(--it-transition), border-color var(--it-transition), transform var(--it-transition);
}
.toolkit-cta__button .fa { font-size: 17px; }
.toolkit-cta__button:hover,
.toolkit-cta__button:focus-visible {
  border-color: var(--it-primary-2);
  background: var(--it-primary-2);
  color: #fff !important;
  transform: translateY(-1px);
}

/* The CTA is a direct child of .grid-row. Force it to occupy the entire
   historical 1170/940px row instead of shrink-wrapping like the old callout. */
.grid-row > .toolkit-cta {
  flex: 1 1 100%;
  max-width: 100%;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .toolkit-cta {
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 18px;
    padding: 21px;
  }
  .toolkit-cta__icon { width: 60px; height: 60px; }
  .toolkit-cta__icon .fa { font-size: 27px; }
  .toolkit-cta__action {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 640px) {
  .toolkit-cta {
    display: block;
    padding: 20px;
    text-align: center;
  }
  .toolkit-cta__icon {
    width: 58px;
    height: 58px;
    margin: 0 auto 14px;
  }
  .toolkit-cta__title { font-size: 21px; }
  .toolkit-cta__text { font-size: 14px; }
  .toolkit-cta__action { margin-top: 16px; }
  .toolkit-cta__button {
    width: 100%;
    white-space: normal;
  }
}
.testimonial {
  position: relative;
  box-sizing: border-box;
  margin: 0 0 32px;
  padding: 15px 35px 0;
  overflow: visible;
  border: 1px solid var(--it-primary);
  border-bottom: 0;
  background: #fff;
}
.testimonial::before,
.testimonial::after {
  position: absolute;
  z-index: 3;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  background: var(--it-accent);
  color: #fff;
  font-family: 'FontAwesome';
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.testimonial::before {
  content: "\f10d"; /* fa-quote-left */
  top: -1px;
  left: -1px;
}
.testimonial::after {
  content: "\f10e"; /* fa-quote-right */
  right: -1px;
  bottom: 0;
}
.testimonial > .clearfix {
  min-height: 126px;
}
.testimonial > .clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.testimonial img {
  display: block;
  float: left;
  width: 96px;
  height: 96px;
  margin: 5px 20px 10px 12px;
  padding: 1px;
  object-fit: cover;
  border: 1px solid #e3e3e3;
  background: #fff;
}
.testimonial p {
  margin: 0 0 10px;
  color: #111;
  font-size: 14px;
  line-height: 1.58;
  text-align: left;
}
.testimonial p:last-child { margin-bottom: 0; }
.testimonial .author {
  position: relative;
  box-sizing: border-box;
  margin: 20px -35px 0;
  padding: 11px 54px 11px 20px;
  background: var(--it-primary);
  color: #fff;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.35;
}
.testimonial .author::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-top: 10px solid var(--it-primary);
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

/* The dedicated Testimonials page uses the same clean heading treatment as other
   Information Page section headings instead of the old solid widget-title bar. */
.testimonial-section-title {
  margin: 0 0 22px;
  padding: 0 0 0 10px;
  min-height: 31px;
  background: transparent;
  border: 0;
  border-left: 3px solid var(--it-primary);
  color: #111;
  font-size: 26px;
  font-weight: 400;
  line-height: 31px;
  text-align: left;
  text-transform: none;
}
.testimonial-section-title + .wpb_content_element { margin-bottom: 30px; }

/* Home/Information three-column cards reuse the same testimonial component.
   Keep their compact vertical rhythm without redefining the icon/author visuals. */

@media (max-width: 640px) {
  .testimonial { padding-right: 20px; padding-left: 20px; }
  .testimonial img {
    float: none;
    margin: 8px 0 14px 42px;
  }
  .testimonial .author {
    margin-right: -20px;
    margin-left: -20px;
  }
  .testimonial-section-title {
    font-size: 23px;
    line-height: 29px;
  }
}

/* =========================================================
   1.8 — Standard premium desktop navigation & Mega Menu
   - Enterprise white navigation bar with subtle accent treatment.
   - Compact home control and prominent Mega Bundle CTA.
   - Existing Mega Menu card architecture retained.
   ========================================================= */
@media (min-width: 992px) {
  .page-header .main-nav.mega-nav {
    width: min(var(--it-container), calc(100% - 30px));
    margin-inline: auto;
    position: relative;
    z-index: 1200;
    display: flex;
    justify-content: flex-start;
    overflow: visible;
    padding: 4px 0 5px;
    background: #fff;
  }

  .page-header .main-nav.mega-nav > ul {
    width: 100%;
    min-width: 0;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 0;
    position: static;
  }

  .page-header .main-nav.mega-nav > ul > li {
    position: static;
    flex: 0 0 auto;
  }

  .page-header .main-nav.mega-nav > ul > li:last-child { margin-left: 0; }

  .page-header .main-nav.mega-nav > ul > li > a {
    position: relative;
    min-height: 42px;
    padding: 6px 4px;
    background: transparent;
    color: #173344;
    border-radius: 4px;
    font-size: 13.5px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -.1px;
    white-space: nowrap;
  }

  /* Slim cyan underline gives hover/active emphasis without a heavy color block. */
  .page-header .main-nav.mega-nav > ul > li > a::before {
    content: "";
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: -5px;
    height: 2px;
    border-radius: 2px;
    background: var(--it-primary-2);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform var(--it-transition);
  }

  .page-header .main-nav.mega-nav > ul > li.has-mega-menu > a::after {
    content: "\f107";
    margin-left: 5px;
    font-family: FontAwesome;
    font-size: 11px;
    font-weight: normal;
    line-height: 1;
    opacity: .65;
    color: currentColor;
  }

  .page-header .main-nav.mega-nav > ul > li:hover > a,
  .page-header .main-nav.mega-nav > ul > li:focus-within > a,
  .page-header .main-nav.mega-nav > ul > li > a.active,
  .page-header .main-nav.mega-nav > ul > li > a[aria-current="page"] {
    background: var(--it-primary-2);
    color: #fff;
    text-decoration: none;
  }

  .page-header .main-nav.mega-nav > ul > li:hover > a::before,
  .page-header .main-nav.mega-nav > ul > li:focus-within > a::before,
  .page-header .main-nav.mega-nav > ul > li > a.active::before,
  .page-header .main-nav.mega-nav > ul > li > a[aria-current="page"]::before {
    transform: scaleX(1);
  }

  /* Home is a compact premium control rather than a text-size icon. */
  .page-header .main-nav.mega-nav > ul > li:first-child > a {
    width: 34px;
    min-height: 34px;
    margin: 4px 4px 0 0;
    padding: 0;
    justify-content: center;
    background: var(--it-primary);
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(10,63,85,.10);
  }
  .page-header .main-nav.mega-nav > ul > li:first-child > a::before { display: none; }
  .page-header .main-nav.mega-nav > ul > li:first-child > a:hover,
  .page-header .main-nav.mega-nav > ul > li:first-child > a:focus-visible {
    background: var(--it-primary-2);
    color: #fff;
    transform: translateY(0);
  }

  /* Mega Bundle stays orange but now behaves like a deliberate premium CTA. */
  .page-header .main-nav.mega-nav > ul > li > a.menu-highlight,
  .page-header .main-nav.mega-nav > ul > li > a[href*="Mega_Bundle"],
  .page-header .main-nav.mega-nav > ul > li > a[href*="MEGA_BUNDLE"] {
    min-height: 40px;
    margin-top: 1px;
    padding-inline: 14px;
    background: linear-gradient(135deg, #ff8c00 0%, #f59a18 100%);
    color: #fff;
    border: 1px solid #ef8500;
    border-radius: 5px;
    box-shadow: 0 5px 13px rgba(211,114,0,.18);
  }
  .page-header .main-nav.mega-nav > ul > li > a.menu-highlight::before,
  .page-header .main-nav.mega-nav > ul > li > a[href*="Mega_Bundle"]::before,
  .page-header .main-nav.mega-nav > ul > li > a[href*="MEGA_BUNDLE"]::before {
    display: none;
  }
  .page-header .main-nav.mega-nav > ul > li > a.menu-highlight:hover,
  .page-header .main-nav.mega-nav > ul > li > a.menu-highlight:focus-visible,
  .page-header .main-nav.mega-nav > ul > li > a[href*="Mega_Bundle"]:hover,
  .page-header .main-nav.mega-nav > ul > li > a[href*="Mega_Bundle"]:focus-visible,
  .page-header .main-nav.mega-nav > ul > li > a[href*="MEGA_BUNDLE"]:hover,
  .page-header .main-nav.mega-nav > ul > li > a[href*="MEGA_BUNDLE"]:focus-visible {
    background: linear-gradient(135deg, #f48200 0%, #ee9210 100%);
    border-color: #e27d00;
    color: #fff;
    box-shadow: 0 8px 17px rgba(211,114,0,.24);
    transform: translateY(-1px);
  }

  .page-header .main-nav.mega-nav > ul > li > .mega-submenu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: calc(100vh - 180px);
    overflow-x: hidden;
    overflow-y: auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: start;
    column-gap: 34px;
    row-gap: 0;
    padding: 18px 20px 22px;
    margin: 0;
    background: #0A3F55;
    background-clip: padding-box;
    border-top: 2px solid transparent;
    border-radius: 0 0 7px 7px;
    box-shadow: inset 0 4px 0 #1597cf, 0 18px 38px rgba(10, 37, 64, .18);
    visibility: hidden;
    opacity: 0;
    transform: translateY(7px);
    pointer-events: none;
    transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
    scrollbar-width: thin;
    scrollbar-color: #9aa8b0 #eef3f6;
  }

  .page-header .main-nav.mega-nav > ul > li:hover > .mega-submenu,
  .page-header .main-nav.mega-nav > ul > li:focus-within > .mega-submenu,
  .page-header .main-nav.mega-nav > ul > li.is-mega-open > .mega-submenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .page-header .main-nav.mega-nav .mega-submenu > li {
    position: relative;
    min-width: 0;
    list-style: none;
  }

  .page-header .main-nav.mega-nav .mega-submenu > li > a {
    min-height: 72px;
    height: auto;
    display: block;
    padding: 10px 10px 11px;
    background: transparent;
    color: #0a3f55;
    border: 0;
    border-bottom: 1px solid #edf1f4;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.35;
    text-transform: none;
    white-space: normal;
    transition: background var(--it-transition), color var(--it-transition), transform var(--it-transition);
  }

  .page-header .main-nav.mega-nav .mega-submenu > li > a:hover,
  .page-header .main-nav.mega-nav .mega-submenu > li > a:focus {
    background: #f0f8fc;
    color: #087aa8;
    text-decoration: none;
    transform: translateY(-1px);
  }

  .mega-menu-title {
    display: block;
    color: #0a3f55;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
  }

  .mega-menu-desc {
    display: block;
    margin-top: 4px;
    color: #607385;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42;
  }

  .main-nav.mega-nav .mega-submenu > li > a:hover .mega-menu-title,
  .main-nav.mega-nav .mega-submenu > li > a:focus .mega-menu-title {
    color: #087aa8;
  }

  /* Compact desktop: keep the full menu legible without leaving unused space. */
  @media (max-width: 1199px) {
    .page-header .main-nav.mega-nav > ul > li > a {
      padding-inline: 3px;
      font-size: 12.25px;
      letter-spacing: -.15px;
    }
    .page-header .main-nav.mega-nav > ul > li > a.menu-highlight,
    .page-header .main-nav.mega-nav > ul > li > a[href*="Mega_Bundle"],
    .page-header .main-nav.mega-nav > ul > li > a[href*="MEGA_BUNDLE"] {
      padding-inline: 9px;
    }
    .page-header .main-nav.mega-nav > ul > li > .mega-submenu {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      column-gap: 24px;
      padding-inline: 22px;
    }
  }
}


/* At very narrow desktop widths the full 17-item bar would become cramped.
   Use the existing mobile navigation before horizontal overflow can occur. */
@media (min-width: 992px) and (max-width: 1099px) {
  .page-header .main-nav.mega-nav { display: none; }
  .page-header .mobile-main-nav { display: block; }
}
@media (max-width: 1099px) {
  .page-header .mobile-main-nav {
    width: min(var(--it-container), calc(100% - 20px));
    margin: 0 auto 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    background: var(--it-primary);
    border: 1px solid rgba(10,63,85,.10);
    border-radius: 5px;
    box-shadow: 0 5px 14px rgba(10,63,85,.10);
    overflow: visible;
  }

  .page-header .mobile-main-nav > .opener {
    order: 1;
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    min-height: 42px;
    display: flex;
    align-items: center;
    padding: 9px 14px;
    margin: 0;
    background: var(--it-primary);
    color: #fff;
    border: 0;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    text-decoration: none;
  }

  .page-header .mobile-main-nav > .mobile-nav-toggle {
    order: 2;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    min-height: 42px;
    display: grid;
    place-items: center;
    margin: 0;
    padding: 0;
    border: 0;
    border-left: 1px solid rgba(255,255,255,.35);
    border-radius: 0;
    background: var(--it-primary);
    color: #fff;
    cursor: pointer;
  }

  .page-header .mobile-main-nav > .mobile-nav-toggle:hover,
  .page-header .mobile-main-nav > .mobile-nav-toggle:focus-visible,
  .page-header .mobile-main-nav.is-open > .mobile-nav-toggle {
    background: #083f53;
    color: #fff;
    outline: none;
  }

  .page-header .mobile-main-nav > .mobile-nav-toggle .fa {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 1;
    color: currentColor;
  }

  .page-header .mobile-main-nav > ul {
    order: 3;
    flex: 0 0 100%;
    width: 100%;
    margin: 0;
    border-top: 1px solid rgba(255,255,255,.14);
    box-shadow: 0 5px 12px rgba(8,45,63,.18);
  }

  .page-header .mobile-main-nav > ul > li > a {
    min-height: 42px;
    display: flex;
    align-items: center;
    padding: 9px 46px 9px 14px;
    font-size: 13px;
    line-height: 24px;
  }

  .page-header .mobile-main-nav li > .submenu-toggle,
  .page-header .mobile-main-nav li > i {
    height: 42px;
  }
}

@media (max-width: 767px) {
  .page-header .mobile-main-nav {
    width: calc(100% - 20px);
  }

  .page-header .mobile-main-nav > .opener {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  /* Let all three desktop columns share one common vertical box. */
  .home-trust-row,
  .home-articles-row {
    align-items: stretch;
  }

  .home-trust-row > .grid-col:not(.home-testimonials-stack),
  .home-articles-row > .grid-col {
    display: flex;
    flex-direction: column;
  }

  .home-trust-row > .grid-col:not(.home-testimonials-stack) > .widget,
  .home-articles-row > .grid-col > .widget {
    flex: 1 1 auto;
    width: 100%;
    margin-bottom: 0;
  }

  /* Testimonials: remove legacy artificial body height and excess
     vertical whitespace. Any spare row height is kept BETWEEN cards,
     never after the spoken content inside a card. */
  .home-testimonials-stack {
    align-self: stretch;
    justify-content: space-between;
    gap: 12px;
  }

  .home-testimonials-stack .testimonial {
    flex: 0 0 auto;
    padding: 12px 28px 0;
  }

  .home-testimonials-stack .testimonial .clearfix {
    min-height: 0;
  }

  .home-testimonials-stack .testimonial img {
    margin: 0 14px 5px 0;
  }

  .home-testimonials-stack .testimonial p {
    margin-bottom: 0;
    line-height: 1.48;
  }

  .home-testimonials-stack .testimonial .author {
    margin: 8px -28px 0;
    padding: 9px 52px 9px 18px;
  }

  /* Articles / Blogs / Download Free Toolkits: normalize the vertical
     rhythm so the three columns begin and finish on the same grid line. */
  .home-articles-row .widget-appointment {
    display: flex;
    flex-direction: column;
  }

  .home-articles-row .widget-appointment > p {
    margin: 0 0 10px;
  }

  .home-articles-row .widget-appointment > p:last-child {
    margin: 0;
  }

  .home-articles-row .widget-appointment img {
    vertical-align: middle;
  }
}
:where(
  .payment-guide-modern .pg-checklist,
  .refund-policy-modern .rp-checklist,
  .copyright-policy-modern .cp-checklist,
  .privacy-policy-modern .pp-checklist,
  .terms-policy-modern .tp-checklist
) {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
}

:where(
  .payment-guide-modern .pg-checklist,
  .refund-policy-modern .rp-checklist,
  .copyright-policy-modern .cp-checklist,
  .privacy-policy-modern .pp-checklist,
  .terms-policy-modern .tp-checklist
) > li {
  position: relative;
  margin: 0;
  padding: 11px 4px 11px 38px;
  border-bottom: 1px solid #e8eef2;
  color: #334155;
  font-size: 15px;
  line-height: 1.62;
  text-indent: 0;
}

:where(
  .payment-guide-modern .pg-checklist,
  .refund-policy-modern .rp-checklist,
  .copyright-policy-modern .cp-checklist,
  .privacy-policy-modern .pp-checklist,
  .terms-policy-modern .tp-checklist
) > li:first-child {
  padding-top: 5px;
}

:where(
  .payment-guide-modern .pg-checklist,
  .refund-policy-modern .rp-checklist,
  .copyright-policy-modern .cp-checklist,
  .privacy-policy-modern .pp-checklist,
  .terms-policy-modern .tp-checklist
) > li:last-child {
  padding-bottom: 5px;
  border-bottom: 0;
}

:where(
  .payment-guide-modern .pg-checklist,
  .refund-policy-modern .rp-checklist,
  .copyright-policy-modern .cp-checklist,
  .privacy-policy-modern .pp-checklist,
  .terms-policy-modern .tp-checklist
) > li::before {
  content: "\f00c";
  position: absolute;
  top: 12px;
  left: 0;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #eaf5fc;
  color: #0b74b8;
  font-family: 'FontAwesome';
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}

:where(
  .payment-guide-modern .pg-checklist,
  .refund-policy-modern .rp-checklist,
  .copyright-policy-modern .cp-checklist,
  .privacy-policy-modern .pp-checklist,
  .terms-policy-modern .tp-checklist
) > li:first-child::before {
  top: 6px;
}

:where(
  .payment-guide-modern .pg-checklist,
  .refund-policy-modern .rp-checklist,
  .copyright-policy-modern .cp-checklist,
  .privacy-policy-modern .pp-checklist,
  .terms-policy-modern .tp-checklist
) > li strong,
:where(
  .payment-guide-modern .pg-checklist,
  .refund-policy-modern .rp-checklist,
  .copyright-policy-modern .cp-checklist,
  .privacy-policy-modern .pp-checklist,
  .terms-policy-modern .tp-checklist
) > li b {
  color: #0a2540;
  font-weight: 700;
}

/* Premium card rhythm: headings, subtitles and checklist content align
   consistently across the information-policy family. */
:where(
  .payment-guide-modern .pg-card,
  .refund-policy-modern .rp-card,
  .copyright-policy-modern .cp-card,
  .privacy-policy-modern .pp-card,
  .terms-policy-modern .tp-card
) {
  overflow: hidden;
}

:where(
  .payment-guide-modern .pg-card-subtitle,
  .refund-policy-modern .rp-card-subtitle,
  .copyright-policy-modern .cp-card-subtitle,
  .privacy-policy-modern .pp-card-subtitle,
  .terms-policy-modern .tp-card-subtitle
) {
  margin-bottom: 12px;
  color: #64748b;
  line-height: 1.55;
}

@media (max-width: 767px) {
  :where(
    .payment-guide-modern .pg-checklist,
    .refund-policy-modern .rp-checklist,
    .copyright-policy-modern .cp-checklist,
    .privacy-policy-modern .pp-checklist,
    .terms-policy-modern .tp-checklist
  ) > li {
    padding-left: 34px;
    font-size: 14px;
    line-height: 1.58;
  }

  :where(
    .payment-guide-modern .pg-checklist,
    .refund-policy-modern .rp-checklist,
    .copyright-policy-modern .cp-checklist,
    .privacy-policy-modern .pp-checklist,
    .terms-policy-modern .tp-checklist
  ) > li::before {
    width: 22px;
    height: 22px;
    font-size: 10px;
  }
}

/* =====================================================
   Toolkit Details + Assurance — 2 columns desktop
   HTML unchanged
   ===================================================== */

@media (min-width: 769px) {

  .toolkit-pricing-section {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 18px;
    align-items: start;
  }

  /* Price / Buy Now area remains centered on full row */
  .toolkit-pricing-section > .toolkit-pricing-card:first-of-type {
    grid-column: 1 / -1;
    width: min(410px, 100%);
    justify-self: center;
    margin: 0;
  }

  /* Download Index / Payment Guide remains full row */
  .toolkit-pricing-section > .btn-download-payment {
    grid-column: 1 / -1;
  }

  /* Product information table */
  .toolkit-pricing-section > .toolkit-pricing-card:nth-of-type(2) {
    width: 100%;
    margin: 0;
  }

  /* Purchase assurance box */
  .toolkit-pricing-section > .toolkit-pricing-card.mt-18 {
    width: 100%;
    margin: 0 !important;
  }
}

/* =========================================================
   MEGA MENU FINAL — NO DOT / UNIFORM CARDS / 3-LINE RHYTHM
   CSS-only. No HTML changes required.
   Only desktop Mega Menu is affected.
   ========================================================= */

@media (min-width: 1100px) {

  /* Tighter horizontal spacing gives each card more usable width. */
  .page-header .main-nav.mega-nav > ul > li > .mega-submenu {
    column-gap: 8px;
    row-gap: 10px;
    padding-left: 14px;
    padding-right: 14px;
  }

  /* Uniform framed card for every submenu link. */
  .page-header .main-nav.mega-nav .mega-submenu > li > a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    height: 82px;
    min-height: 82px;

    padding: 10px 27px 9px 12px;

    background: #ffffff !important;
    color: #0a3f55;

    border: 1px solid #d7e3ea !important;
    border-left-width: 1px !important;
    border-radius: 7px;

    box-shadow: 0 2px 5px rgba(10, 63, 85, .035);

    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;

    text-transform: none;
    text-decoration: none;
    white-space: normal;

    transition:
      background .18s ease,
      border-color .18s ease,
      box-shadow .18s ease,
      color .18s ease,
      transform .18s ease;
  }

  /* HARD RESET: remove every possible left-side pseudo marker/dot. */
  .page-header .main-nav.mega-nav .mega-submenu > li::before,
  .page-header .main-nav.mega-nav .mega-submenu > li::after,
  .page-header .main-nav.mega-nav .mega-submenu > li > a::before,
  .page-header .main-nav.mega-nav .mega-menu-title::before,
  .page-header .main-nav.mega-nav .mega-menu-desc::before {
    content: none !important;
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  /* Keep only the right navigation arrow. */
  .page-header .main-nav.mega-nav .mega-submenu > li > a::after {
    content: "\f105" !important;
    display: block !important;

    position: absolute;
    top: 50%;
    right: 10px;

    width: auto !important;
    height: auto !important;

    transform: translateY(-50%);

    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;

    font-family: "FontAwesome";
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 1;

    color: #9cabb5;

    -webkit-font-smoothing: antialiased;

    transition: color .18s ease, transform .18s ease;
  }

  /* Combo / Bundle cards are intentionally identical to all other cards. */
  .page-header .main-nav.mega-nav .mega-submenu > li > a[href*="combo" i],
  .page-header .main-nav.mega-nav .mega-submenu > li > a[href*="bundle" i] {
    background: #ffffff !important;
    color: #0a3f55 !important;
    border: 1px solid #d7e3ea !important;
    border-left-width: 1px !important;
  }

  /* One title line. Long titles truncate rather than wrap and disturb alignment. */
  .page-header .main-nav.mega-nav .mega-menu-title {
    display: block;

    width: 100%;
    height: 17px;
    min-height: 17px;

    overflow: hidden;

    color: #0a3f55;

    font-size: 12.8px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: -.12px;

    white-space: nowrap !important;
    text-overflow: ellipsis;
  }

  /* Reserve exactly two description lines for consistent card rhythm. */
  .page-header .main-nav.mega-nav .mega-menu-desc {
    display: -webkit-box;

    height: 34px;
    min-height: 34px;

    margin-top: 4px;
    overflow: hidden;

    color: #526779;

    font-size: 12px;
    font-weight: 400;
    line-height: 17px;

    white-space: normal;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }

  /* Hover / keyboard focus. */
  .page-header .main-nav.mega-nav .mega-submenu > li > a:hover,
  .page-header .main-nav.mega-nav .mega-submenu > li > a:focus-visible,
  .page-header .main-nav.mega-nav .mega-submenu > li > a[href*="combo" i]:hover,
  .page-header .main-nav.mega-nav .mega-submenu > li > a[href*="bundle" i]:hover,
  .page-header .main-nav.mega-nav .mega-submenu > li > a[href*="combo" i]:focus-visible,
  .page-header .main-nav.mega-nav .mega-submenu > li > a[href*="bundle" i]:focus-visible {
    background: #f2f9fd !important;
    color: #087aa8 !important;
    border: 1px solid #b9ddeb !important;
    border-left-width: 1px !important;

    box-shadow: 0 6px 14px rgba(10, 63, 85, .09);
    transform: translateY(-1px);

    text-decoration: none;
  }

  .page-header .main-nav.mega-nav .mega-submenu > li > a:hover::after,
  .page-header .main-nav.mega-nav .mega-submenu > li > a:focus-visible::after {
    color: #0f89c8;
    transform: translateY(-50%) translateX(2px);
  }

  .page-header .main-nav.mega-nav .mega-submenu > li > a:hover .mega-menu-title,
  .page-header .main-nav.mega-nav .mega-submenu > li > a:focus-visible .mega-menu-title {
    color: #087aa8;
  }

  .page-header .main-nav.mega-nav .mega-submenu > li > a:focus-visible {
    outline: 3px solid rgba(15, 137, 200, .25);
    outline-offset: 1px;
  }
}

/* Existing compact-desktop 3-column behavior retained. */
@media (min-width: 1100px) and (max-width: 1199px) {

  .page-header .main-nav.mega-nav > ul > li > .mega-submenu {
    column-gap: 8px;
    row-gap: 10px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .page-header .main-nav.mega-nav .mega-submenu > li > a {
    height: 80px;
    min-height: 80px;
    padding: 9px 25px 8px 11px;
  }

  .page-header .main-nav.mega-nav .mega-menu-title {
    height: 16px;
    min-height: 16px;
    font-size: 12.5px;
    line-height: 16px;
    white-space: nowrap !important;
  }

  .page-header .main-nav.mega-nav .mega-menu-desc {
    height: 32px;
    min-height: 32px;
    margin-top: 4px;
    font-size: 11.5px;
    line-height: 16px;
  }
}


/* ---------------------------------------------------------
   Management Consultants spotlight
   --------------------------------------------------------- */
.consultant-spotlight {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 54px max(24px, calc((100vw - 1170px) / 2));
  box-sizing: border-box;
  background: #f6f3ed;
  border-top: 1px solid rgba(10,63,85,.08);
  border-bottom: 1px solid rgba(10,63,85,.08);
}

.consultant-spotlight-inner {
  max-width: 1170px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(380px, .97fr);
  gap: 52px;
  align-items: center;
}

.consultant-eyebrow {
  margin-bottom: 14px;
  color: #697278;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 1.2px;
}

.consultant-spotlight h2 {
  margin: 0 0 18px;
  color: var(--it-primary);
  font-size: 36px;
  line-height: 1.15;
  letter-spacing: -.5px;
}

.consultant-lead {
  margin: 0 0 20px;
  max-width: 650px;
  color: #334955;
  font-size: 16px;
  line-height: 1.72;
}

.consultant-points {
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}

.consultant-points li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 10px;
  color: #263d49;
  font-size: 14px;
  line-height: 1.55;
}

.consultant-points .fa {
  flex: 0 0 auto;
  margin-top: 3px;
  color: var(--it-primary-2);
}

.consultant-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.consultant-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.consultant-btn-primary {
  background: var(--it-primary);
  color: #fff;
  box-shadow: 0 8px 18px rgba(10,63,85,.15);
}

.consultant-btn-primary:hover {
  background: #073348;
  color: #fff;
  transform: translateY(-1px);
}

.consultant-btn-secondary {
  background: transparent;
  color: var(--it-primary);
  border: 1px solid rgba(10,63,85,.35);
}

.consultant-btn-secondary:hover {
  background: #fff;
  color: var(--it-primary);
  transform: translateY(-1px);
}

.consultant-showcase {
  position: relative;
}

.consultant-showcase-grid {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
  min-height: 360px;
}

.consultant-showcase-item {
  margin: 0;
  overflow: hidden;
  background: #fff;
  border-radius: 9px;
  box-shadow: 0 12px 28px rgba(10,63,85,.11);
}

.consultant-showcase-item--large {
  grid-row: 1 / 3;
}

.consultant-showcase-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  background: #fff;
}

.consultant-showcase-grid--single {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  min-height: 360px;
}

.consultant-showcase-item--single {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
  border-radius: 14px;
}

.consultant-showcase-item--single img {
  object-fit: cover;
  object-position: center;
}

.consultant-showcase-note {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: -24px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 14px 16px;
  background: var(--it-primary);
  color: #fff;
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(10,63,85,.20);
}

.consultant-showcase-number {
  flex: 0 0 auto;
  font-size: 24px;
  line-height: 1;
  font-weight: 800;
}

.consultant-showcase-text {
  font-size: 12px;
  line-height: 1.45;
}

@media (max-width: 991px) {
  .consultant-spotlight {
    padding-top: 42px;
    padding-bottom: 58px;
  }

  .consultant-spotlight-inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .consultant-showcase {
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .home-categories-modern .category-section {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 30px 14px 32px;
    border-radius: 0;
  }

  .consultant-spotlight {
    padding: 38px 16px 54px;
  }

  .consultant-spotlight h2 {
    font-size: 29px;
  }

  .consultant-lead {
    font-size: 15px;
  }

  .consultant-actions {
    flex-direction: column;
  }

  .consultant-btn {
    width: 100%;
  }

  .consultant-showcase-grid {
    min-height: 300px;
  }

  .consultant-showcase-note {
    left: 10px;
    right: 10px;
    bottom: -28px;
  }
}

@media (max-width: 480px) {
  .consultant-showcase-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 190px 130px;
  }

  .consultant-showcase-grid--single {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    min-height: 240px;
  }

  .consultant-showcase-item--large {
    grid-column: 1 / 3;
    grid-row: auto;
  }

  .consultant-showcase-note {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 12px;
  }
}
