/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-bg: #f6f7fa;
    --color-ink: #16213c;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .fixed {
    position: fixed;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .col-span-6 {
    grid-column: span 6 / span 6;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .table {
    display: table;
  }
  .min-h-\[60vh\] {
    min-height: 60vh;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .bg-bg {
    background-color: var(--color-bg);
  }
  .text-ink {
    color: var(--color-ink);
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
}
@layer base {
  :root {
    --css-engine: tailwindcss;
    color-scheme: light;
    --bg: #f6f7fa;
    --bg-soft: #eef0f4;
    --slate-50: #f6f7fa;
    --surface: #ffffff;
    --surface-strong: #ffffff;
    --surface-muted: #f1f3f7;
    --surface-primary: rgba(200, 156, 75, 0.06);
    --navy: #1a2744;
    --navy-deep: #131e36;
    --navy-soft: #243353;
    --line: #e3e6ec;
    --line-strong: #d3d7e0;
    --line-gold: rgba(200, 156, 75, 0.32);
    --ink: #16213c;
    --ink-muted: #5a6478;
    --ink-subtle: #8a92a3;
    --ink-on-dark: #ffffff;
    --ink-on-dark-muted: rgba(255, 255, 255, 0.72);
    --ink-on-dark-subtle: rgba(255, 255, 255, 0.5);
    --brand: #c89c4b;
    --brand-strong: #b78838;
    --brand-on: #1a1305;
    --accent: #c89c4b;
    --danger: #c83a3a;
    --ok: #1f8a55;
    --shadow-card: 0 6px 18px -10px rgba(20, 30, 60, 0.10), 0 2px 6px -3px rgba(20, 30, 60, 0.06);
    --shadow-card-hover: 0 18px 32px -16px rgba(20, 30, 60, 0.18), 0 4px 12px -6px rgba(20, 30, 60, 0.08);
    --shadow-gold: 0 14px 28px -14px rgba(200, 156, 75, 0.4);
    --radius-sm: 10px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --radius-xl: 20px;
    --radius-2xl: 24px;
    --radius-pill: 999px;
    --serif: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", "ヒラギノ明朝 ProN", serif;
    --sans: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
    --asanoha: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cg fill='none' stroke='%2316213c' stroke-width='0.6' opacity='0.04'%3E%3Cpath d='M40 0 L80 23 L80 57 L40 80 L0 57 L0 23 Z'/%3E%3Cpath d='M40 0 L40 80 M0 23 L80 57 M80 23 L0 57'/%3E%3Cpath d='M40 0 L20 11 L40 23 L60 11 Z M40 80 L20 69 L40 57 L60 69 Z'/%3E%3C/g%3E%3C/svg%3E");
    --paper-grain: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0.09 0 0 0 0 0.13 0 0 0 0 0.24 0 0 0 0.03 0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)'/%3E%3C/svg%3E");
    font-family: var(--sans);
    font-feature-settings: "palt";
  }
  * {
    box-sizing: border-box;
  }
  html {
    background: var(--bg);
  }
  body {
    margin: 0;
    background: var(--bg);
    color: var(--ink);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }
  :lang(ja) {
    font-feature-settings: "palt";
  }
  a {
    color: inherit;
  }
  ::selection {
    background: rgba(200, 156, 75, 0.32);
    color: var(--ink);
  }
}
@layer components {
  .shell {
    min-height: 100vh;
    padding-top: 60px;
  }
  .bento-shell {
    width: min(560px, calc(100% - 32px));
    margin-inline: auto;
  }
  .container {
    width: min(560px, calc(100% - 32px));
    margin-inline: auto;
  }
  .site-main {
    min-height: 60vh;
  }
  .section {
    padding: clamp(56px, 9vw, 80px) 0;
  }
  .topbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    background: var(--navy);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--ink-on-dark);
  }
  .brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--ink-on-dark);
    text-decoration: none;
  }
  .brand-shield {
    width: 36px;
    height: 36px;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    background: #0a1428;
    color: var(--brand);
    font-weight: 800;
    font-size: 0.84rem;
    letter-spacing: -0.02em;
    box-shadow: inset 0 0 0 1.5px rgba(58, 132, 246, 0.7), 0 0 14px rgba(58, 132, 246, 0.45);
  }
  .brand-shield--img {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: transparent;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06), 0 0 16px rgba(58, 132, 246, 0.55);
    object-fit: cover;
    padding: 0;
    display: block;
  }
  .brand-text {
    display: grid;
    gap: 1px;
    line-height: 1.1;
  }
  .brand-text strong {
    font-weight: 700;
    letter-spacing: 0.01em;
    font-size: 0.96rem;
  }
  .brand-text small {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.7rem;
    letter-spacing: 0.02em;
  }
  .nav, .site-nav {
    display: none;
  }
  .nav-toggle-input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }
  .nav-toggle {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    cursor: pointer;
    color: var(--ink-on-dark);
    border-radius: 10px;
    transition: background 0.18s ease;
  }
  .nav-toggle:hover {
    background: rgba(255, 255, 255, 0.08);
  }
  .nav-toggle-input:focus-visible ~ .nav-toggle, .nav-toggle-input:focus ~ .nav-toggle {
    outline: 2px solid var(--brand);
    outline-offset: 2px;
  }
  .nav-toggle .icon-menu, .nav-toggle .icon-close {
    width: 22px;
    height: 22px;
  }
  .nav-toggle .icon-close {
    display: none;
  }
  .nav-toggle-input:checked ~ .nav-toggle .icon-menu {
    display: none;
  }
  .nav-toggle-input:checked ~ .nav-toggle .icon-close {
    display: inline-block;
  }
  .site-nav {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 29;
    flex-direction: column;
    gap: 12px;
    padding: 20px;
    background: var(--navy);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 36px -20px rgba(0, 0, 0, 0.4);
  }
  .nav-toggle-input:checked ~ .site-nav {
    display: flex;
  }
  .site-nav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 18px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.86);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.96rem;
    transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
  }
  .site-nav a:hover {
    color: var(--ink-on-dark);
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--line-gold);
  }
  .site-nav .nav-cta {
    background: linear-gradient(180deg, #d9b85f, #c89c4b);
    color: var(--brand-on);
    border-color: transparent;
    justify-content: center;
    min-height: 52px;
    font-weight: 800;
    box-shadow: var(--shadow-gold);
  }
  .site-nav .nav-cta:hover {
    background: linear-gradient(180deg, #e0c168, #b78838);
    color: var(--brand-on);
  }
  .site-nav .nav-status {
    justify-content: center;
    min-height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.36);
    background: rgba(255, 255, 255, 0.02);
    color: var(--ink-on-dark);
  }
  .btn {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 0 22px;
    border-radius: var(--radius-pill);
    border: 1px solid transparent;
    background: var(--surface);
    color: var(--ink);
    font-weight: 700;
    font-size: 0.96rem;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.16s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
  }
  .btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 28px -18px rgba(20, 30, 60, 0.28);
  }
  .btn:focus-visible {
    outline: 2px solid var(--brand);
    outline-offset: 3px;
  }
  .btn:active {
    transform: translateY(0);
    transition-duration: 0.08s;
  }
  .btn.gold {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    border-radius: var(--radius-pill);
    border-color: rgba(132, 96, 34, 0.38);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.36), rgba(255, 255, 255, 0) 46%), linear-gradient(180deg, #efd176 0%, #d7ad4f 52%, #bd8732 100%);
    color: var(--brand-on);
    font-weight: 800;
    letter-spacing: 0.02em;
    min-height: 58px;
    padding: 0 28px;
    box-shadow: 0 20px 38px -18px rgba(134, 88, 20, 0.68), 0 1px 0 rgba(255, 255, 255, 0.62) inset;
  }
  .btn.gold::before, .btn.gold::after {
    display: none;
  }
  .btn.gold > * {
    position: relative;
    z-index: 1;
  }
  .btn .icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
  }
  .btn.gold .icon-wrap {
    color: rgba(26, 19, 5, 0.78);
    transition: transform 0.22s ease;
  }
  .btn.gold:hover .icon-wrap {
    transform: translateX(2px);
  }
  .btn.gold:hover {
    transform: translateY(-2px);
    box-shadow: 0 26px 46px -20px rgba(134, 88, 20, 0.82), 0 12px 22px -10px rgba(200, 156, 75, 0.55), 0 1px 0 rgba(255, 255, 255, 0.7) inset, 0 -1px 0 rgba(132, 96, 34, 0.32) inset;
  }
  .btn.gold:active {
    transform: translateY(0);
    box-shadow: 0 10px 18px -10px rgba(134, 88, 20, 0.7), 0 1px 0 rgba(255, 255, 255, 0.62) inset;
  }
  @keyframes cta-shimmer {
    0% {
      left: -120%;
    }
    52% {
      left: 130%;
    }
    100% {
      left: 130%;
    }
  }
  .btn.cta-secondary {
    border-radius: var(--radius-pill);
    border-color: rgba(200, 156, 75, 0.46);
    background: linear-gradient(180deg, #ffffff, #fbf4e2);
    color: var(--brand-strong);
    font-weight: 700;
    min-height: 54px;
    padding: 0 24px;
    box-shadow: 0 10px 22px -16px rgba(20, 30, 60, 0.22), 0 1px 0 rgba(255, 255, 255, 0.9) inset;
  }
  .btn.cta-secondary:hover {
    background: linear-gradient(180deg, #ffffff, #f3e8c8);
    border-color: rgba(200, 156, 75, 0.62);
    color: var(--brand-strong);
  }
  .btn.outline {
    border-radius: var(--radius-pill);
    background: var(--surface);
    border-color: var(--line-strong);
    color: var(--ink);
    padding: 0 24px;
    box-shadow: 0 1px 2px rgba(20, 30, 60, 0.04);
  }
  .btn.outline:hover {
    background: var(--surface-muted);
    border-color: var(--brand);
    color: var(--brand-strong);
    box-shadow: 0 10px 22px -14px rgba(200, 156, 75, 0.34), 0 1px 0 rgba(255, 255, 255, 0.6) inset;
  }
  .btn.outline-light {
    border-radius: var(--radius-pill);
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.42);
    backdrop-filter: blur(8px) saturate(120%);
    -webkit-backdrop-filter: blur(8px) saturate(120%);
    color: var(--ink-on-dark);
    padding: 0 24px;
  }
  .btn.outline-light:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: var(--brand);
    color: var(--brand);
  }
  .btn.secondary {
    background: var(--surface-muted);
    border-color: var(--line);
    color: var(--ink);
  }
  .btn.danger {
    background: var(--danger);
    border-color: var(--danger);
    color: white;
  }
  .btn.blue {
    background: #0f4e73;
    border-color: #8db7cc;
    color: white;
  }
  .actions {
    display: grid;
    gap: 12px;
  }
  .actions.row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
  }
  .bento-grid {
    display: grid;
    gap: 14px;
  }
  .bento-card {
    position: relative;
    min-width: 0;
    padding: 22px;
    border-radius: var(--radius-lg);
    border: 1px solid var(--line);
    background: var(--surface);
    box-shadow: var(--shadow-card);
    color: var(--ink);
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
  }
  .bento-card::before {
    content: "";
    position: absolute;
    inset: 0 14px auto 14px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
    pointer-events: none;
    border-radius: inherit;
  }
  .bento-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-card-hover);
    border-color: rgba(200, 156, 75, 0.36);
  }
  .bento-card:focus-within {
    outline: 2px solid var(--brand);
    outline-offset: 3px;
  }
  .bento-card--primary {
    border-color: rgba(200, 156, 75, 0.32);
    background: linear-gradient(180deg, #fffaf0, #ffffff);
  }
  .bento-card--media {
    padding: 0;
    overflow: hidden;
  }
  .bento-card--compact {
    padding: 16px;
  }
  .bento-card--dark {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.12);
    color: var(--ink-on-dark);
    box-shadow: none;
  }
  .bento-card--dark:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: none;
  }
  .bento-step {
    scroll-margin-top: 84px;
  }
  .bento-status {
    font-variant-numeric: tabular-nums;
  }
  .bento-form {
    display: grid;
    gap: 0;
  }
  .section-title {
    text-align: center;
    margin-bottom: clamp(36px, 6vw, 52px);
    display: grid;
    gap: 12px;
    justify-items: center;
  }
  .section-title h2 {
    margin: 0;
    color: var(--ink);
    font-family: var(--serif);
    font-size: clamp(1.5rem, 2.4vw, 1.95rem);
    line-height: 1.5;
    letter-spacing: 0.02em;
    font-weight: 600;
    word-break: auto-phrase;
    line-break: strict;
  }
  .section-title .kicker {
    color: var(--brand-strong);
    font-size: 0.72rem;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    font-weight: 600;
    font-family: var(--sans);
  }
  .section-title p {
    margin: 6px 0 0;
    color: var(--ink-muted);
    max-width: 460px;
    line-height: 1.95;
    font-size: 0.92rem;
    font-weight: 500;
  }
  .gold-rule {
    width: 88px;
    height: 12px;
    background-image: linear-gradient(var(--brand), var(--brand));
    background-size: 56px 1px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    position: relative;
  }
  .gold-rule::before, .gold-rule::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    background: var(--brand);
    transform: rotate(45deg);
  }
  .gold-rule::before {
    left: 0;
  }
  .gold-rule::after {
    right: 0;
  }
  .page-kicker {
    margin: 0 0 10px;
    color: var(--brand-strong);
    font-weight: 600;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    font-size: 0.72rem;
  }
  .page-hero {
    position: relative;
    background: var(--navy);
    color: var(--ink-on-dark);
    padding: clamp(36px, 6vw, 64px) 0 clamp(32px, 5vw, 56px);
    overflow: hidden;
  }
  .page-hero::before {
    content: "";
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translateX(-50%);
    width: 520px;
    height: 320px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(200, 156, 75, 0.20), transparent 70%);
    filter: blur(36px);
    pointer-events: none;
  }
  .page-hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 14px;
    justify-items: center;
    text-align: center;
  }
  .page-hero-inner h1 {
    margin: 0;
    color: var(--ink-on-dark);
    font-family: var(--serif);
    font-size: clamp(1.8rem, 5.4vw, 2.4rem);
    line-height: 1.5;
    letter-spacing: 0.02em;
    font-weight: 600;
    word-break: auto-phrase;
    line-break: strict;
  }
  .page-lead {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.96rem;
    line-height: 1.95;
    font-weight: 500;
    max-width: 540px;
  }
  .page-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
    max-width: 460px;
    margin-top: 18px;
    counter-reset: pstep;
  }
  .page-steps span {
    display: grid;
    gap: 6px;
    justify-items: center;
    align-content: center;
    min-height: 76px;
    padding: 12px 8px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.06);
    color: var(--ink-on-dark);
    text-align: center;
    position: relative;
    transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
  }
  .page-steps span:hover {
    border-color: var(--line-gold);
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-1px);
  }
  .page-steps b {
    display: inline-grid;
    place-items: center;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: rgba(200, 156, 75, 0.18);
    color: var(--brand);
    font-size: 0.74rem;
    font-weight: 800;
  }
  .page-steps em {
    font-style: normal;
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.72rem;
    font-weight: 600;
    line-height: 1.35;
  }
  .apply-meta {
    background: var(--surface);
    padding: clamp(20px, 3vw, 32px) 0 clamp(8px, 2vw, 16px);
  }
  .apply-body {
    background: var(--surface);
  }
  .apply-reassurance {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 0;
  }
  .apply-reassurance > span {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: var(--surface);
    box-shadow: var(--shadow-card);
    color: var(--ink);
    font-size: 0.86rem;
    font-weight: 600;
    line-height: 1.55;
    text-align: left;
  }
  .apply-reassurance > span > .icon-wrap {
    color: var(--brand-strong);
    flex-shrink: 0;
  }
  .apply-reassurance > span > .icon-wrap svg {
    stroke-width: 2.4;
  }
  @media (min-width: 720px) {
    .apply-reassurance {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .apply-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin-top: 16px;
    align-items: center;
    justify-content: flex-start;
  }
  .apply-trust-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.02em;
  }
  .apply-trust-item .icon-wrap {
    color: var(--brand);
  }
  .error-banner {
    padding: 12px 16px;
    border-radius: 12px;
    border: 1px solid rgba(200, 58, 58, 0.32);
    background: rgba(200, 58, 58, 0.08);
    color: #a02525;
    font-weight: 700;
    margin-top: 12px;
  }
  .status-summary.bento-card {
    display: grid;
    gap: 14px;
  }
  .status-label {
    margin: 0;
    color: var(--ink-muted);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }
  .status-info {
    display: grid;
    gap: 14px;
  }
  .status-info h2 {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--ink);
    font-size: 1rem;
    font-weight: 700;
  }
  .status-info h2 .icon-wrap {
    color: var(--brand-strong);
  }
  .status-dl {
    display: grid;
    gap: 10px;
    margin: 0;
  }
  .status-dl > div {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 10px;
    background: var(--surface-muted);
  }
  .status-dl dt {
    color: var(--ink-muted);
    font-size: 0.8rem;
    font-weight: 600;
    margin: 0;
  }
  .status-dl dd {
    margin: 0;
    color: var(--ink);
    font-size: 0.86rem;
    font-weight: 700;
    text-align: right;
  }
  .status-table-card {
    display: grid;
    gap: 14px;
  }
  .status-table-card h2 {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--ink);
    font-size: 1rem;
    font-weight: 700;
  }
  .status-table-card h2 .icon-wrap {
    color: var(--brand-strong);
  }
  .status-table-card .table-wrap {
    border-radius: 12px;
  }
  .hero-stage {
    position: relative;
    background: var(--navy);
    color: var(--ink-on-dark);
    padding: clamp(32px, 6vw, 56px) 0 clamp(28px, 5vw, 56px);
    overflow: hidden;
  }
  .target-lp {
    background: var(--navy);
  }
  .hero-stage::before {
    content: "";
    position: absolute;
    top: 18%;
    left: 50%;
    transform: translateX(-50%);
    width: 680px;
    height: 460px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(200, 156, 75, 0.26), transparent 70%);
    filter: blur(40px);
    pointer-events: none;
    animation: heroBreath 9s ease-in-out infinite;
  }
  .hero-stage::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--paper-grain);
    background-size: 200px 200px;
    opacity: 0.7;
    pointer-events: none;
    mix-blend-mode: overlay;
  }
  @keyframes heroBreath {
    0%, 100% {
      opacity: 0.6;
      transform: translateX(-50%) scale(1);
    }
    50% {
      opacity: 1;
      transform: translateX(-50%) scale(1.06);
    }
  }
  .hero-shell {
    display: grid;
    gap: 24px;
    position: relative;
    z-index: 1;
  }
  .hero-pill {
    justify-self: center;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 16px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--radius-pill);
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.85);
    font-weight: 500;
    font-size: 0.82rem;
    letter-spacing: 0.02em;
  }
  .hero-pill::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--brand);
    box-shadow: 0 0 8px rgba(200, 156, 75, 0.8);
    animation: pillPulse 2.2s ease-in-out infinite;
  }
  @keyframes pillPulse {
    0%, 100% {
      box-shadow: 0 0 0 0 rgba(200, 156, 75, 0.55), 0 0 8px rgba(200, 156, 75, 0.8);
    }
    50% {
      box-shadow: 0 0 0 8px rgba(200, 156, 75, 0), 0 0 14px rgba(200, 156, 75, 1);
    }
  }
  .hero-copy {
    display: grid;
    gap: 18px;
    text-align: center;
    padding: 4px 0 0;
  }
  .hero-copy h1 {
    margin: 0;
    color: var(--ink-on-dark);
    font-family: var(--serif);
    font-size: clamp(2.05rem, 7vw, 2.75rem);
    line-height: 1.4;
    letter-spacing: 0.02em;
    font-weight: 600;
    word-break: auto-phrase;
    line-break: strict;
  }
  .hero-copy h1 span.gold {
    color: var(--brand);
    display: inline;
    font-weight: 700;
    letter-spacing: 0.04em;
  }
  .hero-lead {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1rem;
    line-height: 1.95;
    font-weight: 500;
  }
  .hero-lead strong {
    color: var(--ink-on-dark);
    font-weight: 600;
  }
  .hero-visual-wrap {
    position: relative;
    margin: 4px -16px;
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
  }
  .hero-visual-inner {
    position: relative;
    min-height: 320px;
    display: grid;
    place-items: center;
    padding: 28px 12px 52px;
  }
  .hero-graded-card, .hero-card-center {
    position: relative;
    z-index: 3;
    width: min(58vw, 230px);
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
    background: transparent;
    box-shadow: 0 30px 46px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(200, 156, 75, 0.18);
  }
  .hero-graded-card img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 520 / 760;
    object-fit: cover;
  }
  .hero-card-trio {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: end;
    justify-items: center;
    gap: clamp(-28px, -5vw, -16px);
    width: 100%;
    max-width: 520px;
  }
  .hero-card-side {
    position: relative;
    z-index: 1;
    display: block;
    width: min(40vw, 180px);
    aspect-ratio: 520 / 760;
    object-fit: cover;
    border-radius: 10px;
    background: var(--bg-soft);
    box-shadow: 0 22px 36px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(200, 156, 75, 0.12);
    opacity: 0.95;
    transition: transform 0.3s ease;
  }
  .hero-card-left {
    transform: rotate(-9deg) translateX(20px) translateY(8px);
    transform-origin: 90% 80%;
  }
  .hero-card-right {
    transform: rotate(9deg) translateX(-20px) translateY(8px);
    transform-origin: 10% 80%;
  }
  .hero-card-trio .hero-card-center {
    width: min(54vw, 210px);
    transform: translateY(-8px);
  }
  .cardlab-box {
    position: absolute;
    left: 50%;
    bottom: 14px;
    transform: translateX(-50%);
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    border: 1px solid rgba(200, 156, 75, 0.4);
    border-radius: var(--radius-pill);
    background: rgba(20, 30, 60, 0.72);
    backdrop-filter: blur(6px);
    color: var(--brand);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
  }
  .cardlab-box::before {
    content: "◇";
    font-size: 0.8rem;
  }
  .hero-actions {
    display: grid;
    gap: 12px;
  }
  .hero-meta {
    background: var(--surface);
    padding: clamp(32px, 5vw, 56px) 0 clamp(24px, 4vw, 40px);
  }
  .hero-meta > .bento-shell {
    display: grid;
    gap: 14px;
  }
  .hero-trust {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }
  .hero-trust article {
    display: grid;
    gap: 8px;
    justify-items: center;
    padding: 18px 10px;
    border-radius: var(--radius-md);
    background: var(--surface);
    border: 1px solid var(--line);
    box-shadow: var(--shadow-card);
    color: var(--ink);
    text-align: center;
  }
  .hero-trust article .icon-wrap {
    color: var(--brand-strong);
  }
  .hero-trust article span {
    font-size: 0.72rem;
    font-weight: 600;
    line-height: 1.5;
    color: var(--ink);
  }
  .hero-stat-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }
  .hero-stat {
    display: grid;
    gap: 6px;
    justify-items: center;
    align-content: center;
    padding: 16px 10px;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: var(--surface);
    box-shadow: var(--shadow-card);
    color: var(--ink);
    text-align: center;
  }
  .hero-stat .icon-wrap {
    color: var(--brand-strong);
  }
  .hero-stat span.label {
    color: var(--ink-muted);
    font-size: 0.66rem;
    font-weight: 600;
    letter-spacing: 0.06em;
  }
  .hero-stat strong {
    color: var(--ink);
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 700;
    white-space: nowrap;
  }
  .hero-stat small {
    color: var(--brand-strong);
    font-size: 0.66rem;
    font-weight: 700;
  }
  .hero-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }
  .hero-proof span {
    display: grid;
    place-items: center;
    padding: 12px;
    border-radius: 12px;
    background: var(--surface-muted);
  }
  .hero-notice {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: var(--surface);
    box-shadow: var(--shadow-card);
    color: var(--ink-muted);
    font-size: 0.86rem;
  }
  .hero-notice .badge {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    padding: 3px 8px;
    border-radius: 6px;
    background: rgba(200, 156, 75, 0.16);
    color: var(--brand-strong);
    font-size: 0.72rem;
    font-weight: 700;
  }
  .hero-service-row {
    display: none;
  }
  .reasons-section {
    background: var(--surface);
  }
  .reason-media-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .reason-media-card.bento-card {
    display: grid;
    gap: 12px;
    align-content: start;
    padding: 20px;
  }
  .reason-media-head {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .reason-media-head .icon-wrap {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: rgba(200, 156, 75, 0.10);
    color: var(--brand-strong);
  }
  .reason-media-card h3 {
    margin: 0;
    color: var(--ink);
    font-size: 0.94rem;
    line-height: 1.4;
    font-weight: 700;
  }
  .reason-media-card p {
    margin: 0;
    color: var(--ink-muted);
    font-size: 0.8rem;
    line-height: 1.75;
    font-weight: 500;
  }
  .reason-media-card img {
    display: none;
  }
  .concern-section {
    background: var(--slate-50);
    background-image: var(--asanoha);
    background-size: 80px 80px;
  }
  .concern-shell {
    display: grid;
    gap: 24px;
  }
  .concern-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .concern-pill.bento-card {
    display: grid;
    gap: 10px;
    justify-items: center;
    align-content: center;
    padding: 24px 14px;
    border-radius: var(--radius-lg);
    text-align: center;
    min-height: 116px;
  }
  .concern-pill .icon-wrap {
    color: var(--ink-muted);
    transition: color 0.18s ease;
  }
  .concern-pill:hover .icon-wrap {
    color: var(--brand-strong);
  }
  .concern-pill strong {
    color: var(--ink);
    font-size: 0.86rem;
    font-weight: 600;
    line-height: 1.55;
  }
  .concern-pill .concern-mark {
    display: none;
  }
  .concern-support.bento-card {
    text-align: center;
    padding: 32px 24px;
    border-radius: var(--radius-2xl);
  }
  .concern-support h3 {
    margin: 0 0 14px;
    color: var(--ink);
    font-family: var(--serif);
    font-size: 1.3rem;
    line-height: 1.75;
    font-weight: 600;
    letter-spacing: 0.02em;
    word-break: auto-phrase;
    line-break: strict;
  }
  .concern-support h3 span {
    color: var(--brand-strong);
    display: inline;
  }
  .concern-support p {
    margin: 0 0 14px;
    color: var(--ink-muted);
    font-size: 0.92rem;
    line-height: 1.85;
    font-weight: 500;
  }
  .concern-support .actions {
    margin-top: 18px;
  }
  .support-copy {
    display: none;
  }
  .flow-section {
    background: var(--slate-50);
    background-image: var(--asanoha);
    background-size: 80px 80px;
  }
  .flow-features.bento-card {
    padding: 24px;
    border-radius: var(--radius-xl);
    display: grid;
    gap: 18px;
  }
  .flow-feature {
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 12px;
    align-items: start;
  }
  .flow-feature .icon-wrap {
    color: var(--brand-strong);
    padding-top: 2px;
  }
  .flow-feature h4 {
    margin: 0 0 4px;
    color: var(--ink);
    font-size: 0.92rem;
    font-weight: 700;
  }
  .flow-feature p {
    margin: 0;
    color: var(--ink-muted);
    font-size: 0.8rem;
    line-height: 1.7;
    font-weight: 500;
  }
  .flow-feature-cta {
    margin-top: 6px;
  }
  .grading-flow.bento-card {
    padding: 24px;
    border-radius: var(--radius-xl);
    background: var(--surface-muted);
    border-color: var(--line);
    display: grid;
    gap: 16px;
  }
  .grading-flow-steps {
    margin-top: 16px;
  }
  .flow-step {
    display: grid;
    grid-template-columns: 42px 1fr auto;
    gap: 14px;
    align-items: center;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }
  .flow-step:not(:last-child) {
    padding-bottom: 16px;
    border-bottom: 1px dashed var(--line);
  }
  .flow-step:hover {
    transform: none;
    box-shadow: none;
  }
  .flow-step .flow-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(200, 156, 75, 0.10);
    border: 1px solid rgba(200, 156, 75, 0.22);
    color: var(--brand-strong);
  }
  .flow-step .flow-no {
    color: var(--brand-strong);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    display: block;
  }
  .flow-step strong {
    color: var(--ink);
    font-size: 0.94rem;
    font-weight: 700;
    display: block;
  }
  .flow-step p {
    margin: 0;
    color: var(--ink-muted);
    font-size: 0.78rem;
    text-align: right;
    max-width: 150px;
    line-height: 1.55;
  }
  .flow-step .flow-mark {
    display: none;
  }
  .flow-caveat {
    margin: 16px 0 0;
    color: var(--ink-subtle);
    font-size: 0.78rem;
    text-align: center;
    font-weight: 500;
  }
  .receiving-section {
    background: var(--surface);
  }
  .receiving-grid {
    display: grid;
    gap: 16px;
  }
  .receiving-grid .bento-card {
    padding: 22px;
    border-radius: var(--radius-lg);
  }
  .receiving-grid .bento-card--primary {
    border-color: rgba(200, 156, 75, 0.40);
  }
  .receiving-grid .reception-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
  }
  .receiving-grid .reception-head .icon-wrap {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: rgba(200, 156, 75, 0.10);
    color: var(--brand-strong);
    flex-shrink: 0;
  }
  .receiving-grid h3 {
    margin: 0;
    color: var(--ink);
    font-size: 1.02rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .receiving-grid .reception-head small {
    color: var(--brand-strong);
    font-size: 0.74rem;
    font-weight: 700;
  }
  .receiving-grid p {
    margin: 0 0 14px;
    color: var(--ink-muted);
    font-size: 0.88rem;
    line-height: 1.85;
    font-weight: 500;
  }
  .receiving-grid .reception-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px;
    border-radius: 10px;
    background: var(--surface-muted);
    color: var(--ink);
    font-size: 0.78rem;
    font-weight: 600;
  }
  .receiving-grid .reception-meta .icon-wrap {
    color: var(--ink-muted);
  }
  .care-message.bento-card {
    grid-column: 1 / -1;
    text-align: center;
    border-color: var(--line-gold);
    background: linear-gradient(180deg, #fffaf0, #ffffff);
    color: var(--ink);
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1.85;
    padding: 22px;
    border-radius: var(--radius-lg);
  }
  .assurance-band {
    background: var(--slate-50);
    background-image: var(--asanoha);
    background-size: 80px 80px;
    padding-block: clamp(48px, 7vw, 80px);
  }
  .assurance-shell {
    display: grid;
    gap: 18px;
  }
  .assurance-feature.bento-card {
    padding: 24px;
    border-radius: var(--radius-xl);
    display: grid;
    gap: 14px;
    text-align: center;
  }
  .assurance-feature h3 {
    margin: 0;
    color: var(--ink);
    font-size: 1.05rem;
    line-height: 1.55;
    font-weight: 700;
  }
  .assurance-feature h3 span {
    color: var(--brand-strong);
  }
  .assurance-feature p {
    margin: 0;
    color: var(--ink-muted);
    font-size: 0.88rem;
    line-height: 1.85;
    font-weight: 500;
  }
  .assurance-feature .assurance-media {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 8px;
  }
  .assurance-feature .assurance-media img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid var(--line);
    background: var(--surface-muted);
  }
  .assurance-list.bento-card {
    padding: 24px;
    border-radius: var(--radius-xl);
  }
  .assurance-list h3 {
    margin: 0 0 14px;
    color: var(--ink);
    font-size: 0.94rem;
    font-weight: 700;
  }
  .assurance-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px;
  }
  .assurance-list li {
    display: grid;
    grid-template-columns: 22px 1fr;
    gap: 10px;
    align-items: start;
    color: var(--ink);
    font-size: 0.88rem;
    font-weight: 500;
    line-height: 1.6;
  }
  .assurance-list li .icon-wrap {
    color: var(--brand-strong);
  }
  .assurance-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 12px;
  }
  .assurance-grid .bento-card {
    padding: 14px;
    text-align: center;
    border-radius: var(--radius-md);
  }
  .assurance-grid strong {
    color: var(--ink);
    font-size: 0.82rem;
    font-weight: 700;
    display: block;
    margin-bottom: 4px;
  }
  .assurance-grid p {
    margin: 0;
    color: var(--ink-muted);
    font-size: 0.72rem;
    line-height: 1.55;
    font-weight: 500;
  }
  .faq-section {
    background: var(--surface);
  }
  .faq-grid {
    display: grid;
    gap: 10px;
  }
  .faq-item.bento-card {
    padding: 0;
    overflow: visible;
    border-radius: var(--radius-md);
    transition: border-color 0.18s ease;
  }
  .faq-item[open] {
    border-color: rgba(200, 156, 75, 0.40);
  }
  .faq-item summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px;
    color: var(--ink);
    font-weight: 600;
    font-size: 0.92rem;
  }
  .faq-item summary::-webkit-details-marker {
    display: none;
  }
  .faq-item summary::after {
    content: "";
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23c89c4b' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: transform 0.22s ease;
  }
  .faq-item[open] summary::after {
    transform: rotate(180deg);
  }
  .faq-item p {
    margin: 0;
    padding: 0 20px 20px;
    color: var(--ink-muted);
    font-size: 0.88rem;
    font-weight: 500;
    line-height: 1.95;
  }
  .faq-item summary:hover {
    color: var(--brand-strong);
  }
  .faq-item summary:focus-visible {
    outline: 2px solid var(--brand);
    outline-offset: -2px;
    border-radius: var(--radius-md);
  }
  .final-cta {
    position: relative;
    background: var(--slate-50);
    background-image: var(--asanoha);
    background-size: 80px 80px;
    padding-top: clamp(56px, 8vw, 96px);
    padding-bottom: clamp(64px, 9vw, 104px);
  }
  .final-cta::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 80px;
    background: linear-gradient(180deg, rgba(246, 248, 252, 0) 0%, var(--navy) 100%);
    pointer-events: none;
  }
  .final-cta > * {
    position: relative;
    z-index: 1;
  }
  .final-cta-inner.bento-card {
    max-width: 1040px;
    margin-inline: auto;
    padding: 36px 24px 30px;
    border-radius: 30px;
    text-align: center;
    border: 1px solid rgba(200, 156, 75, 0.34);
    background: radial-gradient(circle at 50% -12%, rgba(239, 209, 118, 0.28), transparent 44%), linear-gradient(180deg, #fffaf0 0%, #ffffff 54%, #fbf7ed 100%);
    box-shadow: 0 26px 56px -34px rgba(20, 30, 60, 0.32);
  }
  .final-cta-inner h2 {
    margin: 12px 0 16px;
    color: var(--ink);
    font-family: var(--serif);
    font-size: 1.4rem;
    line-height: 1.65;
    font-weight: 600;
    letter-spacing: 0.02em;
    word-break: auto-phrase;
    line-break: strict;
  }
  .final-cta-inner h2 span {
    color: var(--brand-strong);
    display: inline;
    font-weight: 700;
  }
  .final-cta-inner p {
    margin: 0 0 22px;
    color: var(--ink-muted);
    font-size: 0.92rem;
    line-height: 1.85;
    font-weight: 500;
  }
  .final-cta-inner .actions {
    display: grid;
    gap: 12px;
  }
  .conversion-cta .cta-actions {
    max-width: 460px;
    margin-inline: auto;
  }
  .cta-note {
    display: block;
    margin-top: 12px;
    color: var(--ink-muted);
    font-size: 0.74rem;
    font-weight: 600;
    letter-spacing: 0.02em;
  }
  .cta-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 0 13px;
    border-radius: var(--radius-pill);
    border: 1px solid rgba(200, 156, 75, 0.32);
    background: #ffffff;
    color: var(--brand-strong);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
  }
  .final-cards {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -8px 0 18px;
    height: 120px;
    position: relative;
  }
  .final-cards img {
    position: absolute;
    width: 86px;
    aspect-ratio: 520 / 760;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid rgba(200, 156, 75, 0.32);
    background: var(--surface-muted);
    box-shadow: 0 14px 24px -10px rgba(20, 30, 60, 0.36);
  }
  .final-cards img:nth-child(1) {
    transform: rotate(-10deg) translateX(-50px);
    z-index: 1;
  }
  .final-cards img:nth-child(2) {
    transform: translateY(-4px);
    z-index: 2;
  }
  .final-cards img:nth-child(3) {
    transform: rotate(10deg) translateX(50px);
    z-index: 1;
  }
  .sticky-cta {
    position: fixed;
    left: 18px;
    right: 18px;
    bottom: max(18px, env(safe-area-inset-bottom));
    z-index: 40;
    display: grid;
    gap: 0;
    justify-items: center;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    border: 0;
    transform: translateY(130%);
    transition: transform 0.36s cubic-bezier(0.22, 1, 0.36, 1);
  }
  body.scrolled .sticky-cta, .sticky-cta.is-on {
    transform: translateY(0);
  }
  .sticky-cta__bubble {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    max-width: min(100%, 342px);
    min-height: 36px;
    padding: 0 14px;
    border-radius: var(--radius-pill);
    border: 1px solid rgba(200, 156, 75, 0.38);
    background: rgba(255, 255, 255, 0.96);
    color: var(--ink-muted);
    box-shadow: 0 14px 26px -18px rgba(20, 30, 60, 0.44);
    backdrop-filter: blur(10px) saturate(132%);
    -webkit-backdrop-filter: blur(10px) saturate(132%);
    font-size: 0.71rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    white-space: nowrap;
    z-index: 2;
    margin-bottom: -8px;
  }
  .sticky-cta__bubble::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -6px;
    width: 12px;
    height: 12px;
    border-right: 1px solid rgba(200, 156, 75, 0.38);
    border-bottom: 1px solid rgba(200, 156, 75, 0.38);
    background: rgba(255, 255, 255, 0.96);
    transform: translateX(-50%) rotate(45deg);
  }
  .sticky-cta__bubble strong {
    color: var(--brand-strong);
    font-weight: 900;
  }
  .sticky-cta__bubble span {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .sticky-cta a.btn {
    width: 100%;
    min-height: 64px;
    padding: 0 26px;
    font-size: 1.08rem;
    border-radius: var(--radius-pill);
    position: relative;
    z-index: 1;
    box-shadow: 0 28px 46px -20px rgba(134, 88, 20, 0.88), 0 10px 24px -16px rgba(20, 30, 60, 0.46), 0 1px 0 rgba(255, 255, 255, 0.62) inset;
  }
  .sticky-cta a.btn.gold {
    min-height: 64px;
    padding: 0 26px;
  }
  .sticky-cta a.btn .icon-wrap {
    margin-left: 0;
  }
  @media (max-width: 374px) {
    .sticky-cta {
      left: 12px;
      right: 12px;
    }
    .sticky-cta__bubble {
      font-size: 0.66rem;
      gap: 6px;
      padding-inline: 12px;
    }
    .sticky-cta__bubble span {
      max-width: 190px;
    }
    .sticky-cta a.btn {
      min-height: 58px;
      padding-inline: 18px;
      font-size: 1rem;
    }
    .sticky-cta a.btn.gold {
      min-height: 58px;
      padding-inline: 18px;
    }
  }
  @media (min-width: 1024px) {
    .sticky-cta {
      left: auto;
      right: 24px;
      bottom: 24px;
      width: auto;
      max-width: 360px;
      justify-items: end;
    }
    .sticky-cta__bubble {
      max-width: 320px;
    }
    .sticky-cta a.btn {
      width: auto;
      min-width: 240px;
    }
  }
  footer {
    padding: 64px 0 100px;
    background: var(--navy);
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    overflow: hidden;
    border: 0;
    margin-top: -1px;
  }
  footer::before, footer::after {
    content: none;
    display: none;
  }
  @media (min-width: 720px) {
    footer {
      padding-bottom: 56px;
    }
  }
  .site-footer {
    display: grid;
    gap: 28px;
    text-align: center;
    position: relative;
  }
  .footer-brand-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }
  .footer-brand-row span:not(.brand-shield):not(.brand-shield--img) {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
  .footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--ink-on-dark);
    font-weight: 700;
  }
  .footer-shield {
    width: 34px;
    height: 34px;
    font-size: 0.78rem;
  }
  .footer-shield.brand-shield--img {
    width: 36px;
    height: 36px;
  }
  .footer-nav {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    font-size: 0.86rem;
  }
  .footer-nav a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: color 0.18s ease;
  }
  .footer-nav a:hover {
    color: var(--ink-on-dark);
  }
  .footer-legal {
    font-size: 0.76rem;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
  .footer-legal a {
    color: rgba(255, 255, 255, 0.42);
  }
  .footer-legal a:hover {
    color: var(--brand);
  }
  .footer-meta {
    display: grid;
    gap: 4px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.74rem;
  }
  .site-footer.bento-grid {
    grid-template-columns: 1fr;
  }
  .site-footer .bento-card {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
    color: var(--ink-on-dark);
    justify-self: center;
  }
  .site-footer--focus {
    text-align: center;
    padding: 0;
  }
  .footer-focus-copy {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.78rem;
    margin: 0;
    line-height: 1.6;
  }
  .is-focus-mode footer {
    padding: 24px 0;
  }
  .topbar--focus {
    justify-content: space-between;
  }
  .topbar-trust {
    display: inline-flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    white-space: nowrap;
  }
  @media (max-width: 540px) {
    .topbar-trust small {
      font-size: 0.7rem;
    }
  }
  .final-cta-inner.bento-card::before, .site-footer .bento-card::before {
    display: none;
  }
  .brand img.brand-shield, .footer-brand img.brand-shield {
    display: block;
  }
  .icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 0;
  }
  .icon-wrap svg {
    display: block;
    stroke: currentColor;
  }
  .icon-wrap--20, .icon-wrap--20 svg {
    width: 20px !important;
    height: 20px !important;
  }
  .icon-wrap--22, .icon-wrap--22 svg {
    width: 22px !important;
    height: 22px !important;
  }
  .icon-wrap--24, .icon-wrap--24 svg {
    width: 24px !important;
    height: 24px !important;
  }
  .icon-wrap--38, .icon-wrap--38 svg {
    width: 22px !important;
    height: 22px !important;
  }
  .icon-wrap--40, .icon-wrap--40 svg {
    width: 22px !important;
    height: 22px !important;
  }
  .icon-wrap--42, .icon-wrap--42 svg {
    width: 22px !important;
    height: 22px !important;
  }
  .panel, .card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
  }
  .panel {
    padding: 24px;
  }
  .card {
    padding: 18px;
  }
  .grid {
    display: grid;
    gap: 16px;
  }
  .grid-2 {
    grid-template-columns: 1fr;
  }
  .grid-3 {
    grid-template-columns: 1fr;
  }
  .grid-2.bento-grid {
    grid-template-columns: 1fr;
  }
  .form {
    display: grid;
    gap: 18px;
  }
  .fields {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }
  label {
    display: block;
    font-weight: 700;
    color: var(--ink);
    font-size: 0.86rem;
  }
  label > input, label > select, label > textarea {
    margin-top: 8px;
  }
  label > .field-error {
    display: block;
    margin-top: 6px;
  }
  label > .select-hint {
    display: block;
    margin-top: 8px;
  }
  input, select, textarea {
    width: 100%;
    min-height: 48px;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    padding: 12px 14px;
    font: inherit;
    font-size: 0.96rem;
    background: var(--surface-muted);
    color: var(--ink);
    transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
  }
  input::placeholder, textarea::placeholder {
    color: var(--ink-subtle);
    font-weight: 500;
  }
  textarea {
    min-height: 120px;
    resize: vertical;
    line-height: 1.7;
  }
  select {
    appearance: none;
    -webkit-appearance: none;
    padding-right: 40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%235a6478' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 14px 14px;
  }
  input:focus, select:focus, textarea:focus {
    outline: 2px solid var(--brand);
    outline-offset: 1px;
    border-color: var(--brand);
    background: var(--surface);
    box-shadow: 0 0 0 4px rgba(200, 156, 75, 0.12);
  }
  input:hover, select:hover, textarea:hover {
    border-color: var(--line-strong);
  }
  .checkbox {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-weight: 600;
  }
  .checkbox input {
    width: auto;
    margin-top: 4px;
  }
  .bot-trap {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
  table {
    width: 100%;
    border-collapse: collapse;
    background: var(--surface);
  }
  th, td {
    padding: 12px 14px;
    border-bottom: 1px solid var(--line);
    text-align: left;
    vertical-align: top;
  }
  th {
    color: var(--ink-muted);
    font-size: 0.84rem;
  }
  .status {
    display: inline-flex;
    padding: 4px 10px;
    border-radius: 999px;
    background: var(--surface-muted);
    font-weight: 700;
    white-space: nowrap;
    color: var(--ink);
  }
  .muted {
    color: var(--ink-muted);
  }
  .error {
    color: var(--danger);
    font-weight: 700;
  }
  .success {
    color: var(--ok);
    font-weight: 700;
  }
  .table-wrap {
    overflow-x: auto;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
  }
  .table-wrap.bento-card {
    padding: 0;
  }
  .admin-header {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    margin: 28px 0 18px;
    color: var(--ink);
  }
  .apply-steps {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin: 22px 0 26px;
  }
  .apply-steps.bento-grid {
    grid-template-columns: 1fr;
  }
  .apply-steps span {
    min-height: 48px;
    display: grid;
    place-items: center;
    padding: 10px 14px;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: var(--surface);
    color: var(--ink);
    font-weight: 600;
    text-align: center;
    font-size: 0.9rem;
  }
  .apply-form {
    gap: 0;
  }
  .apply-form.bento-card {
    border-radius: var(--radius-lg);
  }
  .apply-hero.bento-card {
    padding: 28px;
    margin-top: 22px;
  }
  .apply-section {
    max-width: 920px;
  }
  .apply-form.panel {
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }
  .apply-form .card.bento-card {
    padding: 18px;
  }
  .apply-form .step-fieldset.bento-card {
    padding: 32px 22px;
  }
  @media (min-width: 1024px) {
    .apply-form .step-fieldset.bento-card {
      padding: 36px 32px;
    }
    .apply-form .card.bento-card {
      padding: 20px 22px;
    }
    .apply-form .fields {
      gap: 18px;
    }
    .card-fieldset .fields {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .card-fieldset[data-card-mode="individual"] .card-name-field, .card-fieldset[data-card-mode="individual"] .card-suggest-help, .card-fieldset[data-card-mode="individual"] .card-suggestions {
      grid-column: 1 / -1;
    }
    .step-fieldset legend {
      font-size: 1.1rem;
    }
    .apply-form input, .apply-form textarea, .apply-form select {
      font-size: 1rem;
      min-height: 50px;
    }
    .apply-form textarea {
      min-height: 110px;
    }
  }
  .step-fieldset {
    display: grid;
    gap: 20px;
    margin: 0;
    padding: 28px 0;
    border: 0;
    border-top: 1px solid var(--line);
    border-radius: 0;
    background: transparent;
  }
  .step-fieldset:first-of-type {
    border-top: 0;
    padding-top: 4px;
  }
  .step-fieldset.bento-card {
    padding: 36px 24px;
    border-top: 0;
    border-radius: var(--radius-lg);
    margin: 18px 0;
    background: var(--surface);
  }
  .step-fieldset.bento-card:first-of-type {
    padding-top: 36px;
  }
  .step-fieldset legend {
    padding: 28px 0 6px;
    display: inline-flex;
    gap: 12px;
    align-items: center;
    color: var(--ink);
    font-weight: 700;
    font-size: 1.05rem;
  }
  @media (min-width: 720px) {
    .step-fieldset.bento-card legend {
      padding-top: 32px;
    }
  }
  .step-fieldset legend span {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-grid;
    place-items: center;
    background: linear-gradient(180deg, #d9b85f, #c89c4b);
    color: var(--brand-on);
    font-weight: 800;
    font-size: 0.92rem;
    box-shadow: 0 4px 10px -4px rgba(200, 156, 75, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  }
  .step-fieldset legend strong {
    font-size: 1.04rem;
  }
  .required-pill {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 2px 8px;
    border-radius: 999px;
    background: rgba(200, 156, 75, 0.16);
    color: var(--brand-strong);
    font-size: 0.78rem;
    font-style: normal;
    font-weight: 700;
    white-space: nowrap;
  }
  .card-count-pill {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 2px 10px;
    border-radius: 999px;
    background: rgba(10, 31, 61, 0.08);
    color: var(--ink);
    font-size: 0.78rem;
    font-style: normal;
    font-weight: 700;
    white-space: nowrap;
  }
  .card-count-pill[hidden] {
    display: none;
  }
  .field-error {
    color: #b3261e;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 4px;
    display: block;
  }
  label.has-error > input, label.has-error > select, label.has-error > textarea {
    border-color: #b3261e;
    box-shadow: 0 0 0 3px rgba(179, 38, 30, 0.12);
  }
  label.has-error {
    color: #b3261e;
  }
  .apply-form label[data-autofilled="1"] {
    position: relative;
  }
  .apply-form label[data-autofilled="1"]::after {
    content: '✓ 自動入力';
    position: absolute;
    top: 0;
    right: 0;
    padding: 1px 9px;
    border-radius: 999px;
    background: rgba(46, 160, 67, 0.14);
    color: #1f7a3a;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.02em;
  }
  .apply-form label[data-autofilled="1"] > input, .apply-form label[data-autofilled="1"] > select {
    background: rgba(46, 160, 67, 0.05);
    border-color: rgba(46, 160, 67, 0.34);
  }
  .apply-form .card-suggest-help {
    font-style: italic;
    font-weight: 600;
  }
  .apply-form .card-suggest-help::before {
    content: '💡 ';
  }
  .opt-tag {
    color: var(--ink-subtle);
    font-size: 0.78rem;
    font-weight: 600;
    margin-left: 4px;
  }
  .req-tag {
    display: inline-block;
    margin-left: 6px;
    padding: 1px 8px;
    border-radius: 999px;
    background: rgba(200, 156, 75, 0.18);
    color: var(--brand-strong);
    font-size: 0.74rem;
    font-weight: 700;
    vertical-align: middle;
  }
  .field-help {
    margin: 0;
    color: var(--ink-muted);
    font-weight: 500;
    line-height: 1.7;
    font-size: 0.86rem;
  }
  .select-hint {
    display: block;
    margin-top: 8px;
    color: var(--ink-muted);
    font-size: 0.86rem;
    font-weight: 500;
    line-height: 1.6;
  }
  .submit-note {
    margin-top: 2px;
  }
  .submit-panel {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 18px;
    border-radius: var(--radius-lg);
    background: rgba(200, 156, 75, 0.06);
    border: 1px solid var(--line-gold);
    flex-direction: column;
  }
  .submit-panel.bento-card {
    background: rgba(200, 156, 75, 0.06);
  }
  .submit-panel .btn {
    width: 100%;
    min-height: 56px;
    font-size: 1.04rem;
  }
  .submit-assure {
    color: var(--ink-muted);
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-align: center;
  }
  .apply-progress-rail {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 35;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
    padding: 10px 14px;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(10px) saturate(140%);
    -webkit-backdrop-filter: blur(10px) saturate(140%);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 10px 24px -22px rgba(20, 30, 60, 0.4);
    transform: translateY(-100%);
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .apply-progress-rail[hidden] {
    display: none;
  }
  .apply-progress-rail.is-on {
    transform: translateY(0);
  }
  .apply-progress-rail a {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 32px;
    padding: 2px 10px;
    border-radius: 999px;
    border: 0;
    background: transparent;
    color: var(--ink-muted);
    font-size: 0.8rem;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.15s ease, color 0.15s ease;
  }
  .apply-progress-rail a:not(:last-of-type)::after {
    content: '▸';
    margin-left: 8px;
    color: var(--line-strong);
    font-size: 0.78rem;
    font-weight: 400;
  }
  .apply-progress-rail a span {
    display: inline-grid;
    place-items: center;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: rgba(10, 31, 61, 0.08);
    color: var(--ink-muted);
    font-size: 0.74rem;
    font-weight: 800;
    flex-shrink: 0;
  }
  .apply-progress-rail a em {
    font-style: normal;
  }
  .apply-progress-rail a.is-active {
    background: rgba(200, 156, 75, 0.12);
    color: var(--brand-strong);
  }
  .apply-progress-rail a.is-active span {
    background: linear-gradient(180deg, #d9b85f, #c89c4b);
    color: var(--brand-on);
  }
  @media (max-width: 540px) {
    .apply-progress-rail {
      gap: 0;
      padding: 8px 6px;
    }
    .apply-progress-rail a {
      padding: 2px 5px;
      font-size: 0.72rem;
      gap: 4px;
    }
    .apply-progress-rail a:not(:last-of-type)::after {
      margin-left: 5px;
      font-size: 0.7rem;
    }
    .apply-progress-rail a span {
      width: 19px;
      height: 19px;
      font-size: 0.68rem;
    }
  }
  .receipt-card {
    display: grid;
    gap: 8px;
    margin: 14px 0 18px;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: var(--surface-muted);
    color: var(--ink);
  }
  .receipt-card span {
    color: var(--ink-muted);
    font-weight: 700;
  }
  .receipt-card strong {
    color: var(--brand-strong);
    font-size: clamp(1.6rem, 5vw, 2.4rem);
    letter-spacing: 0.02em;
    overflow-wrap: anywhere;
  }
  .status-lookup-form {
    max-width: 640px;
  }
  .status-summary {
    display: grid;
    gap: 12px;
  }
  .progress-rail {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 8px;
  }
  .progress-rail span {
    min-height: 40px;
    display: grid;
    place-items: center;
    padding: 8px;
    border-radius: 999px;
    background: var(--surface-muted);
    color: var(--ink-muted);
    font-weight: 700;
    text-align: center;
  }
  .progress-rail span.active {
    background: var(--brand);
    color: var(--brand-on);
  }
  .card-fieldset[data-card-mode="individual"] .card-name-field {
    grid-column: 1 / -1;
  }
  .card-suggest-help {
    grid-column: 1 / -1;
    margin-top: -8px;
    color: var(--ink-muted);
    font-size: 0.84rem;
    font-weight: 700;
    line-height: 1.55;
  }
  .card-suggestions {
    grid-column: 1 / -1;
    display: grid;
    gap: 8px;
    margin: -2px 0 4px;
  }
  .card-suggestions[hidden] {
    display: none;
  }
  .card-suggestion-item {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    width: 100%;
    min-height: 88px;
    padding: 12px 14px;
    border: 1px solid rgba(10, 31, 61, 0.16);
    border-radius: 10px;
    background: #ffffff;
    color: var(--ink);
    cursor: pointer;
    text-align: left;
    box-shadow: 0 2px 8px -6px rgba(20, 30, 60, 0.18);
    transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
  }
  .card-suggestion-item-no-thumb {
    grid-template-columns: minmax(0, 1fr);
  }
  .card-suggestion-item:hover, .card-suggestion-item:focus-visible {
    border-color: var(--gold-strong);
    outline: 2px solid rgba(193, 143, 47, 0.2);
    outline-offset: 2px;
    box-shadow: 0 10px 22px -14px rgba(20, 30, 60, 0.32);
    transform: translateY(-1px);
  }
  .card-suggestion-thumb {
    width: 72px;
    height: 72px;
    border-radius: 8px;
    object-fit: cover;
    background: var(--surface-muted);
    border: 1px solid rgba(10, 31, 61, 0.10);
  }
  .card-suggestion-copy {
    display: grid;
    gap: 2px;
    min-width: 0;
  }
  .card-suggestion-copy strong, .card-suggestion-copy span {
    overflow-wrap: anywhere;
  }
  .card-suggestion-copy strong {
    font-size: 1rem;
    line-height: 1.35;
  }
  .card-suggestion-copy .card-suggestion-series {
    font-size: 0.92rem;
    color: var(--ink);
    font-weight: 800;
    line-height: 1.35;
  }
  .card-suggestion-copy span {
    color: var(--ink-muted);
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.35;
  }
  .card-suggestion-titlerow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
  }
  .card-suggestion-badge {
    display: inline-flex;
    align-items: center;
    min-height: 18px;
    padding: 1px 7px;
    border-radius: 999px;
    background: rgba(200, 156, 75, 0.16);
    color: var(--brand-strong);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    white-space: nowrap;
  }
  .card-suggestion-empty {
    grid-column: 1 / -1;
    padding: 14px 16px;
    border: 1px dashed var(--line-strong);
    border-radius: var(--radius-md);
    background: rgba(10, 31, 61, 0.03);
    display: grid;
    gap: 6px;
  }
  .card-suggestion-empty strong {
    color: var(--ink);
    font-size: 0.92rem;
  }
  .card-suggestion-empty p {
    margin: 0;
    color: var(--ink-muted);
    font-size: 0.84rem;
    font-weight: 600;
    line-height: 1.6;
  }
  .card-suggestion-empty::before {
    content: '🔎 ';
    font-size: 0.92rem;
  }
  .card-suggestion-hint {
    grid-column: 1 / -1;
    margin: 0 2px 4px;
    color: var(--ink-muted);
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.5;
  }
  .card-suggestion-group-head {
    grid-column: 1 / -1;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 6px 0 -2px;
    padding: 2px 4px;
    color: var(--brand-strong);
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0.01em;
  }
  .card-suggestion-group-title {
    overflow-wrap: anywhere;
    line-height: 1.4;
  }
  .card-suggestion-group-count {
    display: inline-flex;
    align-items: center;
    min-height: 18px;
    padding: 1px 8px;
    border-radius: 999px;
    background: rgba(200, 156, 75, 0.16);
    color: var(--brand-strong);
    font-size: 0.72rem;
    font-weight: 700;
  }
  .card-suggestion-more-wrap {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    padding: 4px 0 2px;
  }
  .card-suggestion-more {
    appearance: none;
    border: 1px dashed var(--line-strong);
    background: var(--surface-muted);
    color: var(--ink);
    font-weight: 700;
    font-size: 0.84rem;
    padding: 8px 16px;
    border-radius: 999px;
    cursor: pointer;
  }
  .card-suggestion-more:hover, .card-suggestion-more:focus-visible {
    border-color: var(--gold-strong);
    background: rgba(200, 156, 75, 0.08);
    color: var(--brand-strong);
  }
  .primary-card {
    border-color: var(--line-gold);
    background: linear-gradient(180deg, #fffaf0, #ffffff);
  }
  .primary-card h3 {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
  }
  .optional-card {
    padding: 0;
    overflow: hidden;
    background: var(--surface);
  }
  .optional-card summary {
    cursor: pointer;
    padding: 14px 18px;
    color: var(--ink);
    font-weight: 700;
    list-style-position: inside;
  }
  .optional-card[open] {
    padding-bottom: 8px;
  }
  .optional-card[open] summary {
    border-bottom: 1px solid var(--line);
    margin-bottom: 16px;
    background: transparent;
  }
  .extra-card {
    background: var(--surface);
  }
  .extra-card > h3 {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 4px;
  }
  [data-card-list] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 16px;
  }
  .card-mode-tabs {
    display: inline-flex;
    gap: 4px;
    padding: 4px;
    background: var(--surface-muted);
    border-radius: var(--radius-pill);
    border: 1px solid var(--line);
    margin: 4px 0 8px;
  }
  .card-mode-tab {
    appearance: none;
    background: transparent;
    border: 0;
    padding: 8px 18px;
    min-height: 36px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.86rem;
    cursor: pointer;
    color: var(--ink-muted);
    transition: background 0.16s ease, color 0.16s ease, box-shadow 0.16s ease;
  }
  .card-mode-tab:hover {
    color: var(--ink);
  }
  .card-mode-tab.is-active {
    background: var(--surface);
    color: var(--brand-strong);
    box-shadow: 0 4px 10px -6px rgba(20, 30, 60, 0.22), 0 1px 0 rgba(255, 255, 255, 0.6) inset;
  }
  .bulk-table-head {
    display: none;
  }
  .card-fieldset[data-card-mode="bulk"] {
    --bulk-cols: 34px minmax(112px, 1.1fr) minmax(150px, 1.8fr) minmax(110px, 1.3fr) 56px minmax(84px, 0.85fr) minmax(76px, 0.8fr) minmax(110px, 1.4fr);
    counter-reset: bulkrow;
  }
  @media (min-width: 1024px) {
    .card-fieldset[data-card-mode="bulk"].bento-card {
      --bulk-break: min(1320px, calc(100vw - 64px));
      width: var(--bulk-break);
      margin-left: calc((100% - var(--bulk-break)) / 2);
      margin-right: calc((100% - var(--bulk-break)) / 2);
      padding-left: 0;
      padding-right: 0;
      background: transparent;
      border: 0;
      box-shadow: none;
      --bulk-cols: 40px minmax(140px, 1fr) minmax(200px, 1.7fr) minmax(150px, 1.3fr) 72px minmax(110px, 0.85fr) minmax(104px, 0.8fr) minmax(150px, 1.5fr);
    }
    .card-fieldset[data-card-mode="bulk"].bento-card::before {
      display: none;
    }
    .card-fieldset[data-card-mode="bulk"] > legend, .card-fieldset[data-card-mode="bulk"] > .field-help, .card-fieldset[data-card-mode="bulk"] > .card-mode-tabs, .card-fieldset[data-card-mode="bulk"] > .card-add-row {
      box-sizing: border-box;
      width: min(920px, 100%);
      margin-left: auto;
      margin-right: auto;
    }
    .card-fieldset[data-card-mode="bulk"] > legend {
      display: flex;
    }
  }
  .card-fieldset[data-card-mode="bulk"] .bulk-table-head {
    display: grid;
    grid-template-columns: var(--bulk-cols);
    gap: 6px;
    position: sticky;
    top: 0;
    z-index: 6;
    margin-top: 10px;
    padding: 8px 8px 8px;
    background: var(--surface);
    border-bottom: 2px solid var(--line-strong);
    font-size: 0.72rem;
    font-weight: 800;
    color: var(--ink-muted);
  }
  .card-fieldset[data-card-mode="bulk"] .bulk-table-head span {
    overflow-wrap: anywhere;
    line-height: 1.3;
  }
  .card-fieldset[data-card-mode="bulk"] .bulk-table-head em {
    color: var(--brand-strong);
    font-style: normal;
    font-size: 0.66rem;
    margin-left: 2px;
  }
  .card-fieldset[data-card-mode="bulk"] .card.bento-card {
    display: grid;
    grid-template-columns: var(--bulk-cols);
    gap: 6px;
    align-items: start;
    padding: 6px 8px;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid var(--line);
    box-shadow: none;
    counter-increment: bulkrow;
  }
  .card-fieldset[data-card-mode="bulk"] .card.bento-card::before {
    display: none;
  }
  .card-fieldset[data-card-mode="bulk"] .card.primary-card.bento-card {
    background: rgba(200, 156, 75, 0.05);
  }
  .card-fieldset[data-card-mode="bulk"] .card.bento-card:hover {
    background: rgba(10, 31, 61, 0.02);
    transform: none;
  }
  .card-fieldset[data-card-mode="bulk"] .card > .fields, .card-fieldset[data-card-mode="bulk"] .card > .card-extra-details, .card-fieldset[data-card-mode="bulk"] .card > .card-extra-details > .card-extra-body, .card-fieldset[data-card-mode="bulk"] .card > .card-extra-details > .card-extra-body > .fields {
    display: contents;
  }
  .card-fieldset[data-card-mode="bulk"] .card-extra-details {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
  }
  .card-fieldset[data-card-mode="bulk"] .card-extra-toggle, .card-fieldset[data-card-mode="bulk"] .card-suggest-help {
    display: none;
  }
  .card-fieldset[data-card-mode="bulk"] .card > h3 {
    grid-column: 1;
  }
  .card-fieldset[data-card-mode="bulk"] .card label:has(input[name^="card_number_"]), .card-fieldset[data-card-mode="bulk"] .card label:has(input[data-card-number]) {
    grid-column: 2;
  }
  .card-fieldset[data-card-mode="bulk"] .card label:has(input[name^="card_name_"]), .card-fieldset[data-card-mode="bulk"] .card label:has(input[data-card-name]) {
    grid-column: 3;
  }
  .card-fieldset[data-card-mode="bulk"] .card label:has(input[name^="series_"]), .card-fieldset[data-card-mode="bulk"] .card label:has(input[data-card-series]) {
    grid-column: 4;
  }
  .card-fieldset[data-card-mode="bulk"] .card label:has(input[name^="quantity_"]) {
    grid-column: 5;
  }
  .card-fieldset[data-card-mode="bulk"] .card label:has(input[name^="declared_value_"]) {
    grid-column: 6;
  }
  .card-fieldset[data-card-mode="bulk"] .card label:has(input[name^="minimum_grade_"]) {
    grid-column: 7;
  }
  .card-fieldset[data-card-mode="bulk"] .card label:has(textarea[name^="card_notes_"]) {
    grid-column: 8;
  }
  .card-fieldset[data-card-mode="bulk"] .card > h3 {
    font-size: 0;
    margin: 0;
    align-self: center;
    justify-self: center;
    white-space: nowrap;
  }
  .card-fieldset[data-card-mode="bulk"] .card > h3 .required-pill, .card-fieldset[data-card-mode="bulk"] .card > h3 .opt-tag {
    display: none;
  }
  .card-fieldset[data-card-mode="bulk"] .card > h3::before {
    content: counter(bulkrow);
    font-size: 0.74rem;
    font-weight: 800;
    color: var(--ink-subtle);
  }
  .card-fieldset[data-card-mode="bulk"] .card label {
    font-size: 0;
    grid-column: auto;
    margin: 0;
    display: block;
  }
  .card-fieldset[data-card-mode="bulk"] .card label .req-tag, .card-fieldset[data-card-mode="bulk"] .card label .opt-tag {
    display: none;
  }
  .card-fieldset[data-card-mode="bulk"] .card label > input, .card-fieldset[data-card-mode="bulk"] .card label > textarea {
    font-size: 0.84rem;
    min-height: 36px;
    margin-top: 0;
    padding: 6px 8px;
  }
  .card-fieldset[data-card-mode="bulk"] .card label > textarea {
    min-height: 36px;
    height: 36px;
    line-height: 1.4;
    resize: vertical;
  }
  .card-fieldset[data-card-mode="bulk"] .card label > .field-error {
    font-size: 0.7rem;
    margin-top: 2px;
  }
  .card-fieldset[data-card-mode="bulk"] .card-suggestions {
    position: absolute;
    z-index: 10;
    margin-top: 2px;
    background: var(--surface);
    box-shadow: 0 12px 28px -8px rgba(20, 30, 60, 0.22);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    padding: 8px;
    max-width: 420px;
  }
  .card-fieldset[data-card-mode="bulk"] [data-card-list] {
    gap: 0;
    margin-top: 0;
    border-bottom: 1px solid var(--line);
  }
  @media (max-width: 720px) {
    .card-fieldset[data-card-mode="bulk"] .bulk-table-head, .card-fieldset[data-card-mode="bulk"] [data-card-list] {
      min-width: 760px;
    }
    .card-fieldset[data-card-mode="bulk"] .card.primary-card.bento-card {
      min-width: 760px;
    }
    .card-fieldset[data-card-mode="bulk"] .apply-body, .card-fieldset[data-card-mode="bulk"] {
      overflow-x: auto;
    }
  }
  .card-add-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 22px 0 6px;
  }
  .card-add-row .btn {
    width: auto;
    min-width: 240px;
    max-width: 320px;
    min-height: 48px;
    padding: 0 24px;
  }
  .bulk-hint code {
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 0.84rem;
    color: var(--ink);
    background: rgba(10, 31, 61, 0.05);
    padding: 2px 6px;
    border-radius: 4px;
  }
  .card-extra-details {
    margin-top: 14px;
    padding: 12px 16px;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: rgba(10, 31, 61, 0.025);
    transition: background 0.18s ease, border-color 0.18s ease;
  }
  .card-extra-details:hover {
    background: rgba(10, 31, 61, 0.04);
  }
  .card-extra-toggle {
    appearance: none;
    width: 100%;
    text-align: left;
    background: transparent;
    border: 0;
    cursor: pointer;
    color: var(--ink-muted);
    font-weight: 700;
    font-size: 0.88rem;
    padding: 2px 0;
  }
  .card-extra-toggle::before {
    content: '▸ ';
  }
  .card-extra-details.is-open .card-extra-toggle::before {
    content: '▾ ';
  }
  .card-extra-toggle:hover {
    color: var(--ink);
  }
  .card-extra-body {
    display: none;
  }
  .card-extra-details.is-open {
    padding-bottom: 16px;
  }
  .card-extra-details.is-open .card-extra-body {
    display: block;
    margin-top: 12px;
  }
  .card-extra-details .opt-tag {
    margin-left: 6px;
  }
  .card-extra-body > .fields {
    margin-top: 4px;
  }
  .consent-box {
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
  }
  .form-section-heading {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 2px 12px;
    align-items: center;
    padding: 4px 0 0;
  }
  .form-section-heading span {
    grid-row: span 2;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--brand);
    color: var(--brand-on);
    font-weight: 800;
  }
  .form-section-heading strong {
    color: var(--ink);
    font-size: 1.08rem;
  }
  .form-section-heading small {
    color: var(--ink-muted);
    font-weight: 600;
    line-height: 1.6;
  }
  .conversion-bar {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    align-items: center;
    padding: 22px;
    margin-top: 24px;
    border: 1px solid var(--line-gold);
    border-radius: var(--radius-lg);
    background: linear-gradient(180deg, #fffaf0, #ffffff);
  }
  .conversion-bar div {
    display: grid;
    gap: 4px;
  }
  .conversion-bar strong {
    color: var(--ink);
  }
  .conversion-bar span {
    color: var(--ink-muted);
    font-weight: 600;
    line-height: 1.6;
  }
  .link-subdued {
    color: var(--brand-strong);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  .bottom-cta {
    text-align: center;
    padding-top: 48px;
    padding-bottom: 60px;
  }
  .bottom-cta h2 {
    max-width: 720px;
    margin: 0 auto 12px;
    color: var(--ink);
  }
  .bottom-cta p:not(.page-kicker) {
    max-width: 620px;
    margin: 0 auto;
    color: var(--ink-muted);
    font-weight: 500;
    line-height: 1.8;
  }
  .bottom-cta .actions {
    justify-content: center;
  }
  .bottom-cta .link-subdued {
    color: var(--brand-strong);
  }
  .status-lookup-form.bento-card, .status-summary.bento-card {
    margin-top: 22px;
    border-radius: var(--radius-lg);
  }
  .hero-visual {
    min-height: 360px;
    background: var(--surface-muted);
    display: grid;
    align-content: center;
    gap: 14px;
  }
  .slab {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: var(--surface);
  }
  .step-motion {
    animation: stepIn 0.42s ease both;
  }
  .step-motion:nth-of-type(2) {
    animation-delay: 0.04s;
  }
  .step-motion:nth-of-type(3) {
    animation-delay: 0.08s;
  }
  .step-motion:nth-of-type(4) {
    animation-delay: 0.12s;
  }
  @keyframes stepIn {
    from {
      opacity: 0;
      transform: translateY(8px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @media (min-width: 720px) {
    .bento-shell, .container {
      width: min(720px, calc(100% - 48px));
    }
    .apply-steps, .apply-steps.bento-grid {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .progress-rail {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .submit-panel {
      flex-direction: row;
    }
    .submit-panel .btn {
      width: auto;
    }
    .grid-2, .grid-2.bento-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .fields {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .conversion-cta .cta-actions {
      grid-template-columns: auto auto;
      justify-content: center;
      max-width: none;
    }
    .conversion-cta .cta-actions .btn {
      width: auto;
      min-width: 220px;
    }
    .final-cards img {
      width: 104px;
    }
  }
  @media (min-width: 1024px) {
    .topbar {
      padding: 14px 28px;
    }
    .nav-toggle, .nav-toggle-input {
      display: none;
    }
    .nav, .site-nav {
      position: static;
      display: flex;
      flex-direction: row;
      gap: 22px;
      padding: 0;
      background: transparent;
      border: 0;
      box-shadow: none;
      align-items: center;
    }
    .site-nav a {
      padding: 6px 0;
      background: transparent;
      border: 0;
      color: rgba(255, 255, 255, 0.82);
      font-size: 0.9rem;
      font-weight: 600;
    }
    .site-nav a:hover {
      color: var(--ink-on-dark);
      background: transparent;
      border-color: transparent;
    }
    .site-nav .nav-status {
      min-height: 40px;
      padding: 0 16px;
      border: 1px solid rgba(255, 255, 255, 0.32);
      border-radius: var(--radius-pill);
      background: transparent;
      color: rgba(255, 255, 255, 0.9);
      font-weight: 600;
    }
    .site-nav .nav-cta {
      min-height: 40px;
      padding: 0 18px;
      background: linear-gradient(180deg, #d9b85f, #c89c4b);
      color: var(--brand-on);
      border-radius: var(--radius-pill);
      box-shadow: 0 12px 24px -12px rgba(200, 156, 75, 0.5);
    }
  }
  @media (min-width: 1024px) {
    .bento-shell, .container {
      width: min(1080px, calc(100% - 64px));
    }
    .hero-shell {
      max-width: 720px;
      margin-inline: auto;
    }
    .section-title {
      max-width: 720px;
      margin-inline: auto;
    }
    .section-title h2 {
      font-size: 2.2rem;
    }
    .reason-media-grid {
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 16px;
    }
    .concern-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 14px;
    }
    .concern-shell {
      grid-template-columns: 2fr 1fr;
      align-items: start;
    }
    .concern-shell > .concern-grid {
      grid-column: 1;
    }
    .concern-shell > .concern-support {
      grid-column: 2;
      position: sticky;
      top: 96px;
    }
    .receiving-grid {
      grid-template-columns: 1fr;
      gap: 18px;
      align-items: stretch;
      max-width: 720px;
      margin-inline: auto;
    }
    .receiving-grid > .bento-card:not(.care-message) {
      padding: 32px;
    }
    .receiving-grid .care-message.bento-card {
      grid-column: 1 / -1;
    }
    .assurance-shell {
      grid-template-columns: 1.4fr 1fr;
      gap: 24px;
      align-items: start;
    }
    .faq-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 14px;
    }
    .final-cta-inner.bento-card {
      padding: 64px;
    }
    .final-cta-inner h2 {
      font-size: 2rem;
    }
    .flow-features.bento-card, .grading-flow.bento-card {
      max-width: 720px;
      margin-inline: auto;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
      scroll-behavior: auto !important;
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
    }
    .step-motion {
      animation: none;
    }
    .hero-stage::before {
      animation: none;
      opacity: 0.7;
    }
    .hero-pill::before {
      animation: none;
    }
    .sticky-cta {
      transition: none;
    }
    .bento-card, .hero-stat, .btn {
      transition: none;
    }
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-ease: initial;
    }
  }
}
