/* --- CEH TACTICAL CSS VARIABLES --- */
:root {
--ceh-bg: #050608;
--ceh-card-bg: #0d1117;
--ceh-accent: #ff4d00;
--ceh-accent-glow: rgba(255, 77, 0, 0.4);
--ceh-alert: #d32f2f; /* Red for restrictions */
--ceh-text-main: #e6edf3;
--ceh-text-muted: #8b949e;
--ceh-border: #30363d;
--ceh-heading-font: 'Rajdhani', sans-serif;
--ceh-body-font: 'Roboto', sans-serif;
}
/* --- GLOBAL WRAPPER --- */
.ceh-logistics-wrapper {
background-color: var(--ceh-bg);
background-image:
linear-gradient(rgba(255, 77, 0, 0.03) 1px, transparent 1px),
linear-gradient(90deg, rgba(255, 77, 0, 0.03) 1px, transparent 1px);
background-size: 30px 30px;
color: var(--ceh-text-main);
font-family: var(--ceh-body-font);
line-height: 1.6;
padding: 40px 20px;
margin: 0 auto;
overflow: hidden;
}
/* --- HERO SECTION --- */
.ceh-hero {
text-align: center;
padding: 60px 20px;
margin-bottom: 40px;
border-bottom: 2px solid var(--ceh-border);
animation: cehFadeInDown 1s ease-out forwards;
}
.ceh-hero h1 {
font-family: var(--ceh-heading-font);
font-size: 3.5rem;
font-weight: 700;
color: #ffffff;
text-transform: uppercase;
letter-spacing: 2px;
margin: 0 0 10px 0;
text-shadow: 0px 0px 15px var(--ceh-accent-glow);
}
.ceh-hero p {
font-size: 1.2rem;
color: var(--ceh-accent);
font-weight: 700;
text-transform: uppercase;
letter-spacing: 3px;
}
/* --- HUD QUICK STATS GRID --- */
.ceh-hud-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 20px;
max-width: 1200px;
margin: 0 auto 50px auto;
}
.ceh-hud-card {
background: var(--ceh-card-bg);
border: 1px solid var(--ceh-border);
padding: 30px 20px;
text-align: center;
clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
transition: all 0.3s ease;
animation: cehFadeInUp 1s ease-out forwards;
opacity: 0;
}
.ceh-hud-card:nth-child(1) { animation-delay: 0.2s; }
.ceh-hud-card:nth-child(2) { animation-delay: 0.4s; }
.ceh-hud-card:nth-child(3) { animation-delay: 0.6s; }
.ceh-hud-card:hover {
border-color: var(--ceh-accent);
box-shadow: 0 0 25px var(--ceh-accent-glow);
transform: translateY(-5px);
}
.ceh-hud-icon {
font-size: 2.5rem;
color: var(--ceh-accent);
margin-bottom: 15px;
}
.ceh-hud-card h3 {
font-family: var(--ceh-heading-font);
font-size: 1.8rem;
text-transform: uppercase;
margin-bottom: 10px;
color: #ffffff;
}
.ceh-hud-card p {
color: var(--ceh-text-muted);
font-size: 0.95rem;
}
/* --- POLICY DOCUMENT CARDS --- */
.ceh-policy-container {
max-width: 1000px;
margin: 0 auto;
display: flex;
flex-direction: column;
gap: 25px;
}
.ceh-policy-section {
background: var(--ceh-card-bg);
border-left: 4px solid var(--ceh-accent);
padding: 30px;
position: relative;
box-shadow: 0 4px 20px rgba(0,0,0,0.5);
opacity: 0;
animation: cehFadeInUp 1s ease-out forwards;
animation-delay: 0.8s;
}
/* Highlight Alert for Interstate Section */
.ceh-policy-section.alert-section {
border-left: 4px solid var(--ceh-alert);
}
.ceh-policy-section.alert-section h2 span {
color: var(--ceh-alert);
}
.ceh-policy-section::before {
content: '';
position: absolute;
top: 0;
right: 0;
width: 30px;
height: 30px;
background: linear-gradient(135deg, transparent 50%, var(--ceh-border) 50%);
}
.ceh-policy-section h2 {
font-family: var(--ceh-heading-font);
font-size: 2rem;
color: #ffffff;
text-transform: uppercase;
margin-top: 0;
margin-bottom: 20px;
border-bottom: 1px solid var(--ceh-border);
padding-bottom: 10px;
display: flex;
align-items: center;
gap: 15px;
}
.ceh-policy-section h2 span {
color: var(--ceh-accent);
font-size: 1.2rem;
font-weight: 700;
}
.ceh-policy-section p, .ceh-policy-section li {
font-size: 1.05rem;
margin-bottom: 15px;
color: var(--ceh-text-main);
}
.ceh-policy-section ul {
padding-left: 20px;
}
.ceh-policy-section li {
margin-bottom: 10px;
}
.ceh-policy-section strong {
color: #ffffff;
font-weight: 700;
}
.ceh-alert-text {
color: var(--ceh-alert) !important;
font-weight: 700;
}
/* --- ANIMATIONS --- */
@keyframes cehFadeInDown {
from { opacity: 0; transform: translateY(-30px); }
to { opacity: 1; transform: translateY(0); }
}
@keyframes cehFadeInUp {
from { opacity: 0; transform: translateY(30px); }
to { opacity: 1; transform: translateY(0); }
}
/* --- RESPONSIVE --- */
@media (max-width: 768px) {
.ceh-hero h1 { font-size: 2.2rem; }
.ceh-policy-section { padding: 20px; }
.ceh-policy-section h2 { font-size: 1.5rem; }
}
Logistics & Deployment Policy
Operation: Elite Delivery Protocols Enabled
Free Deployment
Secure Free Standard Domestic Shipping on all operational orders totaling $200 AUD or more.
Same-Day Dispatch
Lock in your order before 1:00 PM (AEST) on business days and it drops into the network the exact same day.
Total Compliance
Strict adherence to state laws. QLD-only deployment for blasters. Live tracking and anti-fraud security on all orders.
01 // General Overview
At Command Elite Hobbies (CEH), we are committed to processing and deploying your gear with speed, accuracy, and absolute professionalism. By placing an order via www.commandelitehobbies.com, you agree to the shipping terms, compliance responsibilities, and timeframes outlined in this tactical briefing.
02 // Order Processing & Dispatch
-
Same-Day Dispatch: Orders placed before 1:00 PM AEST (Brisbane time) on a standard business day (Mon–Fri) are prioritized for immediate same-day dispatch.
-
Standard Processing: Orders placed after 1:00 PM, or on weekends and public holidays, are processed and dispatched within 24 to 48 business hours.
-
"Order-In" Items: Hardware marked as "Order-In" requires transfer from our network armories. Allow an additional 3 to 5 business days for these items to deploy.
03 // Domestic Shipping Rates (Australia)
We utilize premium freight operators, including Australia Post and specialized tactically-cleared couriers.
-
Free Standard Shipping: Unlocked on all orders totaling $200 AUD or more (post-discount, pre-shipping).
-
Standard Delivery: Orders under $200 incur standard rates calculated at checkout. Transit time is 3 to 5 business days depending on coordinates.
-
Express Delivery: Available for rapid deployment at extra cost. Estimated transit is 1 to 3 business days.
04 // Interstate Shipping & Compliance Lockdown
Due to the strict legal classification of Gel Blasters and related accessories across various Australian jurisdictions, Command Elite Hobbies adheres strictly to state and federal laws. We operate a zero-exception compliance protocol.
-
Queensland (QLD) Operations: Gel blasters are authorized for possession and use. All orders originating from and delivering to Queensland addresses will be processed and dispatched normally.
-
Interstate Restrictions (NSW, VIC, SA, WA, NT, ACT, TAS): Command Elite Hobbies DOES NOT and WILL NOT ship any gel blaster products, parts, or related accessories to any state or territory outside of Queensland under any circumstances.
-
Automated Cancellations: Other than Queensland no orders can be placed in any other Australian State or Territory for any Gel Blaster products, parts or accessories. Our checkout enforces a geolocation restriction to any customers outside of QLD.
05 // Global Export & International Customs
-
Export Facilitation: We liaise directly with global freight carriers to dispatch legally permitted goods internationally from Australia.
-
Import Duties & Taxes: All inbound customs fees, VAT, and local clearance requirements are the sole responsibility of the buyer.
-
International Compliance: You must verify items are legal to import into your jurisdiction. CEH takes no responsibility for packages seized by international border security.
06 // Secure Routing & Real-Time Tracking
-
Tracking: Once dispatched, your comms (email/SMS) will receive a tracking number and live-monitoring link.
-
Authority to Leave (ATL): Requesting ATL transfers full responsibility of the package to you once marked "Delivered" by the courier.
07 // Anti-Fraud & Security Protocols
To protect our community, CEH utilizes advanced, automated fraud-detection algorithms.
-
Order Holds: If an order flags (e.g., mismatching billing/shipping IPs), the standard dispatch window is paused.
-
Manual Verification: Our security team will request Government Photo ID prior to release. Failure to verify identity within 48 hours results in immediate order termination and refund.