@font-face {
        font-family: "MochiyPopOne";
        src: url("./MochiyPopOne-Regular.ttf") format("truetype");
        font-weight: 100 900;
        font-style: normal;
        font-display: swap;
      }
      @font-face {
        font-family: "KeiFont";
        src: url("./keifont.ttf") format("truetype");
        font-weight: 100 900;
        font-style: normal;
        font-display: swap;
      }

      :root {
        --pink-900: #4b0d1f;
        --pink-700: #8a1d43;
        --pink-500: #d6456d;
        --peach-200: #ffd3c4;
        --mint-200: #b7f0e0;
        --ink-900: #1d1b1f;
        --cream-50: #fff6f0;
        --sun-300: #f5cf5a;
        --blue-200: #b9d5ff;
        --shadow: 0 20px 40px rgba(18, 8, 24, 0.18);
      }

      * {
        box-sizing: border-box;
      }

      html,
      body {
        height: 100%;
        margin: 0;
        color: var(--ink-900);
        overflow: hidden;
      }

      body {
        font-family: "MochiyPopOne", sans-serif;
        background-color: #f8b5c7;
        background-image:
          radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.6), transparent 48%),
          radial-gradient(circle at 80% 10%, rgba(255, 215, 196, 0.8), transparent 45%),
          radial-gradient(circle at 80% 80%, rgba(183, 240, 224, 0.7), transparent 48%),
          url("./pattern.svg");
        background-repeat: no-repeat, no-repeat, no-repeat, repeat;
        background-size: 480px 480px, 520px 520px, 560px 560px, auto;
        background-position: -120px -120px, 80% -80px, 75% 80%, 0 0;
        overflow: hidden;
      }

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

      .page {
        height: calc(100vh - var(--header-height, 164px) - 12px);
        margin-top: calc(var(--header-height, 164px) + 12px);
        overflow-y: auto;
        padding: 24px 24px 120px;
      }

      .route-content[data-route="faq"] {
        display: none;
      }

      body.route-faq .route-content[data-route="home"] {
        display: none;
      }

      body.route-faq .route-content[data-route="faq"] {
        display: block;
      }


      header {
        position: fixed;
        top: 16px;
        left: 0;
        right: 0;
        z-index: 20;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 16px;
        flex-wrap: wrap;
        padding: 12px 20px;
        border-radius: 18px;
        background: #fff5f0;
        box-shadow: var(--shadow);
        width: min(1100px, calc(100% - 48px));
        margin: 0 auto;
      }


      .is-home .nav-home {
        display: none;
      }

      body.route-faq .nav-home {
        display: inline-flex;
      }

.easter-egg-tooltip {
  position: fixed;
  z-index: 50;
  max-width: 300px;
  background: #fffaf6;
  border-radius: 14px;
  padding: 12px 14px;
  box-shadow: 0 16px 32px rgba(18, 8, 24, 0.2);
  color: var(--pink-900);
}

.easter-egg-title {
  font-size: 13px;
  margin-bottom: 4px;
}

.easter-egg-body {
  font-size: 12px;
  line-height: 1.5;
}

.easter-egg-build {
  display: block;
  font-size: 8px;
  color: rgba(29, 27, 31, 0.7);
  text-align: right;
  align-self: flex-end;
}

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

.logo-title {
        font-family: "KeiFont", sans-serif;
        font-size: 16px;
      }

      .logo-mark {
        width: 44px;
        height: 44px;
        border-radius: 16px;
        background: linear-gradient(135deg, #ffb0c1, #ffe4a9);
        display: grid;
        place-items: center;
        font-family: "KeiFont", sans-serif;
        font-size: 28px;
        color: var(--pink-900);
        box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.6);
      }

      .logo-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
      }

      .login-state {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 6px 10px;
        font-size: 12px;
        color: var(--pink-700);
      }

      .login-label {
        display: inline-block;
        white-space: normal;
        word-break: break-word;
      }

      .login-logout {
        font-size: 11px;
        color: rgba(75, 13, 31, 0.7);
        text-decoration: underline;
      }

      nav {
        display: flex;
        gap: 18px;
        font-size: 14px;
        margin-left: auto;
        justify-content: flex-end;
      }

      .cta-row {
        display: flex;
        gap: 10px;
      }

      .btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 10px 16px;
        border-radius: 999px;
        border: 2px solid var(--pink-900);
        font-size: 14px;
        background: #fff;
        color: var(--pink-900);
        box-shadow: 0 8px 0 rgba(75, 13, 31, 0.15);
      }

      .btn.primary {
        background: var(--pink-700);
        color: #fff;
        border-color: var(--pink-700);
      }

      .btn.ghost {
        border-style: dashed;
        background: rgba(255, 255, 255, 0.65);
      }

      .login-cta {
        font-size: 12px;
        padding: 8px 14px;
      }

      .hero {
        max-width: 1100px;
        margin: 0 auto 64px;
        display: grid;
        grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
        gap: 28px;
        align-items: center;
      }

      .hero-side {
        display: grid;
        gap: 12px;
        justify-items: stretch;
        width: 100%;
      }

      .hero-side > * {
        width: 100%;
      }

      .hero-side .map-local-weather {
        margin-left: 0;
        margin-right: 0;
      }

      .hero h1 {
        font-family: "KeiFont", sans-serif;
        font-size: clamp(32px, 5vw, 60px);
        color: #fff;
        -webkit-text-stroke: 4px var(--pink-900);
        paint-order: stroke fill;
        margin: 0 0 20px;
        line-height: 1.1;
      }

      .hero p {
        font-size: 16px;
        line-height: 1.7;
        margin: 0 0 16px;
        color: var(--pink-900);
        background: rgba(255, 255, 255, 0.68);
        padding: 14px 18px;
        border-radius: 16px;
        box-shadow: var(--shadow);
      }

      .hero .meta {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin: 18px 0 24px;
      }

      .story-video {
        max-width: 520px;
        margin: 0 auto 48px;
      }

      .story-video-card {
        background: transparent;
        border-radius: 24px;
        padding: 0;
        box-shadow: none;
      }

      .story-video-frame {
        position: relative;
        border-radius: 18px;
        background: #fff5f0;
        background:
          linear-gradient(140deg, rgba(255, 255, 255, 0.9), rgba(255, 210, 224, 0.65)),
          radial-gradient(circle at 20% 20%, rgba(246, 207, 90, 0.5), transparent 55%),
          radial-gradient(circle at 80% 30%, rgba(183, 240, 224, 0.6), transparent 60%);
        aspect-ratio: 16 / 9;
        display: grid;
        place-items: center;
        text-align: center;
        color: var(--pink-900);
        overflow: hidden;
      }

      .story-video-embed {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        border: 0;
      }

      .story-video-thumb {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      .story-video-play {
        position: relative;
        z-index: 1;
        width: 54px;
        height: 54px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.9);
        border: 3px solid var(--pink-700);
        display: grid;
        place-items: center;
        font-size: 22px;
        box-shadow: 0 12px 24px rgba(18, 8, 24, 0.2);
      }

      .story-video-caption {
        position: absolute;
        z-index: 1;
        bottom: 16px;
        left: 16px;
        padding: 8px 12px;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.9);
        font-size: 12px;
        box-shadow: 0 10px 20px rgba(18, 8, 24, 0.2);
      }

      .tag {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        padding: 8px 14px;
        border-radius: 999px;
        background: #fff;
        border: 2px dashed var(--pink-500);
        font-size: 12px;
      }

      .hero-card {
        background: #fff;
        border-radius: 28px;
        padding: 20px;
        box-shadow: var(--shadow);
        position: relative;
        overflow: hidden;
      }

      .hero-card::after {
        content: "";
        position: absolute;
        inset: auto -40px -40px auto;
        width: 140px;
        height: 140px;
        background: radial-gradient(circle, rgba(246, 207, 90, 0.8), transparent 70%);
        opacity: 0.9;
      }

      .map-preview {
        border-radius: 22px;
        background:
          linear-gradient(180deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0)),
          linear-gradient(120deg, #b9d5ff, #fbd1c5);
        min-height: 280px;
        position: relative;
        overflow: hidden;
        display: grid;
        place-items: center;
        text-align: center;
        font-size: 14px;
        color: var(--pink-900);
      }

      .map-canvas {
        position: absolute;
        inset: 0;
        border-radius: 22px;
        width: 100%;
        height: 100%;
        z-index: 1;
      }

      .map-overlay {
        position: absolute;
        inset: auto 16px 16px 16px;
        padding: 10px 14px;
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.85);
        box-shadow: 0 10px 20px rgba(18, 8, 24, 0.2);
        font-size: 13px;
        line-height: 1.4;
        pointer-events: none;
        z-index: 2;
      }

      .map-zoom-hint {
        position: absolute;
        top: 14px;
        left: 50%;
        transform: translateX(-50%);
        padding: 8px 12px;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.9);
        box-shadow: 0 10px 20px rgba(18, 8, 24, 0.2);
        font-size: 12px;
        color: var(--pink-900);
        opacity: 0;
        transition: opacity 0.2s ease;
        pointer-events: none;
        z-index: 3;
      }

      .map-zoom-hint.is-visible {
        opacity: 1;
      }

      .map-region-bar {
        margin: 20px 0 12px;
        padding: 12px 14px;
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.8);
        box-shadow: var(--shadow);
        display: grid;
        gap: 10px;
        font-size: 12px;
      }

      .map-region-row {
        padding: 12px 14px;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        align-items: center;
      }

      .map-legend-row {
        padding: 4px 14px 8px;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        align-items: center;
        justify-content: flex-end;
      }

      .map-legend-label {
        font-size: 11px;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: rgba(29, 27, 31, 0.6);
      }

      .map-legend-item {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        padding: 0;
        font-size: 12px;
      }

      .legend-stack {
        display: grid;
        gap: 8px;
        margin-top: 10px;
      }

      .legend-stack .map-legend-item {
        font-size: 14px;
      }

      .legend-label {
        display: inline-block;
        min-width: 88px;
      }

      .legend-desc {
        display: inline-block;
        color: rgba(29, 27, 31, 0.7);
      }

      .legend-icon {
        width: 16px;
        height: 24px;
        display: inline-block;
      }

      .local-weather-bar {
        margin: 12px 0 18px;
        padding: 12px 52px 14px 16px;
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.9);
        box-shadow: var(--shadow);
        display: grid;
        gap: 10px;
        font-size: 13px;
        position: relative;
      }

      .map-local-weather {
        margin: 12px 4px 0;
        padding: 10px 12px;
        font-size: 12px;
      }

      .map-local-weather .local-weather-list {
        gap: 6px;
      }

      .map-local-weather .local-weather-chip {
        padding: 4px 8px;
        font-size: 11px;
      }

      .local-weather-header {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 14px;
        color: var(--pink-900);
      }

      .local-weather-title {
        font-family: "KeiFont", sans-serif;
      }

      .local-weather-location {
        font-size: 12px;
        color: var(--pink-700);
      }

      .local-weather-list {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
      }

      .local-weather-chip {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        padding: 6px 10px;
        border-radius: 12px;
        background: #fff;
        border: 1px solid rgba(214, 69, 109, 0.2);
        font-size: 12px;
      }

      .weather-region-label {
        font-family: "KeiFont", sans-serif;
        font-size: 14px;
        color: var(--pink-900);
        margin-right: 6px;
      }

      .weather-region-chip {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        padding: 6px 10px;
        border-radius: 999px;
        background: #fff;
        border: 1px solid rgba(214, 69, 109, 0.2);
      }

      .weather-marker {
        background: transparent;
        border: none;
      }

      .weather-marker .weather-badge {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        padding: 4px 8px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.92);
        box-shadow: 0 8px 16px rgba(18, 8, 24, 0.18);
        font-size: 12px;
        color: var(--pink-900);
        pointer-events: none;
        white-space: nowrap;
      }

      .weather-marker .weather-emoji {
        font-size: 14px;
      }

      .weather-emoji {
        font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif;
      }

      .weather-actions {
        position: absolute;
        top: 8px;
        right: 8px;
        display: flex;
        gap: 6px;
        align-items: center;
      }

      .weather-popover-trigger {
        width: 26px;
        height: 26px;
        border-radius: 10px;
        border: 1px solid rgba(214, 69, 109, 0.3);
        background: #fff;
        display: grid;
        place-items: center;
        padding: 0;
        line-height: 0;
        cursor: pointer;
        box-shadow: 0 6px 12px rgba(18, 8, 24, 0.12);
      }

      .weather-settings-trigger {
        width: 26px;
        height: 26px;
        border-radius: 10px;
        border: 1px solid rgba(214, 69, 109, 0.3);
        background: #fff;
        display: grid;
        place-items: center;
        padding: 0;
        line-height: 0;
        cursor: pointer;
        box-shadow: 0 6px 12px rgba(18, 8, 24, 0.12);
      }

      .weather-popover-trigger svg,
      .weather-settings-trigger svg {
        display: block;
      }

      .weather-popover {
        position: absolute;
        top: calc(100% + 8px);
        right: 12px;
        width: min(260px, 90%);
        background: rgba(255, 255, 255, 0.96);
        border-radius: 16px;
        padding: 12px 14px;
        box-shadow: 0 16px 30px rgba(18, 8, 24, 0.2);
        opacity: 0;
        transform: translateY(-6px);
        pointer-events: none;
        transition: opacity 0.2s ease, transform 0.2s ease;
        z-index: 4;
      }

      .weather-popover.is-open {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
      }

      .weather-popover-title {
        font-family: "KeiFont", sans-serif;
        font-size: 13px;
        color: var(--pink-700);
        margin-bottom: 6px;
      }

      .weather-popover-list {
        display: grid;
        gap: 6px;
        font-size: 12px;
      }

      .weather-geo-popover {
        position: absolute;
        top: calc(100% + 8px);
        right: 44px;
        width: min(260px, 90%);
        background: rgba(255, 255, 255, 0.96);
        border-radius: 16px;
        padding: 12px 14px;
        box-shadow: 0 16px 30px rgba(18, 8, 24, 0.2);
        opacity: 0;
        transform: translateY(-6px);
        pointer-events: none;
        transition: opacity 0.2s ease, transform 0.2s ease;
        z-index: 4;
      }

      .weather-geo-popover.is-open {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
      }

      .weather-geo-title {
        font-family: "KeiFont", sans-serif;
        font-size: 13px;
        color: var(--pink-700);
        margin-bottom: 6px;
      }

      .weather-geo-row {
        display: grid;
        gap: 6px;
        font-size: 12px;
      }

      .weather-geo-input {
        width: 100%;
        border-radius: 10px;
        border: 1px solid rgba(214, 69, 109, 0.3);
        padding: 6px 10px;
        font-family: inherit;
        font-size: 12px;
      }

      .weather-geo-actions {
        display: flex;
        gap: 8px;
        flex-wrap: wrap;
      }

      .weather-geo-close {
        position: absolute;
        top: 8px;
        right: 10px;
        background: transparent;
        border: none;
        font-size: 16px;
        line-height: 1;
        cursor: pointer;
        color: var(--pink-700);
      }

      .weather-geo-btn {
        border-radius: 999px;
        border: 1px solid rgba(214, 69, 109, 0.3);
        background: #fff;
        padding: 6px 10px;
        font-size: 12px;
        cursor: pointer;
      }

      .weather-geo-status {
        font-size: 11px;
        color: var(--pink-700);
      }

      .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
      }


      .map-live {
        margin-top: 24px;
        min-height: 320px;
        border-radius: 22px;
        position: relative;
        overflow: hidden;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
        box-shadow: var(--shadow);
      }

      .map-fallback-message {
        position: absolute;
        inset: 16px;
        display: grid;
        place-items: center;
        text-align: center;
        font-size: 13px;
        color: var(--pink-900);
        background: rgba(255, 255, 255, 0.82);
        border-radius: 16px;
        padding: 12px;
      }

      .section {
        max-width: 1100px;
        margin: 0 auto 80px;
      }

      .section-title {
        font-family: "KeiFont", sans-serif;
        font-size: clamp(24px, 3vw, 36px);
        color: var(--pink-900);
        margin-bottom: 16px;
      }

      .grid {
        display: grid;
        gap: 18px;
      }

      .grid.three {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      }

      .features-layout {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
        gap: 18px;
        align-items: start;
      }

      .features-grid {
        grid-template-columns: repeat(2, minmax(240px, 1fr));
      }

      .features-grid .card p {
        font-size: 14px;
        line-height: 1.6;
      }

      .features-video {
        align-self: start;
      }

      .features-video .story-video-card {
        padding: 0;
      }

      .features-video .story-video-play {
        width: 44px;
        height: 44px;
        font-size: 18px;
      }

      .features-video .story-video-caption {
        bottom: 12px;
        left: 12px;
        font-size: 11px;
      }

      .card {
        background: rgba(255, 255, 255, 0.9);
        border-radius: 22px;
        padding: 18px;
        box-shadow: var(--shadow);
        position: relative;
        overflow: hidden;
      }

      .card h3 {
        margin: 0 0 10px;
        font-size: 16px;
        color: var(--pink-700);
      }

      .steps {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
        gap: 18px;
      }

      .step {
        padding: 18px;
        border-radius: 24px;
        background: #fff;
        box-shadow: var(--shadow);
      }

      .step span {
        display: inline-block;
        font-size: 12px;
        padding: 6px 10px;
        border-radius: 999px;
        background: var(--mint-200);
      }

      .step-mock-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        gap: 12px;
        margin-top: 12px;
      }

      .mock-card {
        padding: 12px;
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.9);
        border: 1px solid rgba(255, 255, 255, 0.7);
        box-shadow: 0 12px 24px rgba(18, 8, 24, 0.12);
      }

      @media (max-width: 900px) {
        .features-layout {
          grid-template-columns: 1fr;
        }

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

      .mock-header {
        font-size: 11px;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: rgba(29, 27, 31, 0.6);
        margin-bottom: 8px;
      }

      .mock-row {
        font-size: 12px;
        padding: 8px 10px;
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.8);
        border: 1px solid rgba(29, 27, 31, 0.08);
        margin-bottom: 8px;
      }

      .mock-cta {
        display: inline-block;
        font-size: 12px;
        padding: 6px 10px;
        border-radius: 999px;
        background: var(--mint-200);
      }

      .mock-cta.alt {
        background: var(--peach-200);
      }

      .pricing {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
        gap: 18px;
      }

      .price-card {
        padding: 20px;
        border-radius: 24px;
        background: linear-gradient(160deg, rgba(255, 255, 255, 0.95), rgba(255, 214, 196, 0.8));
        box-shadow: var(--shadow);
      }

      .price-card strong {
        display: block;
        font-size: 24px;
        margin: 8px 0;
      }

      .app-preview {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 24px;
        align-items: start;
      }

      .tab-row {
        display: inline-flex;
        gap: 10px;
        padding: 8px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.7);
      }

      .tab-btn {
        padding: 10px 18px;
        border-radius: 999px;
        border: 2px solid transparent;
        background: transparent;
        font-family: inherit;
        cursor: pointer;
      }

      .tab-btn.active {
        background: #fff;
        border-color: var(--pink-700);
      }

      .phone {
        background: #121015;
        border-radius: 32px;
        padding: 16px;
        width: min(100%, 320px);
        box-shadow: 0 20px 60px rgba(24, 10, 18, 0.4);
      }

      .phone-screen {
        background: #fff;
        border-radius: 24px;
        padding: 16px;
        min-height: 520px;
        display: grid;
        gap: 12px;
      }

      .pill {
        padding: 8px 12px;
        border-radius: 12px;
        background: var(--peach-200);
        font-size: 12px;
      }

      .list-item {
        padding: 12px;
        border-radius: 16px;
        background: rgba(248, 181, 199, 0.2);
        border: 1px solid rgba(214, 69, 109, 0.2);
      }

      .map-mini {
        height: 140px;
        border-radius: 18px;
        background: linear-gradient(135deg, #c5e5ff, #f7c9d6);
        position: relative;
      }

      .map-mini::after {
        content: "今日の天気 : 晴れ";
        position: absolute;
        bottom: 10px;
        right: 12px;
        font-size: 11px;
        padding: 6px 10px;
        background: #fff;
        border-radius: 12px;
      }

      .faq-grid {
        display: grid;
        gap: 14px;
      }

      .cta-wide {
        padding: 28px;
        border-radius: 28px;
        background: linear-gradient(120deg, rgba(214, 69, 109, 0.9), rgba(246, 207, 90, 0.95));
        color: #fff;
        box-shadow: var(--shadow);
        display: flex;
        flex-direction: column;
        gap: 14px;
      }

      .footer {
        max-width: 1100px;
        margin: 0 auto;
        padding: 20px;
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.75);
        box-shadow: var(--shadow);
        font-size: 12px;
        display: flex;
        flex-direction: column;
        gap: 6px;
      }

      .footer-links {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
        font-size: 14px;
      }

      .footer-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 28px;
        height: 28px;
        border-radius: 10px;
        background: #fff;
        box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.9);
        font-family: "KeiFont", sans-serif;
        font-size: 18px;
        color: var(--pink-900);
        cursor: pointer;
        margin-right: 6px;
      }

      .footer a {
        color: inherit;
      }

      .footer-note {
        text-align: center;
        font-size: 11px;
        padding-top: 10px;
      }


      .po-only {
        position: relative;
      }

      .is-prod .po-only {
        display: none;
      }

      .fade-up {
        opacity: 0;
        transform: translateY(18px);
        animation: fadeUp 0.8s ease forwards;
      }

      .fade-delay-1 {
        animation-delay: 0.1s;
      }
      .fade-delay-2 {
        animation-delay: 0.2s;
      }
      .fade-delay-3 {
        animation-delay: 0.3s;
      }

      .guide-layout {
        max-width: 1100px;
        margin: 0 auto 80px;
        display: grid;
        gap: 18px;
      }

      .guide-card {
        background: rgba(255, 255, 255, 0.9);
        border-radius: 22px;
        padding: 18px;
        box-shadow: var(--shadow);
      }

      .guide-card h3 {
        margin: 0 0 10px;
        font-size: 16px;
        color: var(--pink-700);
      }

      .guide-list {
        margin: 0;
        padding-left: 18px;
        display: grid;
        gap: 6px;
        font-size: 13px;
      }

      .guide-note {
        font-size: 12px;
        color: rgba(29, 27, 31, 0.7);
        margin-top: 10px;
      }

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

      @media (max-width: 900px) {
        header {
          flex-direction: column;
          align-items: flex-start;
        }
        nav {
          flex-wrap: wrap;
          margin-left: 0;
          justify-content: flex-start;
        }
        .hero {
          grid-template-columns: 1fr;
        }
        .hero-side {
          justify-items: stretch;
        }
        .app-preview {
          grid-template-columns: 1fr;
        }
        .phone {
          width: 100%;
        }
      }
