* {
    box-sizing: border-box;
}

:root {
    --paper: #F6F1E8;
    --paper-deep: #EBE4D6;
    --content: #FFFBF4;
    --soft: #E8E0D2;
    --title: #0E2A4A;
    --text: #2A3B4A;
    --muted: #5C6B78;
    --quiet: #8A8074;
    --blue: #12324F;
    --midnight: #0A1E33;
    --gold: #C4A574;
    --mist: #6A9A8B;
    --terracotta: #C17B5A;
    --border: rgba(18,50,79,0.16);
    --border-gold: rgba(196,165,116,0.45);
    --shadow: 0 16px 36px rgba(10,30,51,0.10);
    --top-desktop: 130px;
    --top-mobile: 86px;
}

html {
    scroll-behavior: smooth;
    background: var(--paper);
}

body {
    margin: 0;
    min-width: 320px;
    overflow-x: hidden;
    background:
        radial-gradient(circle at 12% 0%, rgba(196,165,116,.12), transparent 24rem),
        linear-gradient(180deg, var(--paper) 0%, #F8F4EC 44%, var(--paper-deep) 100%);
    color: var(--text);
    font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans CJK SC", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.75;
    padding-top: var(--top-desktop);
}

body.layer-open {
    overflow: hidden;
}

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

a, button, input {
    font: inherit;
}

button {
    border: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.skip-link {
    position: fixed;
    left: 16px;
    top: -80px;
    z-index: 1000;
    background: var(--midnight);
    color: var(--paper);
    padding: 10px 14px;
    border-radius: 8px;
}

.skip-link:focus {
    top: 8px;
}

.site-width {
    width: min(1200px, calc(100% - 32px));
    margin: 0 auto;
}

.fixed-top-shell {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 300;
    box-shadow: 0 8px 18px rgba(10,30,51,.06);
}

.tide-line {
    height: 22px;
    background: var(--midnight);
    color: var(--paper);
    font-size: 12px;
    letter-spacing: .04em;
}

.tide-inner {
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.text-button {
    min-width: 44px;
    height: 22px;
    padding: 0 4px;
    background: transparent;
    color: var(--paper);
    cursor: pointer;
}

.gate-bar {
    height: 64px;
    background: rgba(246,241,232,.98);
    border-bottom: 1px solid rgba(18,50,79,.18);
    backdrop-filter: blur(8px);
}

.gate-inner {
    height: 64px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 16px;
}

.brand-link {
    display: inline-flex;
    align-items: center;
    justify-self: start;
    min-height: 44px;
}

.brand-logo,
.footer-logo,
.drawer-logo {
    width: auto;
    max-width: 170px;
    object-fit: contain;
    object-position: left center;
}

.brand-logo {
    max-height: 36px;
}

.brand-text-fallback {
    display: inline-flex;
    align-items: center;
    color: var(--title);
    font-weight: 800;
    letter-spacing: .08em;
    font-size: 22px;
}

.manifest-button,
.app-link {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid var(--border-gold);
    padding: 0 16px;
    cursor: pointer;
}

.manifest-button {
    justify-self: center;
    color: var(--blue);
    background: var(--content);
}

.app-link {
    justify-self: end;
    color: var(--paper);
    background: linear-gradient(135deg,#1A4A72 0%,#12324F 55%,#0A1E33 100%);
    border-color: transparent;
}

.stack-strip {
    height: 44px;
    background: #EFE7DA;
    border-bottom: 1px solid var(--border-gold);
}

.stack-inner {
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    overflow: hidden;
}

.stack-inner a {
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    border-radius: 8px;
    color: var(--title);
    font-size: 14px;
    white-space: nowrap;
}

.stack-inner a:hover,
.stack-inner a:focus-visible,
.stack-inner a.active {
    background: var(--blue);
    color: var(--paper);
    outline: none;
}

main {
    min-height: 50vh;
}

.hero,
.page-hero {
    padding: 36px 0 20px;
}

.hero-card,
.page-hero-card {
    background: var(--content);
    border: 1px solid var(--border);
    border-radius: 16px;
    box-shadow: var(--shadow);
    overflow: hidden;
}

.hero-media,
.page-media,
.ticket-media,
.section-media {
    position: relative;
    width: 100%;
    background:
        linear-gradient(135deg, rgba(18,50,79,.08), rgba(196,165,116,.12)),
        var(--paper-deep);
    border-bottom: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-media {
    min-height: 220px;
    max-height: 300px;
    aspect-ratio: 16 / 6.3;
}

.hero-media img,
.page-media img,
.ticket-media img,
.section-media img,
.app-visual img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.hero-fallback {
    min-height: 220px;
    width: 100%;
    display: grid;
    place-items: center;
    padding: 32px;
    background:
        linear-gradient(135deg, rgba(196,165,116,.14), transparent 45%),
        var(--midnight);
    color: var(--paper);
    text-align: center;
}

.hero-fallback strong {
    font-size: clamp(28px, 5vw, 48px);
    letter-spacing: .08em;
}

.hero-copy,
.page-hero-copy {
    padding: 28px;
}

.eyebrow {
    display: block;
    color: var(--terracotta);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .12em;
    margin-bottom: 6px;
}

h1, h2, h3 {
    color: var(--title);
    line-height: 1.3;
    margin-top: 0;
}

h1 {
    font-size: clamp(28px, 4vw, 32px);
    margin-bottom: 14px;
}

h2 {
    font-size: 23px;
    margin-bottom: 12px;
}

h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

p {
    margin: 0 0 16px;
}

.lead {
    max-width: 850px;
    color: var(--text);
    font-size: 17px;
}

.muted {
    color: var(--muted);
}

.actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.button {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 10px;
    font-weight: 700;
    border: 1px solid transparent;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.button.primary {
    color: var(--paper);
    background: linear-gradient(135deg,#1A4A72 0%,#12324F 55%,#0A1E33 100%);
}

.button.secondary {
    color: var(--blue);
    background: var(--paper);
    border-color: var(--border-gold);
}

.button:hover,
.button:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 10px 18px rgba(10,30,51,.12);
    outline: 2px solid rgba(196,165,116,.7);
    outline-offset: 2px;
}

.section {
    padding: 24px 0;
}

.section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 18px;
}

.section-head p {
    max-width: 700px;
    margin: 0;
    color: var(--muted);
}

.ticket-grid,
.card-grid,
.status-grid,
.signal-grid,
.info-grid,
.footer-grid,
.app-grid {
    display: grid;
    gap: 18px;
}

.ticket-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ticket-card,
.info-card,
.status-card,
.entry-card,
.signal-card,
.clause-card,
.faq-item,
.letter-card {
    background: var(--content);
    border: 1px solid var(--border);
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(10,30,51,.07);
}

.ticket-card {
    overflow: hidden;
}

.ticket-media {
    height: 200px;
    border-bottom-color: var(--border-gold);
}

.ticket-copy {
    padding: 18px;
}

.ticket-copy p {
    color: var(--muted);
    font-size: 15px;
    margin-bottom: 14px;
}

.text-link {
    color: var(--blue);
    font-weight: 700;
    border-bottom: 1px solid var(--gold);
    padding-bottom: 2px;
}

.split-section {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    gap: 20px;
    align-items: stretch;
}

.section-media {
    min-height: 260px;
    border: 1px solid var(--border);
    border-radius: 14px;
    overflow: hidden;
}

.panel {
    background: var(--content);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 24px;
    box-shadow: var(--shadow);
}

.number-list,
.step-list,
.vertical-notes,
.long-list {
    display: grid;
    gap: 12px;
}

.number-row,
.step-row,
.note-row {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 14px;
    align-items: start;
    padding: 14px 0;
    border-bottom: 1px solid var(--border);
}

.number-row:last-child,
.step-row:last-child,
.note-row:last-child {
    border-bottom: 0;
}

.big-number {
    color: var(--gold);
    font-size: 28px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .04em;
}

.number-row strong,
.step-row strong,
.note-row strong {
    display: block;
    color: var(--title);
    margin-bottom: 4px;
}

.number-row span,
.step-row span,
.note-row span {
    color: var(--muted);
}

.status-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.status-card {
    padding: 20px;
    border-top: 3px solid var(--gold);
}

.status-card:nth-child(2) {
    border-top-color: var(--mist);
}

.status-card:nth-child(3) {
    border-top-color: var(--terracotta);
}

.status-card:nth-child(4) {
    border-top-color: var(--blue);
}

.status-label {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    padding: 0 10px;
    margin-bottom: 10px;
    border-radius: 8px;
    background: var(--soft);
    color: var(--title);
    font-size: 13px;
    font-weight: 700;
}

.quote-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.letter-card {
    padding: 22px;
    border-left: 4px solid var(--mist);
}

.opinion-tag {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 8px;
    color: var(--paper);
    background: var(--blue);
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 12px;
}

.app-grid {
    grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr);
    align-items: center;
}

.app-visual {
    min-height: 300px;
    max-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--paper-deep);
    border: 1px solid var(--border);
    border-radius: 16px;
    overflow: hidden;
    padding: 18px;
}

.app-icon-line {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}

.app-icon-line img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    border-radius: 14px;
}

.spaced-media {
    margin-top: 18px;
}

.index-tail {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.index-tail article {
    padding: 22px;
    background: var(--content);
    border: 1px solid var(--border);
    border-radius: 14px;
}

.page-hero-card {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
}

.page-media {
    min-height: 280px;
    border-bottom: 0;
    border-right: 1px solid var(--border);
}

.page-hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content-shell {
    padding: 8px 0 36px;
}

.content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 22px;
    align-items: start;
}

.article-body {
    min-width: 0;
}

.article-section,
.clause-card {
    padding: 22px;
    margin-bottom: 18px;
}

.article-section {
    background: var(--content);
    border: 1px solid var(--border);
    border-radius: 14px;
}

.article-section p:last-child,
.clause-card p:last-child {
    margin-bottom: 0;
}

.side-card {
    position: sticky;
    top: 150px;
    background: var(--midnight);
    color: var(--paper);
    border-radius: 14px;
    padding: 20px;
}

.side-card h2 {
    color: var(--paper);
    font-size: 18px;
}

.side-card p {
    color: rgba(246,241,232,.82);
    font-size: 14px;
}

.side-links {
    display: grid;
    gap: 8px;
}

.side-links a {
    min-height: 42px;
    display: flex;
    align-items: center;
    padding: 8px 10px;
    border-radius: 8px;
    background: rgba(246,241,232,.08);
}

.side-links a:hover,
.side-links a:focus-visible {
    background: rgba(196,165,116,.22);
    outline: 1px solid rgba(246,241,232,.5);
}

.card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.entry-card,
.signal-card,
.info-card {
    padding: 20px;
}

.entry-card .index-no,
.signal-card .index-no {
    display: inline-block;
    color: var(--gold);
    font-weight: 800;
    font-size: 24px;
    margin-bottom: 8px;
}

.signal-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.signal-card {
    border-top: 3px solid var(--mist);
}

.signal-card:nth-child(2n) {
    border-top-color: var(--gold);
}

.signal-card:nth-child(3n) {
    border-top-color: var(--terracotta);
}

.inline-entry {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    color: var(--blue);
    font-weight: 700;
    border-bottom: 1px solid var(--gold);
}

.timeline {
    display: grid;
    gap: 0;
}

.timeline article {
    position: relative;
    padding: 0 0 24px 30px;
    border-left: 2px solid var(--border-gold);
}

.timeline article::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    left: -7px;
    top: 8px;
    border-radius: 50%;
    background: var(--blue);
    border: 3px solid var(--paper);
}

.timeline article:last-child {
    padding-bottom: 0;
}

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

.faq-item {
    padding: 20px;
}

.faq-item h2 {
    font-size: 18px;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.contact-card {
    padding: 22px;
    border-radius: 14px;
    background: var(--content);
    border: 1px solid var(--border);
}

.notice-box {
    padding: 18px 20px;
    border-radius: 12px;
    background: rgba(106,154,139,.12);
    border: 1px solid rgba(106,154,139,.28);
    color: var(--text);
}

.site-footer {
    margin-top: 36px;
    background: var(--midnight);
    color: var(--paper);
    padding: 42px 0 calc(24px + env(safe-area-inset-bottom));
}

.footer-grid {
    grid-template-columns: 1.6fr repeat(4, minmax(120px, .75fr));
}

.footer-grid h2 {
    color: var(--paper);
    font-size: 16px;
    margin-bottom: 10px;
}

.footer-grid > div:not(.footer-brand) {
    display: grid;
    align-content: start;
    gap: 6px;
}

.footer-grid a {
    color: rgba(246,241,232,.82);
    min-height: 34px;
    display: flex;
    align-items: center;
}

.footer-grid a:hover,
.footer-grid a:focus-visible {
    color: var(--paper);
    text-decoration: underline;
    outline: none;
}

.footer-brand-link {
    display: inline-flex;
    margin-bottom: 10px;
}

.footer-logo {
    max-height: 34px;
    filter: brightness(0) invert(1);
}

.footer-brand > div {
    display: flex;
    gap: 10px;
    align-items: baseline;
    margin-bottom: 10px;
}

.footer-brand > div strong {
    font-size: 20px;
}

.footer-brand > div span {
    font-size: 12px;
    letter-spacing: .1em;
    color: var(--gold);
}

.footer-brand p {
    color: rgba(246,241,232,.75);
    font-size: 14px;
    max-width: 420px;
}

.footer-bottom {
    border-top: 1px solid rgba(246,241,232,.14);
    margin-top: 28px;
    padding-top: 18px;
    color: rgba(246,241,232,.68);
    font-size: 13px;
}

.page-mask {
    position: fixed;
    inset: 0;
    z-index: 450;
    background: rgba(10,30,51,.48);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .2s ease, visibility .2s ease;
}

.page-mask.visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.manifest-drawer {
    position: fixed;
    z-index: 500;
    top: 0;
    right: 0;
    height: 100dvh;
    width: min(400px, 86vw);
    background: var(--content);
    box-shadow: -18px 0 44px rgba(10,30,51,.20);
    transform: translateX(102%);
    visibility: hidden;
    pointer-events: none;
    transition: transform .24s ease, visibility .24s ease;
    display: grid;
    grid-template-rows: auto 1fr;
}

.manifest-drawer.open {
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
}

.drawer-head {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 18px;
    border-bottom: 1px solid var(--border);
    background: var(--paper);
}

.drawer-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.drawer-logo {
    max-height: 32px;
    max-width: 120px;
}

.drawer-close,
.search-close {
    min-width: 54px;
    min-height: 44px;
    border-radius: 10px;
    background: var(--soft);
    color: var(--blue);
    cursor: pointer;
}

.drawer-scroll {
    overflow-y: auto;
    padding: 18px;
}

.drawer-group {
    margin-bottom: 20px;
}

.drawer-group h2 {
    font-size: 14px;
    color: var(--terracotta);
    letter-spacing: .12em;
    margin-bottom: 8px;
}

.drawer-item {
    display: block;
    padding: 11px 12px;
    border-radius: 10px;
    border: 1px solid transparent;
    margin-bottom: 7px;
}

.drawer-item:hover,
.drawer-item:focus-visible {
    border-color: var(--border-gold);
    background: var(--paper);
    outline: none;
}

.drawer-item strong,
.drawer-item span {
    display: block;
}

.drawer-item strong {
    color: var(--title);
    font-size: 15px;
}

.drawer-item span {
    color: var(--muted);
    font-size: 13px;
    line-height: 1.55;
    margin-top: 3px;
}

.search-panel {
    position: fixed;
    z-index: 520;
    top: 86px;
    left: 50%;
    width: min(760px, calc(100% - 32px));
    transform: translate(-50%, -16px);
    background: var(--content);
    border: 1px solid var(--border);
    border-radius: 0 0 16px 16px;
    box-shadow: var(--shadow);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}

.search-panel.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
}

.search-card {
    padding: 20px;
}

.search-head {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 14px;
}

.search-head h2 {
    margin-bottom: 12px;
}

.search-look {
    display: grid;
    gap: 6px;
    color: var(--muted);
    font-size: 13px;
}

.search-look input {
    width: 100%;
    min-height: 48px;
    border-radius: 10px;
    border: 1px solid var(--border);
    background: var(--paper);
    color: var(--text);
    padding: 10px 12px;
    outline: none;
}

.search-look input:focus {
    border-color: var(--gold);
    box-shadow: 0 0 0 3px rgba(196,165,116,.18);
}

.search-presets {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.search-presets a {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 8px;
    border: 1px solid var(--border-gold);
    color: var(--blue);
    background: var(--paper);
}

.search-note {
    margin: 14px 0 0;
    color: var(--muted);
    font-size: 13px;
}

.mobile-bottom-nav {
    display: none;
}

@media (max-width: 980px) {
    .ticket-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .status-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer-grid {
        grid-template-columns: 1.4fr repeat(2, minmax(140px, 1fr));
    }

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

    .side-card {
        position: static;
    }

    .signal-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    body {
        padding-top: var(--top-mobile);
        padding-bottom: calc(50px + env(safe-area-inset-bottom));
    }

    .site-width {
        width: min(1200px, calc(100% - 32px));
    }

    .stack-strip {
        display: none;
    }

    .gate-inner {
        gap: 8px;
        grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    }

    .brand-logo {
        max-width: 112px;
        max-height: 32px;
    }

    .brand-text-fallback {
        font-size: 18px;
    }

    .manifest-button,
    .app-link {
        padding: 0 10px;
        font-size: 14px;
    }

    .hero,
    .page-hero {
        padding-top: 22px;
    }

    .hero-media {
        min-height: 150px;
        aspect-ratio: 16 / 9;
    }

    .hero-copy,
    .page-hero-copy {
        padding: 20px;
    }

    .page-hero-card {
        grid-template-columns: 1fr;
    }

    .page-media {
        min-height: 200px;
        max-height: 280px;
        border-right: 0;
        border-bottom: 1px solid var(--border);
    }

    .ticket-grid,
    .quote-grid,
    .app-grid,
    .index-tail,
    .card-grid,
    .contact-grid,
    .signal-grid {
        grid-template-columns: 1fr;
    }

    .split-section {
        grid-template-columns: 1fr;
    }

    .section-media {
        min-height: 220px;
    }

    .app-visual {
        min-height: 260px;
        max-height: 390px;
    }

    .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer-brand {
        grid-column: 1 / -1;
    }

    .site-footer {
        padding-bottom: calc(76px + env(safe-area-inset-bottom));
    }

    .mobile-bottom-nav {
        position: fixed;
        z-index: 320;
        left: 0;
        right: 0;
        bottom: 0;
        height: calc(50px + env(safe-area-inset-bottom));
        padding-bottom: env(safe-area-inset-bottom);
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        background: rgba(246,241,232,.98);
        border-top: 1px solid var(--border);
        box-shadow: 0 -8px 18px rgba(10,30,51,.06);
    }

    .mobile-bottom-nav a {
        min-height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 13px;
        color: var(--title);
    }

    .mobile-bottom-nav a.active {
        background: var(--blue);
        color: var(--paper);
    }

    .search-panel {
        top: 86px;
        width: calc(100% - 24px);
        border-radius: 0 0 14px 14px;
    }

    .number-row,
    .step-row,
    .note-row {
        grid-template-columns: 48px 1fr;
    }
}

@media (max-width: 520px) {
    .ticket-grid,
    .status-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .footer-brand {
        grid-column: auto;
    }

    .hero-copy,
    .page-hero-copy,
    .panel,
    .article-section,
    .clause-card,
    .entry-card,
    .signal-card,
    .info-card {
        padding: 18px;
    }

    .section-head {
        display: block;
    }

    .section-head p {
        margin-top: 6px;
    }

    h1 {
        font-size: 28px;
    }

    .actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .button {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition: none !important;
        animation: none !important;
    }
}
