.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root{
  --cm-blue: #0A66C2;
  --cm-navy: #0B1F3A;
  --cm-steel-200: #E5E7EB;
  --cm-steel-700: #374151;
  --cm-glow: 0 0 10px rgba(10,102,194,.18);
}

/* Laser underline soft */
.laser-link{
  position: relative;
  text-decoration: none !important;
  color: inherit;
  outline: none;
}
.laser-link::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-0.12em;
  height:2px;
  border-radius:2px;
  background: linear-gradient(90deg, rgba(10,102,194,0) 0%, rgba(10,102,194,.85) 50%, rgba(10,102,194,0) 100%);
  transform: scaleX(.15);
  transform-origin: left;
  opacity: 0;
  transition: transform .28s ease, opacity .28s ease, filter .28s ease;
}
.laser-link:hover::after,
.laser-link:focus-visible::after{
  transform: scaleX(1);
  opacity: 1;
  filter: drop-shadow(var(--cm-glow));
}

/* Card hover */
.precision-card{
  border: 1px solid var(--cm-steel-200);
  border-radius: 16px;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.precision-card:hover{
  transform: translateY(-2px);
  border-color: rgba(10,102,194,.35);
  box-shadow: 0 10px 26px rgba(17,24,39,.08);
}

/* Reveal */
.reveal-on-scroll{
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .45s ease, transform .45s ease;
}
.reveal-on-scroll.is-visible{
  opacity: 1;
  transform: translateY(0);
}

/* Money page output shortcodes */
.cm-table { width:100%; border-collapse:collapse; }
.cm-table th, .cm-table td { border:1px solid #E5E7EB; padding:12px 14px; vertical-align:top; }
.cm-table th { background:#F7F8FA; text-align:left; width:32%; color:#111827; }
.cm-callout { padding:16px; border:1px solid #E5E7EB; border-radius:12px; background:#F7F8FA; }
.cm-accordion .cm-acc-item { border:1px solid #E5E7EB; border-radius:12px; padding:10px 14px; margin:10px 0; background:#fff; }
.cm-accordion summary { cursor:pointer; font-weight:600; color:#111827; }
.cm-acc-body { color:#374151; }
.cm-list li { margin: 8px 0; }

@media (prefers-reduced-motion: reduce){
  .laser-link::after,
  .precision-card,
  .reveal-on-scroll{
    transition:none !important;
  }
  .reveal-on-scroll{
    opacity:1 !important;
    transform:none !important;
  }
}/* End custom CSS */