.elementor-7975 .elementor-element.elementor-element-b40a5d7{padding:80px 0px 40px 0px;}.elementor-7975 .elementor-element.elementor-element-bf918b5 .your-class{background-color:transparent;background-image:linear-gradient(90deg, #0370D2 0%, #1E2394 100%);}@media(max-width:767px){.elementor-7975 .elementor-element.elementor-element-b40a5d7{padding:40px 0px 40px 0px;}}/* Start custom CSS for html, class: .elementor-element-e21f782 */:root {
  --auto-blue: #103294;
  --auto-blue-strong: #0a2a88;
  --auto-blue-bright: #246ce8;
  --auto-navy: #17213e;
  --auto-text: #29334f;
  --auto-muted: #65708a;
  --auto-line: #dce3ef;
  --auto-soft: #f4f7fc;
  --auto-soft-blue: #eaf1ff;
  --auto-white: #ffffff;
  --auto-yellow: #ffc700;
  --auto-container: 1200px;
  --auto-radius-sm: 14px;
  --auto-radius-md: 20px;
  --auto-radius-lg: 28px;
  --auto-shadow: 0 24px 60px rgba(25, 52, 115, 0.12);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--auto-text); background: var(--auto-white); font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.auto-container { width: min(calc(100% - 40px), var(--auto-container)); margin-inline: auto; }
.auto-eyebrow { margin: 0 0 14px; color: var(--auto-blue-bright); font-size: 12px; font-weight: 700; letter-spacing: 0.14em; line-height: 1.2; text-transform: uppercase; }
.auto-section { padding: clamp(44px, 5vw, 76px) 0; }
.auto-section--soft { background: var(--auto-soft); }
.auto-section__header { margin-bottom: clamp(40px, 6vw, 64px); }
.auto-section__header--center { max-width: 800px; margin-inline: auto; text-align: center; }
.auto-section__title { margin: 0; color: var(--auto-navy); font-size: clamp(30px, 4.2vw, 52px); font-weight: 700; letter-spacing: -0.035em; line-height: 1.12; }
.auto-section__intro { margin: 20px 0 0; color: var(--auto-muted); font-size: clamp(15px, 1.5vw, 18px); line-height: 1.75; }

/* HERO (base) */
.auto-hero { position: relative; overflow: hidden; padding: clamp(64px,8vw,112px) 0 clamp(72px,9vw,132px); background: radial-gradient(circle at 82% 20%, rgba(36,108,232,0.17), transparent 34%), radial-gradient(circle at 15% 10%, rgba(255,199,0,0.11), transparent 26%), linear-gradient(180deg,#ffffff 0%,#f5f8ff 100%); }
.auto-hero__title { max-width: 760px; margin: 0; color: var(--auto-navy); font-size: clamp(42px,5.5vw,70px); font-weight: 700; letter-spacing: -0.055em; line-height: 1.04; }
.auto-hero__description { max-width: 650px; margin: 26px 0 0; color: var(--auto-muted); font-size: clamp(16px,1.6vw,20px); line-height: 1.75; }
.auto-hero__actions { display: flex; flex-wrap: wrap; gap: 14px 24px; align-items: center; margin-top: 34px; }

.auto-button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 8px; border-radius: 999px; padding: 0 24px; font-size: 14px; font-weight: 600; text-decoration: none; transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease; }
.auto-button--primary { color: var(--auto-white); background: var(--auto-blue); box-shadow: 0 12px 28px rgba(16,50,148,0.22); }
.auto-button--primary:hover { transform: translateY(-2px); background: var(--auto-blue-strong); box-shadow: 0 18px 34px rgba(16,50,148,0.28); }

/* PROBLEMS (base) */
.auto-problems { display: grid; grid-template-columns: minmax(0,0.9fr) minmax(0,1.1fr); gap: clamp(34px,6vw,72px); align-items: stretch; }
.auto-problem-card { border: 1px solid var(--auto-line); border-radius: var(--auto-radius-md); padding: clamp(22px,3vw,30px); background: var(--auto-white); transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease; }
.auto-problem-card:hover { transform: translateY(-3px); border-color: rgba(36,108,232,0.36); box-shadow: 0 18px 40px rgba(32,62,126,0.08); }
.auto-problem-card h3 { margin: 0; color: var(--auto-navy); font-size: clamp(17px,2vw,21px); line-height: 1.35; }
.auto-problem-card p { margin: 9px 0 0; color: var(--auto-muted); font-size: 14px; line-height: 1.7; }

/* HOW TADA HELPS (base) */
.auto-help-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px; }
.auto-help-card { overflow: hidden; border: 1px solid var(--auto-line); border-radius: var(--auto-radius-lg); background: var(--auto-white); box-shadow: 0 12px 34px rgba(32,62,126,0.06); transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease; }
.auto-help-card:hover { transform: translateY(-4px); border-color: rgba(36,108,232,0.35); box-shadow: 0 24px 48px rgba(32,62,126,0.12); }
.auto-help-card__image { overflow: hidden; background: #e7eefb; }
.auto-help-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform 350ms ease; }
.auto-help-card:hover .auto-help-card__image img { transform: scale(1.025); }
.auto-help-card__content { display: flex; flex-direction: column; justify-content: center; padding: clamp(24px,3.2vw,36px); }
.auto-actor { align-self: flex-start; border-radius: 999px; padding: 7px 11px; color: var(--auto-blue); background: var(--auto-soft-blue); font-size: 10px; font-weight: 700; letter-spacing: 0.075em; line-height: 1.3; text-transform: uppercase; }
.auto-help-card h3 { margin: 18px 0 0; color: var(--auto-navy); font-size: clamp(20px,2vw,25px); letter-spacing: -0.025em; line-height: 1.3; }
.auto-help-card p { margin: 13px 0 0; color: var(--auto-muted); font-size: 14px; line-height: 1.75; }

/* ACCESSIBILITY */
.auto-button:focus-visible { outline: 3px solid var(--auto-yellow); outline-offset: 4px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; } }

/* ===== COMPACT REVISION — palette override to single blue ===== */
:root {
  --auto-blue: #103294; --auto-blue-strong: #103294; --auto-blue-bright: #103294;
  --auto-navy: #103294; --auto-text: #103294; --auto-muted: rgba(16,50,148,0.72);
  --auto-line: rgba(16,50,148,0.16); --auto-soft: rgba(16,50,148,0.05); --auto-soft-blue: rgba(16,50,148,0.09);
  --auto-white: #FFFFFF; --auto-yellow: #FFC700; --auto-container: 1180px;
  --auto-radius-sm: 12px; --auto-radius-md: 18px; --auto-radius-lg: 24px; --auto-shadow: 0 18px 48px rgba(16,50,148,0.12);
}
.auto-section__title { color: var(--auto-blue); font-size: clamp(26px,3.2vw,40px); }
.auto-button--primary, .auto-faq-intro .auto-button { color: var(--auto-blue); background: var(--auto-yellow); box-shadow: 0 10px 24px rgba(255,199,0,0.26); }
.auto-problems { grid-template-columns: repeat(4, minmax(0,1fr)); gap: 24px; align-items: stretch; }
.auto-problem-card__icon { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 18px; border-radius: 12px; color: var(--auto-blue); background: var(--auto-soft-blue); }
.auto-problem-card__icon svg { width: 22px; height: 22px; }
.auto-help-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.auto-help-card { display: block; }
.auto-help-card__image { height: auto; }
.auto-actor { display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px; color: #2f6bed; background: var(--auto-soft-blue); }
.auto-actor::before { content: ""; width: 7px; height: 7px; flex: 0 0 7px; border-radius: 50%; background: currentColor; }

/* ===== HELP CARD IMAGE: fit container to image, no crop ===== */
.auto-help-card__image { overflow: hidden; background: var(--auto-soft-blue); }
.auto-help-card__image img { display: block; width: 100%; height: auto; object-fit: contain; transition: transform 350ms ease; }

/* POLISHED palette: restore distinct navy/text/muted */
:root { --auto-navy:#16213f; --auto-text:#354052; --auto-muted:#6b7280; --auto-soft:#f7f8fc; --auto-soft-blue:#eef3ff; --auto-shadow-soft:0 14px 40px rgba(20,35,80,0.08); --auto-shadow-card:0 18px 42px rgba(20,35,80,0.09); }
.auto-section__title, .auto-help-card h3, .auto-problem-card h3, .auto-hero__title { color: var(--auto-navy); }
.auto-hero__description, .auto-problem-card p, .auto-help-card p, .auto-section__intro { color: var(--auto-muted); }
.auto-eyebrow { color: var(--auto-blue); }

/* ===== CLIENTS — 3 x 2 grid inside a dotted frame (per reference) ===== */
.auto-clients { display: block; background: #FFFFFF; }
.auto-clients__grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  align-items: center;
  gap: clamp(28px,4vw,52px) clamp(24px,5vw,72px);
  padding: clamp(8px,2vw,20px) 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.auto-client-logo { min-width: 0; min-height: 92px; display: grid; place-items: center; padding: 8px; border: 0; background: transparent; box-shadow: none; }
.auto-client-logo img { width: auto; max-width: min(100%,180px); max-height: 64px; object-fit: contain; }

/* V4 — problem header title only, drop card numbers, hide intros */
#the-problem .auto-section__header, #the-solution .auto-section__header { max-width: 100%; margin-inline: auto; text-align: center; }
#the-problem .auto-section__intro, #the-solution .auto-section__intro, #fsi-faq .auto-section__intro { display: none !important; }
.auto-problem-card { min-height: 0; display: block; padding: 26px 24px; }
.auto-problem-card h3 { margin: 0 0 10px; }

/* V8 — clean text-only centered hero */
.auto-hero { min-height: clamp(420px,52vh,560px); display: flex; align-items: center; padding: clamp(54px,6vw,84px) 0; background: radial-gradient(circle at 10% 8%, rgba(255,199,0,0.12), transparent 28%), radial-gradient(circle at 90% 12%, rgba(16,50,148,0.10), transparent 30%), linear-gradient(180deg,#FFFFFF 0%,#F8FAFF 100%); }
.auto-hero::after { display: none !important; }
.auto-hero__inner { width: min(calc(100% - 40px), 1120px); margin-inline: auto; }
.auto-hero__copy { max-width: 900px; margin-inline: auto; text-align: center; }
.auto-hero__copy .auto-eyebrow { width: fit-content; margin: 0 auto 18px; padding: 8px 16px; border: 1px solid rgba(16,50,148,0.18); border-radius: 999px; color: #103294; background: rgba(255,255,255,0.72); font-size: 11px; letter-spacing: 0.13em; }
.auto-hero__title { max-width: 900px; margin-inline: auto; color: var(--auto-navy); font-size: clamp(40px,5.4vw,68px); line-height: 1.08; letter-spacing: -0.05em; }
.auto-hero__description { max-width: 760px; margin: 24px auto 0; color: var(--auto-muted); font-size: clamp(16px,1.45vw,20px); line-height: 1.75; }
.auto-hero__actions { justify-content: center; margin-top: 34px; }
.auto-hero .auto-button--primary { min-width: 190px; min-height: 54px; color: var(--auto-navy); background: var(--auto-yellow); font-weight: 700; box-shadow: 0 14px 30px rgba(255,199,0,0.30); }
.auto-hero .auto-button--primary:hover { color: var(--auto-navy); background: #ffd21f; opacity: 1; transform: translateY(-2px); }
.auto-hero__grid, .auto-hero__visual, .auto-hero__audiences, .auto-float { display: none !important; }

/* FAQ — light static layout */
.auto-section--faq { position: relative; overflow: hidden; color: var(--auto-blue); background: radial-gradient(circle at 92% 12%, rgba(255,199,0,0.18), transparent 18%), linear-gradient(180deg,#f8f9fd 0%,#f5f7fc 100%); }
.auto-faq-layout { display: block; }
.auto-faq-intro { position: static; max-width: 760px; margin: 0 auto 32px; text-align: center; }
.auto-faq-groups { display: flex; flex-direction: column; gap: 16px; width: min(100%,1000px); margin-inline: auto; }
.auto-faq-group { overflow: hidden; border: 0; border-radius: 20px; background: rgba(255,255,255,0.92); box-shadow: var(--auto-shadow-soft); }
.auto-faq-group > h3 { margin: 0; padding: 16px 24px 8px; background: transparent; color: var(--auto-blue); font-size: 10px; font-weight: 700; letter-spacing: 0.11em; text-transform: uppercase; }
.auto-faq-item { border-top: 1px solid rgba(15,41,100,0.07); }
.auto-faq-item:first-of-type { border-top: 0; }
.auto-faq-question { margin: 0; padding: 18px 24px 8px; color: var(--auto-navy); font-size: clamp(15px,1.2vw,17px); font-weight: 600; line-height: 1.45; letter-spacing: -0.01em; }
.auto-faq-answer { padding: 0 24px 20px; }
.auto-faq-answer p { margin: 0; color: var(--auto-muted); font-size: 13px; line-height: 1.72; }


/* RESPONSIVE (consolidated) */
@media (max-width: 980px) {
  .auto-problems { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  #the-problem .auto-section__title { white-space: normal; }
}
@media (max-width: 720px) {
  .auto-help-grid { grid-template-columns: 1fr; }
  .auto-hero { min-height: auto; padding: 52px 0 60px; }
  .auto-hero__title { font-size: clamp(34px,10vw,46px); }
}
@media (max-width: 560px) {
  .auto-section { padding: 38px 0; }
  .auto-clients__grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 26px 28px; padding: 8px 0; }
}


/* ===== Brief revision: responsive for 4-up problem cards ===== */
@media (max-width: 900px) { .auto-problems { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 560px) { .auto-problems { grid-template-columns: 1fr; } }

/* ===== Problem card titles: fixed 20px, bold ===== */
.auto-problem-card h3 { font-size: 20px; font-weight: 700; line-height: 1.3; }

/* ===== Tighter section rhythm + smaller header gap ===== */
.auto-section__header { margin-bottom: clamp(28px, 3.5vw, 44px); }

/* ===== Tweaks: lighter + smaller hero title, tighter section padding ===== */
.auto-hero__title { font-weight: 600; font-size: clamp(30px, 4.2vw, 50px); }
.auto-section { padding: clamp(32px, 3.4vw, 56px) 0; }
@media (max-width: 720px) { .auto-hero__title { font-size: clamp(28px, 8vw, 38px); } }
@media (max-width: 560px) { .auto-section { padding: 30px 0; } }/* End custom CSS */