
*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:#fff7f0;color:#32130d}.mobile-app{max-width:430px;min-height:100vh;margin:0 auto;background:#fffaf5;box-shadow:0 0 24px #00000012;padding-bottom:88px}.topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px 16px;background:#fff1e8;border-bottom:1px solid #f0c9b8}.brand{display:flex;align-items:center;gap:10px;flex:1;font-weight:800;color:#32130d;text-decoration:none}.back-btn{width:38px;height:38px;border:0;border-radius:50%;background:#fff;box-shadow:0 8px 20px #c76d321a;color:#8b0000;font-size:34px;line-height:34px;font-weight:800;display:grid;place-items:center;padding:0 0 4px;cursor:pointer}.back-btn:active{transform:scale(.96)}.brand img{width:46px;height:46px;border-radius:50%;object-fit:contain}.brand span{line-height:1.05;font-size:13px}.notify{width:42px;height:42px;border:0;border-radius:50%;background:#fff;box-shadow:0 8px 20px #c76d321a;font-size:21px;position:relative}.notify:after{content:"";position:absolute;right:10px;top:9px;width:9px;height:9px;background:#e01e1e;border:2px solid #fff;border-radius:50%}.hero{padding:16px}.slider{position:relative;overflow:hidden;border-radius:24px;background:linear-gradient(135deg,#ff8a00,#ffc400);min-height:188px}.slides{display:flex;width:300%;animation:slide 12s infinite}.slide{width:33.333%;min-height:188px;padding:22px;display:flex;align-items:flex-end;color:white}.slide:nth-child(1){background:linear-gradient(135deg,#ff8a00dd,#7a1600cc),url('assets/images/logo.webp') center/130px no-repeat}.slide:nth-child(2){background:linear-gradient(135deg,#b40000dd,#ffb000cc)}.slide:nth-child(3){background:linear-gradient(135deg,#ff6a00dd,#ffe000cc)}.slide h1,.slide h2{margin:0 0 6px;font-size:24px}.slide p{margin:0;font-size:14px;opacity:.95}.dots{position:absolute;bottom:12px;left:0;right:0;text-align:center}.dots i{display:inline-block;width:7px;height:7px;margin:0 3px;border-radius:50%;background:#ffffffaa}@keyframes slide{0%,27%{transform:translateX(0)}33%,60%{transform:translateX(-33.333%)}66%,93%{transform:translateX(-66.666%)}100%{transform:translateX(0)}}.section-title{padding:4px 18px 10px;margin:0;font-size:18px}.icon-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:0 16px 18px}.grid-item{text-decoration:none;color:#40150c;background:#fff;border-radius:18px;text-align:center;padding:16px 6px;box-shadow:0 8px 24px #9b3f1112;border:1px solid #ffe1cf}.grid-item .ico{display:grid;place-items:center;margin:0 auto 9px;width:44px;height:44px;border-radius:15px;background:#fff0dc;font-size:24px}.grid-item span{font-size:13px;font-weight:700}.content-wrap{padding:0 16px 18px}.page-heading{font-size:22px;line-height:1.2;margin:14px 0 10px;color:#8b0000}.card-heading{font-size:17px;margin:12px 0 8px;color:#40150c}.text-card,.info-card,.list-card{background:#fff;border:1px solid #ffe1cf;border-radius:16px;box-shadow:0 8px 24px #9b3f1112;margin:10px 0;padding:14px;font-size:14px;line-height:1.55}.list-card{display:flex;gap:10px;align-items:flex-start}.list-card span{display:grid;place-items:center;flex:0 0 24px;width:24px;height:24px;border-radius:50%;background:#fff0dc;color:#8b0000;font-weight:800}.list-card p{margin:0}.content-img{width:100%;height:auto;display:block;border-radius:18px;margin:14px 0;box-shadow:0 8px 24px #9b3f1112;background:#fff}.table-card{overflow:auto;font-size:13px}.bottom-actions{position:fixed;left:50%;bottom:0;transform:translateX(-50%);width:min(430px,100%);display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-top:1px solid #f0c9b8;padding:8px 6px 10px;box-shadow:0 -8px 24px #00000012}.bottom-actions a{text-decoration:none;color:#6b2a14;text-align:center;font-size:11px;font-weight:700}.bottom-actions b{display:block;font-size:21px;margin-bottom:2px}.bottom-actions .active{color:#f07800}.form-card{background:#fff;border-radius:18px;margin:0 16px 18px;padding:16px;border:1px solid #ffe1cf;box-shadow:0 8px 24px #9b3f1112}.form-grid{display:grid;gap:14px}.form-group-custom{display:flex;gap:8px}.form-icon{width:28px;height:28px;min-width:28px;border-radius:50%;background:#8b0000;color:#fff;display:grid;place-items:center;font-size:12px}.form-field{width:100%}.form-label-custom{display:block;font-size:12px;font-weight:700;margin-bottom:4px}.form-control-custom{width:100%;border:0;border-bottom:2px dotted #999;background:transparent;padding:7px 3px;font-size:14px;outline:0}.form-control-custom:focus{border-bottom-color:#8b0000}textarea.form-control-custom{min-height:58px;resize:vertical}.radio-group{display:grid;gap:8px}.radio-option{background:#fff7f0;border:1px solid #ffe1cf;border-radius:12px;padding:9px 10px;font-size:12px}.submit-area{text-align:center;margin-top:18px}.submit-btn{width:100%;background:#8b0000;color:#fff;border:0;border-radius:14px;padding:13px;font-weight:800}.form-heading{background:#8b0000;color:#fff;text-align:center;border-radius:14px;padding:12px;margin-bottom:15px;font-weight:800}.form-heading span{display:block;font-size:12px;margin-top:3px}.alert{padding:12px 14px;border-radius:14px;margin-bottom:14px}.alert-success{background:#d4edda;color:#155724}.alert-danger{background:#f8d7da;color:#721c24}.contact-form input,.contact-form textarea{width:100%;margin-bottom:10px;border:1px solid #ffe1cf;border-radius:14px;padding:12px;font:inherit;background:#fff}.contact-form button{width:100%;background:#8b0000;color:#fff;border:0;border-radius:14px;padding:13px;font-weight:800}@media(min-width:700px){body{background:#f7e2d5}.mobile-app{margin-top:18px;border-radius:26px;overflow:hidden}.bottom-actions{border-radius:22px 22px 0 0}}

/* Form submit visibility fix above fixed bottom navigation */
.form-app { padding-bottom: 170px; }
.submit-area { bottom: 92px; padding-bottom: 18px; margin-bottom: 18px; z-index: 10; }
.bottom-actions { z-index: 30; }
