@charset "UTF-8";
:root {
  --bg: #04111b;
  --bg-mid: #072233;
  --bg-soft: #0c2d44;
  --surface: rgba(5, 18, 30, 0.82);
  --surface-strong: rgba(7, 25, 39, 0.94);
  --text: #f6f1ff;
  --muted: #a5c4d2;
  --line: rgba(93, 210, 255, 0.24);
  --accent: #3fcaff;
  --accent-2: #86fff3;
  --accent-3: #9fffa7;
  --shadow: 0 18px 44px rgba(0, 0, 0, 0.38);
  --radius-lg: 0;
  --radius-md: 0;
  --radius-sm: 0;
  --container: 1200px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0;
  font-family: "Avenir Next", "Helvetica Neue", "Hiragino Kaku Gothic ProN", sans-serif;
  color: var(--text);
  background: radial-gradient(circle at 18% 16%, rgba(134, 255, 243, 0.24), transparent 18%), radial-gradient(circle at 84% 10%, rgba(63, 202, 255, 0.26), transparent 18%), radial-gradient(circle at 68% 78%, rgba(159, 255, 167, 0.14), transparent 22%), linear-gradient(180deg, #0a2131 0%, var(--bg-mid) 22%, var(--bg) 52%, #030b12 100%);
  line-height: 1.75;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: repeating-radial-gradient(160% 90% at 50% -18%, rgba(134, 255, 243, 0.24) 0 2px, transparent 2px 34px), repeating-radial-gradient(150% 92% at 50% 118%, rgba(63, 202, 255, 0.18) 0 2px, transparent 2px 42px), linear-gradient(rgba(134, 255, 243, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(134, 255, 243, 0.05) 1px, transparent 1px);
  background-size: 100% 44%, 100% 56%, 34px 34px, 34px 34px;
  background-position: top center, bottom center, 0 0, 0 0;
  opacity: 0.92;
  pointer-events: none;
  z-index: -2;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  background: radial-gradient(circle at 12% 24%, rgba(255, 255, 255, 0.18) 0 2px, transparent 3px), radial-gradient(circle at 18% 32%, rgba(255, 255, 255, 0.14) 0 1.5px, transparent 3px), radial-gradient(circle at 76% 18%, rgba(255, 255, 255, 0.16) 0 2px, transparent 3px), radial-gradient(circle at 82% 28%, rgba(255, 255, 255, 0.12) 0 1.5px, transparent 3px), radial-gradient(circle at 72% 68%, rgba(255, 255, 255, 0.16) 0 2px, transparent 3px), radial-gradient(circle at 66% 74%, rgba(255, 255, 255, 0.12) 0 1.5px, transparent 3px), radial-gradient(circle at 24% 72%, rgba(255, 255, 255, 0.14) 0 2px, transparent 3px), radial-gradient(circle at 30% 80%, rgba(255, 255, 255, 0.12) 0 1.5px, transparent 3px), radial-gradient(160% 60% at 50% 0%, rgba(134, 255, 243, 0.18), transparent 42%), radial-gradient(160% 70% at 50% 100%, rgba(63, 202, 255, 0.12), transparent 45%), linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.025) 50%, transparent 100%);
  background-size: 28% 28%, 24% 24%, 26% 26%, 20% 20%, 24% 24%, 18% 18%, 24% 24%, 18% 18%, 100% 100%, 100% 100%, 100% 4px;
  opacity: 0.34;
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: -1;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.container {
  width: min(100% - 40px, var(--container));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(3, 15, 24, 0.48);
  -webkit-backdrop-filter: blur(20px) saturate(1.24);
          backdrop-filter: blur(20px) saturate(1.24);
  border-bottom: 1px solid rgba(134, 255, 243, 0.16);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.22);
}

.header-inner,
.footer-inner,
.hero-inner,
.callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.header-inner,
.footer-inner {
  min-height: 82px;
}

.site-logo {
  font-family: "Avenir Next Condensed", "Arial Narrow", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(134, 255, 243, 0.22);
  background: rgba(5, 18, 30, 0.9);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  box-shadow: inset 0 0 0 1px rgba(63, 202, 255, 0.08);
}
.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--text);
  transition: transform 180ms ease, opacity 180ms ease;
}
.nav-toggle[aria-expanded=true] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.nav-toggle[aria-expanded=true] span:nth-child(2) {
  opacity: 0;
}
.nav-toggle[aria-expanded=true] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.site-nav,
.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
}

.nav-panel {
  display: contents;
}

.site-nav a,
.site-footer a,
.nav-parent {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.site-nav a[aria-current=page],
.nav-parent[aria-current=page],
.site-nav a:hover,
.nav-parent:hover,
.site-footer a:hover,
.site-footer .nav-parent:hover {
  color: var(--text);
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(220, 240, 255, 0.55);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
}
.lang-switch span {
  opacity: 0.45;
}
.lang-switch a {
  color: inherit;
  font-size: inherit;
  font-weight: 700;
  letter-spacing: inherit;
}
.lang-switch a[aria-current=page] {
  color: var(--text);
}

.nav-dropdown {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 8px;
  margin-bottom: -8px;
}

.nav-parent {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.nav-parent::after {
  content: "▼";
  font-size: 0.55rem;
  line-height: 1;
  opacity: 0.88;
}

.nav-dropdown-menu {
  position: relative;
  background: radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.05) 0 2px, transparent 2px 100%), radial-gradient(circle at 76% 28%, rgba(255, 255, 255, 0.035) 0 1.5px, transparent 1.5px 100%), radial-gradient(circle at 88% 36%, rgba(134, 255, 243, 0.08) 0 2px, transparent 2px 100%), radial-gradient(circle at top left, rgba(134, 255, 243, 0.08), transparent 30%), linear-gradient(225deg, rgba(63, 202, 255, 0.1), transparent 34%), linear-gradient(180deg, rgba(8, 26, 40, 0.82), rgba(3, 14, 23, 0.82));
  border: 1px solid var(--line);
  box-shadow: var(--shadow), inset 0 0 0 1px rgba(255, 255, 255, 0.03);
  overflow: hidden;
  -webkit-backdrop-filter: blur(14px) saturate(1.15);
          backdrop-filter: blur(14px) saturate(1.15);
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  min-width: 190px;
  padding: 12px;
  display: none;
  gap: 6px;
  z-index: 40;
}
.nav-dropdown-menu::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(120% 100% at 0% 0%, rgba(134, 255, 243, 0.08), transparent 36%), linear-gradient(90deg, rgba(63, 202, 255, 0.42), rgba(134, 255, 243, 0.42));
  height: 100%;
  width: 100%;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(180deg, rgb(0, 0, 0) 0 2px, transparent 2px 100%);
          mask-image: linear-gradient(180deg, rgb(0, 0, 0) 0 2px, transparent 2px 100%);
}
.nav-dropdown-menu::after {
  content: "";
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 18px;
  height: 18px;
  border-right: 1px solid rgba(134, 255, 243, 0.48);
  border-bottom: 1px solid rgba(134, 255, 243, 0.48);
  pointer-events: none;
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu {
  display: grid;
}

.nav-dropdown-menu a {
  width: 100%;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.02);
}

.nav-dropdown-menu a:hover,
.nav-dropdown-menu a[aria-current=page] {
  color: var(--text);
  background: linear-gradient(90deg, rgba(63, 202, 255, 0.14), rgba(134, 255, 243, 0.14));
}

.social-links {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: rgba(246, 241, 255, 0.84);
  border: 1px solid transparent;
}

.social-link svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.social-link:hover {
  color: var(--text);
  border-color: rgba(134, 255, 243, 0.24);
  background: rgba(255, 255, 255, 0.05);
}

.hero {
  padding: 112px 0 76px;
}

.hero-products-inner,
.hero-product-inner {
  display: grid;
  gap: 32px;
  align-items: stretch;
}

.hero-products-inner {
  grid-template-columns: 1.1fr 0.9fr;
}

.hero-product-inner {
  grid-template-columns: 0.96fr 1.04fr;
}

.hero-copy,
.hero-card {
  position: relative;
}

.hero-copy h1,
.page-heading h1,
.section-heading h2,
.guide-template h2,
.guide-content h3,
.product-card h3,
.hero-note h2,
.info-card h2,
.policy-section h2 {
  font-family: "Avenir Next Condensed", "Arial Narrow", "Hiragino Kaku Gothic ProN", sans-serif;
  letter-spacing: 0.04em;
}

.hero-copy h1,
.page-heading h1 {
  margin: 0 0 18px;
  line-height: 0.94;
}

.hero-copy h1 {
  font-size: clamp(3rem, 7vw, 6rem);
  max-width: 10ch;
  text-shadow: 0 0 24px rgba(63, 202, 255, 0.16), 0 0 34px rgba(134, 255, 243, 0.1);
}

.lead,
.page-heading p {
  color: var(--muted);
  font-size: 1.04rem;
  max-width: 62ch;
}

.eyebrow,
.guide-label,
.product-price-label,
.product-status,
.guide-toc-title {
  margin: 0 0 14px;
  color: var(--accent-2);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.hero-actions,
.product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-actions {
  margin-top: 26px;
}

.product-actions {
  margin-top: 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border: 1px solid transparent;
  font-weight: 800;
  letter-spacing: 0.08em;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  border-color: rgba(134, 255, 243, 0.34);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent), linear-gradient(90deg, rgba(63, 202, 255, 0.24), rgba(134, 255, 243, 0.12));
  color: var(--text);
  box-shadow: 0 0 24px rgba(63, 202, 255, 0.14);
}
.button-primary:hover {
  border-color: rgba(159, 255, 167, 0.34);
  box-shadow: 0 0 30px rgba(134, 255, 243, 0.16), 0 0 40px rgba(63, 202, 255, 0.16);
}

.button-secondary {
  border-color: rgba(134, 255, 243, 0.2);
  background: rgba(255, 255, 255, 0.035);
  color: var(--text);
}

.hero-note,
.feature-card,
.product-card,
.info-card,
.policy-section,
.callout,
.guide-content,
.guide-template,
.guide-toc {
  position: relative;
  background: radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.05) 0 2px, transparent 2px 100%), radial-gradient(circle at 76% 28%, rgba(255, 255, 255, 0.035) 0 1.5px, transparent 1.5px 100%), radial-gradient(circle at 88% 36%, rgba(134, 255, 243, 0.08) 0 2px, transparent 2px 100%), radial-gradient(circle at top left, rgba(134, 255, 243, 0.08), transparent 30%), linear-gradient(225deg, rgba(63, 202, 255, 0.1), transparent 34%), linear-gradient(180deg, rgba(8, 26, 40, 0.82), rgba(3, 14, 23, 0.82));
  border: 1px solid var(--line);
  box-shadow: var(--shadow), inset 0 0 0 1px rgba(255, 255, 255, 0.03);
  overflow: hidden;
  -webkit-backdrop-filter: blur(14px) saturate(1.15);
          backdrop-filter: blur(14px) saturate(1.15);
}
.hero-note::before,
.feature-card::before,
.product-card::before,
.info-card::before,
.policy-section::before,
.callout::before,
.guide-content::before,
.guide-template::before,
.guide-toc::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(120% 100% at 0% 0%, rgba(134, 255, 243, 0.08), transparent 36%), linear-gradient(90deg, rgba(63, 202, 255, 0.42), rgba(134, 255, 243, 0.42));
  height: 100%;
  width: 100%;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(180deg, rgb(0, 0, 0) 0 2px, transparent 2px 100%);
          mask-image: linear-gradient(180deg, rgb(0, 0, 0) 0 2px, transparent 2px 100%);
}
.hero-note::after,
.feature-card::after,
.product-card::after,
.info-card::after,
.policy-section::after,
.callout::after,
.guide-content::after,
.guide-template::after,
.guide-toc::after {
  content: "";
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 18px;
  height: 18px;
  border-right: 1px solid rgba(134, 255, 243, 0.48);
  border-bottom: 1px solid rgba(134, 255, 243, 0.48);
  pointer-events: none;
}

.hero-note,
.feature-card,
.product-card,
.info-card,
.policy-section,
.guide-content,
.guide-template {
  padding: 30px;
}

.hero-note {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-label {
  margin: 0 0 8px;
  color: rgba(246, 241, 255, 0.72);
  font-size: 0.84rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.status-list,
.product-meta,
.guide-points,
.policy,
.faq-list {
  color: var(--muted);
}

.status-list,
.product-meta,
.guide-points {
  padding-left: 18px;
}

.status-list {
  margin: 20px 0 0;
}

.product-meta {
  margin: 16px 0 0;
}

.product-price-card,
.hero-price {
  display: inline-grid;
  gap: 6px;
  margin-top: 24px;
  padding: 18px 20px;
  border: 1px solid rgba(159, 255, 167, 0.2);
  background: linear-gradient(90deg, rgba(159, 255, 167, 0.12), rgba(63, 202, 255, 0.08) 55%, rgba(134, 255, 243, 0.1));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
  -webkit-backdrop-filter: blur(12px) saturate(1.12);
          backdrop-filter: blur(12px) saturate(1.12);
}

.product-price-label {
  margin-bottom: 2px;
  color: var(--accent-3);
}

.product-price-value {
  margin: 0;
  font-family: "Avenir Next Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: 0.02em;
}

.product-price-subtle {
  margin: 0;
  color: rgba(246, 241, 255, 0.82);
  font-size: 0.86rem;
}

.hero-price .product-price-value {
  font-size: clamp(1.8rem, 3.2vw, 2.5rem);
}

.purchase-actions {
  display: grid;
  align-items: center;
}

.product-price-card-compact {
  margin-top: 0;
  min-width: 190px;
}

.section,
.page-main {
  padding: 48px 0 86px;
}

.section-tight {
  padding-top: 0;
}

.section-heading {
  margin-bottom: 30px;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(2.1rem, 3vw, 3.4rem);
  line-height: 1.02;
}

.feature-grid,
.info-grid,
.spec-grid,
.product-grid,
.guide-list,
.timeline,
.policy {
  display: grid;
  gap: 22px;
}

.feature-grid,
.info-grid,
.spec-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-grid {
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
}

.guide-list {
  gap: 34px;
}

.guide-toc {
  padding: 24px 28px;
  margin-bottom: 30px;
}

.guide-toc-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.guide-toc-list a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(134, 255, 243, 0.18);
  background: rgba(255, 255, 255, 0.035);
  color: rgba(246, 241, 255, 0.88);
  letter-spacing: 0.06em;
  font-size: 0.84rem;
}

.guide-toc-list a:hover {
  color: var(--text);
  background: linear-gradient(90deg, rgba(63, 202, 255, 0.14), rgba(134, 255, 243, 0.14));
}

.callout {
  padding: 34px 36px;
  background: linear-gradient(135deg, rgba(63, 202, 255, 0.12), rgba(134, 255, 243, 0.1) 50%, rgba(159, 255, 167, 0.05));
  -webkit-backdrop-filter: blur(14px) saturate(1.14);
          backdrop-filter: blur(14px) saturate(1.14);
}

.product-card-header {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-bottom: 22px;
}

.product-logo {
  width: 96px;
  height: 96px;
}

.product-card {
  min-height: 100%;
}

.product-card-featured {
  background: radial-gradient(circle at 84% 18%, rgba(255, 255, 255, 0.05) 0 2px, transparent 2px 100%), radial-gradient(circle at top left, rgba(134, 255, 243, 0.08), transparent 30%), linear-gradient(225deg, rgba(63, 202, 255, 0.1), transparent 30%), linear-gradient(180deg, rgba(7, 25, 39, 0.82), rgba(3, 14, 23, 0.82));
}

.product-card-placeholder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(180deg, rgba(7, 25, 39, 0.72), rgba(3, 14, 23, 0.88));
}

.guide-section {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 30px;
  align-items: start;
  scroll-margin-top: 104px;
}

.guide-media img,
.hero-visual img {
  width: 100%;
  aspect-ratio: 1161/599;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
  border: 1px solid rgba(134, 255, 243, 0.16);
  box-shadow: 0 0 30px rgba(134, 255, 243, 0.08), 0 18px 40px rgba(0, 0, 0, 0.34);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.guide-media img.landscape,
.hero-visual img.landscape {
  aspect-ratio: initial;
}

.guide-content h3,
.guide-template h2,
.info-card h2,
.policy-section h2 {
  margin-top: 0;
  margin-bottom: 14px;
}

.guide-note {
  margin-top: 18px;
  color: var(--muted);
}

.purchase-notes {
  align-items: stretch;
}

.contact-link {
  word-break: break-all;
}

.contact-link:hover {
  color: var(--accent-2);
}

.page-heading {
  margin-bottom: 30px;
}

.privacy-page .policy-section h2 {
  color: #ffffff;
}

.privacy-page .page-heading h1 {
  color: #ffffff;
}

.privacy-page .page-heading p {
  color: rgba(246, 241, 255, 0.82);
}

.mono {
  font-family: "SFMono-Regular", "Menlo", monospace;
}

.site-footer {
  margin-top: 42px;
  border-top: 1px solid rgba(134, 255, 243, 0.14);
  background: rgba(3, 15, 24, 0.56);
}

.site-footer p {
  color: var(--muted);
}

@media (max-width: 900px) {
  .hero-products-inner,
  .hero-product-inner,
  .guide-section,
  .callout,
  .feature-grid,
  .product-grid,
  .info-grid,
  .spec-grid,
  .footer-inner {
    grid-template-columns: 1fr;
    display: grid;
  }
  .header-inner {
    min-height: 78px;
    padding: 14px 0;
    display: grid;
    grid-template-columns: 1fr auto;
    position: relative;
    align-items: center;
    -moz-column-gap: 14px;
         column-gap: 14px;
    row-gap: 0;
  }
  .nav-toggle {
    display: inline-flex;
  }
  .site-header .site-nav {
    position: relative;
    width: auto;
    grid-column: auto;
  }
  .site-header .nav-panel {
    position: relative;
    background: radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.05) 0 2px, transparent 2px 100%), radial-gradient(circle at 76% 28%, rgba(255, 255, 255, 0.035) 0 1.5px, transparent 1.5px 100%), radial-gradient(circle at 88% 36%, rgba(134, 255, 243, 0.08) 0 2px, transparent 2px 100%), radial-gradient(circle at top left, rgba(134, 255, 243, 0.08), transparent 30%), linear-gradient(225deg, rgba(63, 202, 255, 0.1), transparent 34%), linear-gradient(180deg, rgba(8, 26, 40, 0.82), rgba(3, 14, 23, 0.82));
    border: 1px solid var(--line);
    box-shadow: var(--shadow), inset 0 0 0 1px rgba(255, 255, 255, 0.03);
    overflow: hidden;
    -webkit-backdrop-filter: blur(14px) saturate(1.15);
            backdrop-filter: blur(14px) saturate(1.15);
    display: grid;
    grid-template-columns: 1fr;
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: min(380px, 100vw - 28px);
    padding: 16px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    gap: 12px;
    transform: translateY(-8px);
    transition: opacity 180ms ease, transform 220ms ease, visibility 0ms linear 220ms;
  }
  .site-header .nav-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(120% 100% at 0% 0%, rgba(134, 255, 243, 0.08), transparent 36%), linear-gradient(90deg, rgba(63, 202, 255, 0.42), rgba(134, 255, 243, 0.42));
    height: 100%;
    width: 100%;
    pointer-events: none;
    -webkit-mask-image: linear-gradient(180deg, rgb(0, 0, 0) 0 2px, transparent 2px 100%);
            mask-image: linear-gradient(180deg, rgb(0, 0, 0) 0 2px, transparent 2px 100%);
  }
  .site-header .nav-panel::after {
    content: "";
    position: absolute;
    right: 16px;
    bottom: 16px;
    width: 18px;
    height: 18px;
    border-right: 1px solid rgba(134, 255, 243, 0.48);
    border-bottom: 1px solid rgba(134, 255, 243, 0.48);
    pointer-events: none;
  }
  .site-header .nav-panel.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition: opacity 180ms ease, transform 220ms ease, visibility 0ms linear 0ms;
  }
  .site-header .site-nav,
  .site-footer nav {
    align-items: flex-start;
    gap: 14px;
  }
  .site-header .lang-switch,
  .site-footer .lang-switch {
    min-height: 40px;
    align-items: center;
  }
  .nav-dropdown {
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .nav-parent {
    min-height: 40px;
  }
  .site-header .nav-dropdown-menu {
    position: static;
    display: grid;
    min-width: 0;
    width: 100%;
    margin-top: 8px;
    padding: 10px;
    box-shadow: none;
  }
  .site-footer nav {
    width: 100%;
  }
  .hero {
    padding-top: 72px;
  }
  .hero-copy h1,
  .page-heading h1 {
    max-width: none;
  }
}
@media (max-width: 640px) {
  .container {
    width: min(100% - 28px, var(--container));
  }
  .site-header .site-nav {
    width: auto;
  }
  .site-footer nav {
    width: 100%;
  }
  .site-header .nav-panel,
  .site-footer nav {
    width: 100%;
  }
  .site-header .nav-panel {
    right: 0;
    width: 100%;
  }
  .site-header .site-nav > a,
  .site-footer nav > a,
  .nav-parent {
    min-height: 40px;
    font-size: 0.9rem;
  }
  .hero-copy h1 {
    font-size: 2.8rem;
  }
  .section,
  .page-main {
    padding-bottom: 52px;
  }
  .hero-note,
  .feature-card,
  .product-card,
  .info-card,
  .policy-section,
  .callout,
  .guide-content,
  .guide-template,
  .guide-toc {
    padding: 22px;
  }
}/*# sourceMappingURL=style.css.map */