:root {
  /* color tokens */
  --ink-900: #25212b;
  --ink-700: #4d4652;
  --ink-500: #655e69;
  --ink-050: #f4eff3;
  --pink-700: #c42568;
  --pink-500: #ff4f9a;
  --pink-100: #fff0f7;
  --warm-050: #fff8fb;
  --white: #fff;
  --line-600: #07865b;
  --border: #e8dee5;
  --focus: #116fc6;
  --pop-coral: #ff5b8f;
  --pop-mint: #e3f7ef;
  --pop-mint-ink: #087452;
  --pop-sky: #eaf6ff;
  --pop-sky-ink: #17688f;
  --pop-yellow: #fff0a8;
  --pop-yellow-ink: #705700;
  --surface-blush: #fff8fb;
  --paper-cream: #f8f0e4;
  --paper-coral: #e88770;
  --paper-sage: #b9cbb6;
  --paper-teal: #486f68;
  /* spacing tokens */
  --sp-1: 4px;
  --sp-2: 8px;
  --sp-3: 12px;
  --sp-4: 16px;
  --sp-5: 24px;
  --sp-6: 32px;
  --sp-7: 48px;
  --sp-8: 64px;
  /* radius tokens */
  --rad-s: 10px;
  --rad-m: 14px;
  --rad-l: 20px;
  --rad-xl: 28px;
  /* shadow tokens */
  --shadow-1: 0 10px 28px rgba(37,33,43,.10);
  --shadow-2: 0 24px 64px rgba(37,33,43,.18);
  --hero-media-height: clamp(360px, 48svh, 440px);
  --font: "Noto Sans JP", "Zen Kaku Gothic New", "BIZ UDPGothic", "Yu Gothic UI", Meiryo, sans-serif;
  color-scheme: light;
}

/* LPSEO-127: lower-page illustration consistency system */
.editorial-visual {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 2;
  margin: 30px 0 4px;
  overflow: hidden;
  border: 1px solid rgba(72,111,104,.25);
  border-radius: 28px 28px 28px 10px;
  background: var(--paper-cream);
  box-shadow: 0 16px 34px rgba(68,54,43,.12);
}
.editorial-visual::after {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--paper-coral);
  box-shadow: 16px 5px 0 -2px var(--paper-teal), 6px 18px 0 -3px #d7ad47;
  content: "";
  pointer-events: none;
}
.editorial-visual picture,
.editorial-visual img { display: block; width: 100%; height: 100%; }
.editorial-visual img { object-fit: cover; }
.editorial-visual figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  width: fit-content;
  max-width: calc(100% - 28px);
  padding: 7px 13px 8px;
  border: 1px solid rgba(72,111,104,.2);
  border-radius: 999px 999px 999px 7px;
  color: var(--ink-900);
  background: rgba(255,252,247,.94);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
  box-shadow: 0 6px 18px rgba(68,54,43,.12);
}
.editorial-visual--job img { object-position: 54% 50%; }
.editorial-visual--workstyle img { object-position: 50% 54%; }
.editorial-visual--remuneration img { object-position: 50% 50%; }
.editorial-visual--support img { object-position: 50% 50%; }

/* Extend the hero's calm hand-drawn palette through section materials. */
.section--pale { background: #fbf4ec; }
.section--pale::before { background-image: radial-gradient(circle 12px at 13px 13px,#fbf4ec 11px,transparent 12px); }
.section-mark::before { background: #f5e3dc; }
.section-mark--home-time::before { background: #dfeadf; }
.section-mark--payment::before { background: #f2e2b8; }
.section-mark--faq::before { background: #dfeadf; }
.work-flow-list li { background: #fffaf3; }
.work-flow-list li:nth-child(2) { background: #edf3e9; }
.work-flow-list li:nth-child(3) { background: #f9e9e2; }
.work-flow-icon,
.feature-icon,
.item-icon-wrap { border: 1px solid rgba(72,111,104,.18); background: #fffaf3; }
.feature-cards { background: #f8f0e4; }
.info-card { border: 1px solid rgba(72,111,104,.16); background: #fffaf3; }
.info-card:nth-child(2) { background: #edf3e9; }
.assurance-panel { background: linear-gradient(145deg,#fffaf3,#f5e8df); }
.privacy-summary { background: #dfeadf; }
.privacy-facts li:nth-child(even) { background: #edf3e9; }
.calculation-example { background: linear-gradient(135deg,#f4e3b7,#fffaf3); }
.rate-card:nth-child(2) { border-top-color: var(--paper-teal); }
.rate-card:nth-child(3) { border-top-color: var(--paper-sage); }

@media (max-width: 359px) {
  .editorial-visual { margin-top: 24px; border-radius: 22px 22px 22px 9px; }
  .editorial-visual figcaption { right: 10px; bottom: 10px; left: 10px; max-width: calc(100% - 20px); font-size: 11.5px; }
}

@media (forced-colors: active) {
  .editorial-visual { border: 2px solid CanvasText; background: Canvas; box-shadow: none; }
  .editorial-visual::after { display: none; }
  .editorial-visual figcaption { color: CanvasText; border: 1px solid CanvasText; background: Canvas; }
}


* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--white); }
body { margin: 0; overflow-x: clip; color: var(--ink-900); background: var(--white); font-family: var(--font); line-height: 1.75; }
button, a, summary { font: inherit; }
button { color: inherit; }
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
[hidden] { display: none !important; }

.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 16px; color: var(--white); background: var(--ink-900); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }

/* header */
.site-header { position: sticky; z-index: 50; top: 0; height: 52px; border-bottom: 1px solid var(--border); background: rgba(255,255,255,.96); backdrop-filter: blur(10px); }
.header-inner { position: relative; display: flex; width: min(1200px,100%); height: 100%; margin: 0 auto; padding-inline: var(--sp-3); align-items: center; justify-content: space-between; }
.brand { display: inline-flex; min-width: 0; min-height: 44px; text-decoration: none; align-items: center; gap: var(--sp-2); font-size: 15px; font-weight: 800; }
.brand-mark { display: grid; width: 32px; height: 32px; color: var(--white); border-radius: 11px 11px 11px 3px; background: var(--pink-700); place-items: center; font-size: 18px; }
.header-actions { display: flex; align-items: center; gap: 6px; }
.apply-cta { display: inline-flex; min-height: 52px; width: 100%; padding: 10px 16px; border-radius: var(--rad-m); align-items: center; justify-content: center; text-align: center; text-decoration: none; gap: 8px; font-size: 15px; font-weight: 700; line-height: 1.3; }
.apply-cta[disabled] { opacity: 1; cursor: not-allowed; }
.apply-cta--line { color: var(--white); border: 2px solid var(--line-600); background: var(--line-600); box-shadow: 0 8px 20px rgba(7,134,91,.22); }
.apply-cta--web { color: var(--ink-900); border: 1.5px solid rgba(77,70,82,.16); background: var(--ink-050); box-shadow: none; font-size: 14px; font-weight: 700; flex-wrap: wrap; row-gap: 0; }
.cta-icon { width: 20px; height: 20px; flex: none; }
.cta-sub { font-size: 12px; font-weight: 600; color: var(--ink-500); }
.apply-cta--header { width: auto; min-height: 44px; padding-inline: var(--sp-3); border-radius: 999px; font-size: 13px; box-shadow: none; }
.menu-toggle { position: relative; width: 44px; height: 44px; padding: 0; border: 0; border-radius: 12px; background: transparent; }
.menu-toggle::before, .menu-toggle::after, .menu-toggle > span[aria-hidden] { position: absolute; left: 10px; width: 24px; height: 2px; border-radius: 2px; background: var(--ink-900); content: ""; transition: transform .18s ease, opacity .18s ease; }
.menu-toggle::before { top: 13px; }
.menu-toggle > span[aria-hidden] { top: 21px; }
.menu-toggle::after { top: 29px; }
.menu-toggle[aria-expanded="true"]::before { top: 21px; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"]::after { top: 21px; transform: rotate(-45deg); }
.menu-toggle[aria-expanded="true"] > span[aria-hidden] { opacity: 0; }
.primary-nav { position: absolute; top: calc(100% + 1px); right: 12px; width: min(280px,calc(100vw - 24px)); padding: var(--sp-2); border: 1px solid var(--border); border-radius: 18px; background: var(--white); box-shadow: 0 18px 44px rgba(37,33,43,.14); }
.primary-nav a { display: flex; min-height: 48px; padding: 10px 14px; border-radius: 12px; align-items: center; text-decoration: none; font-weight: 700; }
.primary-nav a:hover { background: var(--pink-100); }

#hero-image-stories, #home-voice, #job-details, #eligibility-workstyle, #remuneration-payment, #faq, #final-application { scroll-margin-top: 76px; }
#apply-flow { scroll-margin-top: 84px; }

/* hero */
.hero { background: var(--white); }
.hero-layout { display: grid; width: 100%; }
.hero-stage { position: relative; height: var(--hero-media-height); overflow: hidden; border-radius: 0 0 24px 24px; background: var(--pink-100); isolation: isolate; }
.hero-story, .hero-story picture, .hero-story img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-story { opacity: 0; transition: opacity 280ms ease-out; }
.hero-story.is-active { z-index: 1; opacity: 1; }
.hero-story img { object-fit: cover; }
#hero-story-voice-only img { object-position: 50% 50%; }
#hero-story-home-smartphone img { object-position: 46% 26%; }
#hero-story-rate-facts img { object-position: 52% 30%; }
/* LPSEO-115: hero stories as integrated editorial posters.
   Photo + solid color field + large type composed as one card.
   Fields anchor to the stage top edge; subjects stay in the photo window. */
.story-poster { position: absolute; z-index: 2; top: 0; right: 0; left: 0; padding: 13px 16px 24px; }
.story-poster p { margin: 0; }
.story-poster::after { position: absolute; right: 14px; bottom: 4px; width: 8px; height: 8px; border-radius: 50%; background: var(--pop-coral); box-shadow: 13px 6px 0 var(--pop-yellow); content: ""; }
.story-label { display: inline-flex; padding: 5px 12px; border-radius: 999px 999px 999px 4px; align-items: center; gap: 6px; color: var(--pink-700); background: var(--white); font-size: 12px; font-weight: 800; letter-spacing: .05em; line-height: 1.2; box-shadow: 0 4px 12px rgba(37,33,43,.12); }
.story-label-icon { width: 14px; height: 14px; flex: none; }
.story-title { margin-top: 8px !important; font-size: clamp(23px,7vw,29px); font-weight: 800; line-height: 1.22; letter-spacing: -.03em; font-feature-settings: "palt" 1; }
.story-title-accent { position: relative; z-index: 0; font-style: normal; }
.story-title-accent::after { position: absolute; z-index: -1; right: -2px; bottom: 1px; left: -2px; height: .34em; border-radius: 50% 40% 55% 35%; background: var(--pink-500); content: ""; opacity: .55; transform: rotate(-1deg); }
.story-detail { margin-top: 7px !important; font-size: 12.5px; line-height: 1.55; }

/* story 1 — job definition: deep ink poster field */
.story-poster--define { color: var(--white); background: transparent; clip-path: none; }
.story-poster--define .story-title,
.story-poster--define .story-detail { text-shadow: 0 2px 10px rgba(38,10,29,.28); }
.story-poster--define .story-detail {
  display: inline-block;
  max-width: 260px;
  padding: 4px 9px;
  border-radius: 8px;
  color: rgba(255,255,255,.96);
  background: rgba(52,18,42,.78);
  box-shadow: 0 3px 12px rgba(38,10,29,.12);
}
.story-poster--define::after { display: none; }

/* story 2 — work style: mint field + fact chips */
.story-poster--workstyle { color: var(--ink-900); background: linear-gradient(116deg, rgba(227,247,239,.97), rgba(234,246,255,.95)); clip-path: polygon(0 0,100% 0,100% 100%,0 calc(100% - 14px)); }
.story-poster--workstyle .story-label { color: var(--pop-mint-ink); }
.story-poster--workstyle .story-poster-dot, .story-poster--workstyle::after { background: var(--pop-mint-ink); box-shadow: 13px 6px 0 var(--pop-sky-ink); }
.story-chips { display: flex; margin: 9px 0 0; padding: 0; list-style: none; flex-wrap: wrap; gap: 6px; }
.story-chips li { padding: 4px 10px; border: 1.5px solid rgba(8,116,82,.35); border-radius: 999px; background: rgba(255,255,255,.9); font-size: 12px; font-weight: 800; line-height: 1.35; color: var(--pop-mint-ink); white-space: nowrap; }

/* story 3 — remuneration facts: white numeric poster, per-minute units only */
.story-poster--rate { color: var(--ink-900); background: linear-gradient(116deg, rgba(255,255,255,.97), rgba(255,240,168,.72)); clip-path: polygon(0 0,100% 0,100% calc(100% - 14px),0 100%); }
.story-poster--rate .story-label { color: var(--pink-700); background: var(--pink-100); box-shadow: none; }
.story-rates { display: flex; margin-top: 7px !important; align-items: baseline; flex-wrap: wrap; gap: 1px; font-size: 13px; font-weight: 700; color: var(--ink-700); }
.story-rates strong { font-size: clamp(21px,6vw,26px); font-weight: 800; letter-spacing: -.03em; line-height: 1.1; color: var(--ink-900); }
.story-rate-dot { color: var(--pink-500); font-weight: 800; }
.story-rate-unit { margin-left: 2px; font-size: 13px; font-weight: 800; color: var(--ink-700); }
.story-rate-max { display: inline-flex; margin-top: 7px !important; padding: 3px 10px; border-radius: 999px; align-items: baseline; gap: 4px; color: var(--white); background: var(--ink-900); font-size: 11.5px; font-weight: 700; }
.story-rate-max strong { font-size: 13.5px; font-weight: 800; color: #ffb5d5; }
.story-caveat { margin-top: 7px !important; color: var(--ink-700); font-size: 12.5px; line-height: 1.55; }

/* non-interactive auto-switch progress dots */
.hero-progress { display: flex; padding: 12px 16px 0; align-items: center; justify-content: center; gap: 7px; pointer-events: none; }
.hero-progress-dot { width: 7px; height: 7px; border-radius: 999px; background: var(--border); transition: background .25s ease, width .25s ease; }
.hero-progress-dot.is-active { width: 22px; background: var(--pink-500); }
.no-js .hero-progress { display: none; }

.hero-primary-identity { padding: 12px 16px 30px; background: var(--white); }
.hero-eyebrow { margin: 0 0 5px; color: var(--pink-700); font-size: 13px; font-weight: 700; }
h1 { max-width: none; margin: 0; font-size: clamp(36px,10.2vw,44px); font-weight: 800; line-height: 1.08; letter-spacing: -.045em; overflow-wrap: normal; word-break: keep-all; }
.h1-phrase { display: block; white-space: nowrap; }
.h1-phrase:not(:last-child)::after { content: ""; }
.nowrap { white-space: nowrap; }
.hero-job-summary { margin: 11px 0 0; color: var(--ink-700); font-size: 16px; line-height: 1.7; }

.hero-info-compact { display: grid; grid-template-columns: minmax(0, 1fr); gap: 4px; margin-top: 6px; }
.hero-primary-identity .hero-info-compact .hero-info-row { min-width: 0; margin: 0; padding: 3px 0; border-radius: var(--rad-s); color: var(--ink-700); font-size: 16px; font-weight: 600; line-height: 1.65; letter-spacing: -.04em; text-wrap: pretty; word-break: normal; overflow-wrap: anywhere; }

.local-note { margin: 12px 0 0; color: var(--ink-500); font-size: 12px; line-height: 1.55; }

/* LPSEO-115 application component: mascot-led voice composition.
   guide on organic seat → bubble → primary LINE → flow accordion → labelled web fallback */
.apply-area { position: relative; margin-top: 34px; padding: 18px 14px 16px; border-radius: 26px 26px 26px 9px; background: linear-gradient(163deg, var(--warm-050) 34%, var(--pink-100)); box-shadow: inset 0 0 0 1.5px rgba(196,37,104,.10); }
.apply-area::before { position: absolute; top: -9px; left: 20px; width: 46px; height: 6px; border-radius: 50% 40% 55% 35%; background: var(--pink-500); content: ""; transform: rotate(-2deg); }
.apply-lead { display: flex; margin: 0 0 14px; align-items: flex-end; gap: 10px; }
.apply-guide-seat { position: relative; display: grid; width: 66px; height: 66px; flex: none; place-items: center; }
.apply-guide-seat::before { position: absolute; inset: 8px 0 -2px 2px; border-radius: 55% 45% 60% 40% / 50% 58% 42% 60%; background: var(--white); box-shadow: 0 8px 16px rgba(37,33,43,.10); content: ""; }
.apply-guide { position: relative; width: 56px; height: 56px; flex: none; filter: drop-shadow(0 6px 12px rgba(37,33,43,.12)); }
.apply-lead-bubble { position: relative; display: grid; margin: 0; padding: 11px 15px; border-radius: 18px 18px 18px 5px; background: var(--white); box-shadow: 0 8px 20px rgba(37,33,43,.08); gap: 2px; }
.apply-lead-bubble strong { font-size: 14px; font-weight: 800; line-height: 1.5; }
.apply-lead-bubble span { color: var(--ink-700); font-size: 12px; line-height: 1.5; }
.apply-lead-bubble::before { position: absolute; bottom: 9px; left: -7px; width: 12px; height: 13px; background: var(--white); clip-path: polygon(100% 0,100% 100%,0 76%); content: ""; }
.apply-cta--main { min-height: 60px; border-radius: 20px; font-size: 17px; box-shadow: 0 14px 28px rgba(7,134,91,.30); }
.cta-copy { display: grid; justify-items: center; gap: 2px; line-height: 1.25; }
.cta-copy-sub { font-size: 11px; font-weight: 700; letter-spacing: .05em; opacity: .88; }
.cta-arrow { width: 18px; height: 18px; flex: none; opacity: .9; }
.flow-accordion { margin-top: var(--sp-3); border: 1.5px solid rgba(196,37,104,.20); border-radius: 16px; background: var(--white); }
.flow-summary { display: flex; min-height: 48px; padding: 10px 14px; border-radius: var(--rad-m); align-items: center; gap: 9px; cursor: pointer; list-style: none; font-size: 14px; font-weight: 700; }
.flow-summary::-webkit-details-marker { display: none; }
.flow-summary-icon { width: 18px; height: 18px; color: var(--pink-700); flex: none; }
.flow-summary-chevron { width: 18px; height: 18px; margin-left: auto; color: var(--ink-500); flex: none; transition: transform .2s ease; }
.flow-accordion[open] .flow-summary-chevron { transform: rotate(180deg); }
.flow-accordion[open] .flow-summary { border-bottom: 1px solid var(--border); border-bottom-right-radius: 0; border-bottom-left-radius: 0; background: var(--pink-100); }
.flow-steps { position: relative; margin: 0; padding: 8px 14px 12px; list-style: none; }
.flow-steps::before { position: absolute; top: 25px; bottom: 27px; left: 26px; border-left: 2px dotted rgba(196,37,104,.28); content: ""; }
.flow-steps li { position: relative; display: grid; grid-template-columns: 26px 1fr; padding: 8px 0; align-items: baseline; gap: 10px; font-size: 14px; line-height: 1.6; }
.flow-steps span { z-index: 1; display: grid; width: 24px; height: 24px; color: var(--pink-700); border: 1.5px solid currentColor; border-radius: 50%; background: var(--white); place-items: center; align-self: start; margin-top: 2px; font-size: 12px; font-weight: 800; line-height: 1; }
.flow-steps li:nth-child(2) span { color: var(--pop-sky-ink); background: var(--pop-sky); }
.flow-steps li:nth-child(3) span { color: var(--pop-mint-ink); background: var(--pop-mint); }
.flow-steps li:nth-child(4) span { color: var(--pink-700); background: var(--pink-100); }
.flow-appeal { margin: 4px 14px 14px; padding: 10px 12px; color: var(--pink-700); border-radius: 12px; background: linear-gradient(90deg,#fff0f6,#fff8df); font-size: 13px; font-weight: 900; line-height: 1.55; text-align: center; }
.apply-web-route { margin-top: 20px; }
.apply-web-label { display: grid; margin: 0 0 10px; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 10px; color: var(--ink-500); font-size: 12px; font-weight: 700; text-align: center; }
.apply-web-label::before, .apply-web-label::after { height: 1.5px; border-radius: 2px; background: rgba(196,37,104,.16); content: ""; }
.apply-web-route .apply-cta--web { min-height: 50px; border: 1.5px solid rgba(77,70,82,.20); border-radius: var(--rad-m); background: var(--white); }

/* LPSEO-130: TOP-approved option C — clear two-route application panel with visual icons. */
.apply-area--choice { overflow: hidden; padding: 20px 14px 16px; border: 1.5px solid rgba(196,37,104,.15); border-radius: 28px 28px 28px 10px; background: linear-gradient(155deg,#fff 0%,#fff8fb 52%,#f4fffb 100%); box-shadow: 0 18px 42px rgba(55,38,48,.08); }
.apply-area--choice::before { top: 0; left: 0; width: 8px; height: 100%; border-radius: 0; background: linear-gradient(180deg,var(--pink-500),#ff84b3 48%,#44c5a0); transform: none; }
.apply-area--choice::after { position: absolute; top: 15px; right: 18px; width: 42px; height: 18px; background: radial-gradient(circle at 5px 5px,#ff5b9b 0 4px,transparent 4.5px),radial-gradient(circle at 22px 13px,#ffd85a 0 3px,transparent 3.5px),radial-gradient(circle at 37px 4px,#22aa7d 0 4px,transparent 4.5px); content: ""; opacity: .9; }
.apply-choice-heading { display: flex; min-height: 76px; margin: 0 2px 14px 10px; padding: 2px 2px 0 4px; align-items: center; justify-content: space-between; gap: 10px; }
.apply-choice-copy { min-width: 0; }
.apply-choice-kicker { position: relative; display: inline-flex; margin: 0; padding: 0 2px 7px; color: var(--ink-900); font-size: 25px; font-weight: 900; line-height: 1.2; letter-spacing: -.035em; }
.apply-choice-kicker::after { position: absolute; right: 0; bottom: 0; left: 0; height: 5px; border-radius: 50% 35% 55% 30%; background: var(--pink-500); content: ""; transform: rotate(-1deg); }
.apply-choice-title { margin: 0; color: var(--ink-900); font-size: 24px; font-weight: 900; line-height: 1.25; letter-spacing: -.035em; }
.apply-choice-guide { position: relative; display: grid; width: 92px; flex: none; justify-items: center; }
.apply-choice-guide img { position: relative; z-index: 1; display: block; width: 62px; height: 62px; filter: drop-shadow(0 7px 13px rgba(196,37,104,.18)); }
.apply-choice-guide span { position: relative; z-index: 2; margin-top: -6px; padding: 3px 8px; color: var(--pink-700); border: 1px solid rgba(196,37,104,.14); border-radius: 999px; background: var(--white); box-shadow: 0 4px 10px rgba(37,33,43,.07); font-size: 9px; font-weight: 800; line-height: 1.25; text-align: center; }
.apply-route-list { display: grid; gap: 12px; }
.apply-route-card { position: relative; display: grid; width: 100%; min-height: 100px; padding: 14px 13px; border-radius: 22px; grid-template-columns: 40px 40px minmax(0,1fr) 22px; align-items: center; gap: 9px; text-align: left; text-decoration: none; transition: transform .2s ease,box-shadow .2s ease; }
.apply-route-card[disabled] { cursor: not-allowed; opacity: 1; }
.apply-route-card--line { color: var(--white); border: 2px solid #07865b; background: linear-gradient(135deg,#07865b,#079969 68%,#18a97c); box-shadow: 0 14px 28px rgba(7,134,91,.25); }
.apply-route-card--web { color: var(--ink-900); border: 1.5px solid rgba(196,37,104,.17); background: rgba(255,255,255,.94); box-shadow: 0 9px 22px rgba(55,38,48,.07); }
.apply-route-number { display: grid; width: 38px; height: 38px; border-radius: 50%; place-items: center; font-size: 12px; font-weight: 900; letter-spacing: .04em; }
.apply-route-card--line .apply-route-number { color: #07865b; background: var(--white); }
.apply-route-card--web .apply-route-number { color: var(--white); background: var(--pink-700); }
.apply-route-icon { display: grid; width: 38px; height: 38px; border-radius: 13px; place-items: center; }
.apply-route-icon svg { width: 24px; height: 24px; }
.apply-route-card--line .apply-route-icon { color: var(--white); background: rgba(255,255,255,.15); }
.apply-route-card--web .apply-route-icon { color: var(--pink-700); background: var(--pink-100); }
.apply-route-copy { display: grid; min-width: 0; align-content: center; gap: 2px; }
.apply-route-copy strong { font-size: 17px; font-weight: 900; line-height: 1.35; letter-spacing: -.025em; }
.apply-route-web-title { display: grid; }
.apply-route-copy small { font-size: 11px; font-weight: 700; line-height: 1.35; opacity: .88; }
.apply-route-badge,.apply-route-label { width: max-content; max-width: 100%; margin-bottom: 1px; font-size: 10px; font-weight: 800; line-height: 1.35; }
.apply-route-badge { padding: 2px 8px; color: #06734f; border-radius: 999px; background: #eafff5; }
.apply-route-label { color: var(--ink-600); }
.apply-route-arrow { width: 21px; height: 21px; justify-self: end; }
.apply-choice-support { margin: 14px 0 0; color: var(--ink-600); font-size: 12px; font-weight: 700; text-align: center; }
.line-id-note { margin: 10px 0 0; color: var(--ink-600); font-size: 12px; text-align: center; }
.line-id-note strong { color: var(--green); letter-spacing: .03em; }
.apply-choice-support span { color: var(--pink-500); font-size: 9px; }
.flow-accordion--choice { margin-top: 14px; border-color: rgba(77,70,82,.15); background: rgba(255,255,255,.76); }
.flow-accordion--choice .flow-summary { min-height: 52px; }

@media (max-width: 370px) {
  .apply-choice-title { font-size: 22px; }
  .apply-choice-guide { width: 78px; }
  .apply-choice-guide img { width: 54px; height: 54px; }
  .apply-route-card { min-height: 96px; padding: 12px 10px; grid-template-columns: 34px 34px minmax(0,1fr) 18px; gap: 7px; }
  .apply-route-number,.apply-route-icon { width: 34px; height: 34px; }
  .apply-route-icon svg { width: 21px; height: 21px; }
  .apply-route-copy strong { font-size: 15px; }
}

@media (max-width: 767px) {
  /* mobile poster crops: keep face/hair/hands/phone inside the photo window */
  .story-poster--define .story-detail { display: none; }
  #hero-story-voice-only img { object-position: 50% 50%; }
  #hero-story-home-smartphone img { object-position: 46% 12%; }
  /* LPSEO-118 C1: deeper downward shift keeps hair/forehead clear of the poster edge */
  #hero-story-rate-facts img { object-position: 50% 100%; transform: scale(1.45) translate(-6%, 40%); }

  .story-title { font-size: 21px; line-height: 1.2; }
  .story-label { font-size: 11.5px; letter-spacing: .02em; white-space: nowrap; }

  .hero-progress { padding-top: 8px; }
  .hero-primary-identity { padding: 8px 16px 26px; }
  .hero-primary-identity .hero-eyebrow { margin: 0 0 4px; font-size: 13px; line-height: 18px; }
  .hero-primary-identity h1 { margin: 0; font-size: 34px; line-height: 1.04; }
  .hero-primary-identity .hero-job-summary { margin: 8px 0 0; font-size: 14px; line-height: 1.5; }
  .apply-area { margin-top: 28px; padding-top: 22px; }
  .apply-area .apply-cta--main { min-height: 56px; }
}

/* sections */
.section-inner { width: min(100% - 32px,1200px); margin-inline: auto; }
.section { padding-block: 72px; }
.section--pale { background: var(--pink-100); }
.section-kicker { display: flex; margin: 0 0 8px; align-items: center; gap: 8px; color: var(--pink-700); font-size: 13px; font-weight: 700; letter-spacing: .06em; }
.section-kicker::before { width: 8px; height: 8px; border-radius: 50%; background: var(--pink-500); content: ""; flex: none; }
.section h2 { margin: 0; font-size: 30px; font-weight: 700; line-height: 1.25; letter-spacing: -.035em; text-wrap: balance; }
.section-heading-copy h2 { position: relative; padding-bottom: 17px; }
.section-heading-copy h2::after { position: absolute; bottom: 0; left: 1px; width: 52px; height: 6px; border-radius: 50% 40% 55% 35%; background: var(--pink-500); content: ""; transform: rotate(-1.5deg); }
.section-lead { margin: 18px 0 0; color: var(--ink-700); font-size: 17px; font-weight: 500; line-height: 1.75; }
.readable { max-width: 760px; }
.readable > p, .subsection p { font-size: 16px; line-height: 1.85; }
.section-lead, .readable p, .check-list li, .icon-list li, .note-list li, .story-detail, .hero-job-summary { text-wrap: pretty; }
.subsection { margin-top: var(--sp-7); padding-top: 28px; border-top: 1px solid var(--border); }
.subsection h3 { margin: 0; font-size: 22px; line-height: 1.4; }
.text-link { color: var(--pink-700); font-weight: 700; text-underline-offset: 4px; }

/* lower-page visual language: unboxed hand-drawn marks beside headings */
.section-heading-lockup { display: grid; grid-template-columns: minmax(0,1fr) 72px; align-items: center; gap: 16px; }
.section-heading-copy { min-width: 0; }
.section-mark { display: grid; width: 72px; height: 72px; color: var(--ink-900); place-items: center; pointer-events: none; transform: rotate(-4deg); }
.section-mark svg { width: 60px; height: 60px; overflow: visible; fill: none; stroke: currentColor; stroke-width: 2.7; stroke-linecap: round; stroke-linejoin: round; }
.section-mark circle { fill: var(--pink-500); stroke: none; }
.section-heading-lockup.section-heading-lockup--final { display: flex; flex-direction: column-reverse; align-items: center; gap: 14px; }
.section-heading-lockup--final .section-heading-copy { text-align: center; }
.section-heading-lockup--final .section-kicker { justify-content: center; }
.section-heading-lockup--final .section-heading-copy h2::after { left: 50%; margin-left: -26px; }

/* 在宅 × 声だけ statement */
.home-voice { min-height: 520px; padding-block: 104px; overflow: hidden; background: var(--white); }
.statement-inner { position: relative; min-height: 336px; text-align: center; }
.home-voice .section-kicker { justify-content: center; }
.home-voice h2 { display: grid; justify-content: center; gap: 0; padding-bottom: 18px; font-size: clamp(46px,15vw,64px); font-weight: 700; line-height: 1.12; }
.home-voice h2 b { color: var(--pink-500); font-size: .65em; font-weight: 500; }
.statement-accent { position: relative; }
.statement-accent::after { position: absolute; right: 6%; bottom: -13px; left: 6%; height: 8px; border-radius: 50% 30% 55% 25%; background: var(--pink-500); content: ""; transform: rotate(-1deg); }
.home-voice .section-lead { margin-top: 30px; }
.voice-guide { position: absolute; z-index: 2; top: -62px; right: 3px; width: clamp(64px,calc(48px + 4vw),104px); height: clamp(64px,calc(48px + 4vw),104px); filter: drop-shadow(0 10px 18px rgba(37,33,43,.13)); }
.statement-motifs { position: absolute; inset: -64px 0 auto; height: 300px; pointer-events: none; }
.motif { position: absolute; width: 54px; height: 54px; fill: none; stroke: var(--ink-900); stroke-width: 2.25; stroke-linecap: round; stroke-linejoin: round; opacity: .85; }
.motif circle { fill: var(--pink-500); stroke: none; }
.motif--home { top: 6px; left: 2px; transform: rotate(-4deg); }
.motif--wave { top: 176px; right: 0; width: 62px; transform: rotate(3deg); }
.motif--phone { display: none; top: 214px; left: 6px; width: 48px; }
.home-voice .shortcut-group { margin-top: 44px; }
.shortcut-group { margin-top: 38px; display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-2); text-align: left; }
.shortcut-group a { display: flex; min-height: 54px; padding: 10px 12px; border: 1px solid var(--border); border-radius: var(--rad-m); background: var(--warm-050); align-items: center; text-decoration: none; font-size: 13px; font-weight: 700; }
.shortcut-group a:nth-child(5) { grid-column: 1 / -1; }
.shortcut-group a::after { margin-left: auto; padding-left: 8px; color: var(--pink-700); content: "→"; }
.shortcut-group a:hover { border-color: var(--pink-500); background: var(--white); }

/* feature quick-reference band: one shared surface, dashed separators */
.feature-cards { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin: 26px 0 0; padding: 18px 8px 16px; border-radius: var(--rad-l); background: var(--warm-050); gap: 0; list-style: none; }
.feature-cards li { display: grid; padding: 4px 10px; justify-items: center; gap: 9px; }
.feature-cards li + li { border-left: 1.5px dashed rgba(196,37,104,.28); }
.feature-cards p { margin: 0; text-align: center; font-size: 12.5px; font-weight: 700; line-height: 1.5; }
.feature-icon { width: 46px; height: 46px; padding: 9px; border-radius: 50%; background: var(--white); fill: none; stroke: var(--ink-900); stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.feature-icon circle { fill: var(--pink-500); stroke: none; }

/* checklist (privacy facts) */
.check-list { margin: 18px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 7px 0 7px 34px; font-size: 15px; line-height: 1.7; }
.check-list li::before { position: absolute; top: 11px; left: 0; width: 22px; height: 22px; border-radius: 50%; background: var(--pink-100) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m6 12.5 4 4 8-9' fill='none' stroke='%23c42568' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/14px 14px no-repeat; content: ""; }

/* privacy trust panel */
.privacy-accordion { margin-top: var(--sp-6); overflow: hidden; border: 1.5px solid rgba(8,116,82,.24); border-radius: var(--rad-l); background: var(--white); }
.privacy-summary { display: flex; min-height: 56px; padding: 14px 16px; border-radius: var(--rad-l); align-items: center; gap: 10px; cursor: pointer; list-style: none; background: var(--pop-mint); }
.privacy-summary::-webkit-details-marker { display: none; }
.privacy-icon { width: 27px; height: 27px; color: var(--pink-700); flex: none; }
.privacy-icon-medallion { display: grid; width: 46px; height: 46px; border-radius: 16px; background: var(--white); place-items: center; flex: none; }
.privacy-heading { display: grid; min-width: 0; line-height: 1.35; }
.privacy-heading small { color: var(--pop-mint-ink); font-size: 11px; font-weight: 800; letter-spacing: .05em; }
.privacy-heading > span { font-size: 18px; font-weight: 800; word-break: keep-all; }
.privacy-accordion .flow-summary-chevron { width: 20px; height: 20px; color: var(--pop-mint-ink); }
.privacy-accordion[open] .flow-summary-chevron { transform: rotate(180deg); }
.privacy-accordion[open] .privacy-summary { border-bottom: 1px solid rgba(8,116,82,.18); border-bottom-right-radius: 0; border-bottom-left-radius: 0; }
.privacy-facts { display: grid; margin: 0; padding: 14px; gap: 9px; }
.privacy-facts li { padding: 12px 12px 12px 44px; border-radius: 14px; background: var(--warm-050); font-size: 14px; line-height: 1.65; }
.privacy-facts li:nth-child(even) { background: var(--pop-mint); }
.privacy-facts li::before { top: 13px; left: 12px; background-color: var(--white); }

/* expanded job explanation */
.heading-phrase { display: inline; white-space: nowrap; }
.job-introduction { margin-top: 20px; padding: 4px 0 4px 20px; border-left: 5px solid var(--pink-500); }
.job-introduction p { margin: 0; color: var(--ink-700); font-size: 16px; line-height: 1.85; }
.job-introduction p + p { margin-top: 10px; }
.work-flow { margin-top: 38px; }
.work-flow > h3 { margin: 0 0 24px; font-size: 22px; }
.work-flow-list { display: grid; margin: 0; padding: 0; gap: 18px; list-style: none; }
.work-flow-list li { position: relative; display: grid; grid-template-columns: 42px 1fr; padding: 24px 16px 16px; border-radius: 20px; background: var(--warm-050); align-items: start; column-gap: 12px; }
.work-flow-list li:nth-child(2) { background: var(--pop-sky); }
.work-flow-list li:nth-child(3) { background: var(--pop-mint); }
.work-flow-list li + li::before { position: absolute; top: -18px; left: 35px; height: 18px; border-left: 2px dotted var(--pink-500); content: ""; }
.work-flow-num { position: absolute; top: -11px; left: 14px; display: grid; width: 30px; height: 30px; color: var(--white); border-radius: 50%; background: var(--pink-700); place-items: center; font-size: 12px; font-weight: 800; letter-spacing: .04em; }
.work-flow-list li:nth-child(2) .work-flow-num { background: var(--pop-sky-ink); }
.work-flow-list li:nth-child(3) .work-flow-num { background: var(--pop-mint-ink); }
.work-flow-icon { grid-row: 1; width: 42px; height: 42px; padding: 7px; border-radius: 14px; background: var(--white); fill: none; stroke: var(--ink-900); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.work-flow-list div { grid-column: 2; }
.work-flow-list h4 { margin: 0; font-size: 17px; line-height: 1.4; }
.work-flow-list p { margin: 5px 0 0; color: var(--ink-700); font-size: 14px; line-height: 1.65; }
.work-fact-band { display: grid; grid-template-columns: repeat(3,1fr); margin: 20px 0 0; padding: 9px; border: 1px solid var(--border); border-radius: 999px; background: var(--white); list-style: none; }
.work-fact-band li { padding: 3px 5px; text-align: center; color: var(--pink-700); font-size: 13px; font-weight: 800; }
.work-fact-band li + li { border-left: 1px solid var(--border); }

/* eligibility duo cards with meaningful icons */
.duo-cards { display: grid; margin-top: 30px; gap: var(--sp-3); }
.info-card { padding: 22px 20px 20px; border-radius: var(--rad-l); background: var(--warm-050); }
.info-card h3 { display: flex; margin: 0; align-items: center; gap: 8px; font-size: 19px; line-height: 1.4; }
.info-card h3::before { width: 8px; height: 8px; border-radius: 50%; background: var(--pink-500); content: ""; flex: none; }
.icon-list { margin: 14px 0 0; padding: 0; list-style: none; }
.icon-list li { display: grid; grid-template-columns: 34px 1fr; padding: 8px 0; align-items: start; gap: 12px; font-size: 14px; line-height: 1.65; }
.icon-list li + li { border-top: 1px dashed var(--border); }
.item-icon-wrap { display: grid; width: 34px; height: 34px; margin-top: 2px; border-radius: 10px; background: var(--pink-100); place-items: center; }
.item-icon { width: 20px; height: 20px; color: var(--ink-900); }

/* approved editorial workstyle image */
.workstyle-photo { width: 100%; aspect-ratio: 3 / 2; margin: 30px 0 0; overflow: hidden; border-radius: 28px; background: var(--pink-100); }
.workstyle-photo picture, .workstyle-photo img { display: block; width: 100%; height: 100%; }
.workstyle-photo img { object-fit: cover; object-position: 66% 50%; }

/* remuneration */
.rate-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin: 22px 0 0; padding: 0; gap: var(--sp-2); list-style: none; }
.rate-card { display: grid; padding: 16px 6px 12px; border-radius: var(--rad-m); background: var(--white); justify-items: center; gap: 2px; }
.rate-num { font-size: clamp(30px,9vw,38px); font-weight: 800; line-height: 1; letter-spacing: -.03em; }
.rate-num i { margin-left: 1px; font-size: .5em; font-style: normal; font-weight: 700; }
.rate-unit { color: var(--ink-500); font-size: 11px; font-weight: 700; }
.rate-highlight { display: flex; margin: 10px 0 0; padding: 12px 16px; border-radius: var(--rad-m); background: var(--ink-900); color: var(--white); align-items: baseline; justify-content: center; gap: 10px; flex-wrap: wrap; text-align: center; }
.rate-highlight-label { font-size: 13px; font-weight: 700; }
.rate-highlight-num { font-size: clamp(24px,7vw,30px); font-weight: 800; line-height: 1.2; letter-spacing: -.03em; color: #ffb5d5; }
.rate-highlight-num span { margin-left: 1px; font-size: .55em; }
.note-list { margin: 16px 0 0; padding: 0; list-style: none; }
.note-list li { position: relative; padding: 3px 0 3px 18px; color: var(--ink-700); font-size: 13px; line-height: 1.7; }
.note-list li::before { position: absolute; top: 3px; left: 0; color: var(--pink-700); content: "※"; font-size: 12px; }

/* payment schedule cards */
.pay-grid { display: grid; margin: 22px 0 0; padding: 0; gap: var(--sp-3); list-style: none; }
.pay-card { padding: 16px 18px 16px; border-radius: var(--rad-l); background: var(--white); }
.pay-card p { margin: 0; }
.pay-head { display: flex; align-items: center; gap: 10px; }
.pay-icon-wrap { margin-top: 0; }
.pay-icon-wrap .item-icon { color: var(--pink-700); }
.pay-name { font-size: 19px; font-weight: 800; line-height: 1.3; }
.pay-timeline { display: flex; margin: 12px 0 0; padding: 10px 12px; border-radius: var(--rad-m); background: var(--warm-050); align-items: center; gap: 10px; flex-wrap: wrap; }
.pay-point { flex: 1 1 auto; min-width: 0; }
.pay-point dt { color: var(--ink-500); font-size: 11px; font-weight: 700; letter-spacing: .04em; }
.pay-point dd { margin: 1px 0 0; font-size: 16px; font-weight: 800; line-height: 1.4; letter-spacing: -.01em; white-space: nowrap; }
.pay-arrow { width: 20px; height: 20px; color: var(--pink-500); flex: none; }

/* faq */
details { border-top: 1px solid var(--border); }
details:last-of-type { border-bottom: 1px solid var(--border); }
#faq details:first-of-type { margin-top: 26px; }
summary { display: flex; min-height: 58px; padding: 12px 0; align-items: center; cursor: pointer; font-weight: 700; }
details p { margin-top: 0; padding-bottom: 18px; }
details.privacy-accordion, details.flow-accordion { border-top-width: 1px; }
details.privacy-accordion:last-of-type, details.flow-accordion:last-of-type { border-bottom-width: 1px; }
details.privacy-accordion { border-width: 1.5px; }

#faq details { overflow: clip; border: 1px solid var(--border); border-radius: var(--rad-m); background: var(--white); }
#faq details + details { margin-top: 10px; }
#faq summary { padding: 14px 16px; gap: 12px; font-size: 17px; line-height: 1.6; text-wrap: pretty; word-break: normal; overflow-wrap: break-word; }
#faq summary::before { display: grid; width: 30px; height: 30px; color: var(--white); border-radius: 50%; background: var(--pink-700); content: "Q" / ""; flex: 0 0 30px; place-items: center; font-size: 15px; font-weight: 800; line-height: 1; }
#faq summary::after { width: 10px; height: 10px; margin: 0 4px 5px auto; border-right: 2px solid var(--pink-700); border-bottom: 2px solid var(--pink-700); content: ""; flex: 0 0 10px; transform: rotate(45deg); transition: transform .16s ease; }
#faq details[open] summary { border-bottom: 1px solid var(--border); background: var(--pink-100); }
#faq details[open] summary::after { margin-bottom: -3px; transform: rotate(225deg); }
#faq details p { position: relative; margin: 0; padding: 16px 18px 18px 58px; color: var(--ink-700); font-size: 16px; line-height: 1.8; text-wrap: pretty; word-break: normal; overflow-wrap: break-word; }
#faq details p::before { position: absolute; top: 17px; left: 18px; display: grid; width: 28px; height: 28px; color: var(--pink-700); border: 1.5px solid currentColor; border-radius: 50%; content: "A" / ""; place-items: center; font-size: 14px; font-weight: 800; line-height: 1; }

/* final CTA */
.final-application { text-align: center; background: var(--warm-050); }
.final-inner { max-width: 680px; }
.final-actions { display: grid; margin: 28px auto 0; max-width: 440px; gap: 10px; }
.site-footer { padding: 30px 16px; color: var(--ink-500); border-top: 1px solid var(--border); background: var(--white); text-align: center; font-size: 12px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 18px; margin: 0 auto 16px; }
.footer-links a { color: var(--ink-700); font-weight: 700; text-underline-offset: 4px; }

/* Legal and company information pages */
.info-page { min-height: 100vh; color: var(--ink-900); background: #fff9fc; }
.info-header { position: sticky; top: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; gap: 16px; max-width: 860px; margin: 0 auto; padding: 14px 20px; border-bottom: 1px solid #f4d9e5; background: rgba(255,255,255,.96); }
.info-brand { color: var(--ink-900); font-size: 18px; font-weight: 900; text-decoration: none; }
.info-brand::before { content: "M"; display: inline-grid; place-items: center; width: 34px; height: 34px; margin-right: 9px; border-radius: 11px; color: #fff; background: var(--pink); }
.info-back { color: var(--green); font-size: 13px; font-weight: 800; text-decoration: none; }
.info-main { width: min(100% - 32px, 760px); margin: 0 auto; padding: 44px 0 72px; }
.info-hero { position: relative; overflow: hidden; margin-bottom: 24px; padding: 30px 26px; border: 1px solid #f2cfde; border-radius: 28px; background: linear-gradient(135deg,#fff 0%,#fff0f6 100%); box-shadow: 0 12px 34px rgba(70,32,53,.08); }
.info-hero::after { content: ""; position: absolute; right: -26px; top: -38px; width: 132px; height: 132px; border-radius: 50%; border: 24px solid rgba(244,46,126,.10); }
.info-kicker { margin: 0 0 8px; color: var(--pink); font-size: 13px; font-weight: 900; letter-spacing: .08em; }
.info-hero h1 { position: relative; margin: 0; font-size: clamp(27px,7vw,42px); line-height: 1.2; letter-spacing: -.03em; }
.info-summary { position: relative; margin: 14px 0 0; color: var(--ink-600); line-height: 1.8; }
.info-card { margin-top: 16px; padding: 24px; border: 1px solid #eadde3; border-radius: 22px; background: #fff; box-shadow: 0 8px 24px rgba(70,32,53,.05); }
.info-card h2 { margin: 0 0 12px; font-size: 19px; line-height: 1.45; }
.info-card p,.info-card li { color: var(--ink-700); font-size: 14px; line-height: 1.9; }
.info-card p:last-child,.info-card ul:last-child { margin-bottom: 0; }
.info-card ul { padding-left: 1.3em; }
.info-notice { margin: 0 0 24px; padding: 16px 18px; border-left: 5px solid var(--pink); border-radius: 12px; color: var(--ink-700); background: #fff3f8; font-size: 13px; line-height: 1.75; }
.company-list { margin: 0; }
.company-list div { display: grid; grid-template-columns: 150px 1fr; gap: 18px; padding: 16px 0; border-bottom: 1px solid #efe5e9; }
.company-list div:last-child { border-bottom: 0; }
.company-list dt { font-weight: 900; }
.company-list dd { margin: 0; color: var(--ink-700); }
.pending-value { display: inline-block; padding: 3px 9px; border-radius: 999px; color: #7a5264; background: #f7edf1; font-size: 12px; font-weight: 800; }
.info-updated { margin-top: 26px; color: var(--ink-500); text-align: right; font-size: 12px; }

/* Web application form */
.form-page { min-height: 100vh; color: var(--ink-900); background: linear-gradient(180deg,#fff8fb 0,#f7fffc 100%); }
.form-main { width: min(100% - 24px,760px); margin: 0 auto; padding: 28px 0 72px; }
.form-intro { margin-bottom: 18px; padding: 26px 22px; border: 1px solid #f2cfde; border-radius: 26px; background: #fff; box-shadow: 0 12px 34px rgba(70,32,53,.08); }
.form-intro h1 { margin: 4px 0 10px; font-size: clamp(28px,7vw,40px); line-height: 1.2; letter-spacing: -.035em; line-break: strict; word-break: normal; overflow-wrap: break-word; }
.form-intro p { margin: 0; color: var(--ink-600); font-size: 14px; line-height: 1.75; }
.form-required-note { margin-top: 12px !important; color: var(--pink-700) !important; font-size: 12px !important; font-weight: 800; }
.application-form { display: grid; gap: 16px; }
.application-fields { display: grid; min-inline-size: 0; margin: 0; padding: 0; border: 0; gap: 16px; }
.form-section { padding: 22px; border: 1px solid #eadde3; border-radius: 22px; background: #fff; box-shadow: 0 8px 24px rgba(70,32,53,.05); }
.form-section h2 { display: flex; margin: 0 0 18px; align-items: center; gap: 10px; font-size: 19px; }
.form-section h2 span { display: grid; width: 30px; height: 30px; color: #fff; border-radius: 50%; background: var(--pink); place-items: center; font-size: 12px; }
.field-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.form-field { display: grid; gap: 7px; }
.form-field--wide { grid-column: 1 / -1; }
.form-label,.choice-group legend { color: var(--ink-800); font-size: 14px; font-weight: 900; }
.required { margin-left: 6px; color: var(--pink-700); font-size: 11px; }
.form-field input,.form-field select { width: 100%; min-height: 50px; padding: 10px 13px; color: var(--ink-900); border: 1.5px solid #dcd2d7; border-radius: 13px; background: #fff; font: inherit; }
.form-field input:focus,.form-field select:focus { border-color: var(--pink); outline: 3px solid rgba(244,46,126,.12); }
.field-help { margin: 0; color: var(--ink-500); font-size: 11px; line-height: 1.6; }
.choice-group { min-width: 0; margin: 0; padding: 0; border: 0; }
.choice-group + .choice-group { margin-top: 22px; }
.choice-cards { display: grid; margin-top: 10px; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.choice-cards--three { grid-template-columns: repeat(3,minmax(0,1fr)); }
.choice-card { position: relative; display: grid; min-height: 68px; padding: 12px 10px 12px 42px; border: 1.5px solid #ddd3d8; border-radius: 16px; align-content: center; background: #fff; cursor: pointer; }
.choice-card input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.choice-card::before { position: absolute; left: 14px; top: 50%; width: 18px; height: 18px; border: 2px solid #b8aeb3; border-radius: 50%; content: ""; transform: translateY(-50%); }
.choice-card:has(input:checked) { color: #8f174b; border-color: var(--pink); background: #fff1f7; box-shadow: 0 0 0 3px rgba(244,46,126,.08); }
.choice-card:has(input:checked)::before { border: 5px solid var(--pink); background: #fff; }
.choice-card:has(input:focus-visible) { outline: 3px solid rgba(7,134,91,.25); outline-offset: 2px; }
.choice-card strong { font-size: 14px; line-height: 1.45; }
.conditional-field { margin-top: 16px; padding: 16px; border-radius: 16px; background: #f4fbf8; }
.consent-box { display: flex; gap: 10px; align-items: flex-start; color: var(--ink-700); font-size: 13px; line-height: 1.7; }
.consent-box input { width: 20px; height: 20px; margin-top: 1px; accent-color: var(--pink); flex: none; }
.form-submit { min-height: 58px; width: 100%; margin-top: 16px; color: #fff; border: 0; border-radius: 999px; background: linear-gradient(135deg,var(--pink-700),var(--pink-500)); box-shadow: 0 12px 24px rgba(196,37,104,.24); font-size: 16px; font-weight: 900; cursor: pointer; }
.form-local-note { margin: 12px 0 0; color: var(--ink-500); font-size: 11px; line-height: 1.6; text-align: center; }
.form-review { margin-top: 18px; padding: 22px; border: 2px solid var(--green); border-radius: 22px; background: #f2fff9; }
.form-review h2 { margin: 0 0 12px; font-size: 20px; }
.review-list { display: grid; margin: 0; gap: 0; }
.review-list div { display: grid; grid-template-columns: 150px 1fr; gap: 12px; padding: 10px 0; border-bottom: 1px solid #d7eee5; }
.review-list div:last-child { border: 0; }
.review-list dt { font-weight: 800; }
.review-list dd { margin: 0; overflow-wrap: anywhere; }
@media (max-width: 620px) { .field-grid,.choice-cards,.choice-cards--three { grid-template-columns: 1fr; } .form-field--wide { grid-column: auto; } .form-section,.form-intro { padding: 19px 16px; border-radius: 19px; } .review-list div { grid-template-columns: 1fr; gap: 3px; } }
@media (max-width: 520px) { .info-main { width: min(100% - 24px,760px); padding-top: 28px; } .info-header { padding-inline: 14px; } .info-hero,.info-card { padding: 21px 18px; border-radius: 20px; } .company-list div { grid-template-columns: 1fr; gap: 6px; } }

/* LPSEO-115 campaign band: centered full-width banner composition.
   Amount leads, conditions are disclosed inside the modal it opens. */
.campaign-band { position: relative; overflow: hidden; padding: 42px 16px 50px; background: linear-gradient(180deg, var(--pink-100), var(--warm-050) 70%, var(--white)); }
.campaign-band::before { position: absolute; top: 34px; left: max(4%, calc(50% - 330px)); width: 10px; height: 10px; border-radius: 50%; background: var(--pop-coral); box-shadow: 26px 44px 0 -2px var(--pop-mint-ink), 8px 96px 0 -1px var(--pop-sky-ink), 40px 4px 0 -3px var(--pop-yellow-ink); content: ""; opacity: .55; }
.campaign-band::after { position: absolute; top: 48px; right: max(4%, calc(50% - 330px)); width: 10px; height: 10px; border-radius: 50%; background: var(--pop-sky-ink); box-shadow: -24px 48px 0 -2px var(--pop-coral), -6px -22px 0 -3px var(--pop-yellow-ink), -44px 12px 0 -1px var(--pop-mint-ink); content: ""; opacity: .55; }
.campaign-band-inner { position: relative; z-index: 1; display: grid; width: min(680px,100%); margin-inline: auto; justify-items: center; text-align: center; }
.campaign-band-icon { position: relative; display: grid; width: 60px; height: 60px; border-radius: 50% 50% 50% 14px; background: var(--white); place-items: center; box-shadow: var(--shadow-1); transform: rotate(-4deg); }
.campaign-band-icon svg { width: 34px; height: 34px; fill: none; stroke: var(--pink-700); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.campaign-band-kicker { display: inline-flex; margin: 12px 0 0; padding: 5px 16px; border-radius: 999px 999px 999px 5px; color: var(--white); background: var(--ink-900); font-size: 13px; font-weight: 800; letter-spacing: .08em; }
.campaign-band-amount { display: flex; margin: 10px 0 0; align-items: baseline; gap: 8px; line-height: 1; white-space: nowrap; }
.campaign-amount-prefix { color: var(--pink-700); font-size: 17px; font-weight: 800; }
.campaign-amount-num { position: relative; color: var(--ink-900); font-size: clamp(50px,14vw,72px); font-weight: 800; letter-spacing: -.05em; }
.campaign-amount-num i { margin-left: 2px; font-size: .42em; font-style: normal; }
.campaign-amount-num::after { position: absolute; right: 4%; bottom: -13px; left: 1%; height: 8px; border-radius: 50% 30% 55% 25%; background: var(--pink-500); content: ""; transform: rotate(-1deg); }
.campaign-band-guide { margin: 22px 0 0; color: var(--ink-700); font-size: 13px; line-height: 1.6; }
.campaign-details-trigger { display: inline-flex; min-height: 52px; margin-top: 14px; padding: 10px 30px; color: var(--white); border: 0; border-radius: 999px; background: var(--pink-700); align-items: center; justify-content: center; gap: 8px; font-size: 15px; font-weight: 800; box-shadow: 0 12px 26px rgba(196,37,104,.28); }
.campaign-details-trigger svg { width: 18px; height: 18px; flex: none; }

/* LPSEO-115 campaign modal: true centered modal on mobile and desktop
   (manual open only; native focus trap via showModal) */
.campaign-modal { position: fixed; inset: 0; z-index: 100; width: min(calc(100vw - 32px),400px); max-height: min(78dvh,560px); margin: auto; padding: 0; overflow: auto; color: var(--ink-900); border: 0; border-radius: 26px; background: var(--white); box-shadow: var(--shadow-2); }
.campaign-modal::backdrop { background: rgba(37,33,43,.55); backdrop-filter: blur(2px); }
.campaign-modal-inner { position: relative; display: grid; padding: 26px 22px 18px; justify-items: center; text-align: center; }
.campaign-modal-inner::before { position: absolute; top: 0; right: 0; left: 0; height: 7px; background: linear-gradient(90deg, var(--pink-500), var(--pop-coral) 45%, var(--pop-yellow)); content: ""; }
.campaign-close { position: absolute; z-index: 2; top: 12px; right: 12px; display: grid; width: 44px; height: 44px; padding: 0; color: var(--ink-900); border: 1px solid var(--border); border-radius: 50%; background: var(--white); place-items: center; box-shadow: 0 6px 16px rgba(37,33,43,.10); }
.campaign-close svg { width: 20px; height: 20px; }
.campaign-modal-icon { display: grid; width: 56px; height: 56px; border-radius: 50% 50% 50% 13px; background: var(--pink-100); place-items: center; transform: rotate(-4deg); }
.campaign-modal-icon svg { width: 32px; height: 32px; fill: none; stroke: var(--pink-700); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.campaign-title { display: inline-flex; margin: 12px 0 0; padding: 4px 14px; border-radius: 999px; color: var(--white); background: var(--ink-900); align-items: center; font-size: 12.5px; font-weight: 800; letter-spacing: .06em; }
.campaign-amount { position: relative; margin: 12px 0 0; font-size: clamp(34px,10vw,44px); font-weight: 800; line-height: 1.1; letter-spacing: -.04em; }
.campaign-amount span { margin-right: 4px; color: var(--pink-700); font-size: 14px; letter-spacing: 0; font-weight: 800; }
.campaign-amount i { margin-left: 1px; font-size: .5em; font-style: normal; }
.campaign-amount::after { position: absolute; right: 2%; bottom: -9px; left: 12%; height: 6px; border-radius: 50% 30% 55% 25%; background: var(--pink-500); content: ""; transform: rotate(-1deg); }
.campaign-condition { display: grid; width: 100%; margin: 22px 0 14px; padding: 13px 14px; border: 1.5px dashed rgba(196,37,104,.4); border-radius: 14px; background: var(--pink-100); gap: 4px; }
.campaign-condition p { margin: 0; }
.campaign-condition-head { display: inline-flex; align-items: center; justify-content: center; gap: 6px; color: var(--pink-700); font-size: 14.5px; font-weight: 800; }
.campaign-condition-head svg { width: 18px; height: 18px; flex: none; }
.campaign-condition-body { color: var(--ink-700); font-size: 13.5px; line-height: 1.6; }
.campaign-modal .apply-cta { min-height: 50px; }
.campaign-local-note { margin: 9px 0 0; color: var(--ink-500); font-size: 11px; line-height: 1.45; }

@media (min-width: 390px) {
  .header-inner { padding-inline: var(--sp-4); }
  .hero-primary-identity { padding-inline: 20px; }
  .section-inner { width: min(100% - 40px,1200px); }
}

@media (min-width: 768px) {
  .site-header { height: 60px; }
  .header-inner { padding-inline: var(--sp-6); }
  .hero-layout { width: min(100% - 64px,900px); margin-inline: auto; padding-block: 32px 56px; }
  .hero-stage { height: min(620px,72svh); border-radius: 0 0 32px 32px; }
  .hero-progress { padding-top: 14px; }
  .hero-primary-identity { padding: 20px 0 0; }
  .story-poster { padding: 20px 24px 32px; }
  .story-poster--define { clip-path: none; }
  .story-poster--workstyle { clip-path: polygon(0 0,100% 0,100% 100%,0 calc(100% - 22px)); }
  .story-poster--rate { clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),0 100%); }
  .story-title { font-size: 30px; }
  .story-detail { font-size: 14px; }
  .story-chips li { font-size: 13px; }
  .story-rates strong { font-size: 32px; }
  .story-rate-max { font-size: 13px; }
  .story-rate-max strong { font-size: 16px; }
  .story-caveat { font-size: 12.5px; }
  h1 { font-size: 52px; }
  .hero-job-summary { font-size: 17px; }
  .apply-area { max-width: 480px; margin-top: 36px; }
  .section { padding-block: 104px; }
  .section-inner { width: min(100% - 64px,1200px); }
  .section h2 { font-size: 40px; }
  .section-heading-copy h2 { padding-bottom: 20px; }
  .home-voice { min-height: 640px; padding-block: 140px; }
  .home-voice h2 { font-size: 76px; }
  .home-voice .section-lead { margin-top: 36px; }
  .home-voice .shortcut-group { margin-top: 52px; }
  .statement-motifs { inset: -64px -12px auto; height: 330px; }
  .motif { width: 58px; height: 58px; }
  .motif--home { top: 28px; left: 0; }
  .motif--wave { top: 174px; right: 2px; width: 70px; }
  .motif--phone { display: block; top: 292px; left: 10px; width: 50px; }
  .shortcut-group { grid-template-columns: repeat(5,minmax(0,1fr)); }
  .shortcut-group a:nth-child(5) { grid-column: auto; }
  .voice-guide { right: 6%; }
  .feature-cards { padding: 22px 10px 20px; }
  .feature-cards li { padding: 4px 12px; }
  .feature-cards p { font-size: 13px; }
  .work-flow-list { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
  .work-flow-list li { grid-template-columns: 48px 1fr; min-height: 200px; padding-top: 26px; }
  .work-flow-list li + li::before { top: 50%; left: -17px; width: 17px; height: auto; border-top: 2px dotted var(--pink-500); border-left: 0; }
  .work-flow-icon { width: 48px; height: 48px; }
  .privacy-facts { grid-template-columns: 1fr 1fr; }
  .campaign-band { padding: 56px 32px 64px; }
  .campaign-band-icon { width: 68px; height: 68px; }
  .campaign-band-icon svg { width: 38px; height: 38px; }
  .campaign-band-guide { font-size: 14px; }
  .privacy-summary { padding-inline: 20px; }
  .privacy-facts { padding: 10px 20px 16px; }
  .privacy-facts li { font-size: 15px; }
  .duo-cards { grid-template-columns: 1fr 1fr; }
  .section-heading-lockup { grid-template-columns: minmax(0,1fr) 88px; gap: 24px; }
  .section-mark { width: 88px; height: 88px; }
  .section-mark svg { width: 72px; height: 72px; }
  .workstyle-photo { aspect-ratio: 16 / 9; margin-top: 40px; }
  .workstyle-photo img { object-position: 64% 50%; }
  .rate-grid { gap: var(--sp-3); }
  .rate-highlight { margin-top: var(--sp-3); justify-content: center; }
  .pay-grid { grid-template-columns: 1fr 1fr; }
  #faq summary { font-size: 18px; }
  #faq details p { font-size: 17px; }
  .campaign-modal { width: 440px; }
  .campaign-modal-inner { padding: 30px 28px 22px; }
}

@media (min-width: 1100px) {
  .hero { min-height: 720px; }
  .hero-layout { grid-template-columns: minmax(520px,1fr) minmax(480px,1fr); grid-template-rows: auto auto; width: min(1200px,calc(100% - 96px)); min-height: 720px; padding-block: 36px 28px; align-items: center; column-gap: 64px; }
  .hero-stage { grid-column: 2; grid-row: 1; width: min(520px,42vw); height: auto; aspect-ratio: 4/5; justify-self: end; border-radius: 36px; }
  .hero-primary-identity { grid-column: 1; grid-row: 1 / span 2; padding: 0; align-self: center; }
  .hero-progress { grid-column: 2; grid-row: 2; width: min(520px,42vw); padding: 12px 0 0; justify-self: end; align-self: start; }
  h1 { max-width: none; font-size: 58px; }
  .h1-phrase { display: block; white-space: nowrap; }
  .h1-phrase:not(:last-child)::after { content: ""; }
  .apply-area { max-width: 460px; margin-top: 40px; }
  .story-poster { padding: 18px 22px 30px; }
  .story-title { font-size: 27px; }
  #hero-story-voice-only img { object-position: 50% 50%; }
  /* LPSEO-118 C1: the 4/5 desktop stage has almost no object-position slack.
     Story 2 zooms onto the left hands/table columns so the face never enters
     the frame; story 3 shifts the subject down clear of the poster edge. */
  #hero-story-home-smartphone img { object-position: 48% 20%; transform: scale(1.35) translate(13%, -1.3%); }
  #hero-story-rate-facts img { object-position: 50% 30%; transform: scale(1.12) translate(0, 18%); }
  .section { padding-block: 128px; }
  .section h2 { font-size: 48px; }
  .home-voice h2 { font-size: 96px; }
  .campaign-band { padding-top: 64px; }
}

@media (max-width: 359px) {
  .brand { gap: 5px; font-size: 13px; }
  .brand-mark { width: 30px; height: 30px; }
  .apply-cta--header { padding-inline: 10px; }
  .story-poster { padding: 11px 13px 20px; }
  .story-title { font-size: 19px; }
  .story-chips { gap: 5px; }
  .story-chips li { padding: 3px 8px; font-size: 12px; }
  .story-rates strong { font-size: 20px; }
  .story-caveat { font-size: 12px; }
  #job-details-title { font-size: 28px; }
  .story-poster::after { display: none; }
  .voice-guide { display: none; }
  .motif--home, .motif--wave { display: none; }
  .apply-guide { width: 48px; height: 48px; }
  .feature-cards { grid-template-columns: 1fr; padding: 10px 14px; }
  .feature-cards li { grid-template-columns: 44px 1fr; padding: 10px 0; align-items: center; justify-items: start; gap: 12px; text-align: left; }
  .feature-cards li + li { border-top: 1.5px dashed rgba(196,37,104,.28); border-left: 0; }
  .feature-cards p { text-align: left; }
  .feature-cards p br { display: none; }
  .feature-icon { width: 44px; height: 44px; }
  .pay-timeline { gap: 8px; padding: 10px; }
  .pay-point dd { font-size: 15px; }
}

@media (max-width: 479px) {
  .section-heading-lockup { grid-template-columns: minmax(0,1fr) 56px; gap: 10px; align-items: start; }
  .section-heading-lockup:not(.section-heading-lockup--final) .section-mark { grid-column: 2; grid-row: 1; justify-self: end; }
  .section-heading-lockup:not(.section-heading-lockup--final) .section-heading-copy { grid-column: 1; grid-row: 1; }
  .section-mark { width: 56px; height: 56px; }
  .section-mark svg { width: 48px; height: 48px; }
  .heading-phrase { display: block; }
  .feature-cards { grid-template-columns: 1fr; padding: 12px 16px; }
  .feature-cards li { grid-template-columns: 48px 1fr; padding: 11px 0; align-items: center; justify-items: start; gap: 12px; }
  .feature-cards li + li { border-top: 1.5px dashed rgba(196,37,104,.28); border-left: 0; }
  .feature-cards p { text-align: left; font-size: 14px; }
  .feature-cards p br { display: none; }
  .privacy-summary { padding-inline: 12px; }
  .privacy-heading > span { font-size: 16px; }
  .campaign-amount-num { font-size: clamp(40px,12vw,48px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .001ms !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; }
}

@media (forced-colors: active) {
  .hero-progress-dot { border: 1px solid CanvasText; }
  .hero-progress-dot.is-active { background: CanvasText; }
  .story-poster, .campaign-band-inner, .campaign-modal, .privacy-accordion, .apply-lead-bubble, .flow-accordion { background: Canvas; border: 2px solid CanvasText; }
  .story-poster::after, .story-title-accent::after, .campaign-band::before, .campaign-band::after, .campaign-amount-num::after, .campaign-amount::after, .apply-area::before, .apply-lead-bubble::before, .section-heading-copy h2::after { display: none; }
}

/* LPSEO-SEO-CONTENT-ENHANCEMENT-112: confirmed P0 information architecture */
.job-summary-section { background: linear-gradient(180deg,var(--white),var(--pink-50)); }
.section-mark--summary { color: var(--pink-700); background: var(--pop-yellow); }
.job-summary-grid { display: grid; margin: 30px 0 0; gap: 12px; }
.job-summary-card { position: relative; margin: 0; padding: 18px 18px 19px; overflow: hidden; border: 1px solid var(--border); border-radius: 20px; background: var(--white); box-shadow: var(--shadow-1); }
.job-summary-card::after { position: absolute; top: 0; right: 0; width: 44px; height: 7px; border-radius: 0 0 0 10px; background: var(--pink-500); content: ""; }
.job-summary-card:nth-child(3n+2)::after { background: var(--pop-mint-ink); }
.job-summary-card:nth-child(3n)::after { background: var(--pop-sky-ink); }
.job-summary-card dt { display: inline-flex; margin: 0 0 8px; padding: 4px 10px; border-radius: 999px; color: var(--pink-700); background: var(--pink-100); font-size: 13px; font-weight: 800; letter-spacing: .04em; }
.job-summary-card dd { margin: 0; color: var(--ink-900); font-size: 15px; line-height: 1.72; text-wrap: pretty; }
.job-summary-card dd strong { font-size: 18px; }
.job-summary-note { margin: 20px 0 0; padding-left: 15px; border-left: 4px solid var(--pop-yellow-ink); color: var(--ink-700); font-size: 14px; line-height: 1.7; }
.job-summary-note a { color: var(--pink-700); font-weight: 800; text-underline-offset: 4px; }
.work-flow-note { margin: 18px 0 0; padding: 14px 16px; border-radius: 14px; color: var(--ink-800); background: var(--pop-yellow); font-size: 14px; font-weight: 650; line-height: 1.7; }
.assurance-panel { margin-top: 34px; padding: 26px 20px; border: 1px solid rgba(216,31,99,.18); border-radius: 26px; background: linear-gradient(145deg,var(--white),var(--pink-50)); box-shadow: var(--shadow-1); }
.assurance-heading h3 { margin: 5px 0 0; font-size: 24px; line-height: 1.35; }
.assurance-grid { display: grid; margin: 22px 0 0; padding: 0; list-style: none; gap: 10px; }
.assurance-grid li { display: grid; min-width: 0; padding: 14px; border-radius: 16px; background: var(--white); grid-template-columns: 34px minmax(0,1fr); column-gap: 10px; align-items: center; box-shadow: 0 7px 20px rgba(37,33,43,.07); }
.assurance-symbol { display: grid; width: 34px; height: 34px; border-radius: 50%; color: var(--white); background: var(--pink-500); font-size: 11px; font-weight: 800; place-items: center; grid-row: 1 / span 2; }
.assurance-grid li:nth-child(2n) .assurance-symbol { color: var(--ink-900); background: var(--pop-mint); }
.assurance-grid li:nth-child(3n) .assurance-symbol { color: var(--ink-900); background: var(--pop-sky); }
.assurance-grid strong { min-width: 0; font-size: 15px; line-height: 1.4; }
.assurance-grid li > span:last-child { min-width: 0; color: var(--ink-700); font-size: 13px; line-height: 1.55; }
.calculation-example { margin-top: 24px; padding: 22px 18px; border-radius: 22px; color: var(--ink-900); background: linear-gradient(135deg,var(--pop-yellow),var(--white)); box-shadow: inset 5px 0 0 var(--pink-500),var(--shadow-1); }
.calculation-example-label { display: inline-flex; margin: 0 0 12px; padding: 5px 11px; border-radius: 999px; color: var(--white); background: var(--pink-700); font-size: 13px; font-weight: 800; letter-spacing: .04em; }
.calculation-example-formula { display: flex; margin: 0; align-items: baseline; flex-wrap: wrap; gap: 6px 9px; font-size: 15px; }
.calculation-example-formula strong { font-size: 19px; }
.calculation-example-formula .calculation-example-total { color: var(--pink-700); font-size: 27px; }
.calculation-example > p:last-child { margin: 14px 0 0; color: var(--ink-700); font-size: 14px; line-height: 1.75; }

@media (min-width: 640px) {
  .job-summary-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .job-summary-card--wide { grid-column: 1 / -1; }
  .work-flow-list { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .work-flow-list li + li::before { display: none; }
  .assurance-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .assurance-grid li:last-child { grid-column: 1 / -1; }
}

@media (min-width: 1100px) {
  .job-summary-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
  .job-summary-card--wide { grid-column: span 2; }
  .assurance-panel { padding: 34px 32px; }
  .assurance-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .assurance-grid li:last-child { grid-column: auto; }
}

@media (max-width: 359px) {
  .job-summary-card { padding: 16px 15px 17px; }
  .job-summary-card dd { font-size: 14px; }
  .assurance-panel { padding: 22px 14px; }
  .assurance-heading h3 { font-size: 21px; }
  .calculation-example { padding: 20px 15px; }
  .calculation-example-formula .calculation-example-total { font-size: 24px; }
}

/* LPSEO-FULL-CTA-PROTOTYPE-075: retained compact hero media heights */
@media (max-width: 359px) {
  .hero-stage { height: 360px; }
  .hero-progress { padding-top: 4px; }
  .hero-primary-identity { padding-top: 4px; }
  .apply-area { margin-top: 24px; padding-top: 20px; }
}

@media (min-width: 360px) and (max-width: 389px) {
  .apply-area { margin-top: 26px; }
}

@media (min-width: 768px) and (max-width: 1099px) {
  .hero-layout { padding-top: 7px; }
  .hero-stage { height: min(620px, 72svh); }
  /* LPSEO-118 C1: story 2 drops the face out of the photo window entirely
     (hands/table scene); story 3 gains clear whitespace under the poster edge */
  #hero-story-home-smartphone img { object-position: 46% 52%; }
  #hero-story-rate-facts img { object-position: 52% 24%; }
  .story-poster--rate { padding-bottom: 24px; }
}

/* Retained from LPSEO-COLLECTED-VISUAL-COPY-CORRECTION-099:
   marked title lines never split mid-word */
.story-title-line {
  display: block;
  white-space: nowrap;
}

/* LPSEO-CLAUDE-DESIGN-SEO-REFRESH-115: whole-page Adult POP editorial system */

/* scalloped editorial divider on tinted sections */
.section--pale { position: relative; }
.section--pale::before { position: absolute; top: -11px; right: 0; left: 0; height: 12px; background-image: radial-gradient(circle 12px at 13px 13px, var(--pink-100) 11px, transparent 12px); background-size: 26px 12px; content: ""; pointer-events: none; }

/* organic tinted seats behind the hand-drawn section marks */
.section-mark { position: relative; z-index: 0; }
.section-mark::before { position: absolute; inset: 12px 4px 4px 12px; z-index: -1; border-radius: 55% 45% 60% 40% / 50% 58% 42% 60%; background: var(--pink-100); content: ""; }
.section-mark--home-time::before { background: var(--pop-sky); }
.section-mark--payment::before { background: var(--pop-yellow); }
.section-mark--faq::before { background: var(--pop-mint); }

/* job summary definition cards: meaningful icons */
.job-summary-card dt { align-items: center; gap: 6px; }
.job-summary-icon { width: 16px; height: 16px; flex: none; }

/* purposeful in-page anchors */
.section-next { display: flex; margin: 28px 0 0; justify-content: flex-end; }
.section-next a { display: inline-flex; min-height: 44px; padding: 8px 18px; border: 1.5px solid rgba(196,37,104,.30); border-radius: 999px; align-items: center; gap: 8px; color: var(--pink-700); background: var(--white); text-decoration: none; font-size: 13.5px; font-weight: 800; }
.section-next a::after { content: "→"; }
.section-next a:hover { border-color: var(--pink-500); background: var(--pink-100); }

/* remuneration poster cards */
.rate-card { border-top: 4px solid var(--pink-500); box-shadow: var(--shadow-1); }
.rate-card:nth-child(2) { border-top-color: var(--pop-mint-ink); }
.rate-card:nth-child(3) { border-top-color: var(--pop-sky-ink); }
.calculation-example { border: 1.5px dashed rgba(112,87,0,.35); }

/* assurance stamps */
.assurance-symbol { border-radius: 50% 50% 50% 12px; transform: rotate(-4deg); }

/* final application: guide character for warmth */
.final-guide { display: flex; margin: 20px 0 0; justify-content: center; }
.final-guide img { width: 84px; height: 84px; filter: drop-shadow(0 10px 18px rgba(37,33,43,.13)); }

@media (max-width: 359px) {
  .section-next a { font-size: 12.5px; }
  .final-guide img { width: 68px; height: 68px; }
}

@media (forced-colors: active) {
  .section--pale::before, .section-mark::before, .apply-guide-seat::before, .campaign-modal-inner::before { display: none; }
}

/* LPSEO-124: completed three-story editorial illustration direction. */
#hero-story-voice-only img,
#hero-story-home-smartphone img,
#hero-story-rate-facts img {
  object-position: 50% 50%;
  transform: none;
}

.story-poster--workstyle,
.story-poster--rate {
  background: transparent;
  clip-path: none;
}

.story-poster--workstyle::after,
.story-poster--rate::after {
  display: none;
}

.story-poster--workstyle .story-title {
  max-width: 10em;
  color: var(--ink-900);
  text-shadow: 0 2px 8px rgba(255,255,255,.34);
}

.story-poster--workstyle .story-chips {
  max-width: 310px;
}

.story-poster--rate {
  color: var(--white);
  text-shadow: 0 2px 8px rgba(38,10,29,.24);
}

.story-poster--rate .story-label {
  color: #5a173f;
  background: #ffe89d;
}

.story-poster--rate .story-rates,
.story-poster--rate .story-rates strong,
.story-poster--rate .story-rate-unit {
  color: var(--white);
}

.story-poster--rate .story-rate-max {
  color: #5a173f;
  background: rgba(255,238,180,.96);
  text-shadow: none;
}

.story-poster--rate .story-rate-max strong {
  color: #5a173f;
}

.story-poster--rate .story-caveat {
  display: block;
  max-width: 230px;
  margin-top: 6px;
  padding: 4px 8px;
  border-radius: 7px;
  color: rgba(255,255,255,.96);
  background: rgba(52,18,42,.74);
}

@media (forced-colors: active) {
  .story-poster--workstyle,
  .story-poster--rate,
  .story-poster--rate .story-rate-max,
  .story-poster--rate .story-caveat {
    color: CanvasText;
    background: Canvas;
    text-shadow: none;
  }
}

/* LPSEO-127 final cascade: keep every lower-page material in the editorial palette. */
body .section--pale { background: #fbf4ec; }
body .section--pale::before { background-image: radial-gradient(circle 12px at 13px 13px,#fbf4ec 11px,transparent 12px); }
body .section-mark::before { background: #f5e3dc; }
body .section-mark--home-time::before,
body .section-mark--faq::before { background: #dfeadf; }
body .section-mark--payment::before { background: #f2e2b8; }
body .work-flow-list li { background: #fffaf3; }
body .work-flow-list li:nth-child(2) { background: #edf3e9; }
body .work-flow-list li:nth-child(3) { background: #f9e9e2; }
body .work-flow-icon,
body .feature-icon,
body .item-icon-wrap { border: 1px solid rgba(72,111,104,.18); background: #fffaf3; }
body .feature-cards { background: #f8f0e4; }
body .info-card { border: 1px solid rgba(72,111,104,.16); background: #fffaf3; }
body .info-card:nth-child(2) { background: #edf3e9; }
body .assurance-panel { background: linear-gradient(145deg,#fffaf3,#f5e8df); }
body .privacy-summary { background: #dfeadf; }
body .privacy-facts li:nth-child(even) { background: #edf3e9; }
body .calculation-example { background: linear-gradient(135deg,#f4e3b7,#fffaf3); }
body .rate-card:nth-child(2) { border-top-color: var(--paper-teal); }
body .rate-card:nth-child(3) { border-top-color: var(--paper-sage); }

/* LPSEO-128: complete bonus information, mobile-first and progressively disclosed. */
.campaign-band-guide { max-width: 620px; font-size: 14px; line-height: 1.75; }
.campaign-step-preview {
  display: grid;
  width: min(560px,100%);
  margin: 22px 0 0;
  padding: 0;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 10px;
  list-style: none;
}
.campaign-step-preview li {
  display: grid;
  min-width: 0;
  padding: 12px 8px;
  border: 1px solid rgba(196,37,104,.2);
  border-radius: 16px 16px 16px 6px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 8px 20px rgba(37,33,43,.07);
  justify-items: center;
  gap: 2px;
}
.campaign-step-preview li:nth-child(even) { background: #edf3e9; }
.campaign-step-preview span { color: var(--ink-700); font-size: 12px; font-weight: 800; }
.campaign-step-preview strong { color: var(--pink-700); font-size: 18px; line-height: 1.3; }
.campaign-band-note { max-width: 590px; margin: 14px 0 0; color: var(--ink-700); font-size: 12.5px; font-weight: 700; line-height: 1.7; }

/* LPSEO-132: concise campaign message on TOP. Details remain inside the modal. */
.campaign-band-main { position: relative; display: grid; margin: 14px 0 0; justify-items: center; line-height: 1; }
.campaign-band-main > span { color: var(--ink-900); font-size: clamp(24px,7vw,34px); font-weight: 900; letter-spacing: -.035em; }
.campaign-band-main strong { position: relative; z-index: 1; margin-top: 8px; color: var(--ink-900); font-size: clamp(50px,14vw,76px); font-weight: 900; letter-spacing: -.055em; white-space: nowrap; }
.campaign-band-main strong::after { position: absolute; z-index: -1; right: 1%; bottom: -7px; left: 0; height: 9px; border-radius: 50% 30% 55% 25%; background: var(--pink-500); content: ""; transform: rotate(-1deg); }
.campaign-band-main i { margin-left: 2px; font-size: .4em; font-style: normal; letter-spacing: 0; }
.campaign-band-main em { position: static; display: grid; width: 66px; height: 38px; margin-top: 13px; color: var(--white); border-radius: 50%; background: var(--paper-teal); place-items: center; font-size: 16px; font-style: normal; font-weight: 900; transform: rotate(-7deg); box-shadow: 0 8px 18px rgba(25,108,93,.18); }
.campaign-band-main + .campaign-band-guide { margin-top: 14px; }

/* First-visit announcement: deliberately compact, easy to dismiss, once per session. */
.campaign-welcome { position: fixed; inset: 0; z-index: 110; width: min(calc(100vw - 36px),370px); margin: auto; padding: 0; overflow: visible; color: var(--ink-900); border: 0; border-radius: 30px 30px 30px 12px; background: transparent; }
.campaign-welcome::backdrop { background: rgba(37,33,43,.48); backdrop-filter: blur(2px); }
.campaign-welcome-inner { position: relative; display: grid; overflow: hidden; padding: 28px 22px 20px; border: 2px solid rgba(196,37,104,.14); border-radius: inherit; background: linear-gradient(150deg,#fff 0%,#fff1f7 58%,#ecfbf5 100%); justify-items: center; text-align: center; box-shadow: 0 28px 70px rgba(37,33,43,.28); }
.campaign-welcome-inner::before { position: absolute; inset: 0; background: radial-gradient(circle at 12% 16%,#ff5b9b 0 5px,transparent 5.5px),radial-gradient(circle at 88% 17%,#ffd45b 0 4px,transparent 4.5px),radial-gradient(circle at 82% 74%,#49b999 0 5px,transparent 5.5px),radial-gradient(circle at 18% 82%,#83b5c8 0 4px,transparent 4.5px); content: ""; opacity: .72; pointer-events: none; }
.campaign-welcome-close { position: absolute; z-index: 3; top: 12px; right: 12px; display: grid; width: 40px; height: 40px; padding: 0; color: var(--ink-900); border: 1px solid rgba(77,70,82,.14); border-radius: 50%; background: rgba(255,255,255,.9); place-items: center; }
.campaign-welcome-close svg { width: 18px; height: 18px; }
.campaign-welcome-spark { position: absolute; z-index: 2; top: 22px; left: 20px; padding: 5px 10px; color: var(--white); border-radius: 999px; background: var(--pink-700); font-size: 10px; font-weight: 900; letter-spacing: .12em; transform: rotate(-5deg); }
.campaign-welcome-gift { position: relative; z-index: 1; display: grid; width: 64px; height: 64px; border-radius: 50% 50% 50% 15px; background: var(--white); place-items: center; box-shadow: 0 9px 22px rgba(196,37,104,.13); }
.campaign-welcome-gift svg { width: 36px; height: 36px; fill: none; stroke: var(--pink-700); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.campaign-welcome-label { position: relative; z-index: 1; margin: 13px 0 0; color: var(--pink-700); font-size: 13px; font-weight: 900; }
.campaign-welcome-title { position: relative; z-index: 1; margin: 6px 0 0; font-size: 25px; font-weight: 900; line-height: 1.25; letter-spacing: -.04em; }
.campaign-welcome-title:focus { outline: none; }
.campaign-welcome-title strong { position: relative; display: inline-block; margin-top: 5px; font-size: 43px; white-space: nowrap; }
.campaign-welcome-title strong::after { position: absolute; z-index: -1; right: 0; bottom: 0; left: 0; height: 7px; border-radius: 50%; background: var(--pink-500); content: ""; }
.campaign-welcome-title span { display: inline-grid; margin-left: 7px; padding: 6px 8px; color: var(--white); border-radius: 50%; background: var(--paper-teal); place-items: center; font-size: 14px; letter-spacing: 0; transform: rotate(-6deg); }
.campaign-welcome-note { position: relative; z-index: 1; margin: 14px 0 0; color: var(--ink-700); font-size: 12px; font-weight: 700; }
.campaign-welcome-details { position: relative; z-index: 1; display: inline-flex; width: 100%; min-height: 52px; margin-top: 16px; padding: 10px 20px; color: var(--white); border: 0; border-radius: 999px; background: var(--pink-700); align-items: center; justify-content: center; gap: 8px; font-size: 15px; font-weight: 900; box-shadow: 0 11px 24px rgba(196,37,104,.25); }
.campaign-welcome-later { position: relative; z-index: 1; min-height: 40px; margin-top: 4px; padding: 8px 16px; color: var(--ink-600); border: 0; background: transparent; font-size: 12px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }

.campaign-modal { width: min(calc(100vw - 24px),540px); max-height: min(88dvh,760px); }
.campaign-modal-inner { padding: 28px 20px 20px; }
.campaign-modal-lead { max-width: 450px; margin: 18px 0 0; color: var(--ink-700); font-size: 13.5px; line-height: 1.75; }
.bonus-panel { width: 100%; margin-top: 18px; padding: 18px; border-radius: 20px; text-align: left; }
.bonus-panel--signup { border: 1px solid rgba(196,37,104,.22); background: #fff8f1; }
.bonus-panel h3 { margin: 0; font-size: 18px; }
.signup-bonus-steps { display: grid; margin: 14px 0 0; padding: 0; gap: 9px; list-style: none; counter-reset: bonus-step; }
.signup-bonus-steps li {
  position: relative;
  display: grid;
  min-width: 0;
  padding: 11px 11px 11px 42px;
  border: 1px solid rgba(72,111,104,.17);
  border-radius: 14px;
  background: var(--white);
  grid-template-columns: minmax(0,1fr) auto;
  align-items: center;
  gap: 2px 8px;
  counter-increment: bonus-step;
}
.signup-bonus-steps li::before {
  position: absolute;
  top: 12px;
  left: 10px;
  display: grid;
  width: 24px;
  height: 24px;
  border-radius: 50% 50% 50% 7px;
  color: var(--white);
  background: var(--pink-700);
  content: counter(bonus-step);
  place-items: center;
  font-size: 11px;
  font-weight: 800;
}
.bonus-day,
.bonus-condition { display: block; min-width: 0; color: var(--ink-700); font-size: 11.5px; line-height: 1.45; }
.bonus-day strong,
.bonus-condition strong { margin-left: 3px; color: var(--ink-900); font-size: 13px; }
.bonus-reward { display: grid; grid-column: 2; grid-row: 1 / span 2; color: var(--pink-700); font-size: 10.5px; text-align: right; line-height: 1.25; }
.bonus-reward strong { font-size: 17px; }
.bonus-total { display: flex; margin: 14px 0 0; padding: 12px 14px; border-radius: 14px; color: var(--white); background: var(--ink-900); align-items: center; justify-content: space-between; gap: 10px; font-size: 11px; line-height: 1.4; }
.bonus-total strong { color: #ffb5d5; font-size: 19px; white-space: nowrap; }
.bonus-note { margin: 12px 0 0; color: var(--ink-700); font-size: 12px; line-height: 1.7; }
.unlimited-bonus-heading { display: grid; width: 100%; margin: 22px 0 10px; padding: 14px 16px; border-radius: 17px; color: var(--ink-900); background: #edf3e9; text-align: left; gap: 2px; }
.unlimited-bonus-heading span { width: fit-content; padding: 3px 9px; border-radius: 999px; color: var(--white); background: var(--paper-teal); font-size: 11px; font-weight: 800; }
.unlimited-bonus-heading strong { font-size: 15px; }
.bonus-accordion { width: 100%; margin: 9px 0 0; overflow: hidden; border: 1px solid rgba(72,111,104,.22); border-radius: 16px; background: var(--white); text-align: left; }
.bonus-accordion:last-of-type { border-bottom: 1px solid rgba(72,111,104,.22); }
.bonus-accordion summary { position: relative; display: grid; min-height: 62px; padding: 10px 44px 10px 16px; border: 0; align-content: center; cursor: pointer; list-style: none; background: #fffaf3; line-height: 1.35; }
.bonus-accordion summary::-webkit-details-marker { display: none; }
.bonus-accordion summary::after { position: absolute; right: 18px; width: 9px; height: 9px; border-right: 2px solid var(--paper-teal); border-bottom: 2px solid var(--paper-teal); content: ""; transform: rotate(45deg); transition: transform .16s ease; }
.bonus-accordion[open] summary::after { transform: rotate(225deg); }
.bonus-accordion summary span { font-size: 15px; font-weight: 800; }
.bonus-accordion summary small { color: var(--ink-700); font-size: 11px; font-weight: 600; }
.bonus-amount-list { display: grid; margin: 0; padding: 10px 14px 14px; gap: 7px; list-style: none; }
.bonus-amount-list li { display: flex; min-height: 38px; padding: 7px 10px; border-radius: 10px; background: #edf3e9; align-items: center; justify-content: space-between; gap: 12px; font-size: 12px; }
.bonus-amount-list strong { color: var(--pink-700); font-size: 15px; white-space: nowrap; }
.attendance-grid { display: grid; padding: 12px; gap: 9px; }
.attendance-grid section { padding: 12px; border-radius: 13px; background: #f8f0e4; }
.attendance-grid section:nth-child(even) { background: #edf3e9; }
.attendance-grid h4 { margin: 0 0 8px; color: var(--ink-900); font-size: 13px; }
.attendance-grid dl { display: grid; margin: 0; gap: 5px; }
.attendance-grid dl div { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.attendance-grid dt { color: var(--ink-700); font-size: 11.5px; }
.attendance-grid dd { margin: 0; color: var(--pink-700); font-size: 13.5px; font-weight: 800; }
.bonus-confirmation-note { width: 100%; margin: 14px 0; color: var(--ink-700); font-size: 11.5px; line-height: 1.65; text-align: left; }

/* LPSEO-131: three clearly separated bonus types inside the campaign modal. */
.campaign-modal-lead--short { margin-top: 10px; }
.bonus-type-tabs { display: grid; width: 100%; margin: 16px 0 0; padding: 4px; border-radius: 17px; background: #f4eff2; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 4px; }
.bonus-type-tab { display: grid; min-width: 0; min-height: 58px; padding: 7px 3px; color: var(--ink-700); border: 0; border-radius: 13px; background: transparent; place-items: center; align-content: center; gap: 2px; }
.bonus-type-tab span { display: grid; width: 22px; height: 22px; border-radius: 50%; background: rgba(77,70,82,.09); place-items: center; font-size: 9px; font-weight: 900; }
.bonus-type-tab strong { font-size: 11px; line-height: 1.25; white-space: nowrap; }
.bonus-type-tab[aria-selected="true"] { color: var(--white); background: var(--pink-700); box-shadow: 0 7px 16px rgba(196,37,104,.22); }
.bonus-type-tab[aria-selected="true"] span { color: var(--pink-700); background: var(--white); }
.bonus-type-tab:focus-visible { outline: 3px solid rgba(0,120,212,.45); outline-offset: 2px; }
.bonus-type-panel { width: 100%; margin-top: 14px; padding: 16px; border: 1px solid rgba(196,37,104,.16); border-radius: 20px; background: #fffafc; text-align: left; }
.bonus-type-panel[hidden] { display: none; }
.bonus-type-heading { display: flex; min-height: 56px; padding: 10px 12px; border-radius: 15px; align-items: center; gap: 10px; }
.bonus-type-heading--signup { background: #fff0f6; }
.bonus-type-heading--payment { background: #eaf8f3; }
.bonus-type-heading--attendance { background: #fff5d8; }
.bonus-type-icon { display: grid; width: 38px; height: 38px; flex: none; border-radius: 13px; background: var(--white); place-items: center; font-size: 21px; box-shadow: 0 5px 12px rgba(37,33,43,.08); }
.bonus-type-heading div { min-width: 0; }
.bonus-type-heading small { display: block; color: var(--pink-700); font-size: 10px; font-weight: 800; line-height: 1.4; }
.bonus-type-heading h3 { margin: 1px 0 0; font-size: 16px; line-height: 1.35; }
.bonus-type-lead { margin: 11px 2px 0; color: var(--ink-700); font-size: 12px; line-height: 1.65; }
.bonus-type-panel .signup-bonus-steps { margin-top: 12px; }
.bonus-type-panel .bonus-accordion { margin-top: 10px; }
.bonus-type-panel .attendance-grid { padding: 12px 0 0; }

@media (min-width: 640px) {
  .campaign-step-preview { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .attendance-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 359px) {
  .campaign-step-preview strong { font-size: 16px; }
  .campaign-modal-inner { padding-inline: 14px; }
  .bonus-panel { padding: 14px; }
  .signup-bonus-steps li { padding-left: 39px; }
  .bonus-reward strong { font-size: 15px; }
  .bonus-total { align-items: flex-start; flex-direction: column; }
  .bonus-type-panel { padding: 12px; }
  .bonus-type-tab strong { font-size: 10px; }
}

/* LPSEO-150: keep story 2 copy in the open upper-right field, clear of the subject. */
#hero-story-home-smartphone img {
  object-position: 50% 22%;
}

#hero-story-home-smartphone .story-poster--workstyle {
  right: 0;
  left: auto;
  box-sizing: border-box;
  width: min(58%, 310px);
  padding-inline: 12px;
}
.operator-info-picture {
  display: block;
  max-width: 720px;
  margin: 0 auto;
}

.operator-info-picture img {
  display: block;
  width: 100%;
  height: auto;
}

.operator-contact {
  margin: 1.25rem 0 0;
  text-align: center;
  overflow-wrap: break-word;
}

.form-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.review-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.25rem; }
.review-actions .form-submit, .form-edit { min-height: 48px; }
.form-edit { border: 1px solid var(--plum, #8d3d58); border-radius: 999px; padding: 0.75rem 1.25rem; color: var(--plum, #8d3d58); background: #fff; font: inherit; font-weight: 700; cursor: pointer; }
.form-status { max-width: 760px; min-height: 1.8em; margin: 1.25rem auto 0; padding: 0 1rem 2rem; color: #30232a; font-weight: 700; line-height: 1.7; }
