/*
Theme Name:  PracticeAid+
Theme URI:   https://synergytop.com
Author:      SynergyTop
Author URI:  https://synergytop.com
Description: Custom WordPress theme for PracticeAid+ by SynergyTop — AI-enabled healthcare software solutions.
Version:     1.0.1
License:     GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: practiceaidplus
Tags:        healthcare, custom, responsive, full-width-template
*/

/* =====================================================
   RESET & ROOT
   ===================================================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy:       #0B1F3A;
  --navy-mid:   #1E3A5F;
  --blue:       #2D6DA8;
  --blue-light: #E8F0FA;
  --teal:       #1D9E75;
  --teal-light: #E1F5EE;
  --beige:      #F7F5F0;
  --white:      #FFFFFF;
  --gray-100:   #F4F4F2;
  --gray-300:   #D1D5DB;
  --gray-500:   #6B7280;
  --gray-700:   #374151;
  --gold:       #C9A84C;
  /* --font:       'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; */
  --font:       'Roboto', sans-serif;
  --radius:     12px;
  --radius-lg:  20px;
  --max:        1200px;
  --nav-h:      72px;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font);
  color: var(--navy);
  background: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a   { color: inherit; }

/* =====================================================
   SKIP LINK
   ===================================================== */
.skip-link {
  position: absolute;
  top: -100px;
  left: 16px;
  background: var(--teal);
  color: #fff;
  padding: 8px 16px;
  border-radius: 0 0 8px 8px;
  font-weight: 700;
  font-size: 14px;
  z-index: 9999;
  transition: top .2s;
}
.skip-link:focus { top: 0; color: #fff; }

.screen-reader-text {
  border: 0; clip: rect(1px,1px,1px,1px);
  height: 1px; overflow: hidden;
  position: absolute; white-space: nowrap; width: 1px;
}

/* =====================================================
   NAVIGATION
   ===================================================== */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: var(--nav-h);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5vw;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(11,31,58,0.08);
  transition: box-shadow .3s;
}
.site-header.scrolled {
  box-shadow: 0 2px 24px rgba(11,31,58,0.1);
}

/* Logo */
.nav-logo {
  font-size: 16px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: -.02em;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
}
.nav-logo span.teal { color: var(--teal); }
.nav-logo .nav-logo-by {
  font-weight: 400;
  color: var(--gray-500);
  font-size: 13px;
}

/* Desktop nav links */
#site-navigation {
  display: flex;
  align-items: center;
}
#site-navigation ul {
  display: flex;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#site-navigation ul li a {
  font-size: 14px;
  font-weight: 500;
  color: var(--gray-700);
  text-decoration: none;
  transition: color .2s;
  padding: 4px 0;
}
#site-navigation ul li a:hover,
#site-navigation ul li.current-menu-item > a {
  color: var(--navy);
}

/* CTA button */
.nav-cta-wrap { flex-shrink: 0; }
.nav-cta {
  background: var(--navy);
  color: #fff !important;
  border-radius: 40px;
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  display: inline-block;
  transition: background .2s, transform .1s;
  white-space: nowrap;
}
.nav-cta:hover {
  background: var(--navy-mid);
  transform: scale(1.02);
}

/* ── Hamburger toggle ── */
.menu-toggle {
  display: none;
  background: none;
  border: 2px solid transparent;
  border-radius: 6px;
  padding: 6px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  transition: border-color .2s;
}
.menu-toggle:focus {
  outline: none;
  border-color: var(--teal);
}
.menu-toggle .bar {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--navy);
  border-radius: 2px;
  transition: transform .3s ease, opacity .3s ease;
  transform-origin: center;
}
/* Animate to X when open */
.menu-toggle.is-active .bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.is-active .bar:nth-child(2) { opacity: 0; transform: scaleX(0); }
.menu-toggle.is-active .bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* =====================================================
   PAGE CONTENT OFFSET (below fixed nav)
   ===================================================== */
.page-content-wrap { padding-top: var(--nav-h); }

/* =====================================================
   HERO
   ===================================================== */
.hero-section {
  /* min-height: 85vh; */
   min-height: 69vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 5vw 30px;
  position: relative;
  overflow: hidden;
  /* background: linear-gradient(160deg, #0B1F3A 0%, #1E3A5F 40%, #0F6E56 100%); */
  background-image: url('http://synergytop.us/wp-content/uploads/2026/06/iStock-1751752735-3.png');
  background-repeat: no-repeat;
  background-size: cover ;
  background-position: center;
}
.hero-section.hero-md { min-height: 62vh; }
.hero-section.hero-sm { min-height: 55vh; }

.hero-bg {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(ellipse at 70% 30%, rgba(29,158,117,.18) 0%, transparent 60%),
    radial-gradient(ellipse at 20% 80%, rgba(45,109,168,.20) 0%, transparent 50%);
  pointer-events: none;
}

.hero-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  /* color: #fff; */
  color: #da251c;
  margin-bottom: 14px;
  position: relative;
}

.hero-section h1 {
    font-size: clamp(2rem, 3.5vw, 4.2rem);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -.04em;
    /* color: #fff; */
    color: #2c3280;
    max-width: 820px;
    position: relative;
    margin-bottom: 14px;
}
.hero-section h1 em { 
  font-style: normal; 
  /* color: #5DC8A8;  */
  color: #2c3280;
}

.hero-sub {
  font-size: clamp(15px, 2vw, 18px);
  line-height: 1.65;
  /* color: #fff; */
  color: #54505c;
  max-width: 580px;
  position: relative;
  margin-bottom: 22px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  position: relative;
}

.hero-trust {
  margin-top: 22px;
  font-size: 12px;
  /* color: #fff; */
   color: #111112;
   font-weight: 500;
  letter-spacing: .06em;
  position: relative;
}

/* =====================================================
   BUTTONS
   ===================================================== */
.btn-primary {
  background: #fff;
  color: var(--navy) !important;
  border-radius: 40px;
  padding: 13px 30px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none !important;
  display: inline-block;
  transition: transform .15s, box-shadow .15s;
  cursor: pointer;
  border: none;
  white-space: nowrap;
}
.btn-primary:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 32px rgba(0,0,0,.18);
}

.btn-ghost {
  color: rgba(255,255,255,.85) !important;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none !important;
  background-color: #004d99;
  border: 1.5px solid rgba(255,255,255,.28);
  border-radius: 40px;
  padding: 12px 26px;
  display: inline-block;
  transition: border-color .2s, color .2s;
  white-space: nowrap;
}
.btn-ghost:hover {
  border-color: rgba(255,255,255,.65);
  color: #fff !important;
}

/* =====================================================
   FEATURE STRIP
   ===================================================== */
.feature-strip {
  background: var(--beige);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.strip-item {
  padding: 32px 20px;
  text-align: center;
  border-right: 1px solid var(--gray-300);
}
.strip-item:last-child { border-right: none; }
.strip-icon  { font-size: 26px; margin-bottom: 10px; }
.strip-label { font-size: 13px; font-weight: 600; color: var(--navy); }

/* =====================================================
   SECTION UTILITIES
   ===================================================== */
.section-wrap {
  /* padding: 90px 5vw; */
  /* padding: 90px 0vw; */
   padding: 45px 0vw;
  max-width: var(--max);
  margin: 0 auto;
}
/* .section-full { padding: 90px 5vw; } */
.section-full { padding: 45px 5vw; }

.bg-beige { background: var(--beige); }
.bg-navy  { background: var(--navy); }
.bg-white { background: var(--white); }

.section-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 14px;
  display: block;
}
.bg-navy .section-tag { color: rgba(255,255,255,.4); }

h2.section-title {
  font-size: clamp(1.75rem, 3.5vw, 2.8rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -.03em;
  color: var(--navy);
  margin-bottom: 20px;
}
h2.section-title em { font-style: normal; color: var(--teal); }
.bg-navy h2.section-title     { color: #fff; }
.bg-navy h2.section-title em  { color: #5DC8A8; }

.section-body {
  font-size: 16px;
  line-height: 1.75;
  color: var(--gray-700);
  max-width: 580px;
}
.bg-navy .section-body { color: rgba(255,255,255,.6); }

/* =====================================================
   SPLIT LAYOUT
   ===================================================== */
.split-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
.split-layout.reverse { direction: rtl; }
.split-layout.reverse > * { direction: ltr; }

/* =====================================================
   DASHBOARD MOCKUP
   ===================================================== */
.dash-mock {
  background: var(--navy);
  border-radius: var(--radius-lg);
  padding: 24px;
  overflow: hidden;
  width: 100%;
}
.dash-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.dash-logo-sm { font-size: 11px; font-weight: 700; color: rgba(255,255,255,.45); }
.dash-status  { display: flex; gap: 6px; }
.dot          { width: 10px; height: 10px; border-radius: 50%; }
.dot-green { background: #5DC8A8; }
.dot-amber { background: #F5C543; }
.dot-red   { background: #F87171; }

.dash-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 16px;
}
.dash-metric {
  background: rgba(255,255,255,.07);
  border-radius: 10px;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.08);
}
.dash-metric-label { font-size: 9px; color: rgba(255,255,255,.4); margin-bottom: 5px; letter-spacing: .05em; }
.dash-metric-val   { font-size: 20px; font-weight: 800; color: #fff; line-height: 1; }
.dash-metric-sub   { font-size: 10px; color: #5DC8A8; margin-top: 4px; }

.dash-bar-section { margin-bottom: 14px; }
.dash-bar-label   { font-size: 9px; color: rgba(255,255,255,.4); margin-bottom: 8px; letter-spacing: .05em; }
.dash-bars        { display: flex; flex-direction: column; gap: 6px; }
.bar-row          { display: flex; align-items: center; gap: 8px; }
.bar-name         { font-size: 10px; color: rgba(255,255,255,.6); width: 72px; flex-shrink: 0; }
.bar-track        { flex: 1; height: 6px; background: rgba(255,255,255,.08); border-radius: 4px; overflow: hidden; }
.bar-fill         { height: 100%; border-radius: 4px; }
.bar-val          { font-size: 10px; color: rgba(255,255,255,.45); width: 28px; text-align: right; }

.dash-ai-panel {
  background: rgba(29,158,117,.12);
  border: 1px solid rgba(29,158,117,.25);
  border-radius: 10px;
  padding: 13px;
}
.dash-ai-label { font-size: 9px; color: #5DC8A8; font-weight: 700; margin-bottom: 7px; letter-spacing: .05em; }
.dash-ai-msg   { font-size: 11px; color: rgba(255,255,255,.7); line-height: 1.55; }

/* =====================================================
   POINTS GRID
   ===================================================== */
.points-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 40px;
}
.point-title { font-size: 14px; font-weight: 700; color: var(--navy); margin-bottom: 5px; }
.point-body  { font-size: 13px; color: var(--gray-500); line-height: 1.65; }

/* =====================================================
   CAPABILITY CARDS
   ===================================================== */
.cap-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 48px;
}
.cap-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  border: 1px solid var(--gray-300);
  padding: 28px;
  transition: transform .2s, box-shadow .2s;
}
.cap-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(11,31,58,.1);
}
.cap-icon {
  width: 44px; height: 44px;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
  font-size: 20px;
}
.icon-teal { background: var(--teal-light); color: var(--teal); }
.icon-blue { background: var(--blue-light); color: var(--blue); }
.icon-navy { background: rgba(11,31,58,.07); color: var(--navy); }
.cap-title  { font-size: 15px; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.cap-body   { font-size: 13px; color: var(--gray-500); line-height: 1.65; }

/* =====================================================
   AI PRINCIPLES
   ===================================================== */
.ai-principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 40px;
}
.ai-pill {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--radius);
  padding: 20px;
}
.ai-pill-title { font-size: 13px; font-weight: 700; color: #fff; margin-bottom: 6px; }
.ai-pill-body  { font-size: 12px; color: rgba(255,255,255,.5); line-height: 1.55; }

.ai-disclaimer {
  margin-top: 36px;
  padding: 18px 22px;
  background: rgba(29,158,117,.1);
  border: 1px solid rgba(29,158,117,.2);
  border-radius: var(--radius);
  font-size: 13px;
  color: rgba(255,255,255,.65);
  line-height: 1.6;
}
.ai-disclaimer strong { color: #5DC8A8; }

/* =====================================================
   USE CASES
   ===================================================== */
.use-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}
.use-card {
  background: var(--white);
  padding: 36px 28px;
  border: 1px solid var(--gray-300);
  transition: background .2s;
}
.use-card:hover { background: var(--beige); }
.use-num   { font-size: 11px; font-weight: 700; color: var(--teal); letter-spacing: .1em; margin-bottom: 12px; }
.use-title { font-size: 16px; font-weight: 800; color: var(--navy); margin-bottom: 8px; }
.use-body  { font-size: 13px; color: var(--gray-500); line-height: 1.7; }

/* =====================================================
   REVIEWS / TESTIMONIALS
   ===================================================== */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 48px;
}
.review-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  border: 1px solid var(--gray-300);
  padding: 28px;
}
.review-stars  { color: var(--gold); font-size: 14px; margin-bottom: 14px; }
.review-text   { font-size: 14px; color: var(--gray-700); line-height: 1.7; margin-bottom: 18px; font-style: italic; }
.review-author { font-size: 13px; font-weight: 700; color: var(--navy); }
.review-role   { font-size: 12px; color: var(--gray-500); }
.review-source { margin-top: 10px; }
.review-badge  {
  display: inline-block;
  font-size: 10px; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--teal); background: var(--teal-light);
  padding: 3px 10px; border-radius: 20px;
}

/* =====================================================
   INLINE CTA
   ===================================================== */
.inline-cta-wrap { text-align: center; margin-top: 56px; }
.inline-cta {
  background: var(--navy);
  color: #fff !important;
  border-radius: 40px;
  padding: 13px 34px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none !important;
  display: inline-block;
  transition: transform .15s, box-shadow .15s;
  border: none; cursor: pointer;
}
.inline-cta:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 24px rgba(11,31,58,.22);
}
.inline-cta-ghost {
  color: var(--navy) !important;
  border: 2px solid var(--navy);
  background: transparent;
  border-radius: 40px;
  padding: 11px 26px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none !important;
  display: inline-block;
  margin-left: 14px;
  transition: background .2s, color .2s;
}
.inline-cta-ghost:hover {
  background: var(--navy);
  color: #fff !important;
}

/* =====================================================
   FINAL CTA
   ===================================================== */
.final-cta {
  /* padding: 110px 5vw; */
   padding: 45px 5vw;
  text-align: center;
  background: linear-gradient(135deg, #0B1F3A 0%, #0F3460 50%, #0B1F3A 100%);
}
.final-cta h2 {
  color: #fff;
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -.03em;
  max-width: 700px;
  margin: 0 auto 22px;
}
.final-cta h2 em { color: #5DC8A8; font-style: normal; }
.final-cta p     { color: rgba(255,255,255,.6); font-size: 16px; max-width: 480px; margin: 0 auto 0px; }
.final-cta-note  { margin-top: 18px; font-size: 12px; color: rgba(255,255,255,.28); }

/* =====================================================
   ABOUT — STATS & PILLARS
   ===================================================== */
.about-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 48px;
}
.stat-card  { text-align: center; }
.stat-num   { font-size: clamp(2.2rem, 4vw, 3.2rem); font-weight: 800; color: var(--navy); letter-spacing: -.04em; }
.stat-label { font-size: 13px; color: var(--gray-500); margin-top: 4px; }

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 40px;
}
.team-pillar {
  padding: 28px;
  background: var(--white);
  border-radius: var(--radius-lg);
  border: 1px solid var(--gray-300);
}
.pillar-icon  { font-size: 26px; margin-bottom: 14px; }
.pillar-title { font-size: 15px; font-weight: 700; color: var(--navy); margin-bottom: 7px; }
.pillar-body  { font-size: 13px; color: var(--gray-500); line-height: 1.65; }

/* =====================================================
   CONTACT
   ===================================================== */
.contact-wrap {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 72px;
  align-items: start;
}
.contact-info h3 {
  font-size: clamp(1.4rem, 2.5vw, 1.75rem);
  font-weight: 800;
  color: var(--navy);
  line-height: 1.2;
  margin-bottom: 14px;
}
.contact-info > p { font-size: 15px; color: var(--gray-500); line-height: 1.75; margin-bottom: 36px; }
.contact-highlights { display: flex; flex-direction: column; gap: 18px; }
.contact-highlight  { display: flex; gap: 14px; align-items: flex-start; }
.highlight-icon {
  width: 40px; height: 40px;
  border-radius: 10px;
  background: var(--teal-light);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; font-size: 18px;
}
.highlight-text h4 { font-size: 14px; font-weight: 700; color: var(--navy); }
.highlight-text p  { font-size: 13px; color: var(--gray-500); margin-top: 2px; line-height: 1.5; }

/* Form Card */
.form-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  border: 1px solid var(--gray-300);
  padding: 36px;
}
.form-title { font-size: 19px; font-weight: 800; color: var(--navy); margin-bottom: 24px; }
.form-row   { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-group { margin-bottom: 18px; }
.form-label {
  font-size: 12px; font-weight: 600; color: var(--gray-700);
  margin-bottom: 5px; display: block; letter-spacing: .02em;
}
.form-input,
.form-select,
.form-textarea {
  width: 100%;
  padding: 11px 15px;
  border: 1.5px solid var(--gray-300);
  border-radius: 10px;
  font-size: 14px;
  color: var(--navy);
  font-family: var(--font);
  background: var(--white);
  outline: none;
  transition: border-color .2s, box-shadow .2s;
  -webkit-appearance: none;
  appearance: none;
}
.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(29,158,117,.12);
}
.form-textarea { resize: vertical; min-height: 88px; }
.form-submit {
  width: 100%;
  background: var(--navy);
  color: #fff;
  border: none;
  border-radius: 40px;
  padding: 13px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: background .2s, transform .1s;
  margin-top: 6px;
}
.form-submit:hover { background: var(--navy-mid); transform: scale(1.01); }
.form-note { font-size: 11px; color: var(--gray-500); text-align: center; margin-top: 10px; }

/* =====================================================
   FOOTER
   ===================================================== */
.site-footer {
  background: #06121F;
  padding: 56px 5vw 36px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
}
.footer-logo {
  font-size: 15px; font-weight: 800;
  color: #fff; margin-bottom: 12px;
  text-decoration: none; display: block;
}
.footer-logo span { color: #5DC8A8; }
.footer-tagline { font-size: 13px; color: rgb(255 255 255 / 62%); line-height: 1.6; max-width: 270px; }
.footer-col h4 {
  font-size: 11px; font-weight: 700;
  color:  rgb(255 255 255 / 62%);
  letter-spacing: .1em; text-transform: uppercase;
  margin-bottom: 14px;
}
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 9px; }
.footer-col a  { font-size: 13px; color: rgb(255 255 255 / 62%); text-decoration: none; transition: color .2s; }
.footer-col a:hover { color: #fff; }

.footer-bottom {
  background: #06121F;
  padding: 18px 5vw;
  border-top: 1px solid rgba(255,255,255,.06);
  font-size: 12px;
  color: rgb(255 255 255 / 34%);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
.footer-bottom a { color: rgba(255,255,255,.36); text-decoration: none; }
.footer-bottom a:hover { color: rgba(255,255,255,.7); }

/* =====================================================
   WP BLOCK / ALIGNMENT HELPERS
   ===================================================== */
.alignwide  { max-width: 1100px; margin-left: auto; margin-right: auto; }
.alignfull  { margin-left: calc(-5vw); margin-right: calc(-5vw); max-width: calc(100% + 10vw); }
.wp-block-image img { max-width: 100%; height: auto; }
.comment-form .form-submit { width: auto; padding: 11px 30px; }

/* =====================================================
   FADE-IN ANIMATION
   ===================================================== */
.pap-fade {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .5s ease, transform .5s ease;
}
.pap-fade.visible {
  opacity: 1;
  transform: none;
}

/* 6-4-26 */

.nav-mobile-cta{
  display: none;
  margin-left: 24px;
}

.custom-logo-link .custom-logo{
  width:190px;
}

.final-cta a.btn-primary{
  margin: 24px 0px;
}

.bg-navy.section-full .inline-cta-wrap .inline-cta{color:#0B1F3A !important;}

.trusted-by , .who-we-are{
    /* padding: 100px 0vw; */
    padding: 45px 0vw;
    max-width: var(--max);
    margin: 0 auto;
}

/* 12-6-26 s */
.self-d-done{display:none;}
.icon-wrapper{
  display:flex;
  align-items: center;
  justify-content:start;
  margin: 10px 0;
  gap: 10px;
}

.visit-site{margin-left: 10px;}

.review-card .review-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.swiper.testimonials-slider{
  margin-top: 45px;
}

.rating_sld_section .logo {
    width: 50px !important;
    height: 50px !important;
}

.rating_sld_section p {
    color: #001e6b;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center;
}

.rating_sld_section {
    background: linear-gradient(90deg,#a30da3 15%,#0048ff 85%);
    padding:25px;
}

.ratingDiv .card {
  background-color: #fff;
  min-width:235px;
  padding:16px;
  border-radius:8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.self-mt-2{
  margin-top:.5rem;
}

.self-mb-1{margin-bottom: .25rem;}

.f-12 {
    font-size: 14px !important;
}

.team-pillar:nth-child(1) .pillar-icon i { color: #2563eb; }
.team-pillar:nth-child(2) .pillar-icon i { color: #16a34a; }
.team-pillar:nth-child(3) .pillar-icon i { color: #9333ea; }
.team-pillar:nth-child(4) .pillar-icon i { color: #f59e0b; }
.team-pillar:nth-child(5) .pillar-icon i { color: #ef4444; }
.team-pillar:nth-child(6) .pillar-icon i { color: #06b6d4; }

/* ===================================================
   RESPONSIVE — TABLET  ≤ 1024px
   =================================================== */
@media (max-width: 1024px) {
  .cap-grid { grid-template-columns: repeat(2, 1fr); }
  .use-grid { grid-template-columns: repeat(2, 1fr); }
  /* 4-6-26 */
  .trusted-by , .who-we-are{
      padding: 100px 5vw;
  }
}

/* ===================================================
   RESPONSIVE — SMALL TABLET  ≤ 900px
   =================================================== */
@media (max-width: 900px) {

  /* ── Nav: hide links + CTA, show hamburger ── */
  #site-navigation {
    display: none;
    position: fixed;
    top: var(--nav-h);
    left: 0; right: 0;
    background: #fff;
    border-bottom: 1px solid var(--gray-300);
    box-shadow: 0 8px 24px rgba(11,31,58,.1);
    padding: 20px 5vw 24px;
    z-index: 999;
  }
  #site-navigation.nav-open {
    display: block;
  }
  #site-navigation ul {
    flex-direction: column;
  }
  #site-navigation ul li a {
    display: block;
    padding: 12px 0;
    font-size: 16px;
    border-bottom: 1px solid var(--gray-100);
  }
  #site-navigation ul li:last-child a { border-bottom: none; }
  /* Mobile CTA inside nav */
  .nav-mobile-cta {
    display: block;
    margin-top: 16px;
    text-align: center;
  }
  .nav-mobile-cta a {
    display: block;
    background: var(--navy);
    color: #fff;
    border-radius: 40px;
    padding: 13px 24px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
  }

  .nav-cta-wrap { display: none; }
  .menu-toggle  { display: flex; }

  /* Sections */
  .split-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .split-layout.reverse { direction: ltr; }

  .feature-strip { grid-template-columns: repeat(2, 1fr); }
  .strip-item { border-right: none; border-bottom: 1px solid var(--gray-300); }
  .strip-item:nth-child(odd)  { border-right: 1px solid var(--gray-300); }
  .strip-item:last-child,
  .strip-item:nth-last-child(2):nth-child(odd) { border-bottom: none; }

  .ai-principles { grid-template-columns: 1fr 1fr; }
  .reviews-grid  { grid-template-columns: 1fr 1fr; }
  .about-stats   { grid-template-columns: repeat(2, 1fr); }
  .team-grid     { grid-template-columns: 1fr 1fr; }
  .contact-wrap  { grid-template-columns: 1fr; gap: 48px; }
  .form-row      { grid-template-columns: 1fr 1fr; }

  .site-footer {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }
  .footer-bottom { flex-direction: column; gap: 6px; }
  #site-navigation ul#menu-header-main-menu{
  gap: 20px;
  }
}

/* ===================================================
   RESPONSIVE — MOBILE  ≤ 640px
   =================================================== */
@media (max-width: 640px) {

  :root { --nav-h: 64px; }

  /* Hero */
  .hero-section      { padding: 72px 5vw 56px; min-height: 85vh; }
  .hero-section.hero-md { min-height: 60vh; }
  .hero-section.hero-sm { min-height: 52vh; }
  .hero-sub          { font-size: 15px; }
  .hero-actions      { flex-direction: column; align-items: flex-start; }
  .hero-actions a    { width: 100%; text-align: center; }
  .hero-trust        { font-size: 11px; }

  /* Strip */
  .feature-strip {
    grid-template-columns: 1fr 1fr;
  }
  .strip-item {
    padding: 22px 14px;
    border-right: none;
    border-bottom: 1px solid var(--gray-300);
  }
  .strip-item:nth-child(odd)  { border-right: 1px solid var(--gray-300); }
  .strip-item:nth-child(3),
  .strip-item:nth-child(4)    { border-bottom: none; }

  /* Grids → single column */
  .cap-grid       { grid-template-columns: 1fr; }
  .use-grid       { grid-template-columns: 1fr; }
  .ai-principles  { grid-template-columns: 1fr; }
  .reviews-grid   { grid-template-columns: 1fr; }
  .team-grid      { grid-template-columns: 1fr; }
  .points-grid    { grid-template-columns: 1fr; }
  .about-stats    { grid-template-columns: 1fr 1fr; }

  /* Form row */
  .form-row { grid-template-columns: 1fr; }
  .form-card { padding: 24px 18px; }

  /* Footer */
  .site-footer { grid-template-columns: 1fr; gap: 28px; }
  .footer-tagline { max-width: 100%; }

  /* Final CTA */
  .final-cta { padding: 72px 5vw; }

  /* Section padding reduce */
  .section-wrap,
  .section-full { padding: 64px 5vw; }

  /* Inline CTA buttons stack */
  .inline-cta-wrap { display: flex; flex-direction: column; align-items: center; gap: 12px; }
  .inline-cta-ghost { margin-left: 0; }

  /* Dashboard mockup metrics → 1 col */
  .dash-metrics { grid-template-columns: 1fr; gap: 8px; }

  /* Contact */
  .contact-wrap { gap: 36px; }

  #site-navigation ul#menu-header-main-menu{
  gap: 0px;
  }

  .hero-sub{color: #fff;}
  
}

/* ===================================================
   RESPONSIVE — VERY SMALL  ≤ 380px
   =================================================== */
@media (max-width: 380px) {
  .nav-logo .nav-logo-by { display: none; }
  .hero-section h1 { font-size: 1.8rem; }
  .about-stats { grid-template-columns: 1fr 1fr; }
}
