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

:root {
  --color-primary: #2f6fed;
  --color-primary-deep: #1f57c8;
  --color-primary-soft: #ddebff;
  --color-accent: #7ed6c2;
  --color-bg: #f7fafd;
  --color-surface: rgba(255, 255, 255, 0.9);
  --color-surface-strong: #ffffff;
  --color-surface-dark: #10203a;
  --color-text: #1e2a3a;
  --color-text-sub: #6b7a90;
  --color-line: rgba(47, 111, 237, 0.12);
  --shadow-soft: 0 10px 30px rgba(30, 42, 58, 0.08);
  --shadow-strong: 0 24px 56px rgba(20, 46, 98, 0.16);
  --radius-input: 14px;
  --radius-card: 20px;
  --radius-panel: 28px;
  --radius-pill: 999px;
  --max-width: 1200px;
  --section-space: clamp(56px, 8vw, 92px);
  --gutter: 20px;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { font-size: 16px; scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  font-family: 'Noto Sans JP', sans-serif;
  color: var(--color-text);
  background:
    radial-gradient(circle at 8% 6%, rgba(126, 214, 194, 0.22) 0, rgba(126, 214, 194, 0.12) 18%, rgba(126, 214, 194, 0.04) 34%, transparent 52%),
    radial-gradient(circle at 92% 92%, rgba(126, 214, 194, 0.2) 0, rgba(126, 214, 194, 0.1) 18%, rgba(126, 214, 194, 0.03) 34%, transparent 50%),
    radial-gradient(circle at top left, rgba(47, 111, 237, 0.1), transparent 28%),
    linear-gradient(180deg, #f2f7ff 0%, #f7fafd 44%, #edf4fb 100%);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  word-break: keep-all;
  overflow-wrap: normal;
  line-break: strict;
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.site-nav a,
.button,
.section-label,
.footer-links a,
.brand-name span {
  word-break: keep-all;
  overflow-wrap: normal;
  line-break: strict;
}

.footer-links a {
  white-space: nowrap;
}

.nowrap {
  white-space: nowrap;
}

.page-shell { overflow: clip; }
.container { width: min(var(--max-width), calc(100% - 32px)); margin: 0 auto; }

.skip-link {
  position: absolute;
  left: 16px;
  top: -56px;
  z-index: 100;
  padding: 12px 16px;
  border-radius: var(--radius-pill);
  background: var(--color-surface-dark);
  color: #fff;
}

.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(47, 111, 237, 0.08);
  backdrop-filter: blur(18px);
  background: rgba(247, 250, 253, 0.62);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 88px;
  flex-wrap: wrap;
}

.brand { display: inline-flex; align-items: center; gap: 14px; min-width: 0; }

.header-brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.brand-home {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.brand-menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  background: transparent;
}

.brand-mark {
  flex-shrink: 0;
  width: 62px;
  height: 62px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 84% 86%, rgba(226, 84, 76, 0.84) 0 22%, rgba(226, 84, 76, 0.42) 32%, rgba(170, 105, 170, 0.18) 46%, transparent 66%),
    radial-gradient(circle at 28% 24%, rgba(255, 255, 255, 0.46) 0 14%, transparent 36%),
    linear-gradient(145deg, #2459dd 0%, #2f6fed 44%, #58a7f6 100%);
  box-shadow:
    0 18px 30px rgba(47, 111, 237, 0.24),
    0 10px 20px rgba(226, 84, 76, 0.14);
  position: relative;
  overflow: hidden;
  transition: transform 0.28s cubic-bezier(.22,1.35,.35,1), box-shadow 0.28s ease, filter 0.28s ease;
}

.brand-menu-toggle:hover .brand-mark,
.brand-menu-toggle:focus-visible .brand-mark {
  animation: logo-wobble 0.56s ease both;
  filter: saturate(1.04);
  box-shadow:
    0 20px 36px rgba(47, 111, 237, 0.26),
    0 10px 22px rgba(226, 84, 76, 0.16);
}

.brand-mark > * {
  position: relative;
  z-index: 1;
}

.brand-mark::selection { background: transparent; }

.brand-mark::before,
.brand-mark::after {
  content: "";
  position: absolute;
  z-index: 2;
}

.brand-mark::before {
  inset: 9px;
  border-radius: 15px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.03)),
    radial-gradient(circle at 52% 30%, rgba(255, 255, 255, 0.38) 0 16%, transparent 36%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.26),
    inset 0 -10px 20px rgba(15, 39, 91, 0.18);
}

.brand-mark::after {
  left: 16px;
  top: 10px;
  width: 30px;
  height: 38px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.12)),
    radial-gradient(circle at 50% 24%, rgba(255, 255, 255, 0.14) 0 12%, transparent 26%);
  border: 2px solid rgba(255, 255, 255, 0.98);
  clip-path: polygon(50% 0%, 84% 12%, 84% 54%, 50% 100%, 16% 54%, 16% 12%);
  border-radius: 12px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.4),
    0 0 10px rgba(255, 255, 255, 0.08),
    inset 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.brand-mark span,
.brand-mark strong {
  position: relative;
  z-index: 3;
}

.brand-name { display: flex; flex-direction: column; min-width: 0; }
.brand-name strong { font-family: 'Space Grotesk', sans-serif; font-size: 1.32rem; line-height: 1.06; letter-spacing: -0.03em; }
.brand-name span { font-size: 0.86rem; letter-spacing: 0.06em; color: var(--color-text-sub); }

.site-nav {
  display: none;
  position: relative;
  width: 100%;
  padding: 4px 0 18px;
  order: 3;
}

.nav-dropdown-panel {
  display: none;
  flex-direction: column;
  gap: 8px;
  margin-top: 2px;
  padding: 14px;
  border: 1px solid rgba(47, 111, 237, 0.14);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 40px rgba(30, 42, 58, 0.12);
}

.nav-dropdown-panel a {
  display: block;
  padding: 10px 12px;
  border-radius: 14px;
  color: var(--color-text-sub);
}

.nav-dropdown-panel a:hover,
.nav-dropdown-panel a:focus-visible,
.nav-dropdown-panel a[aria-current='page'] {
  color: var(--color-text);
  background: rgba(47, 111, 237, 0.08);
}

.header-actions { display: flex; align-items: center; gap: 12px; }

.mobile-nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(47, 111, 237, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--color-text);
}

.site-header[data-open='true'] .site-nav { display: flex; }
.site-header[data-menu='true'] .nav-dropdown-panel { display: flex; }

.brand-menu-toggle:focus-visible,
.mobile-nav-toggle:focus-visible {
  outline: 2px solid rgba(47, 111, 237, 0.38);
  outline-offset: 4px;
}

@keyframes logo-wobble {
  0% { transform: scale(1); }
  25% { transform: scale(1.14, 0.9); }
  45% { transform: scale(0.94, 1.08); }
  65% { transform: scale(1.08, 0.95); }
  100% { transform: scale(1); }
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: var(--radius-pill);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.button:hover,
.button:focus-visible { transform: translateY(-1px); }

.button-primary {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 38%),
    radial-gradient(circle at 76% 22%, rgba(226, 84, 76, 0.12), transparent 30%),
    linear-gradient(135deg, #3a79ee 0%, var(--color-primary) 44%, #215bcf 100%);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow:
    0 16px 28px rgba(47, 111, 237, 0.2),
    0 8px 16px rgba(226, 84, 76, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    inset 0 -1px 0 rgba(17, 43, 104, 0.18);
}

.button-primary:hover,
.button-primary:focus-visible {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 36%),
    radial-gradient(circle at 76% 22%, rgba(226, 84, 76, 0.16), transparent 30%),
    linear-gradient(135deg, #2f6fe8 0%, var(--color-primary-deep) 48%, #1a469f 100%);
  box-shadow:
    0 18px 30px rgba(47, 111, 237, 0.24),
    0 10px 18px rgba(226, 84, 76, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    inset 0 -1px 0 rgba(15, 38, 90, 0.22);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.76);
  color: var(--color-text);
  border-color: rgba(47, 111, 237, 0.14);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  background: var(--color-primary-soft);
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.button-ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.button-ghost:hover,
.button-ghost:focus-visible { background: rgba(255, 255, 255, 0.12); }

.section { padding: var(--section-space) 0; }
.section-header { max-width: 760px; margin-bottom: 32px; }
.section-label {
  display: inline-block;
  margin-bottom: 12px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-primary);
}

.section-header h1,
.section-header h2 {
  margin: 0 0 12px;
  font-family: 'Space Grotesk', sans-serif;
  line-height: 1.06;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.section-header h1 { font-size: clamp(2.35rem, 9vw, 4.55rem); }
.section-header h2 { font-size: clamp(2rem, 6vw, 3.3rem); }
.section-header p, .lead { margin: 0; color: var(--color-text-sub); font-size: 1rem; }

.hero { padding-top: 48px; }
.hero-grid { display: grid; gap: 32px; align-items: center; }
.hero-copy .eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  margin-bottom: 18px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(47, 111, 237, 0.12);
  color: var(--color-primary-deep);
  font-weight: 700;
  font-size: 0.88rem;
}

.hero-copy p { max-width: 36rem; }
.jp-ai {
  font-family: 'Noto Sans JP', sans-serif;
  display: inline-block;
  font-size: 1.14em;
  line-height: 0.9;
  letter-spacing: -0.08em;
  transform: translateY(0.05em);
}
.hero-actions { display: flex; flex-direction: column; gap: 12px; margin-top: 28px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.hero-points span {
  padding: 10px 14px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(47, 111, 237, 0.12);
  color: var(--color-text-sub);
  font-size: 0.92rem;
}

.hero-visual { position: relative; min-height: 360px; display: grid; place-items: center; }
.hero-visual::before,
.hero-visual::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero-visual::before {
  width: min(100%, 560px);
  height: min(100%, 420px);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(99, 195, 255, 0.24) 0%, rgba(88, 173, 255, 0.12) 34%, rgba(255, 255, 255, 0) 72%);
  filter: blur(12px);
  z-index: 0;
}

.hero-visual::after {
  bottom: 18px;
  width: 72%;
  height: 86px;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at center, rgba(116, 212, 255, 0.55) 0%, rgba(116, 212, 255, 0.18) 36%, rgba(255, 255, 255, 0) 74%);
  box-shadow:
    0 0 0 8px rgba(170, 231, 255, 0.14),
    0 0 42px rgba(116, 212, 255, 0.24);
  filter: blur(2px);
  z-index: 0;
}

.visual-orbit, .visual-core, .visual-card, .visual-badge { position: absolute; }
.visual-orbit {
  width: min(100%, 500px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(126, 214, 194, 0.22) 0%, transparent 58%),
    linear-gradient(145deg, rgba(47, 111, 237, 0.16), rgba(255, 255, 255, 0.68));
  border: 1px solid rgba(47, 111, 237, 0.12);
  box-shadow: var(--shadow-strong);
  z-index: 1;
}

.visual-core {
  width: 210px;
  aspect-ratio: 1;
  border-radius: 36px;
  background:
    radial-gradient(circle at 30% 24%, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.74) 22%, transparent 48%),
    linear-gradient(165deg, #ffffff 0%, #eef6ff 52%, #dfeeff 100%);
  box-shadow:
    0 26px 56px rgba(18, 45, 86, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  display: grid;
  place-items: center;
}

.visual-core-image {
  width: 210px;
  padding: 18px 16px 12px;
  overflow: visible;
  z-index: 2;
}

.visual-core-image::before,
.visual-core-image::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.visual-core-image::before {
  left: 50%;
  top: 55%;
  width: 132%;
  height: 38%;
  border-radius: 50%;
  border: 6px solid rgba(124, 227, 255, 0.88);
  border-left-color: rgba(124, 227, 255, 0.16);
  border-right-color: rgba(124, 227, 255, 0.28);
  transform: translate(-50%, -50%) rotate(-13deg);
  box-shadow:
    0 0 24px rgba(106, 216, 255, 0.48),
    inset 0 0 16px rgba(255, 255, 255, 0.12);
  filter: blur(0.2px);
}

.visual-core-image::after {
  left: 50%;
  bottom: -8px;
  width: 118%;
  height: 24%;
  border-radius: 50%;
  transform: translateX(-50%);
  background:
    radial-gradient(ellipse at center, rgba(139, 220, 255, 0.44) 0%, rgba(139, 220, 255, 0.12) 48%, rgba(255, 255, 255, 0) 75%);
  box-shadow:
    0 0 22px rgba(111, 209, 255, 0.28),
    0 0 0 1px rgba(186, 239, 255, 0.28);
}

.hero-visual-image {
  width: 88%;
  height: auto;
  object-fit: contain;
  transform: translateY(3px);
  filter:
    drop-shadow(0 18px 28px rgba(58, 126, 227, 0.2))
    drop-shadow(0 36px 54px rgba(50, 112, 221, 0.14));
  position: relative;
  z-index: 2;
}

.shield {
  width: 110px;
  height: 132px;
  position: relative;
  clip-path: polygon(50% 0%, 90% 12%, 90% 58%, 50% 100%, 10% 58%, 10% 12%);
  background:
    radial-gradient(circle at 28% 22%, rgba(255, 255, 255, 0.42) 0%, transparent 30%),
    radial-gradient(circle at 70% 78%, rgba(126, 214, 194, 0.26) 0%, transparent 30%),
    linear-gradient(160deg, #5ea4ff 0%, var(--color-primary) 38%, #305fe0 70%, var(--color-primary-deep) 100%);
  box-shadow:
    0 22px 36px rgba(41, 89, 193, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    inset -10px -14px 18px rgba(14, 44, 108, 0.22);
  transform: translateY(-2px);
}

.shield::before,
.shield::after {
  content: "";
  position: absolute;
}

.shield::before {
  inset: 8px;
  clip-path: polygon(50% 0%, 88% 12%, 88% 56%, 50% 100%, 12% 56%, 12% 12%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.04) 100%);
}

.shield::after {
  left: 16px;
  top: 14px;
  width: 30px;
  height: 54px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.58) 0%, rgba(255, 255, 255, 0) 100%);
  transform: rotate(11deg);
  filter: blur(1px);
}

.shield-mark {
  position: absolute;
  width: 58px;
  height: 58px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(6px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.35),
    0 12px 26px rgba(13, 38, 92, 0.14);
}

.shield-mark::before,
.shield-mark::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: rgba(255, 255, 255, 0.96);
  border-radius: var(--radius-pill);
  transform: translate(-50%, -50%);
}

.shield-mark::before { width: 14px; height: 42px; }
.shield-mark::after { width: 42px; height: 14px; }

.visual-card {
  width: 182px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(47, 111, 237, 0.12);
  box-shadow: var(--shadow-soft);
  z-index: 3;
  overflow: hidden;
}

.visual-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 0.9rem;
  line-height: 1.35;
}

.visual-card p {
  margin: 0;
  color: var(--color-text-sub);
  font-size: 0.76rem;
  line-height: 1.68;
  word-break: normal;
  overflow-wrap: anywhere;
}
.card-a { top: 6px; left: 0; }
.card-b { top: 6px; right: -34px; }
.card-c { bottom: 10px; left: -18px; }

.visual-badge {
  right: 0;
  bottom: 0;
  min-width: 150px;
  padding: 16px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--color-surface-dark) 0%, #1a3968 100%);
  color: #fff;
  box-shadow: 0 20px 40px rgba(16, 32, 58, 0.22);
  z-index: 3;
}

.visual-badge span { display: block; font-size: 0.76rem; color: rgba(255, 255, 255, 0.72); }
.visual-badge strong {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.9rem;
  line-height: 1;
  color: #e2544c;
}

.grid-4, .grid-3, .grid-2 { display: grid; gap: var(--gutter); }

.card,
.metric-card,
.faq-item,
.timeline-item,
.news-item,
.plan-card,
.support-card,
.contact-panel,
.table-wrap,
.dashboard-card,
.showcase-card {
  border-radius: var(--radius-card);
  background: var(--color-surface);
  border: 1px solid var(--color-line);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
}

.card,
.metric-card,
.timeline-item,
.news-item,
.plan-card,
.support-card,
.dashboard-card,
.showcase-card { padding: 24px; }

.card h3,
.metric-card h3,
.plan-card h3,
.support-card h3,
.dashboard-card h3,
.showcase-card h3 {
  margin: 0 0 10px;
  font-size: 1.15rem;
  line-height: 1.45;
  word-break: normal;
  overflow-wrap: anywhere;
}

.card p,
.metric-card p,
.timeline-item p,
.news-item p,
.plan-card p,
.support-card p,
.dashboard-card p,
.showcase-card p {
  margin: 0;
  color: var(--color-text-sub);
  line-height: 1.74;
  word-break: normal;
  overflow-wrap: anywhere;
}

.grid-3 > .card,
.grid-4 > .card,
.split-panel > * {
  min-width: 0;
}

.grid-3 > .card h3,
.grid-4 > .card h3,
.support-card h3,
.showcase-card h3 {
  min-height: 3em;
}

.grid-3 > .card p,
.grid-4 > .card p,
.support-card p,
.showcase-card p {
  line-height: 1.78;
  word-break: normal;
  overflow-wrap: anywhere;
}

.feature-number,
.showcase-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 20px;
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(47, 111, 237, 0.16), rgba(126, 214, 194, 0.14));
  color: var(--color-primary);
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.2rem;
}

.metric-card strong {
  display: block;
  margin-bottom: 12px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 0.9;
  color: var(--color-primary);
}
.metric-card:last-child strong { color: #d64545; }

.band {
  padding: 28px;
  border-radius: var(--radius-panel);
  background:
    radial-gradient(circle at top right, rgba(126, 214, 194, 0.3), transparent 28%),
    linear-gradient(135deg, #1742a6 0%, #1f6fed 55%, #12b9b6 100%);
  color: #fff;
  box-shadow: 0 28px 56px rgba(20, 46, 98, 0.22);
}

.band p { color: rgba(255, 255, 255, 0.82); }
.band .button-primary { color: #fff; }

.split-panel { display: grid; gap: var(--gutter); }
.split-panel .section-header { max-width: 760px; }
.page-hero .split-panel .section-header h1 {
  font-size: clamp(2.1rem, 5.2vw, 4.35rem);
  line-height: 1.04;
}

.page-hero .split-panel .showcase-card {
  margin-top: 188px;
}

.showcase-screen {
  margin-top: 18px;
  padding: 20px;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #eef6ff 100%);
  border: 1px solid rgba(47, 111, 237, 0.12);
}

.screen-bar { display: flex; gap: 8px; margin-bottom: 18px; }
.screen-bar span { width: 10px; height: 10px; border-radius: 50%; background: rgba(47, 111, 237, 0.24); }
.screen-layout { display: grid; gap: 14px; }
.screen-layout.two { grid-template-columns: 1.2fr 1fr; }
.screen-layout.three { grid-template-columns: repeat(3, 1fr); }

.screen-block {
  min-height: 84px;
  padding: 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(47, 111, 237, 0.12);
  color: var(--color-text-sub);
  font-size: 0.9rem;
}

.screen-block.alert { background: rgba(255, 241, 241, 0.92); border-color: rgba(214, 69, 69, 0.22); color: #b94040; }
.screen-block.safe { background: rgba(234, 248, 241, 0.92); border-color: rgba(46, 158, 111, 0.2); color: #2e9e6f; }

.plan-card { display: flex; flex-direction: column; gap: 16px; }
.plan-card.featured { border-color: rgba(47, 111, 237, 0.3); box-shadow: 0 20px 44px rgba(47, 111, 237, 0.16); }
.plan-price { font-family: 'Space Grotesk', sans-serif; font-size: 2.3rem; line-height: 1; }
.plan-card .button { margin-top: auto; }
.plan-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  gap: 10px;
  color: var(--color-text-sub);
}

.timeline { display: grid; gap: 18px; }
.timeline-item { display: grid; gap: 10px; }
.timeline-item strong, .news-item strong {
  font-size: 0.86rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-primary);
}

.faq-list { display: grid; gap: 16px; }
.faq-item { padding: 0; overflow: hidden; }
.faq-question {
  width: 100%;
  padding: 20px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  border: 0;
  color: var(--color-text);
  text-align: left;
}

.faq-question span { font-weight: 700; }
.faq-question::after { content: "+"; font-size: 1.4rem; color: var(--color-primary); }
.faq-item[open] .faq-question::after { content: "−"; }
.faq-answer { padding: 0 22px 22px; color: var(--color-text-sub); }

.contact-grid { display: grid; gap: var(--gutter); }
.contact-panel, .contact-form { padding: 24px; }
.contact-form {
  border-radius: var(--radius-card);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--color-line);
  box-shadow: var(--shadow-soft);
}

.form-field { margin-bottom: 20px; }
.form-field label, .form-label { display: block; margin-bottom: 8px; font-weight: 700; }

.form-input,
.form-select,
.form-textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(47, 111, 237, 0.14);
  border-radius: var(--radius-input);
  background: #fff;
  color: var(--color-text);
  outline: 0;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-input::placeholder,
.form-textarea::placeholder { color: var(--color-text-sub); }

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 4px rgba(47, 111, 237, 0.14);
}

.form-textarea { min-height: 160px; resize: vertical; }

.check-row { display: flex; align-items: flex-start; gap: 12px; color: var(--color-text-sub); }
.check-row input { margin-top: 4px; accent-color: var(--color-primary); }
.form-status {
  display: none;
  margin: 0 0 16px;
  padding: 14px 16px;
  border-radius: var(--radius-input);
  background: #eaf8f1;
  border: 1px solid #bfe7d1;
  color: #2e9e6f;
}
.form-status.is-visible { display: block; }

.contact-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.table-wrap { overflow-x: auto; }
.data-table { width: 100%; border-collapse: collapse; min-width: 640px; }
.data-table th, .data-table td {
  padding: 16px;
  text-align: left;
  border-bottom: 1px solid rgba(47, 111, 237, 0.1);
}

.data-table th { background: var(--color-primary); color: #fff; font-size: 0.92rem; }
.data-table tbody tr:nth-child(even) { background: rgba(221, 235, 255, 0.34); }

.notice-list { display: grid; gap: 18px; }
.notice { padding: 18px 20px; border-radius: var(--radius-input); border: 1px solid transparent; }
.notice.info { background: #eef5ff; border-color: #c9deff; color: var(--color-primary); }
.notice.success { background: #eaf8f1; border-color: #bfe7d1; color: #2e9e6f; }
.notice.warning { background: #fff6e7; border-color: #f2d7a2; color: #c98a1a; }
.notice.error { background: #fff1f1; border-color: #f0b8b8; color: #d64545; }

.site-footer { padding: 24px 0 48px; }
.footer-panel {
  display: grid;
  gap: 24px;
  padding: 28px;
  border-radius: var(--radius-panel);
  background: rgba(16, 32, 58, 0.98);
  color: rgba(255, 255, 255, 0.84);
}

.footer-brand p, .footer-links a { color: rgba(255, 255, 255, 0.64); }
.footer-brand p { margin: 14px 0 0; max-width: 340px; }
.footer-links { display: grid; gap: 10px; }
.footer-links a:hover, .footer-links a:focus-visible { color: #fff; }
.footer-meta { color: rgba(255, 255, 255, 0.56); font-size: 0.9rem; }
.page-hero { padding-top: 20px; }

@media (max-width: 768px) {
  .section { padding: 52px 0; }
  .page-hero { padding-top: 10px; }
  .header-inner { align-items: flex-start; }
  .header-actions { margin-left: auto; }
  .site-nav {
    padding: 10px 0 4px;
  }
  .nav-dropdown-panel {
    padding: 12px;
  }
  .card,
  .metric-card,
  .timeline-item,
  .news-item,
  .plan-card,
  .support-card,
  .dashboard-card,
  .showcase-card,
  .contact-panel,
  .contact-form {
    padding: 20px;
  }
  .page-hero .section-header h1 {
    font-size: clamp(2.1rem, 8.4vw, 3.4rem);
    line-height: 1.08;
  }
  .notice-list,
  .timeline,
  .grid-4, .grid-3, .grid-2 {
    gap: 16px;
  }
}

@media (min-width: 640px) {
  .container { width: min(var(--max-width), calc(100% - 48px)); }
  .hero-actions { flex-direction: row; flex-wrap: wrap; }
  .grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 769px) {
  .header-inner { flex-wrap: nowrap; }
  .site-nav {
    width: auto;
    padding: 0;
    margin-right: auto;
  }

  .nav-dropdown-panel {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    min-width: 260px;
    margin-top: 0;
    padding: 16px;
    z-index: 15;
  }

  .mobile-nav-toggle { display: none; }
  .hero { padding-top: 64px; }
  .hero-grid { grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr); gap: 48px; }
  .hero-visual { min-height: 560px; }
  .visual-core { width: 280px; }
  .visual-core-image { width: 280px; padding: 24px 22px 16px; }
  .visual-core-image::before { border-width: 7px; }
  .shield { width: 132px; height: 154px; }
  .shield-mark { width: 68px; height: 68px; }
  .shield-mark::before { width: 16px; height: 48px; }
  .shield-mark::after { width: 48px; height: 16px; }
  .visual-card { width: 220px; padding: 18px 20px; }
  .card-a { top: 36px; }
  .card-b { top: 42px; right: -34px; }
  .card-c { bottom: 44px; left: -44px; }
  .visual-badge { right: -40px; bottom: 84px; min-width: 172px; }
  .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .split-panel { grid-template-columns: minmax(0, 1fr) minmax(360px, 0.84fr); }
  .contact-grid { grid-template-columns: 0.9fr 1.1fr; }
  .page-hero .split-panel .showcase-card { margin-top: 228px; }
  .footer-panel {
    grid-template-columns: minmax(240px, 1.3fr) repeat(2, minmax(120px, 180px)) auto;
    align-items: start;
  }

  .footer-meta { justify-self: end; align-self: end; }
}

@media (min-width: 1025px) {
  .grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
