/* Workshop page styles - extracted from workshop.html for smaller HTML and caching */
:root {
    --charcoal: #0F172A;
    --slate: #334155;
    --slate-muted: #64748B;
    --white: #FFFFFF;
    --sapphire: #2563EB;
    --sapphire-hover: #1D4ED8;
    --glass-bg: rgba(15, 23, 42, 0.75);
    --glass-border: 1px solid rgba(255, 255, 255, 0.12);
    --radius-sm: 4px;
    --radius-md: 8px;
    --space-section: 6rem;
}
*{box-sizing:border-box;}
html { overflow-x: hidden; width: 100%; max-width: 100%; margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; background-color: var(--white); color: var(--charcoal); overflow-x: hidden; width: 100%; max-width: 100%; margin: 0; padding: 0; box-sizing: border-box; }
main { overflow-x: hidden; max-width: 100%; }
.workshop-duration { margin-bottom: 0.5rem; }
.duration-label { display: block; font-size: 0.8rem; color: #555; margin-bottom: 0.1rem; font-weight: 600; }
.workshop-duration strong { font-size: 0.95rem; color: #111; }
.price-box { margin-top: 15px; }
.original-price { text-decoration: line-through; color: #888; font-size: 14px; }
.offer-price { font-size: 18px; font-weight: 700; color: #e63946; margin: 5px 0; }
.countdown { font-size: 14px; color: #ff5722; font-weight: 600; }
.track-buttons { display: flex; flex-direction: column; gap: 12px; margin-top: 15px; }
.btn-learn { display: block; text-align: center; padding: 12px; border-radius: 30px; border: 2px solid #3f4591; color: #2563eb; text-decoration: none; font-weight: 600; transition: 0.3s ease; }
.btn-learn:hover { background-color: #3f4591; color: #fff; }
.btn-register { display: block; text-align: center; padding: 12px; border-radius: 30px; background-color: #2563eb; color: #fff; text-decoration: none; font-weight: 600; transition: 0.3s ease; }
.btn-register:hover { background-color: #2f357a; }
.scroll-progress { position: fixed; top: 0; left: 0; width: 0%; height: 3px; background: var(--sapphire); z-index: 9999; transition: width 0.08s ease-out; }
header { background: rgba(255, 255, 255, 0.95) !important; backdrop-filter: blur(12px); border-bottom: 1px solid rgba(15, 23, 42, 0.08); }
.hero-video-wrap { position: relative; min-height: 100vh; overflow: hidden; }
.hero-video-wrap video { position: absolute; top: 50%; left: 50%; min-width: 100%; min-height: 100%; width: 100%; height: 100%; max-width: 100%; object-fit: cover; transform: translate(-50%, -50%); }
.hero-video-overlay { position: absolute; top: 80px; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.45); display: flex; align-items: center; justify-content: center; padding: 2rem; }
.hero-glass { background: transparent; padding: 3rem 4rem; max-width: 720px; width: 100%; text-align: center; margin: 0 auto; }
.hero-tagline { font-size: clamp(1.35rem, 2.8vw + 1rem, 2.65rem); font-weight: 800; color: var(--white); letter-spacing: -0.02em; line-height: 1.15; margin-bottom: 1.25rem; white-space: nowrap; text-align: center; }
.hero-mission { font-size: 1.1rem; color: rgba(255, 255, 255, 0.88); line-height: 1.6; margin-bottom: 2rem; font-weight: 400; text-align: center; }
.hero-glass .hero-cta { margin: 0 auto; }
.hero-cta { display: inline-flex; align-items: center; gap: 0.5rem; background: var(--sapphire); color: var(--white) !important; padding: 0.875rem 1.75rem; border-radius: var(--radius-sm); font-weight: 600; text-decoration: none; transition: background 0.2s; border: none; }
.hero-cta:hover { background: var(--sapphire-hover); color: var(--white) !important; }
.sec-title { font-size: clamp(1.75rem, 3vw, 2.25rem); font-weight: 700; color: var(--charcoal); letter-spacing: -0.02em; }
.sec-label { font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.12em; color: var(--sapphire); margin-bottom: 0.5rem; }
.trust-bar { padding: 2.5rem 0; background: var(--white); border-bottom: 1px solid rgba(15, 23, 42, 0.06); }
.trust-bar .logo-grid { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 2.5rem; opacity: 0.5; }
.trust-bar .logo-grid i { font-size: 1.75rem; color: var(--slate); }
.trust-bar .logo-grid i:hover { opacity: 1; color: var(--sapphire); }
.venue-section { padding: var(--space-section) 0; background: var(--white); border-bottom: 1px solid rgba(15, 23, 42, 0.06); }
.venue-badge { display: inline-block; font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.2em; color: var(--sapphire); margin-bottom: 0.75rem; }
.venue-heading { font-size: clamp(3rem, 5vw, 3.25rem); font-weight: 800; color: var(--charcoal); letter-spacing: -0.03em; line-height: 1.5; margin-bottom: 0.5rem; }
.venue-association { font-size: 1.5rem; font-weight: 700; color: var(--sapphire); margin-bottom: 1.5rem; }
.venue-brief { font-size: 1rem; color: var(--slate); line-height: 1.75; max-width: 640px; }
.venue-image-wrap { position: relative; border-radius: var(--radius-md); overflow: hidden; box-shadow: 0 24px 48px rgba(15, 23, 42, 0.12); }
.venue-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center bottom; display: block; }
.venue-image-wrap::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(15, 23, 42, 0.4) 100%); pointer-events: none; }
.venue-banner-wrap { position: relative; border-radius: 12px; overflow: hidden; margin: 0 auto; max-width: 100%; }
.venue-banner-wrap .venue-banner-img { width: 100%; display: block; aspect-ratio: 2/1; object-fit: cover; }
.venue-banner-overlay { position: absolute; inset: 0; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; background: rgba(15, 23, 42, 0.6); color: var(--white); text-align: center; padding: 2rem; }
.venue-banner-overlay .venue-corner { position: absolute; top: 1rem; left: 1rem; font-size: 0.8rem; opacity: 0.9; text-align: left; max-width: 220px; }
.venue-banner-overlay .venue-corner strong { display: block; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 0.2rem; opacity: 0.85; }
.venue-banner-overlay .series-line { font-size: 1rem; font-weight: 600; letter-spacing: 0.05em; margin-bottom: 0.25rem; opacity: 0.95; }
.venue-banner-overlay .institute-name { font-size: clamp(1.75rem, 4vw, 2.75rem); font-weight: 800; letter-spacing: -0.02em; line-height: 1.1; }
.tracks-section { padding: var(--space-section) 0; background: #F8FAFC; }
.tracks-section .row.justify-content-center { justify-content: center; }
.track-card { background: var(--white); border: 1px solid rgba(15, 23, 42, 0.08); border-radius: 16px; padding: 0; height: 100%; transition: border-color 0.2s, box-shadow 0.2s; overflow: hidden; }
.track-card:hover { border-color: var(--sapphire); box-shadow: 0 8px 32px rgba(37, 99, 235, 0.12); }
.track-card-img { width: 100%; aspect-ratio: 16/8; object-fit: cover; display: block; background: #E2E8F0; transition: transform 0.35s ease; border-radius: 16px 16px 0 0; }
.track-card:hover .track-card-img { transform: scale(1.04); }
.track-card-body { padding: 1.5rem 1.75rem; }
.track-card .track-num { font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--sapphire); margin-bottom: 0.5rem; }
.track-card .track-title { font-size: 1.35rem; font-weight: 700; color: var(--charcoal); margin-bottom: 0.5rem; line-height: 1.35; }
.track-card .track-objective { font-size: 0.9rem; font-weight: 600; color: var(--slate-muted); line-height: 1.5; margin-bottom: 1.25rem; }
.track-card .btn-curriculum { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; font-size: 0.9rem; font-weight: 600; color: var(--white) !important; background: var(--sapphire); border: none; padding: 0.65rem 1.25rem; border-radius: 10px; cursor: pointer; transition: background 0.2s, transform 0.2s; width: 100%; margin-bottom: 0.5rem; }
.track-card .btn-curriculum:hover { background: var(--sapphire-hover); color: var(--white) !important; transform: translateY(-1px); }
.track-card .btn-syllabus { font-size: 0.8rem; color: var(--slate-muted); text-decoration: none; margin-top: 0.75rem; display: inline-flex; align-items: center; gap: 0.35rem; }
.track-card .btn-syllabus:hover { color: var(--sapphire); }
.curriculum-modal-backdrop { position: fixed; inset: 0; background: rgba(15, 23, 42, 0.5); z-index: 1040; display: flex; align-items: center; justify-content: center; padding: 1.5rem; opacity: 0; visibility: hidden; transition: opacity 0.3s, visibility 0.3s; }
.curriculum-modal-backdrop.open { opacity: 1; visibility: visible; }
.curriculum-modal-box { background: var(--white); border-radius: 16px; max-width: 520px; width: 100%; max-height: 90vh; overflow-y: auto; box-shadow: 0 24px 64px rgba(15, 23, 42, 0.2); transform: perspective(800px) rotateX(-12deg); opacity: 0; transition: transform 0.45s ease, opacity 0.35s ease; }
.curriculum-modal-backdrop.open .curriculum-modal-box { transform: perspective(800px) rotateX(0); opacity: 1; }
.curriculum-modal-header { padding: 1.5rem 1.75rem; border-bottom: 1px solid rgba(15, 23, 42, 0.08); display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; }
.curriculum-modal-header h3 { font-size: 1.2rem; font-weight: 700; color: var(--charcoal); margin: 0; line-height: 1.3; }
.curriculum-modal-close { background: rgba(15, 23, 42, 0.06); border: none; width: 36px; height: 36px; border-radius: 10px; cursor: pointer; color: var(--slate-muted); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: background 0.2s, color 0.2s; }
.curriculum-modal-close:hover { background: rgba(15, 23, 42, 0.1); color: var(--charcoal); }
.curriculum-modal-body { padding: 1.5rem 1.75rem 2rem; }
.curriculum-modal-brief { font-size: 0.95rem; color: var(--slate); line-height: 1.6; margin-bottom: 1.5rem; padding-bottom: 1.5rem; border-bottom: 1px solid rgba(15, 23, 42, 0.08); }
.curriculum-modal-body .section-label { font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--sapphire); margin-bottom: 0.75rem; }
.curriculum-modal-session { padding: 1rem 0; border-bottom: 1px solid rgba(15, 23, 42, 0.06); }
.curriculum-modal-session:last-child { border-bottom: none; }
.curriculum-modal-session .session-num { font-size: 0.7rem; font-weight: 700; color: var(--sapphire); margin-bottom: 0.35rem; }
.curriculum-modal-session .session-title { font-size: 0.95rem; font-weight: 600; color: var(--charcoal); margin-bottom: 0.25rem; }
.curriculum-modal-session .session-desc { font-size: 0.85rem; color: var(--slate-muted); line-height: 1.5; }
.curriculum-modal-ctas { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.5rem; padding-top: 1.5rem; border-top: 1px solid rgba(15, 23, 42, 0.08); }
.curriculum-modal-ctas .btn-learn-more, .curriculum-modal-ctas .btn-reserve { flex: 1; min-width: 140px; display: inline-flex; align-items: center; justify-content: center; gap: 0.4rem; padding: 0.7rem 1.25rem; border-radius: 10px; font-size: 0.9rem; font-weight: 600; text-decoration: none; transition: background 0.2s, color 0.2s, border-color 0.2s; cursor: pointer; border: none; }
.curriculum-modal-ctas .btn-learn-more { background: transparent; color: var(--sapphire); border: 2px solid var(--sapphire); }
.curriculum-modal-ctas .btn-learn-more:hover { background: rgba(37, 99, 235, 0.08); color: var(--sapphire-hover); border-color: var(--sapphire-hover); }
.curriculum-modal-ctas .btn-reserve { background: var(--sapphire); color: var(--white) !important; }
.curriculum-modal-ctas .btn-reserve:hover { background: var(--sapphire-hover); color: var(--white) !important; }
.audience-section { position: relative; padding: var(--space-section) 0; overflow: hidden; min-height: 480px; }
.audience-section-video { position: absolute; top: 50%; left: 50%; min-width: 100%; min-height: 100%; width: auto; height: auto; transform: translate(-50%, -50%); object-fit: cover; z-index: 0; }
.audience-section-overlay { position: absolute; inset: 0; background: rgba(0, 0, 0, 0.55); z-index: 1; }
.audience-section .container { position: relative; z-index: 2; }
.audience-section .sec-label { color: rgba(255, 255, 255, 0.9); }
.audience-section .sec-title { color: var(--white); }
.audience-card { padding: 1.5rem; border: 1px solid rgba(255, 255, 255, 0.2); border-radius: var(--radius-md); height: 100%; transition: border-color 0.2s, box-shadow 0.2s; background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(8px); }
.audience-card:hover { border-color: var(--sapphire); box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15); }
.audience-card h4 { font-size: 1rem; font-weight: 700; color: var(--charcoal); margin-bottom: 0.5rem; }
.audience-card p { font-size: 0.9rem; color: var(--slate-muted); line-height: 1.5; margin: 0; }
.cert-section { padding: var(--space-section) 0; background: linear-gradient(180deg, #F8FAFC 0%, #F1F5F9 100%); }
.cert-section .sec-title { margin-bottom: 0.35rem; }
.cert-section .cert-benefit-subtitle { font-size: 1rem; font-weight: 600; color: var(--sapphire); margin-bottom: 0.5rem; }
.cert-section .cert-subtitle { font-size: 1rem; color: var(--slate-muted); max-width: 560px; margin: 0 auto 2.5rem; line-height: 1.6; }
.cert-frame-wrap { position: relative; max-width: 100%; margin: 0; }
.cert-frame-wrap .cert-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--sapphire); color: var(--white); font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; padding: 0.4rem 1rem; border-radius: 20px; white-space: nowrap; box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3); z-index: 2; }
.cert-frame { border: 1px solid rgba(15, 23, 42, 0.08); border-radius: 16px; padding: 1.25rem; background: var(--white); box-shadow: 0 20px 56px rgba(15, 23, 42, 0.12), 0 0 0 1px rgba(255, 255, 255, 0.9) inset; }
.cert-frame .cert-image { width: 100%; aspect-ratio: 1.4; object-fit: contain; border-radius: 10px; display: block; }
.cert-features { display: flex; flex-direction: column; gap: 1rem; }
.cert-feature-item { display: flex; align-items: flex-start; gap: 1rem; padding: 1.25rem 1.25rem 1.25rem 1.5rem; border: 1px solid transparent; border-radius: 12px; transition: border-color 0.2s, box-shadow 0.2s; }
.cert-feature-item:nth-child(1) { background: rgba(250, 204, 21, 0.12); }
.cert-feature-item:nth-child(2) { background: rgba(236, 72, 153, 0.08); }
.cert-feature-item:nth-child(3) { background: rgba(37, 99, 235, 0.08); }
.cert-feature-item:hover { border-color: rgba(37, 99, 235, 0.25); box-shadow: 0 8px 24px rgba(37, 99, 235, 0.08); }
.cert-feature-item .cert-feature-icon { width: 44px; height: 44px; min-width: 44px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; }
.cert-feature-item:nth-child(1) .cert-feature-icon { background: rgba(250, 204, 21, 0.35); color: #b45309; }
.cert-feature-item:nth-child(2) .cert-feature-icon { background: rgba(236, 72, 153, 0.2); color: #be185d; }
.cert-feature-item:nth-child(3) .cert-feature-icon { background: rgba(37, 99, 235, 0.2); color: var(--sapphire); }
.cert-feature-item strong { display: block; font-size: 0.95rem; color: var(--charcoal); margin-bottom: 0.25rem; }
.cert-feature-item span { font-size: 0.9rem; color: var(--slate-muted); line-height: 1.5; }
.cert-trust-line { text-align: center; margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid rgba(15, 23, 42, 0.08); font-size: 0.85rem; color: var(--slate-muted); }
.cert-trust-line i { color: var(--sapphire); margin-right: 0.35rem; }
.registration-section { padding: 60px 20px; background: #fff; border-top: 1px solid rgba(15, 23, 42, 0.06); }
.workshop-form-wrapper { width: 100%; max-width: 1100px; margin: auto; padding: 0 15px; }
.registration-inner { width: 100%; max-width: 1000px; margin: 0 auto; padding: 2rem; background: #F8FAFC; border: 1px solid rgba(15, 23, 42, 0.08); border-radius: 16px; box-sizing: border-box; }
.reg-row { display: flex; gap: 1rem; margin-bottom: 1rem; flex-wrap: wrap; }
.reg-field { flex: 1; display: flex; flex-direction: column; min-width: 0; }
.reg-field label { font-size: 0.875rem; font-weight: 600; color: #0f172a; margin-bottom: 0.35rem; }
.reg-field input, .reg-field select { width: 100%; border-radius: 10px; border: 1px solid rgba(15, 23, 42, 0.12); padding: 0.65rem 1rem; font-size: 1rem; }
.reg-field input:focus, .reg-field select:focus { border-color: #2563eb; box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15); }
.reg-summary { margin: 1.5rem 0; padding: 1rem; background: #fff; border-radius: 10px; border: 1px solid rgba(15, 23, 42, 0.08); }
.reg-summary-row { display: flex; justify-content: space-between; margin-bottom: 0.5rem; }
.reg-summary-total { font-weight: 600; }
.reg-summary-divider { height: 1px; background: rgba(15, 23, 42, 0.08); margin: 0.5rem 0; }
.reg-checkbox { display: flex; align-items: flex-start; gap: 0.5rem; margin-bottom: 1.5rem; }
.reg-checkbox label { font-size: 0.875rem; }
.reg-pay-btn { width: 100%; background: #2563eb; color: #fff; border: none; padding: 0.75rem 1rem; border-radius: 10px; font-weight: 600; font-size: 1rem; cursor: pointer; display: flex; justify-content: center; align-items: center; gap: 0.5rem; }
.reg-pay-btn:hover { background: #1e40af; }
@media (max-width:768px) { .registration-inner { padding: 1.2rem; } .reg-row { flex-direction: column; } .reg-field { width: 100%; } }
@media (max-width:480px) { .registration-section { padding: 30px 10px; } .registration-inner { padding: 1rem; border-radius: 12px; } .reg-field input, .reg-field select { font-size: 14px; padding: 10px; } .reg-pay-btn { padding: 12px; font-size: 14px; } }
footer.workshop-footer { background: var(--charcoal) !important; color: var(--white); border-top: none; }
footer.workshop-footer .above { padding: 3rem 1.5rem; }
footer.workshop-footer h4 { color: var(--white); font-size: 1rem; font-weight: 600; margin-bottom: 1rem; }
footer.workshop-footer a, footer.workshop-footer p { color: rgba(255, 255, 255, 0.85); text-decoration: none; transition: color 0.2s; }
footer.workshop-footer a:hover { color: var(--sapphire); }
footer.workshop-footer .border-top { border-top: 1px solid rgba(255, 255, 255, 0.1) !important; background: rgba(0, 0, 0, 0.2) !important; }
footer.workshop-footer .border-top p { color: rgba(255, 255, 255, 0.7); margin: 0; font-size: 0.9rem; }
.date-group { position: relative; }
.date-header { display: flex; align-items: center; gap: 1.25rem; margin-bottom: 2rem; }
.date-header::before, .date-header::after { content: ''; flex: 1; height: 1px; background: linear-gradient(to right, transparent, rgba(37, 99, 235, 0.18), transparent); }
.date-label { display: inline-flex; align-items: center; gap: 0.5rem; background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%); color: #fff; padding: 0.45rem 1.25rem; border-radius: 999px; font-size: 0.82rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; white-space: nowrap; box-shadow: 0 2px 12px rgba(37, 99, 235, 0.28); }
.date-day { font-weight: 500; color: rgba(255, 255, 255, 0.78); text-transform: none; letter-spacing: 0; font-size: 0.78rem; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.5s ease, transform 0.5s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (max-width: 768px) { .hero-glass { padding: 2rem 1.5rem; } .hero-tagline { white-space: normal; } .hero-video-wrap, .hero-video-overlay { width: 100%; left: 0; right: 0; } }
.workshop-form-wrapper { width: 100%; max-width: 600px; background: #fff; padding: 30px; margin: 0 auto; border-radius: 12px; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); }
@media (max-width: 640px) { .workshop-form-wrapper { padding: 1.25rem; border-radius: 10px; } }
.workshop-form-wrapper h2 { margin-bottom: 20px; color: #1f2d3d; }
.workshop-form-wrapper input, .workshop-form-wrapper select { width: 100%; padding: 11px 14px; border-radius: 8px; border: 1px solid #dde1ea; font-size: 14px; color: #1f2d3d; background: #fff; transition: border-color 0.2s, box-shadow 0.2s; }
.workshop-form-wrapper input:focus, .workshop-form-wrapper select:focus { outline: none; border-color: #2563eb; box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12); }
.workshop-form-wrapper.summary { background: #f1f3f7; padding: 15px; border-radius: 10px; margin-top: 10px; }
.workshop-form-wrapper.summary div { display: flex; justify-content: space-between; margin-bottom: 8px; }
.workshop-form-wrapper .summary hr { border: none; border-top: 1px solid #ccc; }
.workshop-form-wrapper .total { font-weight: bold; font-size: 16px; }
.workshop-form-wrapper button { width: 100%; padding: 15px; background: #2563eb; color: white; border: none; border-radius: 8px; font-size: 16px; margin-top: 15px; cursor: pointer; }
.workshop-form-wrapper button:hover { background: #1e40af; }
.workshop-form-wrapper .checkbox { display: flex; align-items: center; gap: 8px; margin-top: 10px; font-size: 14px; }
.workshop-form-wrapper .checkbox input { width: auto; margin: 0; }
.reg-row { display: flex; gap: 1rem; }
.reg-field { display: flex; flex-direction: column; gap: 0.35rem; flex: 1; margin-bottom: 1rem; }
.reg-field label { font-size: 0.875rem; font-weight: 600; color: var(--charcoal, #1f2d3d); }
.req { color: #e53e3e; }
.reg-summary { background: #f1f5f9; border-radius: 10px; padding: 1rem 1.25rem; margin: 0.5rem 0 1rem; }
.reg-summary-row { display: flex; justify-content: space-between; margin-bottom: 0.5rem; font-size: 0.9rem; color: #475569; }
.reg-summary-divider { border-top: 1px solid #cbd5e1; margin: 0.5rem 0; }
.reg-summary-total { font-weight: 700; font-size: 1rem; color: #1f2d3d; margin-bottom: 0; }
.reg-checkbox { display: flex; align-items: flex-start; gap: 8px; margin: 0.5rem 0 1rem; font-size: 0.875rem; color: #475569; line-height: 1.4; }
.reg-checkbox input[type="checkbox"] { width: auto; margin: 2px 0 0; flex-shrink: 0; }
.reg-pay-btn { width: 100%; padding: 14px; background: #2563eb; color: white; border: none; border-radius: 8px; font-size: 1rem; font-weight: 600; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 0.5rem; transition: background 0.2s; }
.reg-pay-btn:hover { background: #1e40af; }
@media (max-width: 576px) { .reg-row { flex-direction: column; gap: 0; } }
