@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;700&family=Noto+Sans+JP:wght@400;500;700&display=swap");

body.tc-refresh {
  --tc-bg-1: #faf4ec;
  --tc-bg-2: #eef7ff;
  --tc-surface: #ffffff;
  --tc-text: #1a2630;
  --tc-muted: #5f6f7b;
  --tc-accent: #0e7c86;
  --tc-accent-2: #fa7c42;
  --tc-line: #d5e3e8;
  --tc-shadow: 0 14px 40px rgba(16, 52, 61, 0.12);
  min-width: 320px;
  font-family: "Space Grotesk", "Noto Sans JP", sans-serif;
  color: var(--tc-text);
  background:
    radial-gradient(circle at 10% 10%, rgba(250, 124, 66, 0.16), transparent 30%),
    radial-gradient(circle at 85% 5%, rgba(14, 124, 134, 0.18), transparent 35%),
    linear-gradient(135deg, var(--tc-bg-1), var(--tc-bg-2));
}

.tc-refresh #header,
.tc-refresh .container.white,
.tc-refresh #footer {
  background: transparent;
}

.tc-refresh #header {
  padding-top: 30px;
}

.tc-refresh #header img {
  filter: drop-shadow(0 8px 22px rgba(13, 43, 51, 0.12));
}

.tc-refresh nav.nav {
  max-width: 1120px;
  margin: 10px auto 18px auto;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(6px);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.08);
}

.tc-refresh nav.nav li {
  border: 0;
  border-radius: 999px;
  background: transparent;
}

.tc-refresh nav.nav a,
.tc-refresh nav.nav a:visited {
  color: var(--tc-text);
  border-radius: 999px;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
}

.tc-refresh nav.nav li:hover {
  background: linear-gradient(90deg, rgba(14, 124, 134, 0.14), rgba(250, 124, 66, 0.2));
}

.tc-refresh nav.nav a:hover {
  color: var(--tc-text);
  text-decoration: none;
  font-style: normal;
}

.tc-refresh main {
  max-width: 1120px;
  margin-top: 0;
}

.tc-refresh .room {
  border-radius: 20px;
  border: 1px solid var(--tc-line);
  box-shadow: var(--tc-shadow);
  background: var(--tc-surface);
}

.tc-refresh .hero-room {
  padding: 28px;
  background:
    linear-gradient(140deg, rgba(14, 124, 134, 0.9), rgba(17, 93, 109, 0.92)),
    linear-gradient(35deg, rgba(250, 124, 66, 0.95), rgba(250, 124, 66, 0));
  color: #fff;
  border: 0;
}

.tc-refresh .hero-room h1 {
  color: #fff;
  border-left-color: rgba(255, 255, 255, 0.8);
}

.tc-refresh h1,
.tc-refresh h2 {
  font-family: "Space Grotesk", "Noto Sans JP", sans-serif;
  border-left-color: var(--tc-accent);
}

.tc-refresh p {
  margin-bottom: 10px;
  color: var(--tc-text);
}

.tc-refresh .hero-room p,
.tc-refresh .hero-room .muted {
  color: rgba(255, 255, 255, 0.92);
}

.tc-refresh .muted {
  color: var(--tc-muted);
}

.tc-refresh .cta-row {
  margin-top: 16px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.tc-refresh .cta-row a {
  display: inline-block;
  padding: 12px 16px;
  border-radius: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-indent: 0;
}

.tc-refresh .cta-main {
  background: #fff;
  color: #154a50;
}

.tc-refresh .cta-sub {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.tc-refresh .cta-row a:hover {
  text-decoration: none;
}

.tc-refresh .tc-feature {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 16px;
  align-items: center;
}

.tc-refresh .tc-feature img {
  width: 160px;
  height: auto;
  border-radius: 14px;
}

.tc-refresh .contact-lead {
  font-size: 1.04rem;
  text-indent: 0;
}

.tc-refresh .status-msg {
  padding: 12px 14px;
  border-radius: 12px;
  margin: 8px 0 14px 0;
  text-indent: 0;
  font-weight: 500;
}

.tc-refresh .status-ok {
  background: #ebf9ee;
  border: 1px solid #9dd7a8;
}

.tc-refresh .status-err {
  background: #fff1f1;
  border: 1px solid #efb0b0;
}

.tc-refresh form {
  margin: 0;
  padding: 0;
}

.tc-refresh .contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.tc-refresh .field-wide {
  grid-column: 1 / -1;
}

.tc-refresh .field label {
  display: block;
  margin-bottom: 6px;
  font-weight: 700;
}

.tc-refresh .required {
  font-size: 0.88rem;
  color: var(--tc-muted);
}

.tc-refresh form input[type="text"],
.tc-refresh form input[type="email"],
.tc-refresh textarea {
  width: 100%;
  border: 1px solid #bdd2dc;
  border-radius: 10px;
  min-height: 44px;
  font-size: 1rem;
  margin: 0;
  padding: 10px 12px;
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
}

.tc-refresh textarea {
  min-height: 140px;
}

.tc-refresh #submit {
  width: 100%;
  margin: 0;
  border: 0;
  color: #fff;
  background: linear-gradient(90deg, var(--tc-accent), #0f97a2);
  box-shadow: 0 8px 20px rgba(15, 123, 133, 0.28);
}

.tc-refresh #submit:hover {
  background: linear-gradient(90deg, #0a6870, #0d7e88);
}

.tc-refresh .ad-room {
  background: rgba(255, 255, 255, 0.84);
}

.tc-refresh #footer {
  color: #415763;
  padding: 24px 15px;
}

@media only screen and (max-width: 999px) {
  .tc-refresh nav.nav {
    border-radius: 18px;
  }

  .tc-refresh .tc-feature {
    grid-template-columns: 1fr;
  }

  .tc-refresh .tc-feature img {
    width: 100%;
    max-width: 220px;
  }

  .tc-refresh .contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .tc-refresh .room {
    animation: tc-rise 0.55s ease both;
  }

  .tc-refresh .room:nth-child(2) {
    animation-delay: 0.08s;
  }

  .tc-refresh .room:nth-child(3) {
    animation-delay: 0.14s;
  }

  @keyframes tc-rise {
    from {
      opacity: 0;
      transform: translateY(18px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}
