:root {
  color-scheme: light;
  font-family: Arial, Helvetica, sans-serif;
  color: #143e35;
  background: #f4f7f5;
  font-synthesis: none;
}
* { box-sizing: border-box; }
body { margin: 0; border-top: 6px solid #694697; }
main { max-width: 1440px; margin: 0 auto; padding: 38px 32px 32px; }
header { margin-bottom: 26px; }
.eyebrow { margin: 0 0 9px; font-size: .875rem; line-height: 1.5; font-weight: 700; letter-spacing: .1em; color: #635085; }
h1 { margin: 0; font-size: clamp(2rem, 4vw, 3rem); line-height: 1.12; letter-spacing: -.035em; }
.subtitle { margin: 8px 0 0; color: #536a62; font-size: 1.125rem; line-height: 1.5; }
figure { margin: 0; }
.map-link { display: block; border: 1px solid #d4dfd9; border-radius: 12px; overflow: hidden; background: #fff; }
.map-link img { display: block; width: 100%; height: auto; }
figcaption { padding: 12px 2px 0; color: #566b63; font-size: 1rem; line-height: 1.6; }
.save-map { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 28px; padding-top: 24px; border-top: 1px solid #d4dfd9; }
h2 { margin: 0; font-size: 1.25rem; line-height: 1.4; letter-spacing: -.02em; }
.save-copy p { margin: 6px 0 0; color: #536a62; font-size: 1rem; line-height: 1.6; }
.actions { display: flex; flex-shrink: 0; align-items: center; gap: 10px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 14px 20px; font-size: 1rem; font-weight: 700; line-height: 1.5; text-align: center; text-decoration: none; border-radius: 8px; border: 1px solid transparent; }
.primary { background: #123f35; color: #fff; }
.primary:hover { background: #20564a; }
.secondary { background: #fff; border-color: #bbcfc5; color: #143e35; }
.secondary:hover { background: #e9f0ec; }
a { color: #143e35; text-underline-offset: .2em; }
a:focus-visible, summary:focus-visible { outline: 3px solid #7046a3; outline-offset: 4px; }
.save-help, .save-status { max-width: 850px; margin: 18px 0 0; font-size: 1rem; line-height: 1.65; color: #536a62; }
.save-status:empty { margin: 0; }
.help-link, .back-link { display: inline-flex; align-items: center; min-height: 48px; padding: 10px 0; font-size: 1rem; line-height: 1.5; }
.back-link { margin-bottom: 18px; }
.saving-page { max-width: 1100px; }
.save-image { display: block; width: 100%; height: auto; border: 1px solid #d4dfd9; border-radius: 12px; background: #fff; -webkit-touch-callout: default; }
.phone-guides { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 24px; }
.phone-guide { padding: 22px; border: 1px solid #d4dfd9; border-radius: 12px; background: #fff; }
.phone-guide p, .more-help p { font-size: 1rem; line-height: 1.65; margin: 10px 0 0; color: #536a62; }
.phone-guide strong, .more-help strong { color: #143e35; }
.more-help { margin-top: 22px; padding-top: 8px; border-top: 1px solid #d4dfd9; }
.more-help summary { min-height: 48px; padding: 14px 0; cursor: pointer; font-size: 1rem; line-height: 1.5; font-weight: 700; }
.more-help .button { margin-top: 16px; }
@media (max-width: 900px) {
  .save-map { align-items: flex-start; flex-direction: column; gap: 18px; }
}
@media (max-width: 650px) {
  .phone-guides { grid-template-columns: 1fr; gap: 12px; }
}
@media (max-width: 540px) {
  main { padding: 24px 16px; }
  header { margin-bottom: 20px; }
  .eyebrow { font-size: .875rem; letter-spacing: .055em; }
  .map-link { border-radius: 8px; }
  .save-map { margin-top: 22px; padding-top: 22px; }
  .actions { width: 100%; flex-direction: column; gap: 10px; }
  .button { width: 100%; }
  .save-help { margin-top: 18px; }
}
