body
{
   background-color: #FFFFFF;
   background-image: url('none');
   background-attachment: scroll;
   background-position: left top;
   background-repeat: repeat;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
a
{
   color: #0000FF;
   text-decoration: underline;
}
a:visited
{
   color: #800080;
}
a:hover
{
   color: #0000FF;
   text-decoration: underline;
}
#wb_Image1
{
   vertical-align: top;
}
#Image1
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_Line1
{
   font-size: 0;
}
#Line1
{
   border-width: 0;
   height: 8px;
   width: 1288px;
}
#Shape1
{
   border-width: 0;
   vertical-align: top;
}
#wb_CssMenu1
{
   border: 0px solid #C0C0C0;
   border-radius: 0px;
   background-color: transparent;
   margin: 0;
   text-align: right;
}
#wb_CssMenu1 ul
{
   list-style-type: none;
   margin: 0;
   padding: 0;
    font-size: 0;
   position: relative;
   display: inline-block;
}
#wb_CssMenu1 li
{
   display: inline-block;
   margin: 0;
   padding: 4px 0px 4px 4px;
}
#wb_CssMenu1 a
{
   display: block;
   color: #F5F5DC;
   border: 0px solid #556B2F;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   font-family: Inter;
   font-weight: normal;
   font-size: 12px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   text-align: center;
   box-shadow: 1px 0px 0px #4F4F4F;
   vertical-align: middle;
}
#wb_CssMenu1 > ul > li > a
{
   height: 28px;
   line-height: 28px;
   padding: 0px 5px 0px 5px;
}
#wb_CssMenu1 li:hover a, #wb_CssMenu1 a:hover, #wb_CssMenu1 .active
{
   color: #DAA520;
   border: 0px solid #DAA520;
   background-color: transparent;
   background-image: none;
}
#wb_CssMenu1 li.firstmain
{
   padding-left: 4px;
}
#wb_CssMenu1 li.lastmain
{
   padding-right: 4px;
}
#wb_CssMenu1 br
{
   clear: both;
   font-size: 1px;
   height: 0;
   line-height: 0;
}
@media all and (max-width:480px) 
{
#wb_CssMenu1 ul
{
   width: 100%;
}
#wb_CssMenu1 li
{
   padding: 0 4px 4px 4px !important;
   width: 100% !important;
}
#wb_CssMenu1 a
{
   box-sizing: border-box;
   float: none !important;
   width: 100% !important;
}

}
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root {
    --green: #014421; --green-mid: #025a2c; --green-light: #e8f0eb;
    --gold: #cc9933; --gold-light: #f5e9c8; --gold-dark: #a67c20;
    --red: #7b1113; --red-light: #f5e8e8;
    --cream: #faf8f2; --white: #ffffff; --text: #1a1a1a; --text-muted: #5a6070;
    --border: #ddd9ce; --success: #014421; --success-bg: #e8f0eb;
    --danger: #7b1113; --danger-bg: #f5e8e8; --warning-bg: #fdf3dc; --warning: #8a6000;
    --radius: 8px; --shadow: 0 2px 16px rgba(1,68,33,0.08);
  }
  body { font-family: 'DM Sans', sans-serif; background: var(--cream); color: var(--text); min-height: 100vh; font-size: 15px; line-height: 1.6; }
  .header { background: var(--green); color: white; padding: 1.5rem 1.5rem 1.25rem; border-bottom: 4px solid var(--gold); text-align: center; }
  .header .brand { font-family: 'Libre Baskerville', serif; font-size: 1.6rem; font-weight: 700; color: var(--gold); letter-spacing: 0.08em; }
  .header .brand sup { font-size: 0.5em; vertical-align: super; }
  .header .tagline-main { font-size: 0.75rem; color: rgba(255,255,255,0.6); letter-spacing: 0.1em; text-transform: uppercase; margin-top: 4px; }
  .header .tagline-program { font-size: 0.85rem; color: var(--gold-light); font-style: italic; margin-top: 6px; }
  .container { max-width: 680px; margin: 0 auto; padding: 1.75rem 1.5rem; }
  .step-bar { display: flex; margin-bottom: 1.75rem; border: 0.5px solid var(--border); border-radius: var(--radius); overflow: hidden; }
  .step-item { flex: 1; padding: 0.55rem 0.4rem; text-align: center; font-size: 11px; font-weight: 500; background: var(--white); color: var(--text-muted); border-right: 0.5px solid var(--border); }
  .step-item:last-child { border-right: none; }
  .step-item.active { background: var(--green); color: white; }
  .step-item.done { background: var(--green-mid); color: var(--gold-light); }
  .card { background: var(--white); border: 0.5px solid var(--border); border-radius: var(--radius); padding: 1.5rem; margin-bottom: 1rem; box-shadow: var(--shadow); }
  .card-title { font-family: 'Libre Baskerville', serif; font-size: 1.1rem; font-weight: 700; color: var(--green); margin-bottom: 1rem; padding-bottom: 0.75rem; border-bottom: 0.5px solid var(--border); }
  .field { margin-bottom: 1rem; }
  .field label { display: block; font-size: 12px; font-weight: 500; color: var(--text-muted); margin-bottom: 4px; text-transform: uppercase; letter-spacing: 0.04em; }
  .field input { width: 100%; padding: 0.6rem 0.75rem; border: 0.5px solid var(--border); border-radius: 6px; font-family: 'DM Sans', sans-serif; font-size: 14px; background: var(--cream); color: var(--text); outline: none; transition: border 0.15s; }
  .field input:focus { border-color: var(--green); background: white; }
  .product-list { display: flex; flex-direction: column; gap: 8px; }
  .product-item { border: 1.5px solid var(--border); border-radius: var(--radius); padding: 1rem; cursor: pointer; transition: all 0.15s; background: white; display: flex; justify-content: space-between; align-items: center; }
  .product-item:hover:not(.unavailable) { border-color: var(--green); }
  .product-item.selected { border-color: var(--gold); background: var(--gold-light); }
  .product-item.unavailable { opacity: 0.5; cursor: not-allowed; }
  .product-name { font-weight: 700; font-size: 15px; color: var(--green); }
  .product-full { font-size: 12px; color: var(--text-muted); margin-top: 2px; }
  .product-price { font-size: 1.1rem; font-weight: 700; color: var(--green); }
  .product-badge { font-size: 11px; padding: 3px 10px; border-radius: 20px; font-weight: 500; background: var(--warning-bg); color: var(--warning); }
  .platform-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 1rem; }
  .platform-card { border: 1.5px solid var(--border); border-radius: var(--radius); padding: 1rem; cursor: pointer; transition: all 0.15s; background: white; text-align: center; }
  .platform-card:hover:not(.unavailable) { border-color: var(--green); }
  .platform-card.selected { border-color: var(--gold); background: var(--gold-light); }
  .platform-card.unavailable { opacity: 0.5; cursor: not-allowed; }
  .platform-title { font-weight: 500; font-size: 13px; color: var(--green); margin-top: 4px; }
  .platform-sub { font-size: 11px; color: var(--text-muted); margin-top: 2px; }
  .notice { border-radius: var(--radius); padding: 0.8rem 1rem; margin-bottom: 1rem; font-size: 13px; }
  .notice-warn { background: var(--warning-bg); color: var(--warning); border: 0.5px solid #e8c47a; }
  .notice-info { background: #eef4fb; color: #1a4a7a; border: 0.5px solid #b5d4f4; }
  .notice-danger { background: var(--danger-bg); color: var(--danger); border: 0.5px solid #e8a0a0; }
  .gcash-box { background: var(--gold-light); border: 1.5px solid var(--gold); border-radius: var(--radius); padding: 1.25rem; margin-bottom: 1rem; text-align: center; }
  .gcash-num { font-size: 1.5rem; font-weight: 500; color: var(--green); letter-spacing: 0.06em; }
  .gcash-name { font-size: 13px; color: var(--text-muted); margin-top: 3px; }
  .gcash-amount { font-size: 1rem; margin-top: 8px; color: var(--green); }
  .gcash-amount span { font-weight: 700; color: var(--red); font-size: 1.4rem; }
  .upload-area { border: 1.5px dashed var(--border); border-radius: var(--radius); padding: 1.5rem; text-align: center; cursor: pointer; transition: all 0.15s; background: white; }
  .upload-area:hover { border-color: var(--green); background: var(--cream); }
  .upload-area.has-file { border-color: var(--success); background: var(--success-bg); }
  .upload-icon { font-size: 1.8rem; margin-bottom: 8px; }
  .upload-text { font-size: 13px; color: var(--text-muted); }
  input[type=file] { display: none; }
  .btn { width: 100%; padding: 0.75rem; border: none; border-radius: var(--radius); font-family: 'DM Sans', sans-serif; font-size: 14px; font-weight: 500; cursor: pointer; transition: all 0.15s; }
  .btn-primary { background: var(--green); color: white; }
  .btn-primary:hover { background: var(--green-mid); }
  .btn-primary:disabled { opacity: 0.35; cursor: not-allowed; }
  .btn-secondary { background: transparent; color: var(--green); border: 1px solid var(--green); margin-top: 8px; }
  .btn-secondary:hover { background: var(--green-light); }
  .btn-gold { background: var(--gold); color: var(--green); font-weight: 700; }
  .btn-gold:hover { background: var(--gold-dark); color: white; }
  .btn-gold:disabled { opacity: 0.35; cursor: not-allowed; }
  .confirm-box { text-align: center; padding: 1rem 0; }
  .confirm-title { font-family: 'Libre Baskerville', serif; font-size: 1.3rem; color: var(--green); margin-bottom: 0.5rem; }
  .confirm-details { background: var(--cream); border: 0.5px solid var(--border); border-radius: var(--radius); padding: 1rem; margin: 1rem 0; text-align: left; }
  .confirm-row { display: flex; justify-content: space-between; padding: 5px 0; border-bottom: 0.5px solid var(--border); font-size: 13px; }
  .confirm-row:last-child { border-bottom: none; }
  .confirm-row span:first-child { color: var(--text-muted); min-width: 110px; }
  .confirm-row span:last-child { font-weight: 500; text-align: right; }
  .gold-line { width: 100%; height: 2px; background: linear-gradient(to right, var(--gold), var(--red)); margin: 0.75rem 0; border-radius: 2px; }
  .spinner { display: inline-block; width: 15px; height: 15px; border: 2px solid rgba(255,255,255,0.3); border-top-color: white; border-radius: 50%; animation: spin 0.7s linear infinite; vertical-align: middle; margin-right: 8px; }
  @keyframes spin { to { transform: rotate(360deg); } }
  .loading-state { text-align: center; padding: 2rem; color: var(--text-muted); font-size: 14px; }
