/* =============================================
   EliteWeb Dev — Public Design System
   Palette: Obsidian Navy + Electric Blue + Amber
   ============================================= */
:root {
  --navy:    #0d1b2a;
  --navy2:   #1a2f4a;
  --blue:    #1e90ff;
  --blue2:   #3b82f6;
  --amber:   #f59e0b;
  --green:   #10b981;
  --red:     #ef4444;
  --white:   #ffffff;
  --light:   #f0f6ff;
  --text:    #1e293b;
  --muted:   #64748b;
  --border:  #e2e8f0;
  --card:    #ffffff;
  --shadow:  0 4px 24px rgba(13,27,42,.10);
  --shadow-lg: 0 12px 48px rgba(13,27,42,.18);
  --radius:  14px;
  --font-display: 'Space Grotesk', sans-serif;
  --font-body:    'Inter', sans-serif;
}

*, *::before, *::after { box-sizing:border-box; margin:0; padding:0; }
html { scroll-behavior:smooth; font-size:16px; }
body { font-family:var(--font-body); color:var(--text); background:var(--white); line-height:1.6; -webkit-font-smoothing:antialiased; }
img { max-width:100%; display:block; }
a { color:var(--blue); text-decoration:none; }
ul { list-style:none; }

/* ─── TYPOGRAPHY ─── */
.ewb-h1 { font-family:var(--font-display); font-size:clamp(2.2rem,5vw,3.8rem); font-weight:700; line-height:1.1; letter-spacing:-1.5px; }
.ewb-h2 { font-family:var(--font-display); font-size:clamp(1.7rem,3vw,2.6rem); font-weight:700; line-height:1.2; letter-spacing:-0.8px; }
.ewb-h3 { font-family:var(--font-display); font-size:1.25rem; font-weight:600; }
.ewb-lead { font-size:1.1rem; color:var(--muted); line-height:1.7; }

/* ─── BUTTONS ─── */
.ewb-btn { display:inline-flex; align-items:center; gap:8px; padding:13px 28px; border-radius:10px; font-weight:600; font-size:.95rem; cursor:pointer; border:none; transition:all .22s ease; text-decoration:none; }
.ewb-btn-primary { background:var(--blue); color:#fff; }
.ewb-btn-primary:hover { background:#1677d9; color:#fff; transform:translateY(-2px); box-shadow:0 8px 24px rgba(30,144,255,.35); }
.ewb-btn-secondary { background:transparent; color:var(--blue); border:2px solid var(--blue); }
.ewb-btn-secondary:hover { background:var(--blue); color:#fff; }
.ewb-btn-amber { background:var(--amber); color:var(--navy); }
.ewb-btn-amber:hover { background:#d97706; color:#fff; transform:translateY(-2px); }
.ewb-btn-outline-white { background:transparent; color:#fff; border:2px solid rgba(255,255,255,.5); }
.ewb-btn-outline-white:hover { background:rgba(255,255,255,.1); color:#fff; }
.ewb-btn-sm { padding:9px 18px; font-size:.85rem; border-radius:8px; }
.ewb-btn-lg { padding:16px 36px; font-size:1.05rem; }
.ewb-btn-block { width:100%; justify-content:center; }
.ewb-btn:disabled { opacity:.6; cursor:not-allowed; transform:none!important; }

/* ─── NAVBAR ─── */
.ewb-nav { position:sticky; top:0; z-index:1000; background:rgba(13,27,42,.96); backdrop-filter:blur(12px); border-bottom:1px solid rgba(255,255,255,.06); }
.ewb-nav-inner { max-width:1280px; margin:0 auto; padding:0 24px; display:flex; align-items:center; justify-content:space-between; height:68px; }
.ewb-nav-logo { display:flex; align-items:center; gap:10px; text-decoration:none; }
.ewb-nav-logo img { height:38px; }
.ewb-nav-logo-text { font-family:var(--font-display); font-size:1.3rem; font-weight:700; color:#fff; }
.ewb-nav-logo-text span { color:var(--blue); }
.ewb-nav-links { display:flex; align-items:center; gap:6px; }
.ewb-nav-links a { color:rgba(255,255,255,.8); padding:8px 14px; border-radius:8px; font-size:.88rem; font-weight:500; display:flex; align-items:center; gap:6px; transition:all .18s; }
.ewb-nav-links a:hover, .ewb-nav-links a.active { color:#fff; background:rgba(30,144,255,.18); }
.ewb-nav-links a i { font-size:.8rem; opacity:.7; }
.ewb-nav-actions { display:flex; align-items:center; gap:10px; }
.ewb-cart-btn { position:relative; background:rgba(30,144,255,.18); border:1px solid rgba(30,144,255,.4); color:#fff; padding:9px 16px; border-radius:10px; cursor:pointer; font-size:.9rem; display:flex; align-items:center; gap:8px; transition:all .2s; }
.ewb-cart-btn:hover { background:rgba(30,144,255,.3); }
.ewb-cart-count { background:var(--amber); color:var(--navy); font-size:11px; font-weight:700; width:20px; height:20px; border-radius:50%; display:flex; align-items:center; justify-content:center; position:absolute; top:-6px; right:-6px; }
.ewb-hamburger { display:none; flex-direction:column; gap:5px; background:none; border:none; cursor:pointer; padding:8px; }
.ewb-hamburger span { width:24px; height:2px; background:#fff; border-radius:2px; transition:all .3s; display:block; }

/* ─── HERO ─── */
.ewb-hero { position:relative; background:var(--navy); min-height:100vh; display:flex; align-items:center; overflow:hidden; }
.ewb-hero-canvas { position:absolute; inset:0; z-index:0; }
.ewb-hero-inner { max-width:1280px; margin:0 auto; padding:80px 24px; position:relative; z-index:2; display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center; }
.ewb-hero-eyebrow { display:inline-flex; align-items:center; gap:8px; background:rgba(30,144,255,.15); border:1px solid rgba(30,144,255,.3); color:var(--blue); padding:6px 16px; border-radius:20px; font-size:.82rem; font-weight:600; letter-spacing:.5px; margin-bottom:24px; text-transform:uppercase; }
.ewb-hero-eyebrow::before { content:''; width:8px; height:8px; background:var(--blue); border-radius:50%; animation:pulse 1.8s infinite; }
.ewb-hero h1 { color:#fff; margin-bottom:22px; }
.ewb-hero h1 .accent { color:var(--blue); }
.ewb-hero-sub { color:rgba(255,255,255,.65); font-size:1.1rem; line-height:1.75; margin-bottom:36px; max-width:520px; }
.ewb-hero-ctas { display:flex; gap:14px; flex-wrap:wrap; }
.ewb-hero-right { display:flex; justify-content:center; }
.ewb-hero-card { background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.1); border-radius:20px; padding:32px; backdrop-filter:blur(10px); width:100%; max-width:400px; }
.ewb-hero-card h3 { color:#fff; font-family:var(--font-display); font-size:1.1rem; margin-bottom:20px; }
.ewb-hero-stat { display:flex; justify-content:space-between; align-items:center; padding:14px 0; border-bottom:1px solid rgba(255,255,255,.08); }
.ewb-hero-stat:last-of-type { border-bottom:none; }
.ewb-hero-stat-val { font-family:var(--font-display); font-size:1.8rem; font-weight:700; color:var(--blue); }
.ewb-hero-stat-label { color:rgba(255,255,255,.6); font-size:.85rem; }
.ewb-scroll-indicator { position:absolute; bottom:30px; left:50%; transform:translateX(-50%); z-index:2; display:flex; flex-direction:column; align-items:center; gap:6px; color:rgba(255,255,255,.4); font-size:.75rem; animation:bounce 2s infinite; }
.ewb-scroll-indicator i { font-size:1.2rem; }

/* ─── SECTIONS ─── */
.ewb-section { padding:90px 24px; }
.ewb-section-inner { max-width:1280px; margin:0 auto; }
.ewb-section-header { text-align:center; margin-bottom:60px; }
.ewb-section-label { font-size:.78rem; font-weight:700; letter-spacing:2px; text-transform:uppercase; color:var(--blue); margin-bottom:12px; display:block; }
.ewb-section-header h2 { color:var(--navy); margin-bottom:16px; }
.ewb-section-header p { color:var(--muted); max-width:560px; margin:0 auto; font-size:1rem; }
.ewb-section-dark { background:var(--navy); }
.ewb-section-dark .ewb-section-label { color:var(--amber); }
.ewb-section-dark h2 { color:#fff; }
.ewb-section-dark p { color:rgba(255,255,255,.6); }
.ewb-section-light { background:var(--light); }

/* ─── SERVICES GRID ─── */
.ewb-services-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(260px,1fr)); gap:24px; }
.ewb-service-card { background:var(--white); border:1px solid var(--border); border-radius:var(--radius); padding:28px 24px; transition:all .25s; position:relative; overflow:hidden; }
.ewb-service-card::before { content:''; position:absolute; top:0; left:0; right:0; height:3px; background:linear-gradient(90deg,var(--blue),var(--amber)); transform:scaleX(0); transition:.3s; }
.ewb-service-card:hover { transform:translateY(-5px); box-shadow:var(--shadow-lg); border-color:transparent; }
.ewb-service-card:hover::before { transform:scaleX(1); }
.ewb-service-icon { width:52px; height:52px; background:linear-gradient(135deg,rgba(30,144,255,.12),rgba(30,144,255,.05)); border-radius:12px; display:flex; align-items:center; justify-content:center; margin-bottom:18px; font-size:1.4rem; }
.ewb-service-card h3 { color:var(--navy); margin-bottom:10px; font-size:1.05rem; }
.ewb-service-card p { color:var(--muted); font-size:.9rem; line-height:1.65; }

/* ─── STATS BAND ─── */
.ewb-stats-band { background:linear-gradient(135deg,var(--navy),#1e3a8a); padding:60px 24px; }
.ewb-stats-band-inner { max-width:1280px; margin:0 auto; display:grid; grid-template-columns:repeat(auto-fit,minmax(180px,1fr)); gap:40px; text-align:center; }
.ewb-stat-item {}
.ewb-stat-number { font-family:var(--font-display); font-size:2.8rem; font-weight:700; color:#fff; line-height:1; }
.ewb-stat-number span { color:var(--amber); }
.ewb-stat-desc { color:rgba(255,255,255,.6); font-size:.85rem; margin-top:6px; letter-spacing:.3px; }

/* ─── PRODUCT CARDS ─── */
.ewb-products-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(280px,1fr)); gap:24px; }
.ewb-product-card { background:var(--white); border-radius:var(--radius); overflow:hidden; border:1px solid var(--border); transition:all .25s; display:flex; flex-direction:column; }
.ewb-product-card:hover { transform:translateY(-4px); box-shadow:var(--shadow-lg); border-color:transparent; }
.ewb-product-thumb { position:relative; aspect-ratio:16/9; background:linear-gradient(135deg,#e0e7ff,#dbeafe); overflow:hidden; }
.ewb-product-thumb img { width:100%; height:100%; object-fit:cover; transition:transform .3s; }
.ewb-product-card:hover .ewb-product-thumb img { transform:scale(1.04); }
.ewb-product-thumb .ewb-product-badge { position:absolute; top:10px; left:10px; background:var(--amber); color:var(--navy); padding:4px 10px; border-radius:6px; font-size:.75rem; font-weight:700; }
.ewb-product-thumb .ewb-product-badge.sale { background:var(--red); color:#fff; }
.ewb-product-thumb-placeholder { width:100%; height:100%; display:flex; align-items:center; justify-content:center; font-size:3rem; color:#94a3b8; }
.ewb-product-body { padding:20px; flex:1; display:flex; flex-direction:column; }
.ewb-product-type { font-size:.72rem; font-weight:700; letter-spacing:1px; text-transform:uppercase; color:var(--blue); margin-bottom:6px; }
.ewb-product-body h3 { color:var(--navy); font-size:1rem; margin-bottom:8px; line-height:1.35; }
.ewb-product-body p { color:var(--muted); font-size:.85rem; line-height:1.55; flex:1; margin-bottom:16px; }
.ewb-product-meta { display:flex; align-items:center; justify-content:space-between; gap:10px; flex-wrap:wrap; }
.ewb-price { display:flex; align-items:baseline; gap:8px; }
.ewb-price-current { font-family:var(--font-display); font-size:1.3rem; font-weight:700; color:var(--navy); }
.ewb-price-old { font-size:.85rem; color:var(--muted); text-decoration:line-through; }
.ewb-price-sale { color:var(--green); }

/* ─── STORE / GADGETS ─── */
.ewb-store-header { display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:16px; margin-bottom:30px; }
.ewb-filter-row { display:flex; gap:8px; flex-wrap:wrap; }
.ewb-filter-chip { padding:7px 16px; border-radius:20px; border:1.5px solid var(--border); background:#fff; font-size:.82rem; font-weight:500; cursor:pointer; transition:all .18s; color:var(--text); }
.ewb-filter-chip.active, .ewb-filter-chip:hover { border-color:var(--blue); background:var(--blue); color:#fff; }
.ewb-product-images { display:flex; gap:8px; flex-wrap:wrap; margin-bottom:12px; }
.ewb-product-images img { width:50px; height:50px; object-fit:cover; border-radius:6px; cursor:pointer; border:2px solid transparent; transition:.2s; }
.ewb-product-images img:hover { border-color:var(--blue); }

/* ─── CART DRAWER ─── */
.ewb-cart-drawer { position:fixed; top:0; right:-420px; width:420px; height:100vh; background:#fff; z-index:2000; box-shadow:-8px 0 40px rgba(0,0,0,.2); transition:right .3s cubic-bezier(.4,0,.2,1); display:flex; flex-direction:column; }
.ewb-cart-drawer.open { right:0; }
.ewb-cart-overlay { position:fixed; inset:0; background:rgba(0,0,0,.5); z-index:1999; opacity:0; pointer-events:none; transition:opacity .3s; }
.ewb-cart-overlay.show { opacity:1; pointer-events:all; }
.ewb-cart-head { padding:20px 24px; border-bottom:1px solid var(--border); display:flex; align-items:center; justify-content:space-between; background:var(--navy); color:#fff; }
.ewb-cart-head h3 { font-family:var(--font-display); font-size:1.1rem; }
.ewb-cart-close { background:none; border:none; color:#fff; font-size:1.4rem; cursor:pointer; padding:4px; line-height:1; }
.ewb-cart-items { flex:1; overflow-y:auto; padding:16px; }
.ewb-cart-empty { text-align:center; padding:60px 20px; color:var(--muted); }
.ewb-cart-empty i { font-size:3rem; display:block; margin-bottom:12px; color:var(--border); }
.ewb-cart-item { display:flex; gap:12px; padding:14px 0; border-bottom:1px solid var(--border); }
.ewb-cart-item img { width:56px; height:56px; object-fit:cover; border-radius:8px; background:var(--light); }
.ewb-cart-item-info { flex:1; }
.ewb-cart-item-name { font-weight:600; font-size:.9rem; color:var(--navy); margin-bottom:4px; }
.ewb-cart-item-price { font-size:.85rem; color:var(--muted); }
.ewb-cart-item-qty { display:flex; align-items:center; gap:8px; margin-top:6px; }
.ewb-qty-btn { width:26px; height:26px; border-radius:6px; border:1px solid var(--border); background:var(--light); cursor:pointer; font-size:.9rem; display:flex; align-items:center; justify-content:center; transition:.15s; }
.ewb-qty-btn:hover { background:var(--blue); color:#fff; border-color:var(--blue); }
.ewb-cart-item-remove { background:none; border:none; color:var(--muted); cursor:pointer; font-size:1rem; padding:4px; transition:.15s; }
.ewb-cart-item-remove:hover { color:var(--red); }
.ewb-cart-footer { padding:20px 24px; border-top:2px solid var(--border); background:var(--light); }
.ewb-cart-total-row { display:flex; justify-content:space-between; font-size:1rem; margin-bottom:16px; }
.ewb-cart-total-row .label { color:var(--muted); }
.ewb-cart-total-row .val { font-weight:700; font-size:1.2rem; color:var(--navy); }

/* ─── MODALS ─── */
.ewb-modal-backdrop { position:fixed; inset:0; background:rgba(0,0,0,.6); z-index:3000; display:none; align-items:center; justify-content:center; padding:20px; backdrop-filter:blur(4px); }
.ewb-modal-backdrop.open { display:flex; }
.ewb-modal { background:#fff; border-radius:20px; width:100%; max-width:540px; max-height:90vh; overflow-y:auto; box-shadow:0 24px 80px rgba(0,0,0,.3); animation:modalIn .3s ease; }
.ewb-modal-head { padding:24px 28px 20px; border-bottom:1px solid var(--border); display:flex; align-items:center; justify-content:space-between; }
.ewb-modal-head h3 { font-family:var(--font-display); font-size:1.2rem; color:var(--navy); }
.ewb-modal-close { background:none; border:none; font-size:1.4rem; cursor:pointer; color:var(--muted); padding:4px; line-height:1; }
.ewb-modal-close:hover { color:var(--red); }
.ewb-modal-body { padding:24px 28px; }
.ewb-modal-footer { padding:16px 28px 24px; display:flex; gap:10px; }

/* ─── PAYMENT MODAL ─── */
.ewb-payment-box { background:linear-gradient(135deg,#fffbeb,#fef3c7); border:2px dashed var(--amber); border-radius:12px; padding:24px; text-align:center; margin:16px 0; }
.ewb-payment-box h4 { color:#92400e; font-size:.85rem; text-transform:uppercase; letter-spacing:1px; margin-bottom:12px; }
.ewb-payment-box .bank-name { font-size:.9rem; color:var(--muted); margin-bottom:4px; }
.ewb-payment-box .acct-name { font-size:1rem; font-weight:600; color:var(--navy); margin-bottom:6px; }
.ewb-payment-box .acct-number { font-family:var(--font-display); font-size:2rem; font-weight:700; color:var(--navy); letter-spacing:4px; margin-bottom:6px; }
.ewb-copy-btn { background:var(--navy); color:#fff; border:none; padding:6px 14px; border-radius:6px; font-size:.8rem; cursor:pointer; transition:.2s; }
.ewb-copy-btn:hover { background:var(--blue); }
.ewb-order-success { text-align:center; padding:20px 0; }
.ewb-order-success .success-icon { font-size:4rem; margin-bottom:16px; }
.ewb-order-success h3 { color:var(--navy); font-family:var(--font-display); margin-bottom:10px; }
.ewb-order-success p { color:var(--muted); font-size:.9rem; }
.ewb-order-num-badge { display:inline-block; background:var(--light); border:1.5px solid var(--blue); color:var(--blue); padding:8px 20px; border-radius:8px; font-weight:700; font-family:monospace; font-size:1.1rem; margin:10px 0; letter-spacing:2px; }

/* ─── FORMS ─── */
.ewb-form-group { margin-bottom:18px; }
.ewb-form-group label { display:block; font-size:.85rem; font-weight:600; color:var(--navy); margin-bottom:6px; }
.ewb-form-group label .req { color:var(--red); margin-left:2px; }
.ewb-input { width:100%; padding:11px 14px; border:1.5px solid var(--border); border-radius:9px; font-size:.9rem; font-family:var(--font-body); color:var(--text); background:#fff; transition:border-color .2s, box-shadow .2s; }
.ewb-input:focus { outline:none; border-color:var(--blue); box-shadow:0 0 0 3px rgba(30,144,255,.12); }
.ewb-input::placeholder { color:#94a3b8; }
select.ewb-input { cursor:pointer; }
textarea.ewb-input { resize:vertical; min-height:100px; }
.ewb-form-row { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.ewb-form-hint { font-size:.78rem; color:var(--muted); margin-top:4px; }
.ewb-form-error { font-size:.78rem; color:var(--red); margin-top:4px; display:none; }

/* ─── ENROLLMENT ─── */
.ewb-enrollment-wrap { max-width:860px; margin:0 auto; }
.ewb-enrollment-tabs { display:flex; gap:0; border-radius:12px; overflow:hidden; border:1.5px solid var(--border); margin-bottom:30px; }
.ewb-tab { flex:1; padding:14px; text-align:center; cursor:pointer; font-weight:600; font-size:.9rem; border:none; background:#fff; color:var(--muted); transition:.2s; }
.ewb-tab.active { background:var(--blue); color:#fff; }
.ewb-enrollment-form { background:#fff; border-radius:var(--radius); box-shadow:var(--shadow); padding:36px; }
.ewb-course-cards { display:grid; grid-template-columns:repeat(auto-fit,minmax(200px,1fr)); gap:14px; margin-bottom:24px; }
.ewb-course-card { border:2px solid var(--border); border-radius:10px; padding:16px; cursor:pointer; transition:.2s; text-align:center; }
.ewb-course-card:hover, .ewb-course-card.selected { border-color:var(--blue); background:#f0f9ff; }
.ewb-course-card .course-icon { font-size:2rem; margin-bottom:8px; }
.ewb-course-card h4 { font-size:.9rem; color:var(--navy); margin-bottom:4px; }
.ewb-course-card .price { font-weight:700; color:var(--blue); font-size:.9rem; }
.ewb-price-tag { background:linear-gradient(135deg,var(--blue),#3b82f6); color:#fff; border-radius:10px; padding:16px 20px; text-align:center; margin-bottom:20px; }
.ewb-price-tag .price-amount { font-family:var(--font-display); font-size:2.2rem; font-weight:700; }
.ewb-price-tag p { opacity:.8; font-size:.85rem; margin-top:4px; }

/* ─── ORDER TRACKING ─── */
.ewb-tracking-wrap { max-width:800px; margin:0 auto; }
.ewb-tracking-form { background:#fff; border-radius:var(--radius); box-shadow:var(--shadow); padding:36px; margin-bottom:30px; }
.ewb-tracking-result { background:#fff; border-radius:var(--radius); box-shadow:var(--shadow); padding:30px; }
.ewb-progress-bar { display:flex; justify-content:space-between; position:relative; margin:30px 0 40px; }
.ewb-progress-bar::before { content:''; position:absolute; top:18px; left:10%; right:10%; height:3px; background:var(--border); z-index:0; }
.ewb-progress-bar::after { content:''; position:absolute; top:18px; left:10%; height:3px; background:var(--blue); z-index:1; transition:width .5s; }
.ewb-step { display:flex; flex-direction:column; align-items:center; gap:8px; z-index:2; flex:1; }
.ewb-step-dot { width:36px; height:36px; border-radius:50%; background:var(--border); display:flex; align-items:center; justify-content:center; font-size:.85rem; color:var(--muted); border:3px solid #fff; }
.ewb-step.done .ewb-step-dot { background:var(--blue); color:#fff; }
.ewb-step.current .ewb-step-dot { background:var(--amber); color:var(--navy); box-shadow:0 0 0 4px rgba(245,158,11,.2); }
.ewb-step-label { font-size:.72rem; color:var(--muted); font-weight:500; text-align:center; }
.ewb-step.done .ewb-step-label, .ewb-step.current .ewb-step-label { color:var(--navy); font-weight:600; }
#ewb-map { width:100%; height:380px; border-radius:12px; background:var(--light); margin-top:20px; overflow:hidden; }

/* ─── TOAST NOTIFICATIONS ─── */
.ewb-toast-container { position:fixed; bottom:24px; right:24px; z-index:9999; display:flex; flex-direction:column; gap:10px; }
.ewb-toast { background:#fff; border-radius:10px; padding:14px 20px; box-shadow:0 8px 32px rgba(0,0,0,.18); display:flex; align-items:center; gap:12px; min-width:280px; max-width:380px; animation:toastIn .3s ease; border-left:4px solid; }
.ewb-toast.success { border-color:var(--green); }
.ewb-toast.error   { border-color:var(--red); }
.ewb-toast.info    { border-color:var(--blue); }
.ewb-toast .toast-icon { font-size:1.2rem; }
.ewb-toast .toast-msg  { font-size:.88rem; color:var(--text); flex:1; }
.ewb-toast .toast-close { background:none; border:none; cursor:pointer; color:var(--muted); font-size:1rem; padding:2px; }

/* ─── ABOUT / CONTACT / PRIVACY ─── */
.ewb-inner-page { max-width:900px; margin:0 auto; padding:70px 24px; }
.ewb-inner-page h1 { font-family:var(--font-display); color:var(--navy); font-size:2.4rem; margin-bottom:12px; }
.ewb-inner-page .lead { color:var(--muted); font-size:1.05rem; margin-bottom:40px; }
.ewb-about-grid { display:grid; grid-template-columns:1fr 1fr; gap:40px; align-items:center; margin-bottom:60px; }
.ewb-contact-grid { display:grid; grid-template-columns:1fr 1fr; gap:40px; }
.ewb-contact-info { background:var(--navy); color:#fff; border-radius:var(--radius); padding:36px; }
.ewb-contact-info h3 { color:#fff; font-family:var(--font-display); margin-bottom:24px; }
.ewb-contact-item { display:flex; gap:14px; margin-bottom:20px; }
.ewb-contact-item i { width:40px; height:40px; background:rgba(30,144,255,.15); border-radius:10px; display:flex; align-items:center; justify-content:center; color:var(--blue); font-size:1rem; flex-shrink:0; }
.ewb-contact-item p { font-size:.9rem; color:rgba(255,255,255,.7); }
.ewb-contact-item strong { display:block; color:#fff; font-size:.9rem; }
.ewb-contact-form { background:#fff; border-radius:var(--radius); box-shadow:var(--shadow); padding:36px; }
.ewb-contact-form h3 { color:var(--navy); font-family:var(--font-display); margin-bottom:24px; }
.ewb-privacy-content h2 { color:var(--navy); font-size:1.4rem; margin:32px 0 12px; }
.ewb-privacy-content p, .ewb-privacy-content li { color:var(--muted); line-height:1.8; margin-bottom:10px; }
.ewb-privacy-content ul { list-style:disc; padding-left:24px; margin-bottom:16px; }

/* ─── FOOTER ─── */
.ewb-footer { background:var(--navy); color:rgba(255,255,255,.7); }
.ewb-footer-top { max-width:1280px; margin:0 auto; padding:64px 24px 40px; display:grid; grid-template-columns:2fr 1fr 1fr 1fr; gap:40px; }
.ewb-footer-brand .logo { font-family:var(--font-display); font-size:1.4rem; font-weight:700; color:#fff; margin-bottom:14px; }
.ewb-footer-brand .logo span { color:var(--blue); }
.ewb-footer-brand p { font-size:.88rem; line-height:1.7; max-width:280px; }
.ewb-footer-col h4 { color:#fff; font-weight:600; font-size:.9rem; margin-bottom:16px; text-transform:uppercase; letter-spacing:.5px; }
.ewb-footer-col ul li { margin-bottom:10px; }
.ewb-footer-col ul li a { color:rgba(255,255,255,.6); font-size:.88rem; transition:.2s; }
.ewb-footer-col ul li a:hover { color:var(--blue); }
.ewb-footer-socials { display:flex; gap:10px; margin-top:20px; }
.ewb-footer-social { width:36px; height:36px; border-radius:8px; background:rgba(255,255,255,.07); display:flex; align-items:center; justify-content:center; color:rgba(255,255,255,.6); font-size:.9rem; transition:.2s; }
.ewb-footer-social:hover { background:var(--blue); color:#fff; }
.ewb-footer-bottom { border-top:1px solid rgba(255,255,255,.08); max-width:1280px; margin:0 auto; padding:20px 24px; display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:10px; }
.ewb-footer-bottom p { font-size:.82rem; }

/* ─── SECTION DIVIDERS ─── */
.ewb-divider { height:1px; background:linear-gradient(90deg,transparent,var(--border),transparent); margin:0; }

/* ─── LOADING SPINNER ─── */
.ewb-loading { display:inline-block; width:20px; height:20px; border:3px solid rgba(255,255,255,.3); border-top-color:#fff; border-radius:50%; animation:spin .7s linear infinite; }
.ewb-loading.dark { border-color:rgba(0,0,0,.1); border-top-color:var(--blue); }
.ewb-btn-loading { pointer-events:none; opacity:.8; }
.ewb-btn-loading .ewb-loading { margin-right:6px; }

/* ─── PAGE HERO BAND ─── */
.ewb-page-hero { background:linear-gradient(135deg,var(--navy),#1e3a8a); color:#fff; padding:80px 24px 70px; text-align:center; }
.ewb-page-hero h1 { font-family:var(--font-display); font-size:2.6rem; font-weight:700; margin-bottom:14px; }
.ewb-page-hero p { color:rgba(255,255,255,.65); font-size:1rem; max-width:540px; margin:0 auto; }
.ewb-breadcrumb { display:flex; align-items:center; justify-content:center; gap:8px; margin-top:20px; font-size:.82rem; color:rgba(255,255,255,.5); }
.ewb-breadcrumb a { color:rgba(255,255,255,.6); }
.ewb-breadcrumb a:hover { color:#fff; }
.ewb-breadcrumb-sep { opacity:.4; }

/* ─── ANIMATIONS ─── */
@keyframes pulse { 0%,100%{opacity:1;} 50%{opacity:.4;} }
@keyframes bounce { 0%,100%{transform:translateX(-50%) translateY(0);} 50%{transform:translateX(-50%) translateY(8px);} }
@keyframes spin { to{transform:rotate(360deg);} }
@keyframes modalIn { from{opacity:0;transform:scale(.94) translateY(10px);} to{opacity:1;transform:scale(1) translateY(0);} }
@keyframes toastIn { from{opacity:0;transform:translateX(60px);} to{opacity:1;transform:translateX(0);} }
@keyframes fadeUp { from{opacity:0;transform:translateY(24px);} to{opacity:1;transform:translateY(0);} }
.ewb-fade-up { animation:fadeUp .5s ease both; }

/* ─── RESPONSIVE ─── */
@media (max-width:1024px) {
  .ewb-hero-inner { grid-template-columns:1fr; gap:40px; padding:60px 24px; }
  .ewb-hero-right { display:none; }
  .ewb-footer-top { grid-template-columns:1fr 1fr; }
}
@media (max-width:768px) {
  .ewb-nav-links { display:none; position:fixed; top:68px; left:0; right:0; background:var(--navy); padding:16px; flex-direction:column; gap:4px; border-bottom:1px solid rgba(255,255,255,.08); }
  .ewb-nav-links.open { display:flex; }
  .ewb-hamburger { display:flex; }
  .ewb-section { padding:60px 24px; }
  .ewb-form-row { grid-template-columns:1fr; }
  .ewb-about-grid, .ewb-contact-grid { grid-template-columns:1fr; }
  .ewb-footer-top { grid-template-columns:1fr; gap:32px; }
  .ewb-cart-drawer { width:100%; right:-100%; }
  .ewb-enrollment-form { padding:24px 20px; }
  .ewb-tracking-form { padding:24px 20px; }
  .ewb-modal { margin:0 8px; border-radius:14px; }
  .ewb-page-hero { padding:60px 24px 50px; }
  .ewb-page-hero h1 { font-size:2rem; }
  .ewb-progress-bar::before, .ewb-progress-bar::after { display:none; }
}
@media (max-width:480px) {
  .ewb-hero h1 { font-size:2rem; }
  .ewb-hero-ctas { flex-direction:column; }
  .ewb-btn { justify-content:center; }
}
/* WordPress body class cleanup */
body.page { margin:0; padding:0; }
#wpadminbar ~ .ewb-nav { top:32px; }
