@font-face {
  font-family: Pretendard;
  src: url("/assets/PretendardVariable.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}
:root {
  font-family: Pretendard, sans-serif;
  color: #182622;
  background: #fff;
  font-size: 20px;
  line-height: 1.65;
  font-synthesis: none;
  --emerald: #34d399;
  --ink: #182622;
  --muted: #54625c;
  --line: #d4dcd7;
}
* {
  box-sizing: border-box;
  letter-spacing: 0;
}
body {
  margin: 0;
}
button,
input,
select {
  font: inherit;
}
a {
  color: inherit;
}
button,
a,
input,
select,
summary {
  touch-action: manipulation;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  line-height: 1.28;
  word-break: keep-all;
}
header {
  height: 90px;
  max-width: 1280px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
}
.brand {
  display: flex;
  align-items: center;
}
.brand img {
  width: 150px;
  max-width: 100%;
  height: auto;
}
.wrap {
  max-width: 1200px;
  margin: auto;
  padding: 88px 40px;
}
.hero {
  display: flex;
  align-items: center;
  min-height: 520px;
  max-height: 640px;
  height: 65svh;
  background: #27312d url("/assets/hero-bus-phone.webp") no-repeat center;
  background-size: cover;
  color: #fff;
  position: relative;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgb(0 0 0 / 58%) 0%, rgb(0 0 0 / 36%) 42%, rgb(0 0 0 / 6%) 75%, transparent 100%);
  pointer-events: none;
}
.hero-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 40px;
  position: relative;
}
.hero-lead {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}
.hero-inner > p {
  font-size: 22px;
  max-width: 560px;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.hero .button {
  margin-top: 32px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  min-height: 62px;
  background: var(--emerald);
  color: #102d21;
  border: 0;
  border-radius: 4px;
  padding: 15px 26px;
  text-decoration: none;
  font-weight: 750;
  font-size: 21px;
  cursor: pointer;
}
.button:hover {
  background: #5bdfaf;
}
header .button {
  min-height: 50px;
  padding: 10px 20px;
  font-size: 18px;
}
.button:disabled,
fieldset:disabled .button {
  background: #d9e2dc;
  color: #59665f;
  cursor: not-allowed;
}
h2 {
  font-size: 38px;
  margin-bottom: 22px;
}
.registration-band {
  background: #fff;
  padding: 64px 24px;
}
.form-wrap {
  max-width: 660px;
  margin: auto;
}
.service-guide {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 40px 0;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.guide-section {
  padding: 100px 0;
}
.service-guide h2 {
  font-size: 44px;
  line-height: 1.35;
  margin: 24px 0 28px;
}
.service-guide p {
  color: var(--muted);
  line-height: 1.8;
}
.guide-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  font-size: 16px;
}
.guide-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 64px;
}
.guide-reverse .guide-copy {
  grid-column: 2;
  grid-row: 1;
}
.guide-reverse > .guide-media {
  grid-column: 1;
  grid-row: 1;
}
.guide-media {
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
}
.guide-split > .guide-media-photo {
  border-radius: 8px;
}
.guide-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.guide-media-photo img {
  object-fit: cover;
  object-position: center 60%;
}
.guide-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: end;
  gap: 64px;
  margin-bottom: 40px;
}
.guide-section-heading h2 {
  margin-bottom: 0;
}
.guide-modes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.guide-mode {
  overflow: hidden;
  border-radius: 8px;
  background: #f5f6f7;
}
.guide-mode .guide-media {
  aspect-ratio: 4 / 3;
}
.guide-mode-copy {
  padding: 28px;
}
.guide-mode-copy p {
  font-size: 17px;
  margin-bottom: 8px;
}
.guide-mode h3 {
  font-size: 28px;
}
.guide-steps {
  margin-top: 64px;
}
.guide-step {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) minmax(0, 0.85fr);
  align-items: start;
  gap: 32px;
  border-top: 1px solid #e9ecef;
  padding: 40px 0;
}
.guide-step-number {
  color: var(--muted);
  font-size: 16px;
  padding-top: 4px;
}
.guide-step h3 {
  font-size: 24px;
  line-height: 1.45;
  margin-bottom: 16px;
}
.guide-step .guide-media {
  position: relative;
  aspect-ratio: 8 / 10;
  border-radius: 8px;
  overflow: hidden;
}
.guide-step .guide-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.guide-register-link {
  display: inline-block;
  min-height: 44px;
  margin-top: 28px;
  text-underline-offset: 6px;
  font-weight: 600;
}
.registration-copy {
  color: var(--muted);
  margin-bottom: 36px;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.registration-copy > p + p {
  margin-top: 16px;
}
.coupon-benefit {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  align-items: start;
  gap: 18px;
  margin-top: 24px;
}
.coupon-benefit img {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 8px;
}
.registration-copy .signup-benefit {
  color: var(--ink);
  font-weight: 600;
}
.registration-copy .coupon-note {
  margin-top: 8px;
  font-size: 17px;
}
.notice {
  border-bottom: 1px solid var(--line);
  padding: 0 0 24px;
  margin-bottom: 32px;
  color: var(--muted);
}
.field {
  margin-bottom: 26px;
}
label {
  display: block;
}
.field > label,
legend {
  font-weight: 700;
  margin-bottom: 10px;
}
.required {
  font-size: 15px;
  color: #ef4444;
  margin-left: 5px;
  font-weight: 500;
}
input:not([type="radio"]):not([type="checkbox"]):not([type="hidden"]),
select {
  display: block;
  width: 100%;
  height: 62px;
  padding: 12px 16px;
  border: 1px solid #aab9b0;
  border-radius: 6px;
  background: white;
  color: var(--ink);
  min-width: 0;
}
input::placeholder {
  color: #6e7872;
}
input:disabled,
select:disabled {
  background: #edf0ee;
  color: #69736d;
  opacity: 1;
}
input:focus-visible,
select:focus-visible,
button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid #08775b;
  outline-offset: 4px;
}
.two-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
fieldset {
  border: 0;
  padding: 0;
  margin: 0 0 30px;
  min-width: 0;
}
.form-fields {
  margin: 0;
}
legend {
  padding: 0;
}
.choices {
  display: grid;
  gap: 0;
}
.choice {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 60px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  cursor: pointer;
}
.choice:has(input:checked) {
  font-weight: 600;
}
input[type="radio"],
input[type="checkbox"] {
  width: 24px;
  height: 24px;
  accent-color: #08775b;
  flex-shrink: 0;
  margin: 0;
  cursor: pointer;
}
.consents {
  border-top: 1px solid var(--line);
  padding-top: 28px;
  margin-top: 38px;
}
.consent {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 10px 0;
  cursor: pointer;
}
.consent input {
  margin-top: 5px;
}
.consent strong {
  font-weight: 650;
}
.consent input[required] + span > strong {
  color: #ef4444;
}
.consents details {
  font-size: 17px;
  margin: 0 0 22px 36px;
  color: #526158;
}
.consents summary {
  cursor: pointer;
  min-height: 40px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
dl {
  margin: 10px 0;
  padding: 16px;
  background: #fff;
}
dt {
  font-weight: 700;
  margin-top: 10px;
}
dt:first-child {
  margin-top: 0;
}
dd {
  margin: 4px 0 12px;
}
.submit {
  width: 100%;
  margin-top: 16px;
}
.honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}
.error-summary {
  padding: 20px;
  background: #fff0ee;
  border-left: 4px solid #be3328;
  color: #9c241b;
  margin-bottom: 25px;
}
.field-error {
  font-size: 17px;
  color: #a82820;
  margin-top: 8px;
}
footer {
  color: #5b6860;
  border-top: 1px solid var(--line);
}
footer p {
  font-size: 17px;
  margin: 18px 0 10px;
}
footer small {
  font-size: 14px;
}
.complete {
  min-height: 65vh;
  text-align: center;
  padding-top: 90px;
}
.complete h1 {
  font-size: 44px;
  margin-bottom: 24px;
}
.complete .button {
  margin-top: 32px;
}
.skip {
  position: fixed;
  left: 16px;
  top: -100px;
  z-index: 10;
  background: white;
  padding: 12px;
}
.skip:focus {
  top: 10px;
}
.admin {
  max-width: 1280px;
  margin: auto;
  padding: 40px 24px;
}
.login {
  max-width: 460px;
  margin: 40px auto;
}
.admin h1 {
  font-size: 32px;
  margin-bottom: 24px;
}
.admin-bar {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.admin-bar form {
  margin: 0;
}
.table-scroll {
  overflow: auto;
}
table {
  border-collapse: collapse;
  white-space: nowrap;
  font-size: 16px;
  width: 100%;
}
th,
td {
  text-align: left;
  border-bottom: 1px solid var(--line);
  padding: 14px;
}
th {
  background: #f1f5f2;
}
.pagination {
  display: flex;
  justify-content: space-between;
  margin-top: 22px;
}
.admin .button {
  font-size: 17px;
  min-height: 48px;
}
.admin-search {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.admin-search input {
  max-width: 360px;
}
.admin .count {
  font-size: 18px;
  color: #526158;
}
@media (max-width: 900px) {
  .guide-split,
  .guide-section-heading {
    gap: 32px;
  }
  .service-guide h2 {
    font-size: 36px;
  }
  .guide-step {
    grid-template-columns: 40px minmax(0, 1fr) minmax(0, 0.8fr);
    gap: 20px;
  }
  .guide-modes {
    gap: 16px;
  }
  .guide-mode-copy {
    padding: 20px;
  }
  .hero {
    background-position: 62% center;
  }
  .hero-lead {
    font-size: 34px;
  }
}
@media (max-width: 600px) {
  header {
    height: 76px;
    padding: 0 22px;
  }
  .brand img {
    width: 120px;
  }
  .hero {
    height: auto;
    min-height: 460px;
    max-height: none;
    background-image: url("/assets/hero-bus-phone-mobile.webp");
    background-position: 62% center;
  }
  .hero-inner {
    padding: 48px 24px;
  }
  .hero::before {
    background: linear-gradient(90deg, rgb(0 0 0 / 64%) 0%, rgb(0 0 0 / 42%) 75%, rgb(0 0 0 / 18%) 100%);
  }
  .hero-lead {
    font-size: 32px;
  }
  .hero-inner > p {
    font-size: 20px;
  }
  .hero .button {
    margin-top: 24px;
  }
  .wrap {
    padding: 58px 24px;
  }
  h2 {
    font-size: 30px;
  }
  .registration-band {
    padding: 52px 22px;
  }
  .service-guide {
    padding: 0 22px;
  }
  .guide-section {
    padding: 56px 0;
  }
  .service-guide h2 {
    font-size: 32px;
    margin-top: 20px;
  }
  .guide-split,
  .guide-section-heading {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }
  .guide-reverse .guide-copy,
  .guide-reverse > .guide-media {
    grid-column: auto;
    grid-row: auto;
  }
  .guide-split > .guide-media {
    aspect-ratio: 1;
  }
  .guide-modes {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }
  .guide-mode-copy {
    padding: 24px;
  }
  .guide-steps {
    margin-top: 40px;
  }
  .guide-step {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 12px 16px;
    padding: 28px 0;
  }
  .guide-step > .guide-media {
    grid-column: 2;
    margin-top: 12px;
  }
  .registration-copy {
    font-size: 19px;
  }
  .coupon-benefit {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
  }
  .coupon-benefit img {
    width: 48px;
    height: 48px;
  }
  .two-columns {
    gap: 12px;
  }
  .two-columns select {
    font-size: 18px;
    padding: 12px 10px;
  }
  .choice {
    font-size: 19px;
    padding: 13px 0;
  }
  .consent {
    font-size: 18px;
  }
  .consents details {
    margin-left: 0;
  }
  .complete h1 {
    font-size: 34px;
  }
  .complete p {
    font-size: 19px;
  }
  .admin-search {
    flex-wrap: wrap;
  }
}
.skip:not(:focus) {
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.complete:focus {
  outline: none;
}
.complete p {
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
