.elementor-915 .elementor-element.elementor-element-00d8d1b{--display:flex;}.elementor-915 .elementor-element.elementor-element-662d950{--display:flex;}@media(max-width:767px){.elementor-915 .elementor-element.elementor-element-e24e676 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-e24e676 *//* style.css */

/* Reset */
html, body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
*, *::before, *::after {
  box-sizing: inherit;
}

/* Base Body */
body {
  font-family: 'Inter', sans-serif;
  color: #111;
  line-height: 1.6;
  background: #fff;
  background-attachment: fixed;
  position: relative;
  font-weight: 500;
}

body::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  width: 100vw;
  height: 200px;
  background: none;
  z-index: 0;
}

main {
  position: relative;
  z-index: 1;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Hero Header */
.hero-header-combined {
  background: #b10000;
  color: #fff;
  padding: 2.2rem 1.4rem;
  text-align: center;
  border-bottom: 2px solid #600;
  border-bottom-left-radius: 50% 20%;
  border-bottom-right-radius: 50% 20%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.site-title-block {
  width: 100%;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
  letter-spacing: 0.5px;
  color: #fff;
}

/* inline button pairs */
.button-pair {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0.5rem;
}
/* primary CTA (inherits hero-buttons a styles) */
.btn-primary {
  /* no extra rules needed—use .hero-buttons a defaults */
}
/* secondary “read the review” link */
.read-review {
  font-size: 0.85rem;
  color: #fff;
  text-decoration: underline;
  background: none;
  padding: 0;
}

.hero-header-combined .hero-heading {
  color: #fff;
}

.hero-header-combined .tagline {
  font-style: italic;
  color: #eee;
  font-size: 1rem;
  margin-bottom: 1.6rem;
}

.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.hero-buttons a {
  display: inline-block;
  margin: 0.3rem;
  padding: 0.85rem 1rem;
  font-size: 0.9rem;
  background-color: #fff;
  color: #b10000;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}
.hero-buttons a:hover {
  background-color: #ffd5d5;
}
.hero-buttons a span {
  font-size: 0.95rem;
  margin-right: 0.35rem;
}

/* Cards */
.outer-card {
  background: #fff0f0;
  border-radius: 16px;
  padding: 6px;
  margin-bottom: 30px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
.inner-card {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}

.pros-cons-wrap {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 16px;
  border-top: 2px solid #b10000;
  padding-top: 16px;
}
.pros, .cons {
  flex: 1 1 200px;
  text-align: left;
}
.pros h4, .cons h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #b10000;
}
.pros ul, .cons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pros ul li, .cons ul li {
  position: relative;
  padding-left: 28px;
  margin: 6px 0;
  color: #444;
  font-weight: 600;
}
.pros ul li::before {
  content: "\2714";
  color: #22c55e;
  position: absolute;
  left: 0;
  top: 0;
}
.cons ul li::before {
  content: "\2716";
  color: #ef4444;
  position: absolute;
  left: 0;
  top: 0;
}

main {
  max-width: 1140px;
  margin: 40px auto;
  padding: 20px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.review-card {
  background: #fff;
  color: #111;
  border: 1px solid #b10000;
  border-radius: 12px;
  padding: 20px;
  margin: 20px auto;
  max-width: 1060px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(177, 0, 0, 0.2);
}
.review-card .logo {
  max-height: 80px;
  margin: 20px auto 20px;
  display: block;
}
.review-card .logo + .logo-separator {
  height: 2px;
  width: 100%;
  background-color: #ddd;
  margin: 16px 0;
}
.review-card h3 {
  color: #b10000;
  font-size: 22px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 600;
}
.review-card .update-date {
  font-size: 10px;
  color: #999;
  margin-top: 12px;
  text-align: right;
}
.review-card p {
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 1.4;
}

.review-card .btn-secondary {
  display: block;
  width: fit-content;
  margin: 12px auto 0;
  background: #b10000;
  color: #fff;
  padding: 10px 24px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  transition: background 0.2s;
  text-align: center;
}
.review-card .btn-secondary:hover {
  background: #d70000;
}

.review-card p a {
  color: #b10000;
  text-decoration: underline;
  font-weight: 600;
}
.review-card p a:hover {
  color: #ff3333;
}

.section-intro {
  font-size: 1.15rem;
  color: #b10000;
  max-width: 720px;
  margin: 50px auto 30px;
  text-align: center;
  line-height: 1.5;
  background: #fff5f5;
  padding: 1.2rem 1.5rem;
  border: 1px solid #b10000;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(177, 0, 0, 0.07);
}

@media (min-width: 1024px) {
  .review-card .screenshot {
    max-height: 340px;
    width: 100%;
    object-fit: cover;
    object-position: top;
    display: block;
    margin: 0 auto 20px;
  }
}

@media (max-width: 768px) {
  .hero-header-combined .hero-heading { font-size: 24px; }
  .hero-buttons a { font-size: 15px; }
}
@media (max-width: 480px) {
  .btn-primary, .review-card .btn-secondary { width: 100%; font-size: 16px; }
  .pros, .cons { width: 100%; }
}
@media (max-width: 600px) {
  main { max-width: 100%; margin: 20px 10px; padding: 20px 0; }
  .review-card .screenshot {
    max-height: 400px;
    object-fit: contain;
  }
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-598270f */.success-stories {
  max-width: 800px;
  margin: 2rem auto;
  text-align: center;
}
.success-stories h2 {
  margin-bottom: 1.5rem;
  font-size: 2rem;
}
.story-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}
.story-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  overflow: hidden;
  width: 240px;
  text-align: left;
}
.story-photo {
  display: block;
  width: 100%;
  height: 160px;
  object-fit: cover;
}
.story-content {
  padding: 1rem;
}
.story-content h3 {
  margin: 0 0 0.5rem;
  font-size: 1.1rem;
}
.story-content p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.4;
}/* End custom CSS */
/* Start custom CSS for wp-widget-block, class: .elementor-element-7abcbbc */.legal-links {
  text-align: center;
  font-size: 12px;
  color: #777;
  margin-top: 24px;
}
.legal-item {
  position: relative;
  display: inline-block;
  padding: 0 8px;
  cursor: pointer;
}
.legal-popup {
  display: none;
  position: absolute;
  bottom: 130%;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  max-height: 300px;
  overflow-y: auto;
  background: #fff;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  text-align: left;
  font-size: 11px;
  line-height: 1.4;
  z-index: 10;
}
.legal-item.show .legal-popup {
  display: block;
}
.legal-popup h4 {
  margin-top: 0;
  font-size: 14px;
  color: #4c1d95;
}
.legal-popup h5 {
  margin: 8px 0 4px;
  font-size: 12px;
  color: #4c1d95;
}
.legal-popup a {
  color: #3b82f6;
  text-decoration: underline;
}/* End custom CSS */