.elementor-kit-5{--e-global-color-primary:#C40000;--e-global-color-secondary:#54595F;--e-global-color-text:#222222;--e-global-color-accent:#61CE70;--e-global-color-803e55b:#F5F5F5;--e-global-color-aa55bf2:#FFFFFF;--e-global-typography-primary-font-family:"Noto Sans JP";--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Noto Sans JP";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Noto Sans JP";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:#222222;font-family:"Noto Sans JP", Sans-serif;font-size:17px;font-weight:400;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 h1{font-size:45px;}.elementor-kit-5 h2{font-size:30px;}.elementor-kit-5 h3{font-size:23px;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);border-radius:8px 8px 8px 8px;padding:14px 22px 14px 21px;}.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 *//* Header fixo: compensar âncoras */
:target:before {
  content: "";
  display: block;
  height: 80px; /* altura do header */
  margin-top: -80px;
}

/* Botão: micro-interação */
.elementor-button {
  transition: transform .15s ease, box-shadow .2s ease;
}
.elementor-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(0,0,0,.08);
}

/* Cards padrão */
.card-soft {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 24px rgba(0,0,0,.06);
  padding: 24px;
}

/* Tabela de preços enxuta */
.price-table {
  width:100%; border-collapse:separate; border-spacing:0;
}
.price-table tr { background:#fff; }
.price-table tr + tr { border-top:1px solid #eee; }
.price-table td { padding:14px 16px; }
.price-table td:first-child { font-weight:700; }

/* Galeria: legenda discreta */
.gallery-caption { font-size: 13px; color:#666; margin-top:6px; }

/* FAQ: acordeão mais limpo */
.e-accordion .e-tab-title { font-weight:700; }
.e-accordion .e-tab-content { line-height:1.8; }/* End custom CSS */