.elementor-51082 .elementor-element.elementor-element-cc7b8fd > .elementor-widget-container{margin:20px 0px 30px 0px;}.elementor-51082 .elementor-element.elementor-element-a9bc0b6 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-51082 .elementor-element.elementor-element-6974991 > .elementor-widget-container{margin:80px 0px 0px 0px;}@media(max-width:767px){.elementor-51082 .elementor-element.elementor-element-cc7b8fd > .elementor-widget-container{margin:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-05bb65f */.insight-box {
  --accent1: #6366f1;
  --accent2: #22c55e;

  position: relative;
  margin: 46px 0 36px 0;
  padding: 40px 40px;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(99,102,241,0.08), rgba(34,197,94,0.06)),
    #ffffff;
  border: 1px solid rgba(15,23,42,0.08);
  box-shadow:
    0 20px 40px rgba(15,23,42,0.08),
    inset 0 1px 0 rgba(255,255,255,0.7);
  overflow: hidden;
  font-family: Source Sans Pro !important;
  font-weight: 600;
}

/* Decorative glow */
.insight-box::before {
  content: "";
  position: absolute;
  inset: -1px;
  background: linear-gradient(120deg, var(--accent1), var(--accent2));
  opacity: 0.12;
  filter: blur(22px);
  z-index: 0;
}

.insight-box > * {
  position: relative;
  z-index: 1;
}

/* Badge */
.insight-box__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #ffffff;
  background: linear-gradient(135deg, var(--accent1), var(--accent2));
  box-shadow: 0 6px 18px rgba(99,102,241,0.35);
  margin-bottom: 16px;
}

.insight-box__icon {
  font-size: 15px;
  line-height: 1;
}

/* Content */
.insight-box__content {
  margin: 10px 0 0 0;
  font-size: 16.5px;
  line-height: 1.7;
  color: #1f2937;
  max-width: 68ch;
}

/* Mobile tweaks */
@media (max-width: 480px) {
  .insight-box {
    padding: 22px 20px 24px;
    border-radius: 16px;
  }

  .insight-box__content {
    font-size: 15.5px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cfcfa12 */.insight-box {
  --accent1: #6366f1;
  --accent2: #22c55e;

  position: relative;
  margin: 46px 0 36px 0;
  padding: 40px 40px;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(99,102,241,0.08), rgba(34,197,94,0.06)),
    #ffffff;
  border: 1px solid rgba(15,23,42,0.08);
  box-shadow:
    0 20px 40px rgba(15,23,42,0.08),
    inset 0 1px 0 rgba(255,255,255,0.7);
  overflow: hidden;
  font-family: Source Sans Pro !important;
  font-weight: 600;
}

/* Decorative glow */
.insight-box::before {
  content: "";
  position: absolute;
  inset: -1px;
  background: linear-gradient(120deg, var(--accent1), var(--accent2));
  opacity: 0.12;
  filter: blur(22px);
  z-index: 0;
}

.insight-box > * {
  position: relative;
  z-index: 1;
}

/* Badge */
.insight-box__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #ffffff;
  background: linear-gradient(135deg, var(--accent1), var(--accent2));
  box-shadow: 0 6px 18px rgba(99,102,241,0.35);
  margin-bottom: 16px;
}

.insight-box__icon {
  font-size: 15px;
  line-height: 1;
}

/* Content */
.insight-box__content {
  margin: 10px 0 0 0;
  font-size: 16.5px;
  line-height: 1.7;
  color: #1f2937;
  max-width: 68ch;
}

/* Mobile tweaks */
@media (max-width: 480px) {
  .insight-box {
    padding: 22px 20px 24px;
    border-radius: 16px;
  }

  .insight-box__content {
    font-size: 15.5px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9c5590d *//* --- Comparison Grid (modern, matches your fancy "important" boxes) --- */
.comparison-grid{
  --accent1:#6366f1;  /* indigo */
  --accent2:#22c55e;  /* green  */
  --ink:#0f172a;
  --muted:#475569;

  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
  max-width: 1200px;
  margin-inline: auto;
  padding: 10px;
  font-family: Source Sans Pro;
  font-weight: 400;
}

/* --- Card base --- */
.tool-card{
  position: relative;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(99,102,241,.10), rgba(34,197,94,.08)),
    #ffffff;
  border: 1px solid rgba(15, 23, 42, .10);
  box-shadow:
    0 22px 46px rgba(15, 23, 42, .10),
    inset 0 1px 0 rgba(255,255,255,.8);
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease;
}

/* Soft glow like the important box */
.tool-card::before{
  content:"";
  position:absolute;
  inset:-2px;
  background: linear-gradient(120deg, var(--accent1), var(--accent2));
  opacity:.12;
  filter: blur(22px);
  pointer-events:none;
}

/* Thin top gradient bar */
.tool-card::after{
  content:"";
  position:absolute;
  left:0; right:0; top:0;
  height: 5px;
  background: linear-gradient(90deg, var(--accent1), var(--accent2));
  pointer-events:none;
}

/* --- Title area --- */
.tool-card h3{
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 18px 20px 14px;
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--ink);

  background:
    linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.65));
  border-bottom: 1px solid rgba(15, 23, 42, .08);
}

/* Optional: tiny subtitle feel without changing HTML */
.tool-card h3::after{
  content:"Pros & Cons";
  display:block;
  margin-top: 4px;
  font-size: .85rem;
  font-weight: 600;
  color: var(--muted);
  letter-spacing: .01em;
}

/* --- Sections (Pros / Cons) --- */
.list{
  position: relative;
  z-index: 1;
  padding: 16px 20px 18px;
}

.list + .list{
  border-top: 1px dashed rgba(15, 23, 42, .12);
}

.list h4{
  margin: 0 0 10px !important;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: .01em;
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

/* Badge-style label for Pros/Cons */
.list h4::before{
  content:"";
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: rgba(99,102,241,.85);
  box-shadow: 0 0 0 4px rgba(99,102,241,.14);
}

/* The second list is Cons -> change indicator color */
.tool-card .list:last-of-type h4::before{
  background: rgba(34,197,94,.85);
  box-shadow: 0 0 0 4px rgba(34,197,94,.14);
}

.list ul{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap: 10px;
}

.list li{
  display:flex;
  align-items:flex-start;
  gap: 10px;
  padding: 12px 12px;
  border-radius: 14px;
  line-height: 1.45;
  color: #1f2937;

  background: rgba(255,255,255,.70);
  border: 1px solid rgba(15, 23, 42, .08);
  box-shadow: 0 10px 24px rgba(15, 23, 42, .06);
}

/* --- Icons --- */
.icon{
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius: 10px;
  font-weight: 900;
  font-size: 14px;
  line-height: 1;

  background: rgba(15, 23, 42, .04);
  border: 1px solid rgba(15, 23, 42, .08);
}

/* Pros: green */
.pro .icon{
  color: #16a34a;
  background: rgba(34,197,94,.12);
  border-color: rgba(34,197,94,.22);
}

/* Cons: red */
.con .icon{
  color: #dc2626;
  background: rgba(220,38,38,.10);
  border-color: rgba(220,38,38,.20);
}

/* Slightly softer spacing on small screens */
@media (max-width: 480px){
  .comparison-grid{ gap: 18px; padding: 0; }
  .tool-card h3{ padding: 16px 16px 12px; font-size: 1.4rem; }
  .list{ padding: 14px 16px 16px; }
  .list li{ padding: 11px 11px; }
}

/* If you're using Elementor's ".elementor-51082 .elementor-element.elementor-element-9c5590d" token, keep this compatible */
.elementor-51082 .elementor-element.elementor-element-9c5590d h3{
  margin-top: 0 !important;
  margin-bottom: 20px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fa73a34 */.tool-choice { padding: 70px 20px; font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; color: #1f2937; } .container { max-width: 1000px; margin: 0 auto; } /* Header */ .intro { margin-bottom: 36px; } .pill { display: inline-block; padding: 7px 14px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: #ffffff; background: linear-gradient(135deg, #6366f1, #3b82f6); border-radius: 999px; margin-bottom: 12px; box-shadow: 0 4px 12px rgba(99, 102, 241, 0.25); } .intro h2 { font-size: 34px; margin: 8px 0 10px; } .intro p { font-size: 16px; color: #4b5563; max-width: 640px; } /* Cards */ .cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; } .card { background: linear-gradient(180deg, #ffffff, #f9fafb); border-radius: 16px; padding: 28px; border: 1px solid #e5e7eb; box-shadow: 0 10px 28px rgba(0, 0, 0, 0.05); } .card--one { border-top: 4px solid #6366f1; } .card--two { border-top: 4px solid #10b981; } .card h3 { font-size: 20px; margin-bottom: 18px; } /* List */ .card ul { list-style: none; padding: 0; margin: 0; } .card li { position: relative; padding-left: 24px; margin-bottom: 14px; color: #374151; line-height: 1.45; } .card li::before { content: "✓"; position: absolute; left: 0; color: #6b7280; font-weight: 700; } /* Footer */ .footer { margin-top: 20px; font-size: 14px; color: #6b7280; font-weight: 500; } /* Responsive */ @media (max-width: 768px) { .cards { grid-template-columns: 1fr; } }/* End custom CSS */
/* Start custom CSS for column, class: .elementor-element-1a018a6 */img {
    width: 100%;
    height: auto;
    
    /* Forces the browser to prioritize sharpness over smooth blending */
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
  }
  
.imgexception {
    width: 280px !important;
  }


.discount-box {
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,.04);
  margin-top: 20px;
}

.discount-box h4 {
  margin-top: 0;
    color: #5A5A5A;
    margin-bottom: 25px;
    margin-right:50px;
    font-size: 26px;
    line-height: 1.4;
}

.discount-button {
    border-radius: 6px !important;
}


/* Mobile styles */
@media (max-width: 736px) {
    .content-section h4 {
        margin-right: 0 !important;
        margin-bottom: 40px;
    }
}/* End custom CSS */