.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 330px);
  align-items: center;
  gap: clamp(36px, 8vw, 110px);
}

.hero-copy {
  max-width: 690px;
}

.hero-copy .page-hero-description {
  margin-bottom: 28px;
}

.hero-note {
  margin: 12px 0 0 3px;
  color: var(--ink-faint);
  font-size: 0.78rem;
}

.hero-visual {
  position: relative;
  width: min(100%, 320px);
  aspect-ratio: 1.22;
  justify-self: end;
  isolation: isolate;
  opacity: 0.62;
}

.hero-visual-grid {
  position: absolute;
  top: 13%;
  right: 2%;
  width: 38%;
  height: 46%;
  opacity: 0.45;
  background-image: radial-gradient(circle, rgba(0, 120, 138, 0.45) 0 1.5px, transparent 2px);
  background-position: 0 0;
  background-size: 18px 18px;
  mask-image: linear-gradient(135deg, transparent 0%, #000 42%, transparent 100%);
}

.hero-visual-ring {
  position: absolute;
  border: 1px solid rgba(10, 25, 48, 0.13);
  border-radius: 50%;
}

.hero-visual-ring-one {
  top: 5%;
  right: 5%;
  width: 76%;
  aspect-ratio: 1;
}

.hero-visual-ring-two {
  right: -3%;
  bottom: 2%;
  width: 40%;
  aspect-ratio: 1;
  border-color: rgba(166, 79, 69, 0.18);
}

.hero-visual-icon {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.hero-visual-outline {
  stroke: rgba(10, 25, 48, 0.34);
  stroke-width: 1.6;
}

.hero-visual-cyan {
  stroke: rgba(0, 120, 138, 0.48);
  stroke-width: 2;
}

.hero-visual-coral-fill {
  fill: rgba(166, 79, 69, 0.75);
}

.hero-visual-check {
  stroke: var(--paper);
  stroke-width: 4;
}

.hero-visual-cyan-soft {
  fill: rgba(0, 120, 138, 0.05);
  stroke: rgba(0, 120, 138, 0.32);
  stroke-width: 1.4;
}

.hero-visual-coral-line {
  stroke: rgba(166, 79, 69, 0.52);
  stroke-width: 1.8;
}

.page-index {
  display: flex;
  margin-top: clamp(48px, 7vw, 76px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  align-items: center;
  gap: clamp(22px, 4vw, 48px);
}

.page-index a {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  color: var(--ink-soft);
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
}

.page-index a:hover {
  color: var(--coral-dark);
}

.button {
  display: inline-flex;
  min-width: 254px;
  min-height: 52px;
  padding: 13px 20px;
  border: 1px solid var(--ink);
  border-radius: 11px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: var(--ink);
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.button:hover {
  border-color: var(--coral-dark);
  background: var(--coral-dark);
  color: #ffffff;
  transform: translateY(-1px);
}

.button-icon,
.link-icon {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
}

.page-shell {
  padding: clamp(78px, 9vw, 112px) 0 clamp(104px, 12vw, 154px);
}

.content-section {
  scroll-margin-top: calc(var(--header-height) + 24px);
  margin-bottom: clamp(82px, 10vw, 126px);
}

.content-section:last-child {
  margin-bottom: 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: clamp(30px, 4vw, 46px);
}

.section-kicker {
  margin-bottom: 12px;
  color: var(--coral);
}

.section-heading h2 {
  margin-bottom: 15px;
  font-size: clamp(2.15rem, 4.8vw, 3.7rem);
  font-weight: 760;
  letter-spacing: -0.06em;
  line-height: 1.12;
}

.section-heading > p:last-child {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: clamp(0.98rem, 1.5vw, 1.08rem);
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.contact-card {
  min-height: 270px;
  padding: clamp(26px, 3vw, 36px);
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface);
}

.contact-card-primary {
  border-color: rgba(166, 79, 69, 0.32);
  background: linear-gradient(145deg, #ffffff 0%, #ffffff 62%, var(--coral-soft) 150%);
}

.card-label {
  margin-bottom: 14px;
  color: var(--coral);
}

.contact-card h3,
.faq-question h3,
.app-card h3 {
  margin-bottom: 12px;
  font-size: 1.2rem;
  letter-spacing: -0.025em;
  line-height: 1.45;
}

.contact-card p:not(.card-label):not(.external-note) {
  margin-bottom: 22px;
  color: var(--ink-soft);
}

.external-note {
  margin: 11px 0 0;
  color: var(--ink-faint);
  font-size: 0.78rem;
}

.email-link {
  display: inline-block;
  margin-top: 7px;
  font-size: clamp(1rem, 2.1vw, 1.16rem);
  font-weight: 800;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.support-note {
  margin-top: 18px;
  padding: 20px 24px;
  border-left: 3px solid var(--cyan);
  background: var(--warm-gray);
}

.support-note p {
  margin: 0;
  color: var(--ink-soft);
}

.support-note-title {
  margin-bottom: 3px !important;
  color: var(--ink) !important;
  font-weight: 800;
}

.faq-list {
  border-top: 1px solid var(--line-strong);
}

.faq-item {
  padding: clamp(27px, 3.4vw, 38px) 0;
  border-bottom: 1px solid var(--line);
}

.faq-question {
  display: flex;
  align-items: baseline;
  gap: 18px;
}

.faq-question h3 {
  margin: 0;
  font-size: clamp(1.08rem, 2vw, 1.25rem);
}

.question-mark {
  flex: 0 0 auto;
  color: var(--coral);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.faq-item > p {
  max-width: 850px;
  margin: 12px 0 0 39px;
  color: var(--ink-soft);
}

.faq-item a,
.information-panel a {
  font-weight: 700;
}

.app-list {
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line);
}

.app-card {
  display: flex;
  padding: 30px 0;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.app-card-copy h3 {
  margin-bottom: 0;
  font-size: 1.28rem;
}

.status-label {
  display: flex;
  margin: 0 0 7px;
  align-items: center;
  gap: 8px;
  color: var(--green);
  font-size: 0.8rem;
  font-weight: 800;
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(97, 127, 104, 0.12);
}

.text-link {
  display: inline-flex;
  min-height: 44px;
  padding: 8px 0;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  text-decoration: none;
}

.information-panel {
  display: grid;
  padding: clamp(26px, 3.5vw, 38px);
  border: 1px solid var(--line);
  grid-template-columns: auto minmax(0, 1fr);
  gap: 22px;
  background: var(--warm-gray);
}

.information-mark {
  display: grid;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(0, 120, 138, 0.34);
  border-radius: 50%;
  place-items: center;
  color: var(--cyan);
  font-size: 1rem;
  font-weight: 900;
}

.information-panel p {
  margin-bottom: 14px;
  color: var(--ink-soft);
}

.information-panel p:last-child {
  margin-bottom: 0;
}

.warning-text {
  color: var(--ink) !important;
  font-weight: 800;
}

@media (max-width: 760px) {
  .hero-layout {
    display: block;
  }

  .hero-visual {
    display: none;
  }

  .page-index {
    margin-top: 42px;
  }

  .page-shell {
    padding-top: 64px;
    padding-bottom: 92px;
  }

  .content-section {
    margin-bottom: 78px;
  }

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

  .contact-card {
    min-height: 0;
    padding: 26px 22px 24px;
  }

  .contact-card .button {
    width: 100%;
  }

  .faq-question {
    gap: 12px;
  }

  .faq-item > p {
    margin-left: 0;
    padding-left: 31px;
  }

  .app-card {
    padding: 25px 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .information-panel {
    padding: 25px 22px;
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

@media (max-width: 480px) {
  .page-hero-label {
    margin-bottom: 14px;
  }

  .page-index {
    gap: 19px;
  }

  .page-index a {
    font-size: 0.74rem;
  }

  .button {
    width: 100%;
    min-width: 0;
  }

  .hero-note {
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .button {
    transition: none;
  }
}
