/* ASCS Gym Uniform Order page (.agp-*) — styles live in the theme so
   page-content edits in the WP/Fusion editor cannot break the design.
   Step numbers use CSS counters and the form card targets GF's own
   #gform_wrapper_23, so the markup survives visual-editor round-trips. */

.agp-banner{background:linear-gradient(135deg,#9a1221,#ac1e2e);color:#fff;text-align:center;padding:30px 24px;border-radius:10px;margin-bottom:30px;font-size:15.5px;}
.agp-banner strong{font-family:Oswald,Arial,sans-serif;font-weight:500;font-size:27px;letter-spacing:1px;text-transform:uppercase;display:block;margin-bottom:6px;color:#fff;}
.agp-intro{font-size:17px;line-height:1.75;margin:0 0 32px;text-align:left;color:#3a3a3a;}
.agp-cards{display:flex;gap:22px;flex-wrap:wrap;margin-bottom:32px;}
.agp-card{flex:1 1 280px;background:#fff;border:1px solid #e6e6e6;border-top:4px solid #ac1e2e;border-radius:8px;padding:26px 24px;box-shadow:0 2px 10px rgba(0,0,0,.05);text-align:center;font-size:14.5px;color:#555;line-height:1.6;}
.agp-card h3{font-family:Oswald,Arial,sans-serif;font-weight:500;text-transform:uppercase;letter-spacing:1.5px;color:#2c4060;font-size:19px;margin:0 0 10px;}
.agp-card p{font-size:14.5px;color:#555;line-height:1.6;margin:10px 0 0;}
.agp-req{display:inline-block;font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;padding:4px 12px;border-radius:20px;}
.agp-req--yes{background:#ac1e2e;color:#fff;}
.agp-req--opt{background:#f0ebe2;color:#7a6748;}
.agp-price{font-family:Oswald,Arial,sans-serif;font-size:42px;color:#ac1e2e;line-height:1.1;margin:14px 0 2px;}
.agp-sizes{font-size:13px;color:#8a8a8a;}
.agp-steps{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:36px;counter-reset:agp-step;}
.agp-step{flex:1 1 210px;background:#f4f4f4;border-radius:8px;padding:16px 18px;font-size:14.5px;color:#444;display:flex;align-items:center;gap:13px;line-height:1.45;}
.agp-step::before{counter-increment:agp-step;content:counter(agp-step);flex:0 0 34px;background:#2c4060;color:#fff;font-family:Oswald,Arial,sans-serif;width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:17px;}
/* the form card targets GF's own wrapper — no fragile wrapper div in content */
#gform_wrapper_23{background:#fff;border:1px solid #e6e6e6;border-radius:10px;box-shadow:0 3px 14px rgba(0,0,0,.06);padding:36px;margin-bottom:26px;}
#gform_wrapper_23 .gform_page_footer .button,#gform_wrapper_23 .gform_footer .button{background:#ac1e2e;color:#fff;border:none;padding:13px 32px;font-family:Oswald,Arial,sans-serif;font-weight:500;font-size:15px;text-transform:uppercase;letter-spacing:1.5px;border-radius:5px;cursor:pointer;transition:background .2s;}
#gform_wrapper_23 .gform_page_footer .button:hover,#gform_wrapper_23 .gform_footer .button:hover{background:#9a1221;}
#gform_wrapper_23 .gf_progressbar{background:#ececec;border-radius:20px;}
#gform_wrapper_23 .gf_progressbar_percentage{background:#ac1e2e !important;border-radius:20px;}
#gform_wrapper_23 .gf_progressbar_title{font-family:Oswald,Arial,sans-serif;font-weight:400;letter-spacing:.5px;color:#2c4060;text-transform:uppercase;font-size:15px;}
#gform_wrapper_23 .gfield_label{font-weight:600;color:#2c4060;}
#gform_wrapper_23 .gfield_required{color:#ac1e2e;}
#gform_wrapper_23 .ginput_total{font-family:Oswald,Arial,sans-serif;font-size:26px;color:#ac1e2e;}
#gform_wrapper_23 .gfield--type-html h3{font-family:Oswald,Arial,sans-serif;font-weight:500;text-transform:uppercase;letter-spacing:1px;color:#2c4060;}
.agp-contact{text-align:center;font-size:15px;color:#666;}
.agp-contact a{color:#ac1e2e;font-weight:600;}
@media (max-width:640px){.agp-banner strong{font-size:21px;}#gform_wrapper_23{padding:22px 16px;}.agp-price{font-size:36px;}}
