:root{--brand-purple:#5D3A5C;--brand-purple-dark:#4A2D49;--paw-color:#EDE5D6;--page-bg:#FBF9F5;--input-border:#E2E2E2;--muted-text:#8A8A8A}*{box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;background-color:var(--page-bg);background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='140' height='140' viewBox='0 0 140 140'><g fill='%23EDE5D6' opacity='0.9'><ellipse cx='40' cy='70' rx='13' ry='17'/><ellipse cx='22' cy='48' rx='7' ry='9'/><ellipse cx='38' cy='38' rx='7' ry='9'/><ellipse cx='54' cy='42' rx='7' ry='9'/><ellipse cx='66' cy='58' rx='6' ry='8'/><ellipse cx='110' cy='120' rx='13' ry='17'/><ellipse cx='92' cy='98' rx='7' ry='9'/><ellipse cx='108' cy='88' rx='7' ry='9'/><ellipse cx='124' cy='92' rx='7' ry='9'/><ellipse cx='136' cy='108' rx='6' ry='8'/></g></svg>");background-repeat:repeat;min-height:100vh;padding:40px 16px;margin:0}.gift-card-wrapper{max-width:620px;margin:0 auto}.gift-card-panel{background:#fff;border-radius:18px;padding:40px 48px 36px;box-shadow:0 20px 60px rgb(93 58 92 / .08)}.brand{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:28px}.brand-logo{width:458px;height:80px;flex-shrink:0}.brand-name{font-family:"Times New Roman",Georgia,serif;font-size:1.4rem;letter-spacing:.04em;color:var(--brand-purple);font-weight:500;margin:0}.page-title{text-align:center;font-size:2.1rem;font-weight:700;color:#222;margin:0 0 24px}.divider{border:0;border-top:1px solid #E9E9E9;margin:0 0 24px}.section-label{font-size:.95rem;color:#444;font-weight:600;margin-bottom:14px}.amount-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:22px}.amount-card{background:var(--brand-purple);color:#fff;border:2px solid var(--brand-purple);border-radius:10px;padding:14px 16px;cursor:pointer;transition:transform 0.15s ease,box-shadow 0.2s ease;text-align:left;position:relative;font-family:inherit}.amount-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgb(93 58 92 / .25)}.amount-card.active{background:var(--brand-purple-dark);box-shadow:0 0 0 3px rgb(93 58 92 / .25)}.amount-value{font-size:1.25rem;font-weight:700;margin-bottom:6px}.amount-expiry{font-size:.78rem;opacity:.9;margin-bottom:10px}.amount-card .gift-icon{font-size:1rem;opacity:.95}.form-field{margin-bottom:14px}.input-wrap{position:relative}.form-control,.form-textarea{width:100%;border:1.5px solid var(--input-border);border-radius:10px;padding:14px 16px;font-size:.95rem;color:#333;background:#fff;transition:border-color 0.2s ease,box-shadow 0.2s ease;font-family:inherit}.form-control::placeholder,.form-textarea::placeholder{color:var(--muted-text)}.form-control:focus,.form-textarea:focus{outline:none;border-color:var(--brand-purple);box-shadow:0 0 0 3px rgb(93 58 92 / .12)}.form-textarea{min-height:90px;resize:vertical}.input-prefix{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:var(--muted-text);font-size:.95rem;pointer-events:none}.input-prefix+.form-control{padding-left:32px}.input-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:var(--muted-text);font-size:1rem;pointer-events:none}.input-icon+.form-control{padding-left:40px}.btn-submit-wrap{border-top:1px solid #E9E9E9;padding-top:24px;margin-top:8px;text-align:center}.btn-submit{background:var(--brand-purple);color:#fff;border:none;border-radius:999px;padding:14px 44px;font-size:1rem;font-weight:500;cursor:pointer;transition:background 0.2s ease,transform 0.15s ease,box-shadow 0.2s ease;font-family:inherit}.btn-submit:hover{background:var(--brand-purple-dark);transform:translateY(-1px);box-shadow:0 10px 24px rgb(93 58 92 / .3)}.btn-submit:active{transform:translateY(0)}@media (max-width:576px){body{padding:20px 12px}.gift-card-panel{padding:28px 20px 24px;border-radius:14px}.brand-name{font-size:1.1rem}.brand-logo{width:44px;height:44px}.page-title{font-size:1.6rem}.amount-grid{grid-template-columns:repeat(3,1fr);gap:8px}.amount-card{padding:10px 10px}.amount-value{font-size:1rem}.amount-expiry{font-size:.68rem}.btn-submit{padding:12px 30px;width:100%;max-width:320px}}@media (max-width:360px){.amount-grid{grid-template-columns:1fr}}

.switch-label{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;font-weight:600}.switch{position:relative;display:inline-block;width:55px;height:28px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background:#ccc;transition:.4s}.slider:before{position:absolute;content:"";height:22px;width:22px;left:3px;bottom:3px;background:#fff;transition:.4s}input:checked+.slider{background:#5d3a5c}input:checked+.slider:before{transform:translateX(27px)}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}