/* =====================================================
   GIẢI PICKLEBALL PHƯỜNG AN LẠC 2026
   Bảng màu lấy từ bộ nhận diện: xanh dương đậm (cầu Phú Mỹ),
   xanh lá (bắt tay hợp tác), vàng bóng pickleball.
   ===================================================== */

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,600;0,700;1,700;1,800&family=Be+Vietnam+Pro:wght@300;400;500;600;700&display=swap');

:root {
    --navy: #0B2E5B;
    --navy-deep: #071E3D;
    --blue: #1257A6;
    --blue-bright: #2E86DE;
    --green: #3FA535;
    --lime: #8DC63F;
    --ball: #FFC400;
    --ink: #0E1F33;
    --muted: #5B6B7D;
    --paper: #EEF4FB;
    --white: #ffffff;
    --line: rgba(11, 46, 91, .12);
    --danger: #D62E4F;
    --shadow-sm: 0 2px 10px rgba(11, 46, 91, .07);
    --shadow: 0 14px 40px rgba(11, 46, 91, .13);
    --shadow-lg: 0 26px 70px rgba(7, 30, 61, .3);
    --radius: 16px;
    --wrap: 1180px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: hidden; }

body {
    font-family: 'Be Vietnam Pro', system-ui, sans-serif;
    background: var(--paper);
    color: var(--ink);
    line-height: 1.65;
    font-size: 16px;
    overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: var(--blue); }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 20px; }

/* Display type -------------------------------------- */
.display {
    font-family: 'Barlow Condensed', 'Be Vietnam Pro', sans-serif;
    font-weight: 800;
    font-style: italic;
    letter-spacing: .01em;
    line-height: 1.05;
    text-transform: uppercase;
}

.eyebrow {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .18em;
    font-size: .82rem;
    color: var(--green);
}

/* =====================================================
   HERO
   ===================================================== */
.hero {
    position: relative;
    min-height: 620px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background: var(--navy);
}

.hero-bg {
    position: absolute;
    inset: 0;
    background-image: url('../images/hero-wide.jpg');
    background-size: cover;
    background-position: center 35%;
}

.hero-scrim {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(7, 30, 61, .72) 0%, rgba(7, 30, 61, .18) 34%, rgba(7, 30, 61, .55) 72%, rgba(7, 30, 61, .93) 100%);
}

.hero-inner {
    position: relative;
    width: 100%;
    max-width: var(--wrap);
    margin: 0 auto;
    padding: 46px 20px 54px;
    text-align: center;
    color: var(--white);
}

.hero-org {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, .13);
    border: 1px solid rgba(255, 255, 255, .25);
    backdrop-filter: blur(6px);
    padding: 8px 18px 8px 8px;
    border-radius: 999px;
    margin-bottom: 26px;
}

.hero-org img { width: 46px; height: 46px; border-radius: 50%; background: #fff; padding: 3px; }

.hero-org span {
    font-size: .78rem;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    text-align: left;
    line-height: 1.35;
}

.hero-title { width: 100%; max-width: 640px; height: auto; margin: 0 auto 18px; filter: drop-shadow(0 12px 30px rgba(0, 0, 0, .45)); }

.hero-slogan {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .22em;
    font-size: .95rem;
    color: var(--ball);
    margin-bottom: 28px;
}

.hero-meta {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}

.meta-chip {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .22);
    padding: 10px 18px;
    border-radius: 999px;
    font-size: .92rem;
    font-weight: 500;
}

.meta-chip svg { width: 17px; height: 17px; stroke: var(--lime); fill: none; stroke-width: 2; flex-shrink: 0; }
.meta-chip strong { font-weight: 700; }

.hero-actions { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }

.btn-primary,
.btn-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    padding: 15px 34px;
    border-radius: 999px;
    text-decoration: none;
    border: 2px solid transparent;
    cursor: pointer;
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.btn-primary {
    background: linear-gradient(100deg, var(--green) 0%, var(--lime) 100%);
    color: var(--navy-deep);
    box-shadow: 0 12px 30px rgba(63, 165, 53, .42);
}

.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(63, 165, 53, .5); }

.btn-ghost { background: rgba(255, 255, 255, .1); color: var(--white); border-color: rgba(255, 255, 255, .45); }
.btn-ghost:hover { background: rgba(255, 255, 255, .2); }

/* Vạch sân — dải phân cách đặc trưng */
.court-rule {
    height: 8px;
    background: linear-gradient(90deg, var(--blue) 0%, var(--blue-bright) 45%, var(--green) 55%, var(--lime) 100%);
    position: relative;
}

.court-rule::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18px;
    height: 18px;
    background: var(--ball);
    border: 3px solid var(--white);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
}

/* =====================================================
   SECTION SHELL
   ===================================================== */
.section { padding: 68px 0; }
.section-alt { background: var(--white); }

.section-head { text-align: center; max-width: 720px; margin: 0 auto 42px; }
.section-head .eyebrow { display: block; margin-bottom: 10px; }

.section-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;
    font-size: clamp(1.9rem, 4.4vw, 2.9rem);
    line-height: 1.06;
    color: var(--navy);
}

.section-title em { font-style: italic; color: var(--green); }
.section-sub { color: var(--muted); margin-top: 12px; font-size: 1rem; }

/* =====================================================
   MỤC ĐÍCH / Ý NGHĨA
   ===================================================== */
.purpose {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: 46px;
    align-items: center;
}

.purpose-text p { color: var(--muted); margin-top: 16px; }

.purpose-list { list-style: none; margin-top: 24px; display: grid; gap: 12px; }

.purpose-list li {
    display: flex;
    gap: 13px;
    align-items: flex-start;
    font-size: .96rem;
    line-height: 1.6;
}

.purpose-list li::before {
    content: '';
    width: 11px;
    height: 11px;
    margin-top: 8px;
    border-radius: 50%;
    background: var(--ball);
    border: 2px solid var(--green);
    flex-shrink: 0;
}

.purpose-media { position: relative; }

.purpose-media img {
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

/* =====================================================
   NỘI DUNG THI ĐẤU — thẻ "bảng đấu"
   ===================================================== */
.cat-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 22px;
}

.cat-card {
    position: relative;
    background: var(--white);
    border-radius: var(--radius);
    padding: 0 0 24px;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--line);
    transition: transform .3s ease, box-shadow .3s ease;
}

.cat-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }

.cat-top {
    position: relative;
    padding: 22px 24px 20px;
    color: var(--white);
    background: var(--accent, var(--blue));
    overflow: hidden;
}

.cat-top::after {
    content: '';
    position: absolute;
    right: -46px;
    top: -46px;
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, .1);
    transform: rotate(35deg);
}

.cat-code {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;
    font-size: 1.05rem;
    letter-spacing: .12em;
    opacity: .88;
}

.cat-name {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 1.05;
    margin-top: 2px;
}

.cat-level {
    display: inline-block;
    margin-top: 10px;
    background: rgba(255, 255, 255, .2);
    border: 1px solid rgba(255, 255, 255, .35);
    padding: 3px 12px;
    border-radius: 999px;
    font-size: .8rem;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.cat-body { padding: 20px 24px 0; }
.cat-desc { font-size: .92rem; color: var(--muted); min-height: 44px; }

.slots { margin-top: 16px; }

.slots-head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-size: .85rem;
    color: var(--muted);
    margin-bottom: 7px;
}

.slots-head strong { color: var(--ink); font-size: 1.05rem; font-weight: 700; }

.slot-bar { height: 8px; background: var(--paper); border-radius: 999px; overflow: hidden; }

.slot-fill {
    height: 100%;
    border-radius: 999px;
    background: var(--accent, var(--blue));
    transition: width .8s cubic-bezier(.2, .8, .3, 1);
}

.slot-full { color: var(--danger); font-weight: 700; }

.cat-prizes {
    margin-top: 20px;
    border-top: 1px dashed var(--line);
    padding-top: 16px;
    display: grid;
    gap: 7px;
}

.prize-row { display: flex; justify-content: space-between; font-size: .9rem; }
.prize-row span { color: var(--muted); }
.prize-row strong { color: var(--navy); font-weight: 700; }
.prize-row.first strong { color: var(--green); }

/* =====================================================
   ĐĂNG KÝ
   ===================================================== */
.register { background: linear-gradient(170deg, var(--navy-deep) 0%, var(--navy) 45%, #123f77 100%); color: var(--white); }
.register .section-title { color: var(--white); }
.register .section-sub { color: rgba(255, 255, 255, .7); }
.register .eyebrow { color: var(--lime); }

.reg-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
    gap: 26px;
    align-items: start;
}

.panel {
    background: var(--white);
    color: var(--ink);
    border-radius: var(--radius);
    padding: 30px;
    box-shadow: var(--shadow-lg);
}

.panel-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;
    font-size: 1.5rem;
    color: var(--navy);
    padding-bottom: 14px;
    margin-bottom: 22px;
    border-bottom: 3px solid var(--ball);
}

/* Form ---------------------------------------------- */
.field { margin-bottom: 17px; }

.field label {
    display: block;
    font-size: .84rem;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 7px;
    letter-spacing: .01em;
}

.field label .req { color: var(--danger); }
.field label .hint { font-weight: 400; color: var(--muted); }

.control {
    width: 100%;
    padding: 13px 15px;
    border: 1.5px solid var(--line);
    border-radius: 11px;
    font-family: inherit;
    font-size: .96rem;
    color: var(--ink);
    background: #FBFDFF;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.control:focus {
    outline: none;
    border-color: var(--blue-bright);
    background: var(--white);
    box-shadow: 0 0 0 4px rgba(46, 134, 222, .14);
}

.control::placeholder { color: #9AA9B8; }
textarea.control { resize: vertical; min-height: 84px; }
select.control { appearance: none; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235B6B7D' stroke-width='2'><polyline points='6 9 12 15 18 9'/></svg>"); background-repeat: no-repeat; background-position: right 14px center; background-size: 18px; padding-right: 42px; }

.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field-row-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }

/* Chọn nội dung thi đấu bằng thẻ radio */
.pick-grid { display: grid; gap: 10px; }

.pick {
    position: relative;
    display: block;
    border: 1.5px solid var(--line);
    border-radius: 12px;
    padding: 14px 16px 14px 48px;
    cursor: pointer;
    background: #FBFDFF;
    transition: border-color .2s ease, background .2s ease;
}

.pick input { position: absolute; opacity: 0; pointer-events: none; }

.pick::before {
    content: '';
    position: absolute;
    left: 17px;
    top: 50%;
    transform: translateY(-50%);
    width: 19px;
    height: 19px;
    border: 2px solid #C4D2E0;
    border-radius: 50%;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.pick:hover { border-color: #B9CEE4; }

.pick.is-selected { border-color: var(--pick, var(--blue)); background: var(--white); box-shadow: 0 4px 16px rgba(11, 46, 91, .09); }
.pick.is-selected::before { border-color: var(--pick, var(--blue)); box-shadow: inset 0 0 0 4px var(--pick, var(--blue)); }

.pick.is-disabled { opacity: .5; cursor: not-allowed; }

.pick-name { display: block; font-weight: 700; font-size: .98rem; color: var(--navy); }
.pick-meta { display: block; font-size: .82rem; color: var(--muted); margin-top: 2px; }
.pick-tag { float: right; font-size: .74rem; font-weight: 700; color: var(--pick, var(--blue)); text-transform: uppercase; letter-spacing: .06em; }

/* Chuyển đổi có/chưa có đồng đội */
.segment { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }

.segment label {
    display: block;
    text-align: center;
    padding: 12px 10px;
    border: 1.5px solid var(--line);
    border-radius: 11px;
    cursor: pointer;
    font-size: .9rem;
    font-weight: 600;
    color: var(--muted);
    background: #FBFDFF;
    margin: 0;
    transition: all .2s ease;
}

.segment input { position: absolute; opacity: 0; pointer-events: none; }
.segment label.is-selected { background: var(--navy); border-color: var(--navy); color: var(--white); }

.partner-box {
    border: 1.5px dashed var(--line);
    border-radius: 12px;
    padding: 17px;
    margin-top: 14px;
    background: #F7FBFF;
}

.partner-box[hidden] { display: none; }

.fee-callout {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    background: #FFF8E1;
    border-left: 4px solid var(--ball);
    padding: 14px 16px;
    border-radius: 10px;
    font-size: .89rem;
    line-height: 1.55;
    margin: 20px 0;
}

.fee-callout svg { width: 19px; height: 19px; flex-shrink: 0; stroke: #B98800; fill: none; stroke-width: 2; margin-top: 1px; }

.btn-submit {
    width: 100%;
    padding: 17px;
    border: none;
    border-radius: 999px;
    background: linear-gradient(100deg, var(--blue) 0%, var(--blue-bright) 100%);
    color: var(--white);
    font-family: inherit;
    font-size: 1.05rem;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 12px 28px rgba(18, 87, 166, .35);
    transition: transform .22s ease, box-shadow .22s ease;
}

.btn-submit:hover:not(:disabled) { transform: translateY(-2px); box-shadow: 0 18px 36px rgba(18, 87, 166, .42); }
.btn-submit:disabled { opacity: .65; cursor: not-allowed; transform: none; }

.form-foot { text-align: center; font-size: .82rem; color: var(--muted); margin-top: 13px; }

.closed-notice {
    background: #FDECEF;
    border-left: 4px solid var(--danger);
    padding: 18px 20px;
    border-radius: 11px;
    font-size: .95rem;
}

/* Cột phải: lệ phí, QR, liên hệ ---------------------- */
.side-stack { display: grid; gap: 20px; }

.fee-panel { text-align: center; }

.fee-amount {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-style: italic;
    font-size: 2.9rem;
    line-height: 1;
    color: var(--green);
}

.fee-unit { font-size: .9rem; color: var(--muted); margin-top: 4px; }

.qr-frame {
    margin: 20px auto 16px;
    width: 210px;
    padding: 12px;
    background: var(--white);
    border: 2px solid var(--line);
    border-radius: 14px;
}

.qr-frame img { width: 100%; border-radius: 6px; }

.qr-placeholder {
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #9AA9B8;
    font-size: .8rem;
    text-align: center;
    background: var(--paper);
    border-radius: 8px;
    padding: 12px;
}

.bank-list { display: grid; gap: 9px; text-align: left; margin-top: 6px; }

.bank-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    font-size: .88rem;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--line);
}

.bank-row:last-child { border-bottom: none; }
.bank-row span { color: var(--muted); flex-shrink: 0; }
.bank-row strong { color: var(--navy); text-align: right; word-break: break-word; }

.copy-btn {
    background: none;
    border: none;
    color: var(--blue-bright);
    font-family: inherit;
    font-size: .78rem;
    font-weight: 600;
    cursor: pointer;
    padding: 0 0 0 6px;
}

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

.contact-item { display: flex; gap: 12px; align-items: flex-start; }

.contact-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--paper);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-weight: 700;
    color: var(--blue);
    font-size: .92rem;
}

.contact-name { font-weight: 600; font-size: .93rem; }
.contact-role { font-size: .8rem; color: var(--muted); line-height: 1.4; }
.contact-phone { font-size: .95rem; font-weight: 700; color: var(--green); text-decoration: none; }

/* =====================================================
   THỂ LỆ
   ===================================================== */
.rules-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 16px;
}

.rule-item {
    background: var(--white);
    border: 1px solid var(--line);
    border-left: 4px solid var(--blue);
    border-radius: 12px;
    padding: 17px 20px;
    font-size: .93rem;
    line-height: 1.6;
    box-shadow: var(--shadow-sm);
}

.rule-item:nth-child(3n+2) { border-left-color: var(--green); }
.rule-item:nth-child(3n+3) { border-left-color: var(--ball); }

/* =====================================================
   FOOTER
   ===================================================== */
.footer { background: var(--navy-deep); color: rgba(255, 255, 255, .75); padding: 46px 0 26px; }

.footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    gap: 30px;
    align-items: center;
}

.footer-brand { display: flex; gap: 16px; align-items: center; }
.footer-brand img { width: 62px; height: 62px; background: #fff; border-radius: 50%; padding: 4px; }
.footer-brand h4 { color: var(--white); font-size: 1rem; font-weight: 700; }
.footer-brand p { font-size: .87rem; margin-top: 3px; }

.footer-links { display: grid; gap: 8px; font-size: .89rem; }
.footer-links a { color: rgba(255, 255, 255, .8); text-decoration: none; }
.footer-links a:hover { color: var(--ball); }

.footer-bottom {
    margin-top: 32px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    text-align: center;
    font-size: .82rem;
}

/* =====================================================
   MODAL THÔNG BÁO + tiện ích
   ===================================================== */
.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(7, 30, 61, .65);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity .28s ease, visibility .28s ease;
}

.modal-overlay.show { opacity: 1; visibility: visible; }

.modal-card {
    background: var(--white);
    border-radius: var(--radius);
    padding: 34px 30px 26px;
    max-width: 420px;
    width: 100%;
    text-align: center;
    transform: translateY(20px) scale(.97);
    transition: transform .28s cubic-bezier(.2, .8, .3, 1);
}

.modal-overlay.show .modal-card { transform: translateY(0) scale(1); }
.modal-card svg { width: 58px; height: 58px; margin: 0 auto 16px; fill: none; stroke-width: 2; }
.modal-card p { font-size: .98rem; color: var(--ink); line-height: 1.6; }

.modal-close {
    margin-top: 22px;
    padding: 12px 34px;
    border: none;
    border-radius: 999px;
    background: var(--navy);
    color: var(--white);
    font-family: inherit;
    font-weight: 600;
    cursor: pointer;
}

.spinner {
    width: 18px;
    height: 18px;
    border: 2.5px solid rgba(255, 255, 255, .35);
    border-top-color: var(--white);
    border-radius: 50%;
    animation: spin .7s linear infinite;
}

@keyframes spin { to { transform: rotate(360deg); } }

.to-top {
    position: fixed;
    right: 22px;
    bottom: 22px;
    width: 46px;
    height: 46px;
    border: none;
    border-radius: 50%;
    background: var(--navy);
    color: var(--white);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow);
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: all .3s ease;
    z-index: 900;
}

.to-top.visible { opacity: 1; visibility: visible; transform: translateY(0); }
.to-top svg { width: 20px; height: 20px; stroke: currentColor; fill: none; stroke-width: 2.5; }

/* Hiệu ứng xuất hiện khi cuộn */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }

/* =====================================================
   RESPONSIVE
   ===================================================== */
@media (max-width: 980px) {
    .purpose { grid-template-columns: 1fr; gap: 30px; }
    .reg-layout { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; text-align: center; }
    .footer-brand { flex-direction: column; text-align: center; }
    .footer-links { justify-items: center; }
}

@media (max-width: 640px) {
    body { font-size: 15px; }
    .hero { min-height: 560px; }
    .hero-bg { background-image: url('../images/hero.jpg'); background-position: center 62%; }
    .hero-inner { padding: 34px 18px 42px; }
    .hero-org { padding: 6px 14px 6px 6px; gap: 9px; }
    .hero-org img { width: 34px; height: 34px; }
    .hero-org span { font-size: .68rem; }
    .hero-slogan { font-size: .78rem; letter-spacing: .14em; }
    .meta-chip { font-size: .84rem; padding: 8px 14px; }
    .btn-primary, .btn-ghost { width: 100%; }
    .section { padding: 48px 0; }
    .panel { padding: 22px 18px; }
    .field-row, .field-row-3 { grid-template-columns: 1fr; }
    .fee-amount { font-size: 2.4rem; }
    .cat-name { font-size: 1.7rem; }
}

@media (prefers-reduced-motion: reduce) {
    * { animation-duration: .01ms !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
    .reveal { opacity: 1; transform: none; }
}
