/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/


/* ── Homepage CSS ── */

.b44hs {
  position: relative;
  min-height: 70vh;
  overflow: hidden;
  background: linear-gradient(135deg, #0A0F2E 0%, #0D1B4B 40%, #0066FF 100%);
  font-family: 'Inter', sans-serif;
  box-sizing: border-box;
}

.b44hs *, .b44hs *::before, .b44hs *::after {
  box-sizing: border-box;
}

/* ── Background ── */
.b44hs-bgimg {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0.2;
  display: block;
  transition: opacity 0.6s ease;
}

.b44hs-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: linear-gradient(to right, rgba(10,15,46,0.95), rgba(10,15,46,0.80), rgba(10,15,46,0.40));
}

.b44hs-glow {
  position: absolute;
  top: 25%; right: 25%;
  width: 384px; height: 384px;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.3;
  pointer-events: none;
  background: #0066FF;
  transition: background 0.8s ease;
}

/* ── Container ── */
.b44hs-container {
  position: relative;
  z-index: 10;
  max-width: 1450px;
  margin: 0 auto;
  padding: 100px 24px 80px;
  width: 100%;
}

/* ── Two-column row ── */
.b44hs-row {
  overflow: visible;
}

.b44hs-row::after {
  content: "";
  display: table;
  clear: both;
}

.b44hs-left {
  float: left;
  width: 50%;
  padding-right: 24px;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.b44hs-right {
  float: right;
  width: 50%;
  padding: 28px 24px 28px 24px;
  position: relative;
  min-height: 400px;
}

/* ── Badge ── */
.b44hs-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #0066FF;
  background: rgba(0,102,255,0.2);
  padding: 6px 14px;
  border-radius: 9999px;
  margin-bottom: 16px;
}

/* ── Headline ── */
.b44hs-h1 {
  font-size: 3.75rem;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 0 0 24px 0;
  font-family: 'Inter', sans-serif;
}

/* ── Subtext ── */
.b44hs-sub {
  font-size: 1.125rem;
  color: rgba(255,255,255,0.7);
  line-height: 1.75;
  margin: 0 0 40px 0;
  max-width: 520px;
}

/* ── Buttons ── */
.b44hs-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.b44hs-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #0066FF 0%, #0099FF 50%, #00C6FF 100%);
  color: #fff !important;
  font-weight: 700;
  font-size: 1rem;
  padding: 16px 32px;
  border-radius: 0.75rem;
  text-decoration: none !important;
  box-shadow: 0 0 30px rgba(0,102,255,0.35), 0 4px 20px rgba(0,102,255,0.2);
  font-family: 'Inter', sans-serif;
  transition: all 0.3s ease;
}

.b44hs-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 40px rgba(0,102,255,0.5), 0 8px 30px rgba(0,102,255,0.3);
  color: #fff !important;
  text-decoration: none !important;
}

.b44hs-btn-primary svg {
  transition: transform 0.3s ease;
}

.b44hs-btn-primary:hover svg {
  transform: translateX(4px);
}

.b44hs-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #fff !important;
  font-weight: 600;
  font-size: 1rem;
  padding: 16px 32px;
  border-radius: 0.75rem;
  border: 1px solid rgba(255,255,255,0.3);
  text-decoration: none !important;
  font-family: 'Inter', sans-serif;
  transition: all 0.3s ease;
}

.b44hs-btn-outline:hover {
  background: rgba(255,255,255,0.1);
  color: #fff !important;
  text-decoration: none !important;
}

/* ── Social proof ── */

.b44hs-stars {
  display: flex;
  align-items: center;
  gap: 4px;
}

.b44hs-stars span,
.b44hs-proof-text {
  color: rgba(255,255,255,0.7);
  font-size: 0.875rem;
  margin-left: 4px;
  line-height: 16px !important;
  display: inline-block;
  vertical-align: middle;
}

.b44hs-clients {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(255,255,255,0.7);
  vertical-align: middle;
  line-height: 1;
  font-size: 0.875rem;
}

.b44hs-clients svg,
.b44hs-stars svg {
  flex-shrink: 0;
  vertical-align: middle;
  display: inline-block;
  width: 16px !important;
  height: 16px !important;
  line-height: 0;
}

.b44hs-proof {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 40px;
  flex-wrap: wrap;
  line-height: 1;
}
.b44hs-img-glow {
  position: absolute;
  top: -16px; left: 8px; right: -16px; bottom: -16px;
  border-radius: 24px;
  opacity: 0.3;
  filter: blur(24px);
  pointer-events: none;
  background: #0066FF;
  transition: background 0.8s ease;
}

.b44hs-img {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 384px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 25px 50px rgba(0,0,0,0.3);
  display: block;
  transition: opacity 0.5s ease;
}

/* ── Floating stat badges ── */
.b44hs-stat {
  position: absolute;
  z-index: 20;
  background: #fff;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08), 0 1px 4px rgba(0,0,0,0.04);
}

.b44hs-stat-bl {
  bottom: -8px;
  left: -8px;
}

.b44hs-stat-tr {
  top: -8px;
  right: -8px;
}

.b44hs-stat-num {
  font-size: 1.5rem;
  font-weight: 900;
  color: #161D2F;
  line-height: 1;
  margin-bottom: 2px;
}

.b44hs-stat-num.b44hs-blue {
  color: #0066FF;
}

.b44hs-stat-label {
  font-size: 0.75rem;
  color: #6B7280;
  font-weight: 500;
}

/* ── Dots ── */
.b44hs-dots {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 48px;
  clear: both;
  padding-top: 16px;
}

.b44hs-dots button.b44hs-dot {
  height: 8px !important;
  min-height: 0 !important;
  max-height: 8px !important;
  border-radius: 9999px !important;
  border: none !important;
  cursor: pointer;
  padding: 0 !important;
  margin: 0 !important;
  transition: all 0.5s ease;
  background: rgba(255,255,255,0.3) !important;
  width: 8px !important;
  min-width: 0 !important;
  display: block;
  line-height: 0 !important;
  font-size: 0 !important;
  box-shadow: none !important;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

.b44hs-dots button.b44hs-dot.b44hs-dot-active {
  width: 40px !important;
  background: #0066FF !important;
}

.b44hs-dots-counter {
  margin-left: 16px;
  color: rgba(255,255,255,0.4);
  font-size: 0.75rem;
}

/* ── Scroll cue ── */
.b44hs-scroll {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255,255,255,0.4);
  animation: b44hsBounce 2s infinite ease-in-out;
}

@keyframes b44hsBounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(6px); }
}

/* ── Responsive: Tablet ── */
@media (max-width: 1024px) {
  .b44hs-left {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  .b44hs-right {
    display: none;
  }
  .b44hs {
    min-height: auto;
  }
  .b44hs-h1 {
    font-size: 2.75rem;
  }
}

/* ── Responsive: Mobile ── */
@media (max-width: 768px) {
  .b44hs-container {
    padding: 72px 20px 60px;
  }
  .b44hs-h1 {
    font-size: 2.125rem;
  }
  .b44hs-sub {
    font-size: 1rem;
    margin-bottom: 32px;
  }
  .b44hs-btns {
    flex-direction: column;
    gap: 0px !important;
  }
  .b44hs .b44hs-btn-primary,
  .b44hs .b44hs-btn-outline {
    width: 100% !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 12px 20px !important;
    font-size: 0.9375rem !important;
    min-height: 0 !important;
    line-height: 1.4 !important;
  }
  .b44hs-proof {
    gap: 16px;
  }
  .b44hs-dots {
    margin-top: 32px;
  }
  .b44hs-scroll {
    display: none;
  }
}

/* ── Responsive: XL ── */
@media (min-width: 1280px) {
  .b44hs-h1 {
    font-size: 4.5rem;
  }
  .b44hs-img {
    height: 420px;
  }
}

/* ── TrustBar Section ── */

.b44-trustbar {
  position: relative;
  padding: 3rem 0;
  background: #ffffff;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  overflow: hidden;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

.b44-trustbar::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, #d1d5db 1px, transparent 1px);
  background-size: 20px 20px;
  opacity: 0.45;
  pointer-events: none;
}

.b44-trustbar__inner {
  position: relative;
  z-index: 2;
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 1rem;
}

.b44-trustbar__grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.b44-trustbar__stat {
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.b44-trustbar__stat.b44-trustbar__stat--visible {
  opacity: 1;
  transform: translateY(0);
}

.b44-trustbar__number {
  display: inline-block;
  font-size: 1.875rem;
  font-weight: 900;
  line-height: 1.2;
  background: linear-gradient(135deg, #0066FF 0%, #0099FF 50%, #00C6FF 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

.b44-trustbar__label {
  margin-top: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #6B7280;
  line-height: 1.4;
}

/* ── Tablet (≥640px) ── */

@media (min-width: 640px) {
  .b44-trustbar__inner {
    padding: 0 1.5rem;
  }
  .b44-trustbar__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .b44-trustbar__number {
    font-size: 2.25rem;
  }
}

/* ── Desktop (≥1024px) ── */

@media (min-width: 1024px) {
  .b44-trustbar {
    padding: 4rem 0;
  }
  .b44-trustbar__inner {
    padding: 0 2rem;
  }
  .b44-trustbar__grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
  }
  .b44-trustbar__number {
    font-size: 3rem;
  }
}

/* ── SEO Audit Section ── */

.b44-seoaudit {
  position: relative;
  padding: 5rem 0;
  overflow: hidden;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  box-sizing: border-box;
}

.b44-seoaudit *, .b44-seoaudit *::before, .b44-seoaudit *::after {
  box-sizing: border-box;
}

/* Dot pattern */
.b44-seoaudit__dotbg {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, #d1d5db 1px, transparent 1px);
  background-size: 20px 20px;
  opacity: 0.5;
  pointer-events: none;
}

/* Inner container */
.b44-seoaudit__inner {
  position: relative;
  z-index: 2;
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* Two-column layout using table for vertical centering */
.b44-seoaudit__row {
  display: table !important;
  width: 100% !important;
  table-layout: fixed !important;
}

.b44-seoaudit__row::after {
  content: "";
  display: table;
  clear: both;
}

.b44-seoaudit__left {
  display: table-cell !important;
  width: 50%;
  padding-right: 2.5rem;
  vertical-align: top;
}

.b44-seoaudit__left-inner {
  transform: translateX(-40px);
  transition: transform 0.7s ease;
}

.b44-seoaudit__left-inner.b44-seoaudit--visible {
  transform: translateX(0);
}

.b44-seoaudit__right {
  display: table-cell !important;
  width: 50%;
  padding-left: 2.5rem;
  vertical-align: middle;
}

.b44-seoaudit__right-inner {
  transform: translateX(40px);
  transition: transform 0.7s ease 0.15s;
}

.b44-seoaudit__right-inner.b44-seoaudit--visible {
  transform: translateX(0);
}

/* Badge */
.b44-seoaudit__badge {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #ffffff;
  background: linear-gradient(135deg, #0066FF 0%, #0099FF 50%, #00C6FF 100%) !important;
  padding: 6px 12px;
  border-radius: 9999px;
  margin-bottom: 1.5rem;
}

/* Heading */
.b44-seoaudit__h2 {
  font-size: 1.875rem;
  font-weight: 900;
  color: #161D2F;
  line-height: 1.2;
  margin: 0 0 1.5rem 0;
  font-family: 'Inter', sans-serif;
}

.b44-seoaudit__h2-grad {
  background: linear-gradient(135deg, #0066FF 0%, #00C6FF 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

/* Description */
.b44-seoaudit__desc {
  font-size: 1rem;
  color: #6B7280;
  line-height: 1.75;
  margin: 0 0 2rem 0;
}

/* Bullet items */
.b44-seoaudit__bullets {
  margin: 0;
  padding: 0;
}

.b44-seoaudit__bullet {
  background: #ffffff;
  border-radius: 0.75rem;
  padding: 1rem 1.25rem;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
  border: 1px solid #e5e7eb;
  margin-bottom: 1rem;
  overflow: hidden;
}

.b44-seoaudit__bullet::after {
  content: "";
  display: table;
  clear: both;
}

.b44-seoaudit__bullet-icon {
  float: left;
  width: 36px;
  height: 36px;
  background: rgba(0,102,255,0.1);
  border-radius: 0.5rem;
  color: #0066FF;
  text-align: center;
  line-height: 36px;
  margin-right: 0.75rem;
}

.b44-seoaudit__bullet-icon svg {
  display: inline-block !important;
  vertical-align: middle !important;
  width: 16px !important;
  height: 16px !important;
}

.b44-seoaudit__bullet-text {
  float: left;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #161D2F;
  line-height: 36px;
}

.b44-seoaudit__bullet-check {
  float: right !important;
  display: block !important;
  width: 16px !important;
  height: 16px !important;
  margin-top: 10px;
  margin-left: 12px;
}

/* Card header icon+text alignment */
.b44-seoaudit__card-header {
  overflow: hidden;
  margin-bottom: 30px;
}

.b44-seoaudit__card-header::after {
  content: "";
  display: table;
  clear: both;
}

.b44-seoaudit__card-icon {
  float: left;
  width: 2.5rem;
  height: 2.5rem;
  background: linear-gradient(135deg, #0066FF 0%, #0099FF 50%, #00C6FF 100%);
  border-radius: 0.75rem;
  text-align: center;
  line-height: 2.5rem;
  margin-right: 0.75rem;
}

.b44-seoaudit__card-icon svg {
  display: inline-block !important;
  vertical-align: middle !important;
}

.b44-seoaudit__card-title-wrap {
  overflow: hidden;
}

/* Photo block */
.b44-seoaudit__photo {
  position: relative;
  margin-top: 2.5rem;
  border-radius: 1rem;
  overflow: hidden;
}

.b44-seoaudit__photo-img {
  width: 100%;
  height: 192px;
  object-fit: cover;
  display: block;
  border-radius: 1rem;
}

.b44-seoaudit__photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,102,255,0.3), transparent);
  border-radius: 1rem;
  pointer-events: none;
}

.b44-seoaudit__photo-badge {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  background: #ffffff;
  border-radius: 0.75rem;
  padding: 0.5rem 1rem;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

.b44-seoaudit__photo-badge-title {
  font-size: 0.875rem;
  font-weight: 900;
  color: #161D2F;
  margin: 0;
  line-height: 1.3;
}

.b44-seoaudit__photo-badge-sub {
  font-size: 0.75rem;
  color: #6B7280;
  margin: 0;
  line-height: 1.3;
}

/* ── Card (form container) ── */
.b44-seoaudit__card {
  background: #ffffff;
  border-radius: 1.5rem;
  padding: 2rem;
  box-shadow: 0 25px 50px rgba(0,0,0,0.08), 0 4px 16px rgba(0,0,0,0.04);
  border: 1px solid #e5e7eb;
}

/* card-header and card-icon styles are defined above with float approach */

.b44-seoaudit__card-title {
  font-size: 1.25rem;
  font-weight: 900;
  color: #161D2F;
  margin: 0;
  line-height: 1.3;
  font-family: 'Inter', sans-serif;
}

.b44-seoaudit__card-subtitle {
  font-size: 0.75rem;
  color: #6B7280;
  margin: 0;
  line-height: 1.4;
}

/* Form — Contact Form 7 overrides */
.b44-seoaudit__card .wpcf7 {
  margin: 0 !important;
  padding: 0 !important;
}

.b44-seoaudit__card .wpcf7-form {
  margin: 0 !important;
  padding: 0 !important;
}

.b44-seoaudit__card .wpcf7-form .b44-seoaudit__form {
  margin: 0 !important;
  padding: 0 !important;
}

/* Kill ALL p margins inside the card — CF7 generates p wrappers */
.b44-seoaudit__card p {
  margin: 0 !important;
  padding: 0 !important;
}

/* Add spacing between each CF7 field wrapper via margin-top */
.b44-seoaudit__card .wpcf7-form-control-wrap {
  display: block !important;
  margin-top: 0.875rem !important;
}

/* First field needs no top margin */
.b44-seoaudit__card .wpcf7-form-control-wrap:first-of-type {
  margin-top: 0 !important;
}

/* Space before submit button */
.b44-seoaudit__card .wpcf7-form input[type="submit"] {
  margin-top: 0.875rem !important;
}

.b44-seoaudit__card .b44-seoaudit__input,
.b44-seoaudit__card .wpcf7-form-control.wpcf7-text,
.b44-seoaudit__card .wpcf7-form-control.wpcf7-email,
.b44-seoaudit__card .wpcf7-form-control.wpcf7-tel,
.b44-seoaudit__card .wpcf7-form-control.wpcf7-url {
  width: 100% !important;
  height: 3.25rem !important;
  padding: 0 1.25rem !important;
  font-size: 0.9375rem !important;
  font-family: 'Inter', sans-serif !important;
  color: #8b95a5 !important;
  background: #eef1f6 !important;
  border: 1px solid #dde1e8 !important;
  border-radius: 0.75rem !important;
  outline: none !important;
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.04) !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
  -webkit-appearance: none !important;
  appearance: none !important;
  margin: 0 !important;
}

.b44-seoaudit__card .wpcf7-form-control:not(.wpcf7-submit):focus {
  color: #161D2F !important;
  border-color: #0066FF !important;
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.04), 0 0 0 3px rgba(0,102,255,0.1) !important;
}

.b44-seoaudit__card .wpcf7-form-control::placeholder {
  color: #a0a9b8 !important;
  font-weight: 500 !important;
}

/* Submit button — CF7 */
.b44-seoaudit__card .wpcf7-form-control.wpcf7-submit,
.b44-seoaudit__card input.b44-seoaudit__submit {
  display: block !important;
  width: 100% !important;
  height: 3.5rem !important;
  background: linear-gradient(135deg, #0066FF 0%, #0099FF 50%, #00C6FF 100%) !important;
  color: #ffffff !important;
  font-size: 1rem !important;
  font-weight: 900 !important;
  font-family: 'Inter', sans-serif !important;
  border: none !important;
  border-radius: 0.75rem !important;
  cursor: pointer !important;
  box-shadow: 0 0 30px rgba(0,102,255,0.35), 0 4px 20px rgba(0,102,255,0.2) !important;
  transition: opacity 0.3s ease, transform 0.3s ease !important;
  text-decoration: none !important;
  padding: 0 1rem !important;
  margin: 0 !important;
  letter-spacing: 0.01em !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  text-align: center !important;
 text-transform: capitalize !important;
}

.b44-seoaudit__card .wpcf7-form-control.wpcf7-submit:hover {
  opacity: 0.9 !important;
  transform: translateY(-1px) !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

/* CF7 spinner */
.b44-seoaudit__card .wpcf7-spinner {
  margin: 0.5rem auto 0 !important;
  display: block;
}

/* CF7 validation messages */
.b44-seoaudit__card .wpcf7-not-valid-tip {
  font-size: 0.75rem;
  color: #ef4444;
  margin-top: 0.25rem;
  font-family: 'Inter', sans-serif;
}

.b44-seoaudit__card .wpcf7-response-output {
  font-size: 0.8125rem !important;
  font-family: 'Inter', sans-serif !important;
  border-radius: 0.75rem !important;
  padding: 0.75rem 1rem !important;
  margin: 1rem 0 0 0 !important;
  text-align: center;
}

.b44-seoaudit__card .wpcf7-form.sent .wpcf7-response-output {
  border-color: #22c55e !important;
  color: #16a34a !important;
  background: rgba(34,197,94,0.08) !important;
}

.b44-seoaudit__card .wpcf7-form.invalid .wpcf7-response-output,
.b44-seoaudit__card .wpcf7-form.failed .wpcf7-response-output {
  border-color: #ef4444 !important;
  color: #dc2626 !important;
  background: rgba(239,68,68,0.08) !important;
}

/* Notes */
.b44-seoaudit__card p.b44-seoaudit__note {
  font-size: 0.75rem;
  color: #6B7280;
  text-align: center;
  margin: 1rem 0 0 0 !important;
}

.b44-seoaudit__card p.b44-seoaudit__privacy {
  font-size: 0.75rem;
  color: #6B7280;
  text-align: center;
  margin: 0.375rem 0 0 0 !important;
  line-height: 1.4;
}

.b44-seoaudit__lock-icon {
  display: inline !important;
  line-height: 0 !important;
  vertical-align: -2px !important;
  margin-right: 2px;
}

.b44-seoaudit__lock-icon svg {
  display: inline !important;
  width: 12px !important;
  height: 12px !important;
  vertical-align: -2px !important;
}

.b44-seoaudit__privacy svg {
  display: inline !important;
  vertical-align: -2px !important;
  width: 12px !important;
  height: 12px !important;
}

/* ── Tablet (≤1024px) ── */
@media (max-width: 1024px) {
  .b44-seoaudit__row {
    display: block !important;
  }
  .b44-seoaudit__left {
    display: block !important;
    width: 100%;
    padding-right: 0;
    margin-bottom: 3rem;
  }
  .b44-seoaudit__right {
    display: block !important;
    width: 100%;
    padding-left: 0;
  }
  .b44-seoaudit__h2 {
    font-size: 1.75rem;
  }
}

/* ── Desktop (≥1024px) ── */
@media (min-width: 640px) {
  .b44-seoaudit__inner {
    padding: 0 1.5rem;
  }
  .b44-seoaudit__h2 {
    font-size: 2.25rem;
  }
}

@media (min-width: 1024px) {
  .b44-seoaudit {
    padding: 8rem 0;
  }
  .b44-seoaudit__inner {
    padding: 0 2rem;
  }
  .b44-seoaudit__h2 {
    font-size: 3rem;
  }
  .b44-seoaudit__desc {
    font-size: 1.125rem;
  }
}

/* ── ServicesGrid Section ── */
.b44sg {
  padding: 80px 0 !important;
  background: #fff !important;
  font-family: 'Inter', sans-serif !important;
}
.b44sg-inner {
  max-width: 1450px !important;
  margin: 0 auto !important;
  padding: 0 16px !important;
}

/* ── Header ── */
.b44sg-header {
  text-align: center !important;
  margin-bottom: 64px !important;
}
.b44sg-tag {
  display: inline-block !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  color: #0066FF !important;
  background: rgba(0,102,255,0.1) !important;
  padding: 6px 16px !important;
  border-radius: 9999px !important;
  margin-bottom: 20px !important;
}
.b44sg h2.b44sg-h2 {
  font-size: 2.5rem !important;
  font-weight: 900 !important;
  color: #161D2F !important;
  margin-bottom: 16px !important;
  line-height: 1.15 !important;
}
.b44sg-grad {
  background: linear-gradient(135deg, #0066FF, #00C6FF) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}
.b44sg-sub {
  font-size: 1.125rem !important;
  color: #6B7280 !important;
  max-width: 560px !important;
  margin: 0 auto !important;
}

/* ── Grid — float layout ── */
.b44sg-grid {
  margin: 0 -12px !important;
}
.b44sg-grid::after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}
.b44sg-col {
  float: left !important;
  width: 33.333% !important;
  padding: 0 12px !important;
  margin-bottom: 24px !important;
  box-sizing: border-box !important;
}

/* ── Card wrapper (for animation) ── */
.b44sg-card-wrap {
  transform: translateY(30px) !important;
  transition: transform 0.6s ease !important;
}
.b44sg-card-wrap.b44sg--visible {
  transform: translateY(0) !important;
}

/* ── Card ── */
.b44sg-card {
  background: #fff !important;
  border: 1px solid #E5E7EB !important;
  border-radius: 1rem !important;
  overflow: hidden !important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.04) !important;
  transition: box-shadow 0.5s ease !important;
  height: 100% !important;
}
.b44sg-card:hover {
  box-shadow: 0 20px 40px rgba(0,0,0,0.1) !important;
}

/* ── Image area ── */
.b44sg-img-wrap {
  position: relative !important;
  height: 176px !important;
  overflow: hidden !important;
}
.b44sg-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.7s ease !important;
}
.b44sg-card:hover .b44sg-img {
  transform: scale(1.05) !important;
}
.b44sg-img-overlay {
  position: absolute !important;
  inset: 0 !important;
  opacity: 0.6 !important;
}
.b44sg-overlay-blue { background: linear-gradient(135deg, #3B82F6, #2563EB) !important; }
.b44sg-overlay-emerald { background: linear-gradient(135deg, #10B981, #0D9488) !important; }
.b44sg-overlay-violet { background: linear-gradient(135deg, #8B5CF6, #7C3AED) !important; }
.b44sg-overlay-orange { background: linear-gradient(135deg, #F97316, #EF4444) !important; }
.b44sg-overlay-pink { background: linear-gradient(135deg, #EC4899, #F43F5E) !important; }
.b44sg-overlay-sky { background: linear-gradient(135deg, #0EA5E9, #06B6D4) !important; }

/* ── Icon badge ── */
.b44sg-icon-badge {
  position: absolute !important;
  top: 16px !important;
  left: 16px !important;
  background: rgba(255,255,255,0.2) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  border-radius: 0.75rem !important;
  padding: 10px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.b44sg-icon-badge svg {
  display: block !important;
}

/* ── NEW badge ── */
.b44sg-new-badge {
  position: absolute !important;
  top: 16px !important;
  right: 16px !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  background: #fff !important;
  color: #0066FF !important;
  padding: 4px 8px !important;
  border-radius: 9999px !important;
}

/* ── Card body ── */
.b44sg-body {
  padding: 24px !important;
}
.b44sg .b44sg-card h3.b44sg-title {
  font-size: 1.125rem !important;
  font-weight: 900 !important;
  color: #161D2F !important;
  margin-bottom: 8px !important;
  line-height: 1.3 !important;
}
.b44sg-desc {
  font-size: 0.875rem !important;
  color: #6B7280 !important;
  line-height: 1.6 !important;
  margin-bottom: 20px !important;
}

/* ── CTA links ── */
.b44sg-link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  font-size: 0.875rem !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  transition: opacity 0.3s ease !important;
}
.b44sg-link:hover {
  opacity: 0.7 !important;
}
.b44sg-link svg {
  transition: transform 0.3s ease !important;
}
.b44sg-link:hover svg {
  transform: translateX(4px) !important;
}
.b44sg-link-blue,
.b44sg-link-blue:visited { color: #2563EB !important; }
.b44sg-link-emerald,
.b44sg-link-emerald:visited { color: #059669 !important; }
.b44sg-link-violet,
.b44sg-link-violet:visited { color: #7C3AED !important; }
.b44sg-link-orange,
.b44sg-link-orange:visited { color: #EA580C !important; }
.b44sg-link-pink,
.b44sg-link-pink:visited { color: #DB2777 !important; }
.b44sg-link-sky,
.b44sg-link-sky:visited { color: #0284C7 !important; }

/* ── Footer button ── */
.b44sg-footer {
  text-align: center !important;
  margin-top: 48px !important;
}
.b44sg-all-btn {
  display: inline-block !important;
  padding: 12px 32px !important;
  border: 1px solid rgba(0,102,255,0.3) !important;
  border-radius: 0.5rem !important;
  color: #0066FF !important;
  font-size: 0.875rem !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  background: transparent !important;
  transition: background 0.3s ease !important;
}
.b44sg-all-btn:hover,
.b44sg-all-btn:visited {
  color: #0066FF !important;
}
.b44sg-all-btn:hover {
  background: rgba(0,102,255,0.05) !important;
}

/* ── Responsive: Tablet ── */
@media (max-width: 1024px) {
  .b44sg {
    padding: 64px 0 !important;
  }
  .b44sg h2.b44sg-h2 {
    font-size: 2rem !important;
  }
  .b44sg-col {
    width: 50% !important;
  }
}

/* ── Responsive: Mobile ── */
@media (max-width: 768px) {
  .b44sg {
    padding: 48px 0 !important;
  }
  .b44sg-header {
    margin-bottom: 40px !important;
  }
  .b44sg h2.b44sg-h2 {
    font-size: 1.75rem !important;
  }
  .b44sg-sub {
    font-size: 1rem !important;
  }
  .b44sg-col {
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
  }
  .b44sg-grid {
    margin: 0 !important;
  }
}

/* ── ProcessSteps Section ── */
.b44ps {
  position: relative !important;
  padding: 80px 0 !important;
  background: #EBF4FF !important;
  font-family: 'Inter', sans-serif !important;
  overflow: hidden !important;
}
.b44ps::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background-image: radial-gradient(circle, rgba(0,102,255,0.08) 1px, transparent 1px) !important;
  background-size: 24px 24px !important;
  opacity: 0.4 !important;
  pointer-events: none !important;
}

/* ── Side image (XL only) ── */
.b44ps-bg-img {
  display: none !important;
}
.b44ps-bg-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  opacity: 0.2 !important;
}
.b44ps-bg-fade {
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(to left, transparent, #EBF4FF) !important;
}

/* ── Inner ── */
.b44ps-inner {
  position: relative !important;
  z-index: 10 !important;
  max-width: 1450px !important;
  margin: 0 auto !important;
  padding: 0 16px !important;
}

/* ── Header ── */
.b44ps-header {
  text-align: center !important;
  margin-bottom: 64px !important;
}
.b44ps-tag {
  display: inline-block !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  color: #0066FF !important;
  background: rgba(0,102,255,0.1) !important;
  padding: 6px 16px !important;
  border-radius: 9999px !important;
  margin-bottom: 20px !important;
}
.b44ps h2.b44ps-h2 {
  font-size: 2.5rem !important;
  font-weight: 900 !important;
  color: #161D2F !important;
  line-height: 1.15 !important;
}
.b44ps-grad {
  background: linear-gradient(135deg, #0066FF, #00C6FF) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

/* ── 5-column row — float layout ── */
.b44ps-row {
  margin: 0 -8px !important;
}
.b44ps-row::after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}
.b44ps-col {
  float: left !important;
  width: 20% !important;
  padding: 0 8px !important;
  margin-bottom: 16px !important;
  box-sizing: border-box !important;
}

/* ── Card animation wrapper ── */
.b44ps-card-wrap {
  transform: translateY(30px) !important;
  transition: transform 0.6s ease !important;
}
.b44ps-card-wrap.b44ps--visible {
  transform: translateY(0) !important;
}

/* ── Card ── */
.b44ps-card {
  background: #fff !important;
  border: 1px solid #E5E7EB !important;
  border-radius: 1rem !important;
  padding: 24px !important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06) !important;
  box-sizing: border-box !important;
}

/* ══════════════════════════════════════
   Icon + Number row — FLOAT approach
   Icon floats left, number floats left next to it.
   ══════════════════════════════════════ */
.b44ps-top {
  margin-bottom: 16px !important;
  height: 40px !important;
}
.b44ps-top::after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}
.b44ps .b44ps-top .b44ps-icon {
  float: left !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 0.75rem !important;
  text-align: center !important;
  line-height: 40px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.b44ps .b44ps-top .b44ps-icon svg {
  vertical-align: middle !important;
}
.b44ps .b44ps-top .b44ps-num {
  float: left !important;
  margin: 0 0 0 10px !important;
  padding: 0 !important;
  font-size: 1.875rem !important;
  font-weight: 900 !important;
  color: #E5E7EB !important;
  line-height: 40px !important;
  height: 40px !important;
  width: auto !important;
}

/* ── Icon colors ── */
.b44ps-icon-blue { background: #DBEAFE !important; }
.b44ps-icon-blue svg { stroke: #2563EB !important; }
.b44ps-icon-violet { background: #EDE9FE !important; }
.b44ps-icon-violet svg { stroke: #7C3AED !important; }
.b44ps-icon-emerald { background: #D1FAE5 !important; }
.b44ps-icon-emerald svg { stroke: #059669 !important; }
.b44ps-icon-orange { background: #FFEDD5 !important; }
.b44ps-icon-orange svg { stroke: #EA580C !important; }
.b44ps-icon-primary { background: rgba(0,102,255,0.1) !important; }
.b44ps-icon-primary svg { stroke: #0066FF !important; }

/* ── Card title ── */
.b44ps .b44ps-card h3.b44ps-title {
  font-size: 1rem !important;
  font-weight: 900 !important;
  color: #161D2F !important;
  margin-bottom: 8px !important;
  line-height: 1.3 !important;
}

/* ── Card desc ── */
.b44ps .b44ps-card .b44ps-desc {
  font-size: 0.875rem !important;
  color: #6B7280 !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

/* ── Responsive: Tablet ── */
@media (max-width: 1024px) {
  .b44ps {
    padding: 64px 0 !important;
  }
  .b44ps h2.b44ps-h2 {
    font-size: 2rem !important;
  }
  .b44ps-col {
    width: 50% !important;
  }
}

/* ── Responsive: Mobile ── */
@media (max-width: 768px) {
  .b44ps {
    padding: 48px 0 !important;
  }
  .b44ps-header {
    margin-bottom: 40px !important;
  }
  .b44ps h2.b44ps-h2 {
    font-size: 1.75rem !important;
  }
  .b44ps-col {
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
  }
  .b44ps-row {
    margin: 0 !important;
  }
}

/* ── XL: side image ── */
@media (min-width: 1280px) {
  .b44ps-bg-img {
    display: block !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    width: 33.333% !important;
  }
  .b44ps h2.b44ps-h2 {
    font-size: 3rem !important;
  }
}

/* ── Portfolio Teaser Section ── */
.b44pt {
  padding: 80px 0 !important;
  background: #fff !important;
  font-family: 'Inter', sans-serif !important;
}

.b44pt-inner {
  max-width: 1450px !important;
  margin: 0 auto !important;
  padding: 0 16px !important;
  box-sizing: border-box !important;
}

/* ── Header ── */
.b44pt-header {
  text-align: center !important;
  margin-bottom: 64px !important;
}

.b44pt-header-wrap {
  transform: translateY(40px);
  transition: transform 0.7s ease;
}
.b44pt-header-wrap.b44pt--visible {
  transform: translateY(0);
}

.b44pt-tag {
  display: inline-block !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  color: #0066FF !important;
  background: rgba(0,102,255,0.1) !important;
  padding: 6px 16px !important;
  border-radius: 9999px !important;
  margin-bottom: 20px !important;
}

.b44pt-h2 {
  font-size: 3rem !important;
  font-weight: 900 !important;
  color: #161D2F !important;
  line-height: 1.15 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.b44pt-grad {
  background: linear-gradient(135deg, #0066FF, #00C6FF) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

/* ── Grid ── */
.b44pt-grid {
  display: flex !important;
  flex-wrap: wrap !important;
}
.b44pt-grid p,
.b44pt-grid br {
  display: none !important;
}

.b44pt-card-wrap {
  width: 33.333% !important;
  padding: 8px !important;
  box-sizing: border-box !important;
  flex-shrink: 0 !important;
}

.b44pt-card-inner {
  transform: translateY(40px);
  transition: transform 0.7s ease;
}
.b44pt-card-inner.b44pt--visible {
  transform: translateY(0);
}

/* ── Card ── */
.b44pt-card {
  display: block !important;
  text-decoration: none !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1) !important;
}

/* ── Image box — span with aspect ratio ── */
.b44pt-img-box {
  position: relative !important;
  display: block !important;
  padding-top: 75% !important;
  overflow: hidden !important;
}



.b44pt-img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.7s ease !important;
  display: block !important;
	  z-index: 0 !important;

}

/* ── Portfolio card text overlay (real element) ── */
.b44pt-img-overlay {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background: linear-gradient(to top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.15) 50%, transparent 100%) !important;
  pointer-events: none !important;
  z-index: 1 !important;
  display: block !important;
}

.b44pt-card:hover .b44pt-img {
  transform: scale(1.05) !important;
}

/* ── Gradient overlay ── */
.b44pt-gradient {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  display: block !important;
  background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0.2), transparent) !important;
  pointer-events: none !important;
}

/* ── Stat badge ── */
.b44pt-stat {
  position: absolute !important;
  top: 12px !important;
  right: 12px !important;
  display: inline-block !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  padding: 6px 12px !important;
  border-radius: 9999px !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2) !important;
  z-index: 2 !important;
  font-family: 'Inter', sans-serif !important;
}

/* ── Label overlaid on image ── */
.b44pt-label {
  position: absolute !important;
  bottom: 16px !important;
  left: 16px !important;
  right: 16px !important;
  display: block !important;
  z-index: 2 !important;
}

.b44pt-title {
  display: block !important;
  color: #fff !important;
  font-size: 1.125rem !important;
  font-weight: 900 !important;
  margin-bottom: 2px !important;
  font-family: 'Inter', sans-serif !important;
}

.b44pt-type {
  display: block !important;
  color: rgba(255,255,255,0.7) !important;
  font-size: 0.875rem !important;
  font-family: 'Inter', sans-serif !important;
}

/* ── Hover overlay ── */
.b44pt-hover {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(0,102,255,0.8) !important;
  opacity: 0 !important;
  transition: opacity 0.3s ease !important;
  z-index: 3 !important;
}
.b44pt-card:hover .b44pt-hover {
  opacity: 1 !important;
}

.b44pt-hover-text {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: #fff !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  font-family: 'Inter', sans-serif !important;
}
.b44pt-hover-text svg {
  width: 16px !important;
  height: 16px !important;
}

/* ── Footer button ── */
.b44pt-footer {
  text-align: center !important;
  margin-top: 48px !important;
}

.b44pt-btn-outline {
  display: inline-block !important;
  padding: 14px 32px !important;
  border: 1px solid rgba(0,102,255,0.3) !important;
  border-radius: 0.75rem !important;
  color: #0066FF !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  background: transparent !important;
  transition: background 0.3s ease, border-color 0.3s ease !important;
  cursor: pointer !important;
}
.b44pt-btn-outline:hover {
  background: rgba(0,102,255,0.05) !important;
  border-color: rgba(0,102,255,0.5) !important;
  color: #0066FF !important;
  text-decoration: none !important;
}

/* ── Responsive: Tablet ── */
@media (max-width: 1024px) {
  .b44pt {
    padding: 60px 0 !important;
  }
  .b44pt-h2 {
    font-size: 2.5rem !important;
  }
  .b44pt-header {
    margin-bottom: 48px !important;
  }
}

/* ── Responsive: Mobile ── */
@media (max-width: 768px) {
  .b44pt {
    padding: 48px 0 !important;
  }
  .b44pt-h2 {
    font-size: 2rem !important;
  }
  .b44pt-header {
    margin-bottom: 32px !important;
  }
  .b44pt-card-wrap {
    width: 100% !important;
    padding: 6px 0 !important;
  }
  .b44pt-footer {
    margin-top: 32px !important;
  }
}

/* ── Small tablet: 2 cols ── */
@media (min-width: 500px) and (max-width: 768px) {
  .b44pt-card-wrap {
    width: 50% !important;
    padding: 6px !important;
  }
}	

/* === ResultsStats Section Background + Overlay === */
.sec-results-stats {
  position: relative !important;
  overflow: hidden !important;
}
.sec-results-stats .section-bg {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 0 !important;
}
.sec-results-stats .section-bg img {
  opacity: 1 !important;
}
.sec-results-stats .section-bg::after {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
background: linear-gradient(135deg, rgba(10,15,46,0.95), rgba(13,27,75,0.95) 80%, rgba(0,102,255,0.95)) !important;
  z-index: 1 !important;
  pointer-events: none !important;
}
.sec-results-stats .section-content {
  position: relative !important;
  z-index: 2 !important;
}

/* Badge pill */
.b44rs-badge {
  display: inline-block !important;
  background: rgba(255,255,255,0.10) !important;
  border-radius: 50px !important;
  padding: 6px 16px !important;
  margin-bottom: 24px !important;
  line-height: 1.4 !important;
}
.b44rs-badge-icon {
  display: inline !important;
  vertical-align: middle !important;
  color: rgba(255,255,255,0.8) !important;
  margin-right: 8px !important;
}
.b44rs-badge-icon svg {
  display: inline-block !important;
  vertical-align: middle !important;
  width: 14px !important;
  height: 14px !important;
}
.b44rs-badge-text {
  display: inline !important;
  vertical-align: middle !important;
  color: rgba(255,255,255,0.8) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
}

/* Heading */
h2.b44rs-h2,
.sec-results-stats h2.b44rs-h2 {
  font-size: 48px !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  line-height: 1.15 !important;
  margin: 0 0 24px 0 !important;
  padding: 0 !important;
  letter-spacing: -0.5px !important;
  text-align: left !important;
  font-family: Inter, sans-serif !important;
}
.b44rs-grad-text {
  background: linear-gradient(135deg, #0066FF, #00C6FF) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

/* Description */
.b44rs-desc {
  display: block !important;
  font-size: 17px !important;
  line-height: 1.7 !important;
  color: rgba(255,255,255,0.65) !important;
  margin-bottom: 32px !important;
  font-family: Inter, sans-serif !important;
}

/* Button */
.b44rs-btn-wrap {
  display: block !important;
}
a.b44rs-btn,
.sec-results-stats a.b44rs-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: #ffffff !important;
  color: #0066FF !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  padding: 14px 28px !important;
  border-radius: 0.75rem !important;
  text-decoration: none !important;
  transition: background 0.3s ease, transform 0.3s ease !important;
  border: none !important;
  line-height: 1.2 !important;
  font-family: Inter, sans-serif !important;
}
a.b44rs-btn:hover,
.sec-results-stats a.b44rs-btn:hover {
  background: rgba(255,255,255,0.9) !important;
  transform: translateY(-1px) !important;
}
a.b44rs-btn svg {
  transition: transform 0.3s ease;
}
a.b44rs-btn:hover svg {
  transform: translateX(4px);
}

/* Stat cards 2x2 grid */
.b44rs-cards {
  display: block !important;
}
.b44rs-cards::after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}
.b44rs-card {
  display: block !important;
  float: left !important;
  width: calc(50% - 10px) !important;
  margin-bottom: 20px !important;
  background: rgba(255,255,255,0.10) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  border: 1px solid rgba(255,255,255,0.18) !important;
  border-radius: 16px !important;
  padding: 28px 16px !important;
  text-align: center !important;
  box-sizing: border-box !important;
  transition: background 0.3s ease !important;
}
.b44rs-card:nth-child(odd) {
  margin-right: 20px !important;
}
.b44rs-card:hover {
  background: rgba(255,255,255,0.15) !important;
}
.b44rs-val {
  display: block !important;
  font-size: 48px !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
  margin-bottom: 8px !important;
  font-family: Inter, sans-serif !important;
}
.b44rs-val-blue { color: #0066FF !important; }
.b44rs-val-green { color: #10B981 !important; }
.b44rs-val-violet { color: #8B5CF6 !important; }
.b44rs-val-orange { color: #F97316 !important; }
.b44rs-label {
  display: block !important;
  font-size: 13px !important;
  color: rgba(255,255,255,0.65) !important;
  line-height: 1.4 !important;
  font-family: Inter, sans-serif !important;
}

/* Animation - slide up only */
.b44rs-anim {
  transform: translateY(40px) !important;
  transition: transform 0.7s ease !important;
}
.b44rs-anim.b44rs-visible {
  transform: translateY(0) !important;
}

/* Tablet */
@media (max-width: 1024px) {
  h2.b44rs-h2,
  .sec-results-stats h2.b44rs-h2 {
    font-size: 36px !important;
  }
  .b44rs-val {
    font-size: 40px !important;
  }
}

/* Mobile */
@media (max-width: 768px) {
  h2.b44rs-h2,
  .sec-results-stats h2.b44rs-h2 {
    font-size: 30px !important;
  }
  .b44rs-desc {
    font-size: 15px !important;
  }
  .b44rs-val {
    font-size: 36px !important;
  }
  .b44rs-card {
    padding: 20px 12px !important;
  }
}