.elementor-15 .elementor-element.elementor-element-eb6ad23{--display:flex;}.elementor-15 .elementor-element.elementor-element-1352345{--display:flex;}.elementor-15 .elementor-element.elementor-element-3e9be76{--display:flex;}/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-150434c */.accuracy-aurora {
  padding: 120px 20px 100px;
  text-align: center;
  color: #020617;
}

/* Container */
.accuracy-container {
  max-width: 880px;
  margin: auto;
}

/* Pill Badge */
.accuracy-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(255,255,255,0.6);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.8);
  font-size: 14px;
  font-weight: 500;
  color: #2563eb;
  margin-bottom: 26px;
}

.accuracy-pill i {
  width: 16px;
  height: 16px;
}

/* Title */
.accuracy-title {
  font-size: clamp(34px, 4.5vw, 52px);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 26px;
}

.accuracy-title span {
  background: linear-gradient(90deg, #2563eb, #38bdf8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Description */
.accuracy-desc {
  font-size: 18px;
  line-height: 1.75;
  color: #334155;
  margin-bottom: 18px;
}

.accuracy-desc strong {
  color: #020617;
  font-weight: 600;
}

/* CTA Line */
.accuracy-cta-text {
  margin-top: 32px;
  font-size: 20px;
  font-weight: 500;
  color: #020617;
}

.accuracy-cta-text span {
  color: #2563eb;
  font-weight: 600;
}

/* Buttons */
.accuracy-buttons {
  margin-top: 42px;
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.btn-primary,
.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  font-size: 16px;
  font-family: inherit;
  border-radius: 14px;
  cursor: pointer;
  transition: all 0.25s ease;
}

/* Primary */
.btn-primary {
  background: linear-gradient(135deg, #2563eb, #38bdf8);
  color: #ffffff;
  border: none;
  font-weight: 600;
  box-shadow: 0 10px 30px rgba(37,99,235,0.35);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(37,99,235,0.45);
}

/* Outline */
.btn-outline {
  background: rgba(255,255,255,0.65);
  border: 1px solid rgba(37,99,235,0.3);
  color: #2563eb;
  font-weight: 500;
}

.btn-outline:hover {
  background: rgba(255,255,255,0.85);
}

/* Icons */
.btn-primary i,
.btn-outline i {
  width: 18px;
  height: 18px;
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-6e8adec */.circle-info {
  padding: 100px 20px;
}

.circle-info-inner {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  align-items: center;
}

/* Heading */
.circle-info-text h2 {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 22px;
  color: #020617;
}

.circle-info-text h2 span {
  background: linear-gradient(90deg, #2563eb, #38bdf8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.circle-info-text h2 small {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #2563eb;
  margin-top: 6px;
}

/* Paragraphs */
.circle-info-text p {
  font-size: 17px;
  line-height: 1.7;
  color: #334155;
  margin-bottom: 16px;
}

.circle-info-text strong {
  color: #020617;
  font-weight: 600;
}

/* Bullet list */
.circle-checks {
  list-style: none;
  padding: 0;
  margin: 26px 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 24px;
}

.circle-checks li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #020617;
  font-weight: 500;
}

.circle-checks i {
  width: 20px;
  height: 20px;
  color: #2563eb;
}

/* Note */
.circle-note {
  margin-top: 22px;
  font-size: 16px;
  color: #475569;
}

/* Visual side */
.circle-info-visual {
  display: flex;
  justify-content: center;
}

.visual-card {
  width: 260px;
  height: 260px;
  border-radius: 24px;
  background: rgba(255,255,255,0.65);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,0.9);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
  box-shadow: 0 30px 80px rgba(37,99,235,0.25);
}

.visual-card i {
  width: 64px;
  height: 64px;
  color: #2563eb;
}

.visual-card span {
  font-size: 15px;
  font-weight: 600;
  color: #020617;
}

/* Responsive */
@media (max-width: 900px) {
  .circle-info-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .circle-checks {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .circle-checks li {
    justify-content: center;
  }
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-37ffcb9 */.how-it-works {
  padding: 110px 20px;
}

.how-inner {
  max-width: 1150px;
  margin: auto;
}

/* Header */
.how-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 60px;
}

.how-header h2 {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  margin-bottom: 18px;
  color: #020617;
}

.how-header h2 span {
  background: linear-gradient(90deg, #2563eb, #38bdf8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.how-header p {
  font-size: 17px;
  line-height: 1.7;
  color: #334155;
}

/* Steps grid */
.how-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

/* Step card */
.how-step {
  position: relative;
  background: rgba(255,255,255,0.65);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,0.85);
  border-radius: 24px;
  padding: 34px 26px 42px;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.how-step:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 60px rgba(37,99,235,0.25);
}

/* Icon */
.step-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #2563eb, #38bdf8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-icon i {
  width: 26px;
  height: 26px;
  color: #ffffff;
}

/* Text */
.how-step h3 {
  font-size: 18px;
  font-weight: 600;
  color: #020617;
  margin-bottom: 10px;
}

.how-step p {
  font-size: 15px;
  line-height: 1.6;
  color: #475569;
}

/* Step number */
.step-number {
  position: absolute;
  bottom: 16px;
  right: 20px;
  font-size: 52px;
  font-weight: 700;
  color: rgba(37,99,235,0.15);
  pointer-events: none;
}

/* Footer text */
.how-footer-text {
  margin-top: 60px;
  text-align: center;
  font-size: 18px;
  color: #020617;
}

.how-footer-text strong {
  color: #2563eb;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 1024px) {
  .how-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .how-steps {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-49e3df4 */.draw-steps {
  padding: 110px 20px;
}

.draw-steps-inner {
  max-width: 1200px;
  margin: auto;
}

/* Header */
.draw-steps-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 70px;
}

.draw-steps-header h2 {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  margin-bottom: 16px;
  color: #020617;
}

.draw-steps-header h2 span {
  background: linear-gradient(90deg, #2563eb, #38bdf8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.draw-steps-header p {
  font-size: 17px;
  line-height: 1.7;
  color: #334155;
}

/* Grid */
.draw-steps-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 40px;
}

/* Step Card */
.draw-step {
  background: rgba(255,255,255,0.65);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,0.85);
  border-radius: 26px;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.draw-step:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 70px rgba(37,99,235,0.25);
}

/* Image */
.step-image {
  width: 100%;
  aspect-ratio: 3 / 2;
  background: linear-gradient(135deg, #e0ecff, #f8fbff);
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Content */
.step-content {
  padding: 28px 26px 34px;
}

.step-count {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #2563eb;
  margin-bottom: 8px;
}

.step-content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #020617;
}

.step-content p {
  font-size: 15px;
  line-height: 1.6;
  color: #475569;
}

.step-content strong {
  color: #020617;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 900px) {
  .draw-steps-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-957745f */.features {
  padding: 110px 20px;
}

.features-inner {
  max-width: 1150px;
  margin: auto;
}

/* Header */
.features-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 70px;
}

.features-header h2 {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  margin-bottom: 16px;
  color: #020617;
}

.features-header h2 span {
  background: linear-gradient(90deg, #2563eb, #38bdf8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.features-header p {
  font-size: 17px;
  line-height: 1.7;
  color: #334155;
}

/* Grid */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 28px;
}

/* Card */
.feature-card {
  background: rgba(255,255,255,0.65);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,0.85);
  border-radius: 26px;
  padding: 36px 30px 40px;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 65px rgba(37,99,235,0.25);
}

/* Icon */
.feature-icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #2563eb, #38bdf8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-icon i {
  width: 26px;
  height: 26px;
  color: #ffffff;
}

/* Text */
.feature-card h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #020617;
}

.feature-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #475569;
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-46eec79 */.circle-hard {
  padding: 110px 20px;
}

.circle-hard-inner {
  max-width: 900px;
  margin: auto;
}

/* Heading */
.circle-hard-content h2 {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  margin-bottom: 22px;
  color: #020617;
  text-align: center;
}

.circle-hard-content h2 span {
  background: linear-gradient(90deg, #2563eb, #38bdf8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Intro */
.circle-hard-content .intro-text {
  font-size: 18px;
  line-height: 1.7;
  color: #334155;
  text-align: center;
  margin-bottom: 22px;
}

/* Paragraphs */
.circle-hard-content p {
  font-size: 17px;
  line-height: 1.7;
  color: #475569;
  margin-bottom: 18px;
  text-align: center;
}

/* Points */
.hard-points {
  list-style: none;
  padding: 0;
  margin: 34px auto 34px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 32px;
  max-width: 600px;
}

.hard-points li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 500;
  color: #020617;
}

.hard-points i {
  width: 20px;
  height: 20px;
  color: #2563eb;
}

/* Closing line */
.circle-hard-content .closing-text {
  margin-top: 10px;
  font-size: 18px;
  color: #020617;
  text-align: center;
}

.circle-hard-content .closing-text strong {
  color: #2563eb;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 600px) {
  .hard-points {
    grid-template-columns: 1fr;
    text-align: left;
  }
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-f8d896b */.no-tools {
  padding: 110px 20px;
}

.no-tools-inner {
  max-width: 900px;
  margin: auto;
}

/* Heading */
.no-tools-content h2 {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  margin-bottom: 22px;
  color: #020617;
  text-align: center;
}

.no-tools-content h2 span {
  background: linear-gradient(90deg, #2563eb, #38bdf8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Intro */
.no-tools-content .intro-text {
  font-size: 18px;
  line-height: 1.7;
  color: #334155;
  text-align: center;
  margin-bottom: 22px;
}

/* Paragraphs */
.no-tools-content p {
  font-size: 17px;
  line-height: 1.7;
  color: #475569;
  margin-bottom: 18px;
  text-align: center;
}

/* Benefits */
.benefits-list {
  list-style: none;
  padding: 0;
  margin: 34px auto 34px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 720px;
}

.benefits-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #020617;
}

.benefits-list i {
  width: 20px;
  height: 20px;
  color: #2563eb;
}

/* Closing */
.no-tools-content .closing-line {
  font-size: 18px;
  color: #020617;
  text-align: center;
}

.no-tools-content .closing-line strong {
  color: #2563eb;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 700px) {
  .benefits-list {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-080f807 */.accuracy-meaning {
  padding: 120px 20px;
}

.accuracy-meaning-inner {
  max-width: 1000px;
  margin: auto;
  display: grid;
  gap: 90px;
}

/* Headings */
.accuracy-meaning h2 {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  margin-bottom: 20px;
  color: #020617;
  text-align: center;
}

.accuracy-meaning h2 span {
  background: linear-gradient(90deg, #2563eb, #38bdf8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.accuracy-meaning h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #020617;
  text-align: center;
}

/* Intro text */
.intro-text,
.tips-intro {
  font-size: 17px;
  line-height: 1.7;
  color: #334155;
  text-align: center;
  margin-bottom: 26px;
}

/* Score scale */
.score-scale {
  list-style: none;
  padding: 0;
  margin: 0 auto 28px;
  max-width: 620px;
  display: grid;
  gap: 14px;
}

.score-scale li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255,255,255,0.65);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.85);
  border-radius: 14px;
  padding: 14px 18px;
  font-size: 15px;
}

.score-range {
  font-weight: 600;
  color: #2563eb;
}

.score-label {
  color: #020617;
}

/* Milestone */
.milestone-text {
  font-size: 17px;
  color: #020617;
  text-align: center;
}

.milestone-text strong {
  color: #2563eb;
}

/* Tips */
.tips-list {
  list-style: none;
  padding: 0;
  margin: 26px auto 22px;
  max-width: 600px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 28px;
}

.tips-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #020617;
}

.tips-list i {
  width: 18px;
  height: 18px;
  color: #2563eb;
}

.tips-closing {
  font-size: 17px;
  color: #020617;
  text-align: center;
}

/* Why people love */
.love-list {
  list-style: none;
  padding: 0;
  margin: 26px auto 22px;
  max-width: 700px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 30px;
}

.love-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #020617;
}

.love-list i {
  width: 18px;
  height: 18px;
  color: #2563eb;
}

.love-closing {
  font-size: 18px;
  color: #020617;
  text-align: center;
  font-weight: 500;
}

/* Responsive */
@media (max-width: 700px) {
  .tips-list,
  .love-list {
    grid-template-columns: 1fr;
  }

  .score-scale li {
    flex-direction: column;
    gap: 6px;
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-afdd752 */.why-better {
  padding: 120px 20px;
}

.why-better-inner {
  max-width: 950px;
  margin: auto;
}

/* Heading */
.why-better-content h2 {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  margin-bottom: 22px;
  color: #020617;
  text-align: center;
}

.why-better-content h2 span {
  background: linear-gradient(90deg, #2563eb, #38bdf8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Intro */
.why-better-content .intro-text {
  font-size: 18px;
  line-height: 1.7;
  color: #334155;
  text-align: center;
  margin-bottom: 30px;
}

.why-better-content .intro-text strong {
  color: #020617;
}

/* Subheading */
.subheading {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 24px;
  text-align: center;
  color: #020617;
}

/* Points */
.better-points {
  list-style: none;
  padding: 0;
  margin: 0 auto 30px;
  max-width: 720px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 28px;
}

.better-points li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 500;
  color: #020617;
  background: rgba(255,255,255,0.65);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.85);
  border-radius: 14px;
  padding: 14px 16px;
}

.better-points i {
  width: 20px;
  height: 20px;
  color: #2563eb;
}

/* Closing */
.closing-line {
  font-size: 18px;
  color: #020617;
  text-align: center;
}

.closing-line strong {
  color: #2563eb;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 700px) {
  .better-points {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-def01ae */.comparison {
  padding: 120px 20px;
}

.comparison-inner {
  max-width: 1000px;
  margin: auto;
}

/* Header */
.comparison-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 60px;
}

.comparison-header h2 {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  margin-bottom: 16px;
  color: #020617;
}

.comparison-header h2 span {
  background: linear-gradient(90deg, #2563eb, #38bdf8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.comparison-header p {
  font-size: 17px;
  line-height: 1.7;
  color: #334155;
}

/* Table */
.comparison-table {
  background: rgba(255,255,255,0.65);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,0.85);
  border-radius: 20px;
  overflow: hidden;
}

/* Rows */
.comparison-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(255,255,255,0.6);
  font-size: 16px;
  color: #020617;
  align-items: center;
}

.comparison-row:last-child {
  border-bottom: none;
}

.comparison-row.header {
  background: rgba(37,99,235,0.1);
  font-weight: 600;
}

/* Status colors */
.yes {
  color: #16a34a;
  font-weight: 600;
}

.no {
  color: #dc2626;
  font-weight: 600;
}

.warn {
  color: #ca8a04;
  font-weight: 600;
}

.comparison-row i {
  margin-right: 6px;
}

/* Footer text */
.comparison-footer {
  margin-top: 40px;
  text-align: center;
  font-size: 18px;
  color: #020617;
}

.comparison-footer strong {
  color: #2563eb;
}

/* Responsive */
@media (max-width: 700px) {
  .comparison-row {
    grid-template-columns: 1fr;
    gap: 6px;
    text-align: center;
  }

  .comparison-row.header {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-88c9cee */.who-can-use {
  padding: 120px 20px;
}

.who-inner {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

/* Card */
.use-card {
  background: rgba(255,255,255,0.65);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,0.85);
  border-radius: 26px;
  padding: 44px 36px 48px;
}

/* Headings */
.use-card h2 {
  font-size: clamp(24px, 3.5vw, 34px);
  font-weight: 700;
  margin-bottom: 18px;
  color: #020617;
}

.use-card h2 span {
  background: linear-gradient(90deg, #2563eb, #38bdf8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Intro */
.use-card .intro-text {
  font-size: 16px;
  line-height: 1.7;
  color: #334155;
  margin-bottom: 22px;
}

/* Lists */
.use-list,
.device-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: grid;
  gap: 14px;
}

.use-list li,
.device-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  color: #020617;
  font-weight: 500;
}

.use-list i,
.device-list i {
  width: 20px;
  height: 20px;
  color: #2563eb;
}

/* Closing */
.use-card .closing-line {
  font-size: 16px;
  color: #020617;
}

.use-card .closing-line strong {
  color: #2563eb;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 900px) {
  .who-inner {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-a979d8a *//* ===== Accuracy Tips Section ===== */

.accuracy-tips-section{
  padding:100px 20px;
}

.accuracy-tips-inner{
  max-width:1200px;
  margin:0 auto;
  text-align:center;
}

.accuracy-tips-inner h2{
  font-size:clamp(32px,4vw,46px);
  font-weight:800;
  margin-bottom:16px;
}

.accuracy-tips-inner h2 span{
  background:linear-gradient(90deg,#2563eb,#38bdf8);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

.tips-intro{
  max-width:720px;
  margin:0 auto 60px;
  font-size:18px;
  color:#475569;
  line-height:1.6;
}

/* Grid */
.accuracy-tips-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:36px;
}

/* Card */
.accuracy-tip-card{
  background:#ffffff;
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 30px 100px rgba(59,130,246,.18);
  transition:transform .3s ease, box-shadow .3s ease;
}

.accuracy-tip-card:hover{
  transform:translateY(-6px);
  box-shadow:0 40px 120px rgba(59,130,246,.25);
}

/* Image */
.tip-image{
  width:100%;
  height:200px;
  background:#e5e7eb; /* visible placeholder */
}

.tip-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

/* Content */
.tip-content{
  padding:26px;
  text-align:left;
}

.tip-content h3{
  font-size:18px;
  font-weight:700;
  margin-bottom:10px;
  color:#020617;
}

.tip-content p{
  font-size:15px;
  color:#475569;
  line-height:1.6;
}

/* Closing */
.tips-closing{
  margin-top:50px;
  font-size:16px;
  color:#334155;
}

/* Mobile */
@media(max-width:600px){
  .accuracy-tips-section{
    padding:80px 16px;
  }

  .tip-image{
    height:180px;
  }
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-bc839fb */.boxed-points {
  padding: 120px 20px;
}

.boxed-inner {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

/* Titles */
.boxed-title {
  font-size: clamp(26px, 4vw, 40px);
  font-weight: 700;
  margin: 80px 0 30px;
  color: #020617;
}

.boxed-title span {
  background: linear-gradient(90deg, #2563eb, #38bdf8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.boxed-subtext {
  font-size: 17px;
  color: #334155;
  margin-bottom: 40px;
}

/* Row */
.points-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 36px;
}

/* Box */
.point-box {
  position: relative;
  padding: 44px 26px 52px;
  background: rgba(255,255,255,0.75);
  backdrop-filter: blur(14px);
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,0.9);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.point-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 70px rgba(37,99,235,0.25);
}

/* Icon */
.point-icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #2563eb, #38bdf8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.point-icon i {
  width: 26px;
  height: 26px;
  color: #ffffff;
  animation: floatIcon 4s ease-in-out infinite;
}

/* Text */
.point-box h3 {
  font-size: 16px;
  font-weight: 600;
  color: #020617;
}

/* Number */
.point-number {
  position: absolute;
  bottom: 14px;
  right: 18px;
  font-size: 48px;
  font-weight: 700;
  color: rgba(37,99,235,0.12);
  pointer-events: none;
}

/* Footer */
.boxed-footer {
  max-width: 750px;
  margin: 60px auto 0;
  font-size: 17px;
  color: #020617;
}

/* Animation */
@keyframes floatIcon {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

/* Responsive */
@media (max-width: 768px) {
  .boxed-title {
    margin-top: 60px;
  }
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-e2470c6 *//* ===== Try Perfect Circle Section ===== */

.try-circle{
  padding:110px 20px;
}

.try-circle-inner{
  max-width:1200px;
  margin:0 auto;
  text-align:center;
}

.try-circle-inner h2{
  font-size:clamp(32px,4vw,46px);
  font-weight:800;
  margin-bottom:16px;
}

.try-circle-inner h2 span{
  background:linear-gradient(90deg,#2563eb,#38bdf8);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

.try-intro{
  max-width:680px;
  margin:0 auto 60px;
  font-size:18px;
  color:#475569;
  line-height:1.6;
}

/* Grid */
.try-steps-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:36px;
  margin-bottom:60px;
}

/* Card */
.try-step-card{
  background:#ffffff;
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 30px 100px rgba(59,130,246,.18);
  transition:transform .3s ease, box-shadow .3s ease;
}

.try-step-card:hover{
  transform:translateY(-6px);
  box-shadow:0 40px 120px rgba(59,130,246,.25);
}

/* Image */
.try-step-image{
  width:100%;
  height:200px;
  background:#e5e7eb; /* placeholder visible */
}

.try-step-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

/* Text */
.try-step-card h3{
  font-size:18px;
  font-weight:700;
  margin:22px 22px 10px;
  color:#020617;
}

.try-step-card p{
  font-size:15px;
  color:#475569;
  line-height:1.6;
  padding:0 22px 26px;
}

/* Closing */
.try-closing{
  font-size:16px;
  color:#334155;
  margin-bottom:36px;
}

/* CTA Button */
.try-btn{
  background:linear-gradient(135deg,#2563eb,#38bdf8);
  color:#ffffff;
  border:none;
  padding:14px 34px;
  font-size:15px;
  font-weight:600;
  border-radius:999px;
  cursor:pointer;
  box-shadow:0 20px 50px rgba(59,130,246,.35);
}

.try-btn:hover{
  opacity:.95;
}

/* Mobile */
@media(max-width:600px){
  .try-circle{
    padding:90px 16px;
  }

  .try-step-image{
    height:180px;
  }
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-15de948 */.faq-section {
  padding: 120px 20px;
}

.faq-inner {
  max-width: 850px;
  margin: auto;
  text-align: center;
}

/* Heading */
.faq-inner h2 {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  margin-bottom: 40px;
  color: #020617;
}

.faq-inner h2 span {
  background: linear-gradient(90deg, #2563eb, #38bdf8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* FAQ list */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Item */
.faq-item {
  background: rgba(255,255,255,0.65);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.85);
  border-radius: 16px;
  text-align: left;
  overflow: hidden;
}

/* Summary */
.faq-item summary {
  cursor: pointer;
  padding: 18px 22px;
  font-size: 16px;
  font-weight: 600;
  color: #020617;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 12px;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

/* Icon */
.faq-item summary i {
  color: #2563eb;
  font-size: 18px;
}

/* Content */
.faq-item p {
  padding: 0 22px 18px;
  font-size: 15px;
  line-height: 1.6;
  color: #475569;
}

/* Open state */
.faq-item[open] {
  box-shadow: 0 20px 45px rgba(37,99,235,0.2);
}/* End custom CSS */