* { box-sizing:border-box; }
html,body { margin:0; padding:0; min-height:100%; font-family:Segoe UI,Arial,sans-serif; color:#24352b; background:#eef3ed; }
body { background:linear-gradient(rgba(238,243,237,.78),rgba(238,243,237,.88)),url("images/tea-garden-banner.svg") center top/cover fixed; }
.site-header { background:#123d29; color:#fff; box-shadow:0 3px 15px rgba(0,0,0,.18); }
.header-inner { max-width:1180px; margin:auto; padding:16px 22px; }
.brand { display:flex; align-items:center; gap:18px; color:#fff; text-decoration:none; }
.logo { width:72px; height:72px; object-fit:contain; }
.jubilee { width:78px; height:78px; object-fit:contain; margin-left:auto; }
.brand-name { font-size:25px; font-weight:700; letter-spacing:1px; }
.brand-sub { margin-top:5px; color:#e8c96a; font-size:14px; font-weight:600; letter-spacing:2px; }
.main-nav { display:flex; justify-content:center; flex-wrap:wrap; gap:4px; background:#0d3020; padding:8px; }
.main-nav a { color:#fff; text-decoration:none; padding:10px 18px; border-radius:5px; font-size:13px; font-weight:600; }
.main-nav a:hover { background:#246b45; }
.page-shell { max-width:1180px; margin:32px auto; padding:0 18px; min-height:calc(100vh - 245px); }
.page-card { background:#fff; border-radius:14px; box-shadow:0 8px 30px rgba(24,55,36,.13); padding:30px; border-top:5px solid #d2aa4c; }
.page-title { margin:0 0 8px; color:#123d29; font-size:29px; }
.page-subtitle { margin:0 0 24px; color:#6a756e; }
.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:18px 24px; }
.field label { display:block; margin-bottom:7px; font-weight:600; color:#345140; }
.input, select, textarea { width:100%; border:1px solid #cbd7cf; border-radius:7px; padding:11px 12px; font-size:15px; background:#fff; }
.input:focus, select:focus, textarea:focus { outline:none; border-color:#246b45; box-shadow:0 0 0 3px rgba(36,107,69,.12); }
.full { grid-column:1/-1; }
.btn { border:0; border-radius:7px; background:#246b45; color:#fff; padding:13px 25px; font-size:15px; font-weight:700; cursor:pointer; }
.btn:hover { background:#174d31; }
.btn-gold { background:#b48b32; }
.btn-gold:hover { background:#8e6d28; }
.message { margin:18px 0; padding:13px 16px; border-radius:7px; font-weight:600; }
.message.success { background:#e4f4e8; color:#176331; border:1px solid #a9d6b4; }
.message.error { background:#fde9e7; color:#9b2b22; border:1px solid #efb6b0; }
.hero { text-align:center; padding:48px 25px; background:rgba(255,255,255,.92); border-radius:16px; box-shadow:0 8px 30px rgba(24,55,36,.13); border-top:5px solid #d2aa4c; }
.hero h1 { margin:0; color:#123d29; font-size:38px; }
.hero p { color:#657169; font-size:17px; }
.choice-grid { display:grid; grid-template-columns:1fr 1fr; gap:24px; margin-top:28px; }
.choice-card { background:#fff; border-radius:13px; padding:28px; text-align:center; box-shadow:0 7px 25px rgba(24,55,36,.12); }
.choice-card img { width:75px; height:75px; object-fit:contain; }
.choice-card h2 { color:#123d29; margin:13px 0 8px; }
.choice-card p { color:#6b756f; min-height:45px; }
.choice-card a { display:inline-block; text-decoration:none; color:#fff; background:#246b45; padding:12px 22px; border-radius:7px; font-weight:700; }
.site-footer { text-align:center; padding:22px 15px; background:#123d29; color:#dfe9e2; font-size:13px; line-height:1.9; }
.data-table { width:100%; border-collapse:collapse; margin-top:25px; }
.data-table th { background:#123d29; color:#fff; padding:11px; text-align:left; }
.data-table td { border-bottom:1px solid #dde5df; padding:10px; }
@media(max-width:700px) {
 .brand-name{font-size:18px}.brand-sub{font-size:11px}.logo{width:55px;height:55px}.jubilee{width:55px;height:55px}
 .form-grid,.choice-grid{grid-template-columns:1fr}.full{grid-column:auto}.page-card{padding:20px}.hero h1{font-size:28px}
}.hint { display:block; margin-top:5px; color:#718078; font-size:12px; }
.radio-list { padding:8px 0; }
.radio-list label { display:inline-block; margin-right:22px; font-weight:600; }
.amount-summary { display:block; border:1px solid #cbd7cf; border-radius:7px; padding:11px 12px; line-height:1.8; background:#f8fbf8; }
.download-panel { margin:28px auto 10px; padding:20px; background:#f6faf7; border-radius:10px; }
.download-panel .btn { display:inline-block; text-decoration:none; margin:5px; }
