.image-checker-page {
  background: #fff;
}

.checker-header {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 30px rgba(45, 50, 57, 0.08);
}

.checker-hero {
  background: linear-gradient(135deg, #f8f9ff 0%, #ffffff 52%, #edf8f4 100%);
  padding: 170px 0 95px;
  position: relative;
}

.checker-hero-copy span,
.content-block span {
  color: #7e79f9;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.checker-hero-copy h1 {
  color: #2d3239;
  font-size: 58px;
  line-height: 1.12;
  margin: 0 0 22px;
}

.checker-hero-copy p {
  color: #656c72;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 30px;
}

.checker-hero-panel {
  background: #2d3239;
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(45, 50, 57, 0.22);
  color: #fff;
  margin-top: 28px;
  padding: 36px;
}

.score-orbit {
  align-items: center;
  background: #fff;
  border-radius: 8px;
  color: #2d3239;
  display: flex;
  gap: 18px;
  margin-bottom: 26px;
  padding: 25px;
}

.score-orbit strong {
  color: #7e79f9;
  font-family: "Poppins", sans-serif;
  font-size: 60px;
  line-height: 1;
}

.score-orbit span {
  color: #41516a;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.checker-hero-panel li {
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
  margin-top: 15px;
}

.checker-hero-panel i {
  color: #6fd6a5;
  margin-right: 10px;
}

.checker-title {
  margin-bottom: 45px;
  text-align: center;
}

.checker-title p {
  margin: 16px auto 0;
  max-width: 720px;
}

.checker-shell {
  align-items: stretch;
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(300px, 0.9fr) minmax(320px, 1.1fr);
}

.upload-panel,
.report-panel {
  background: #fff;
  border: 1px solid #eceef5;
  border-radius: 8px;
  box-shadow: 0 12px 35px rgba(45, 50, 57, 0.08);
  padding: 28px;
}

.upload-dropzone {
  align-items: center;
  border: 2px dashed #c9cdfa;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 190px;
  padding: 28px;
  text-align: center;
  transition: border-color 0.2s, background 0.2s;
}

.upload-dropzone:hover,
.upload-dropzone.is-dragover {
  background: #f8f9ff;
  border-color: #7e79f9;
}

.upload-dropzone input {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}

.upload-icon {
  align-items: center;
  background: #7e79f9;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 30px;
  height: 74px;
  justify-content: center;
  margin-bottom: 18px;
  width: 74px;
}

.upload-dropzone strong {
  color: #2d3239;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
}

.upload-dropzone small {
  color: #90949a;
  margin-top: 8px;
}

.preview-wrap {
  align-items: center;
  background: #f5f6fa;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  margin-top: 22px;
  min-height: 260px;
  overflow: hidden;
  position: relative;
}

.preview-wrap img {
  display: block;
  max-height: 420px;
  object-fit: contain;
  width: 100%;
}

.preview-wrap.is-empty img {
  display: none;
}

.preview-empty {
  color: #90949a;
  font-size: 16px;
  padding: 25px;
  text-align: center;
}

.preview-wrap:not(.is-empty) .preview-empty {
  display: none;
}

.local-facts {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, 1fr);
  margin: 18px 0 24px;
}

.local-facts div {
  background: #f8f9ff;
  border-radius: 8px;
  padding: 14px;
}

.local-facts span {
  color: #90949a;
  display: block;
  font-size: 13px;
  margin-bottom: 4px;
}

.local-facts strong {
  color: #2d3239;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  overflow-wrap: anywhere;
}

.checker-submit {
  border: 0;
  width: 100%;
}

.checker-submit i {
  margin-right: 8px;
}

.privacy-note {
  font-size: 13px;
  margin: 15px 0 0;
  text-align: center;
}

.report-panel {
  min-height: 620px;
}

.report-placeholder {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  min-height: 500px;
  text-align: center;
}

.report-placeholder span {
  align-items: center;
  background: #edf8f4;
  border-radius: 50%;
  color: #35b885;
  display: flex;
  font-size: 36px;
  height: 86px;
  justify-content: center;
  margin-bottom: 20px;
  width: 86px;
}

.report-placeholder h3 {
  color: #2d3239;
  margin-bottom: 12px;
}

.report-loading {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 500px;
  text-align: center;
}

.loader-ring {
  border: 5px solid #eceef5;
  border-top-color: #7e79f9;
  border-radius: 50%;
  height: 76px;
  margin-bottom: 22px;
  width: 76px;
  animation: checkerSpin 0.9s linear infinite;
}

@keyframes checkerSpin {
  to {
    transform: rotate(360deg);
  }
}

.score-card {
  align-items: center;
  display: flex;
  gap: 22px;
  margin-bottom: 26px;
}

.score-circle {
  align-items: center;
  background: conic-gradient(#7e79f9 var(--score-angle), #eceef5 0);
  border-radius: 50%;
  display: flex;
  flex: 0 0 150px;
  height: 150px;
  justify-content: center;
  position: relative;
  width: 150px;
}

.score-circle:before {
  background: #fff;
  border-radius: 50%;
  content: "";
  height: 112px;
  position: absolute;
  width: 112px;
}

.score-circle strong {
  color: #2d3239;
  font-family: "Poppins", sans-serif;
  font-size: 42px;
  position: relative;
}

.score-meta h3 {
  color: #2d3239;
  font-size: 26px;
  margin: 0 0 10px;
}

.grade-pill {
  background: #edf8f4;
  border-radius: 50px;
  color: #20875f;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-top: 10px;
  padding: 7px 16px;
}

.report-summary {
  background: #f8f9ff;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 20px;
}

.check-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 24px;
}

.check-item {
  border: 1px solid #eceef5;
  border-radius: 8px;
  padding: 15px;
}

.check-item span {
  align-items: center;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  height: 26px;
  justify-content: center;
  margin-right: 8px;
  width: 26px;
}

.check-item.pass span {
  background: #35b885;
}

.check-item.warning span {
  background: #f4a941;
}

.check-item.fail span {
  background: #e35b5b;
}

.check-item strong {
  color: #2d3239;
  display: inline;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}

.check-item p {
  font-size: 14px;
  margin: 9px 0 0;
}

.report-list {
  margin-bottom: 24px;
}

.report-list h4 {
  color: #2d3239;
  margin-bottom: 12px;
}

.report-list li {
  color: #656c72;
  line-height: 1.6;
  margin-bottom: 10px;
  padding-left: 24px;
  position: relative;
}

.report-list li:before {
  color: #7e79f9;
  content: "\f105";
  font-family: "FontAwesome";
  left: 0;
  position: absolute;
  top: 0;
}

.report-error {
  background: #fff5f5;
  border: 1px solid #ffd4d4;
  border-radius: 8px;
  color: #8f2727;
  padding: 20px;
}

.checker-content-section {
  background: #f8f9ff;
  padding: 110px 0;
}

.content-block {
  background: #fff;
  border-radius: 8px;
  min-height: 100%;
  padding: 36px;
}

.content-block h2 {
  color: #2d3239;
  font-size: 34px;
  line-height: 1.25;
  margin: 0 0 18px;
}

.muted-block {
  background: #2d3239;
}

.muted-block h2,
.muted-block p {
  color: #fff;
}

.muted-block p {
  color: rgba(255, 255, 255, 0.78);
}

.checker-list li {
  color: #656c72;
  line-height: 1.7;
  margin-top: 11px;
  padding-left: 28px;
  position: relative;
}

.checker-list li:before {
  align-items: center;
  background: #edf8f4;
  border-radius: 50%;
  color: #35b885;
  content: "\f00c";
  display: flex;
  font-family: "FontAwesome";
  font-size: 11px;
  height: 18px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 4px;
  width: 18px;
}

.checker-faq-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, 1fr);
}

.checker-faq-grid div {
  border: 1px solid #eceef5;
  border-radius: 8px;
  padding: 26px;
}

.checker-faq-grid h3 {
  color: #2d3239;
  font-size: 20px;
  margin: 0 0 12px;
}

.whatsapp-float {
  align-items: center;
  background-color: #25d366;
  border-radius: 50%;
  bottom: 30px;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.5);
  display: flex;
  height: 55px;
  justify-content: center;
  position: fixed;
  right: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 55px;
  z-index: 9999;
}

.whatsapp-float:hover {
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.7);
  transform: scale(1.1);
}

.whatsapp-float img {
  height: 32px;
  width: 32px;
}

@media (max-width: 1199px) {
  .checker-hero-copy h1 {
    font-size: 48px;
  }

  .checker-shell {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .checker-hero {
    padding: 130px 0 75px;
  }

  .checker-faq-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .checker-hero-copy h1 {
    font-size: 38px;
  }

  .checker-hero-copy p {
    font-size: 16px;
  }

  .checker-hero-panel,
  .upload-panel,
  .report-panel,
  .content-block {
    padding: 22px;
  }

  .local-facts,
  .check-grid {
    grid-template-columns: 1fr;
  }

  .score-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .score-circle {
    flex-basis: 132px;
    height: 132px;
    width: 132px;
  }

  .score-circle:before {
    height: 98px;
    width: 98px;
  }

  .content-block h2 {
    font-size: 28px;
  }
}
