/* =============================================================
   INSCAN Campaign Page - Style
   ============================================================= */

/* --- Reset & Base --- */
*, *::before, *::after { box-sizing: border-box; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 24px 20px 60px;
  background-color: #ffffff;
  color: #333333;
  line-height: 1.8;
  font-size: 1rem;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
  display: block;
}

.aligncenter {
  margin: 28px auto;
}

h4 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1a1a1a;
  border-left: 5px solid #0A6AAF;
  border-bottom: 1px solid #d0d0d0;
  padding: 10px 14px;
  margin: 44px 0 18px;
  line-height: 1.5;
}

p {
  font-size: 0.9375rem;
  line-height: 1.85;
  margin-top: 0;
  margin-bottom: 14px;
  color: #333333;
}

a { color: #0A6AAF; text-decoration: none; }
a:hover, a:focus { text-decoration: underline; color: #085a94; outline: 0; }
a:visited { color: #0A6AAF; }

hr {
  border: none;
  border-top: 1px solid #e0e0e0;
  margin: 40px 0;
}

strong { font-weight: 700; }

.links-section {
  padding: 48px 24px;
  margin-top: 48px;
  background-color: #f5f7fa;
  border-radius: 8px;
}

.links-section__container {
  max-width: 720px;
  margin: 0 auto;
}

.links-section__body {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.7;
  color: #1a1a1a;
}

.links-section__body br { display: none; }

.links-section__logo {
  width: 96px;
  flex-shrink: 0;
}

.links-section__links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 28px;
}

.links-section__link {
  display: inline-block;
  flex: 1 1 auto;
  max-width: 200px;
}

.links-section__link-image {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 600px) {
  body { padding: 16px 16px 48px; }
  h4 { font-size: 1.05rem; margin-top: 36px; }
  p { font-size: 0.9rem; }
  .links-section { padding: 32px 16px; }
  .links-section__body {
    flex-direction: column;
    text-align: center;
    font-size: 1rem;
    gap: 16px;
  }
  .links-section__body br { display: block; }
  .links-section__logo { width: 80px; margin: 0 auto; }
  .links-section__links { justify-content: center; margin-top: 20px; gap: 12px; }
  .links-section__link { max-width: 160px; }
}

/* --- Prize Highlight --- */
.prize-highlight {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #0A6AAF;
  border-radius: 8px;
  padding: 20px 16px;
  margin: 28px 0 32px;
  font-size: 1.25rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.75;
}

.prize-highlight::before,
.prize-highlight::after {
  font-size: 1.6rem;
  line-height: 1;
  flex: 0 0 2rem;
  text-align: center;
}

.prize-highlight::before {
  content: '\1F38A';
  transform: scaleX(-1);
}

.prize-highlight::after {
  content: '\1F38A';
}

@media screen and (max-width: 600px) {
  .prize-highlight {
    font-size: 1.5rem;
    padding: 24px 12px;
  }
  .prize-highlight::before,
  .prize-highlight::after {
    font-size: 2rem;
    flex-basis: 2.2rem;
  }
}
