:root {
  color-scheme: light;
  font-family: Inter, ui-rounded, "SF Pro Rounded", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #2a0b08;
  background: #fff7e8;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff7e8; }
a { color: inherit; }
img { display: block; max-width: 100%; }

.site-header,
main,
footer {
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #2a0b08;
  font-size: 1.25rem;
  font-weight: 850;
  letter-spacing: -0.04em;
  text-decoration: none;
}

.brand img { filter: drop-shadow(0 7px 10px rgba(104, 24, 8, 0.18)); }
.header-link { color: #72463d; font-size: 0.9rem; font-weight: 700; text-underline-offset: 4px; }
.header-link:hover { color: #c42415; }

.hero {
  position: relative;
  min-height: calc(100svh - 76px);
  display: grid;
  place-items: center;
  padding: 12px 0 28px;
  overflow: hidden;
  isolation: isolate;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  z-index: -2;
  border-radius: 50%;
}

.hero::before { width: 500px; height: 500px; left: -230px; top: -120px; background: #ffd95f; opacity: 0.45; }
.hero::after { width: 360px; height: 360px; right: -160px; bottom: -60px; border: 56px solid #ef321f; opacity: 0.09; }
.hero-glow { position: absolute; inset: 15% 8%; z-index: -1; background: radial-gradient(circle, rgba(239, 50, 31, 0.12), transparent 68%); }

.warning-card {
  width: min(620px, 100%);
  padding: 26px 48px 32px;
  border: 1px solid rgba(104, 24, 8, 0.12);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 28px 80px rgba(104, 24, 8, 0.16);
  text-align: center;
  backdrop-filter: blur(14px);
}

.hero-mascot { width: 132px; height: 132px; margin: -2px auto 6px; object-fit: contain; filter: drop-shadow(0 13px 18px rgba(104, 24, 8, 0.2)); }
.eyebrow { margin: 0 0 10px; color: #c42415; font-size: 0.78rem; font-weight: 850; letter-spacing: 0.12em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 16px; font-size: clamp(2.7rem, 6vw, 3.9rem); line-height: 0.94; letter-spacing: -0.065em; }
.hero-copy { max-width: 520px; margin: 0 auto; color: #69453d; font-size: 1.05rem; line-height: 1.65; }

.domain-card { margin: 20px 0 16px; padding: 13px; border-radius: 17px; background: #fff1cf; }
.domain-card span, .domain-card strong { display: block; }
.domain-card span { margin-bottom: 4px; color: #8b5e28; font-size: 0.72rem; font-weight: 750; letter-spacing: 0.08em; text-transform: uppercase; }
.domain-card strong { font-size: 1.18rem; }

.hero-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.button { min-height: 52px; display: grid; place-items: center; padding: 12px 18px; border-radius: 14px; font-size: 0.92rem; font-weight: 800; text-decoration: none; }
.button.primary { background: #ef321f; color: white; box-shadow: 0 10px 24px rgba(239, 50, 31, 0.22); }
.button.primary[aria-disabled="true"] { cursor: default; }
.button.secondary { border: 1px solid #6d170e; background: white; color: #6d170e; }
.button.secondary:hover { background: #fff5e5; }

.explanation { padding: 112px 0; }
.section-heading { display: grid; grid-template-columns: 180px 1fr; gap: 40px; align-items: start; margin-bottom: 52px; }
.section-heading h2, .embedded h2, .privacy-page h1 { margin-bottom: 0; font-size: clamp(2.2rem, 5vw, 4rem); line-height: 1.02; letter-spacing: -0.055em; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.feature-grid article { min-height: 260px; padding: 26px; border: 1px solid rgba(104, 24, 8, 0.12); border-radius: 24px; background: rgba(255, 255, 255, 0.68); }
.feature-grid article:nth-child(2) { background: #6d170e; color: white; }
.feature-grid article:nth-child(2) p { color: #f5dcd3; }
.number { display: block; margin-bottom: 58px; color: #ef321f; font-weight: 850; }
.feature-grid article:nth-child(2) .number { color: #ffd53d; }
.feature-grid h3 { margin-bottom: 12px; font-size: 1.2rem; }
.feature-grid p { margin-bottom: 0; color: #69453d; line-height: 1.6; }

.embedded { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 72px; align-items: center; margin: 40px 0 100px; padding: 64px; border-radius: 32px; background: #ffd53d; }
.embedded h2 { margin-bottom: 22px; }
.embedded-copy > p:last-child { margin-bottom: 0; color: #624016; font-size: 1.04rem; line-height: 1.65; }
.blocked-resource { min-height: 290px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; padding: 30px; border: 2px dashed rgba(109, 23, 14, 0.35); border-radius: 26px; background: rgba(255, 255, 255, 0.7); text-align: center; }
.blocked-resource img { filter: drop-shadow(0 8px 12px rgba(104, 24, 8, 0.15)); }
.blocked-resource strong { font-size: 1.05rem; }
.blocked-resource span { padding: 8px 13px; border-radius: 999px; background: #6d170e; color: white; font-size: 0.78rem; font-weight: 800; }

.disclaimer { max-width: 820px; margin: 0 auto 110px; color: #815c52; font-size: 0.86rem; line-height: 1.7; text-align: center; }
footer { min-height: 130px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; border-top: 1px solid rgba(104, 24, 8, 0.14); color: #72463d; font-size: 0.86rem; }
footer p { margin: 0; text-align: center; }
footer > a { justify-self: end; text-underline-offset: 4px; }
.footer-brand { font-size: 1rem; }

.privacy-page { padding: 70px 0 110px; }
.privacy-page header { max-width: 760px; margin-bottom: 56px; }
.privacy-page header p:last-child { margin-top: 20px; color: #72463d; font-size: 1.05rem; line-height: 1.6; }
.policy { max-width: 760px; padding: 42px; border: 1px solid rgba(104, 24, 8, 0.12); border-radius: 28px; background: rgba(255, 255, 255, 0.74); }
.policy h2 { margin: 34px 0 12px; font-size: 1.35rem; }
.policy h2:first-child { margin-top: 0; }
.policy p, .policy li { color: #69453d; font-size: 1rem; line-height: 1.7; }
.policy li + li { margin-top: 8px; }

@media (max-width: 760px) {
  .site-header, main, footer { width: min(100% - 28px, 1120px); }
  .hero { min-height: auto; padding: 12px 0 70px; }
  .warning-card { padding: 28px 20px 30px; border-radius: 26px; }
  .hero-mascot { width: 126px; height: 126px; }
  .hero-actions, .feature-grid, .section-heading, .embedded { grid-template-columns: 1fr; }
  .explanation { padding: 82px 0; }
  .section-heading { gap: 10px; }
  .feature-grid article { min-height: 220px; }
  .number { margin-bottom: 36px; }
  .embedded { gap: 38px; padding: 34px 22px; margin-bottom: 72px; }
  .disclaimer { margin-bottom: 76px; text-align: left; }
  footer { grid-template-columns: 1fr; gap: 10px; padding: 30px 0; text-align: center; }
  footer > *, footer > a { justify-self: center; }
  .privacy-page { padding-top: 45px; }
  .policy { padding: 28px 20px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
