/* ── EaseOfBiz Support Ticket — Homepage Design System ── */ @import url(‘https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=DM+Serif+Display:ital@0;1&display=swap’); .sp-root { –bg: #050507; –bg2: #0a0a0e; –bg3: #111116; –border: rgba(255,255,255,0.08); –v: #8b5cf6; –vl: #a78bfa; –vd: rgba(139,92,246,0.12); –ve: rgba(139,92,246,0.25); –tl: #14b8a6; –g: #10b981; –am: #f59e0b; –tx: #f8fafc; –tx2: #cbd5e1; –tx3: #94a3b8; –tx4: #475569; –fh: ‘DM Serif Display’, Georgia, serif; –fb: ‘Inter’, -apple-system, sans-serif; –r: 16px; –rl: 24px; font-family: var(–fb); background: var(–bg); color: var(–tx); -webkit-font-smoothing: antialiased; overflow-x: hidden; position: relative; } .sp-root *, .sp-root *::before, .sp-root *::after { box-sizing: border-box; margin: 0; padding: 0; } .sp-root a { color: inherit; text-decoration: none; } .sp-root button { cursor: pointer; font-family: inherit; } /* Ambient glows */ .sp-root::before { content: ”; position: absolute; top: -200px; left: -10%; width: 600px; height: 600px; background: rgba(139,92,246,0.07); border-radius: 50%; filter: blur(120px); pointer-events: none; z-index: 0; } .sp-root::after { content: ”; position: absolute; top: 45%; right: -10%; width: 400px; height: 400px; background: rgba(20,184,166,0.05); border-radius: 50%; filter: blur(100px); pointer-events: none; z-index: 0; } .sp-root > * { position: relative; z-index: 1; } .sp-inner { max-width: 1140px; margin: 0 auto; padding: 0 32px; } /* ── HERO ── */ .sp-hero { padding: 96px 32px 72px; text-align: center; position: relative; overflow: hidden; } .sp-hero::before { content: ”; position: absolute; inset: 0; background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(139,92,246,0.09) 0%, transparent 70%); pointer-events: none; } .sp-eyebrow { display: inline-flex; align-items: center; gap: 6px; font-size: 11.5px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: #fff; background: linear-gradient(135deg, rgba(255,255,255,0.05), rgba(255,255,255,0.01)); border: 1px solid rgba(255,255,255,0.1); border-radius: 100px; padding: 6px 16px; margin-bottom: 24px; box-shadow: 0 4px 20px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,0.1); backdrop-filter: blur(20px); } .sp-hero h1 { font-family: var(–fh); font-size: clamp(36px, 6vw, 64px); font-weight: 400; line-height: 1.1; letter-spacing: -0.03em; margin-bottom: 16px; text-shadow: 0 10px 30px rgba(0,0,0,0.5); } .sp-hero h1 em { font-style: italic; background: linear-gradient(135deg, #d8b4fe 0%, #8b5cf6 45%, #14b8a6 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; filter: drop-shadow(0 2px 20px rgba(139,92,246,0.4)); } .sp-hero-sub { font-size: clamp(15px, 1.8vw, 18px); color: var(–tx2); max-width: 520px; margin: 0 auto; font-weight: 300; line-height: 1.7; } /* ── FAST LANE ── */ .sp-lanes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding: 0 32px; max-width: 1140px; margin: 0 auto 48px; } .sp-lane { background: linear-gradient(135deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01)); border: 1px solid var(–border); border-radius: var(–rl); padding: 32px 28px; text-align: center; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); box-shadow: 0 8px 24px rgba(0,0,0,0.2); transition: all 0.3s cubic-bezier(0.4,0,0.2,1); position: relative; overflow: hidden; } .sp-lane::after { content: ”; position: absolute; bottom: 0; left: 0; right: 0; height: 2px; opacity: 0; transition: opacity .25s; } .sp-lane–wa::after { background: #25D366; } .sp-lane–em::after { background: linear-gradient(135deg, var(–v), var(–tl)); } .sp-lane–doc::after { background: rgba(255,255,255,0.3); } .sp-lane:hover { transform: translateY(-4px); border-color: rgba(255,255,255,0.16); box-shadow: 0 16px 40px rgba(0,0,0,0.35); } .sp-lane:hover::after { opacity: 1; } .sp-lane-icon { font-size: 36px; margin-bottom: 16px; display: block; filter: drop-shadow(0 4px 8px rgba(0,0,0,0.5)); } .sp-lane h3 { font-size: 17px; font-weight: 600; color: var(–tx); margin-bottom: 8px; } .sp-lane p { font-size: 13px; color: var(–tx3); line-height: 1.6; margin-bottom: 20px; font-weight: 300; } .sp-lane-btn { display: inline-flex; align-items: center; gap: 6px; padding: 10px 22px; border-radius: 12px; font-size: 13px; font-weight: 600; border: 1px solid rgba(255,255,255,0.1); background: rgba(255,255,255,0.05); color: var(–tx2); transition: all .2s; cursor: pointer; backdrop-filter: blur(8px); text-decoration: none; } .sp-lane-btn:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.2); color: var(–tx); transform: translateY(-1px); } .sp-lane–wa .sp-lane-btn:hover { background: rgba(37,211,102,0.12); border-color: rgba(37,211,102,0.3); color: #25D366; } /* ── FORM SECTION ── */ .sp-form-wrap { max-width: 800px; margin: 0 auto; padding: 0 32px 96px; } .sp-form-card { background: linear-gradient(135deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01)); border: 1px solid var(–border); border-radius: var(–rl); padding: 56px; backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); box-shadow: 0 20px 40px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.05); position: relative; overflow: hidden; } .sp-form-card::before { content: ”; position: absolute; top: -80px; right: -80px; width: 250px; height: 250px; background: rgba(139,92,246,0.06); border-radius: 50%; filter: blur(50px); pointer-events: none; } .sp-form-header { text-align: center; margin-bottom: 40px; position: relative; } .sp-form-header h2 { font-family: var(–fh); font-size: clamp(24px, 3vw, 34px); font-weight: 400; letter-spacing: -0.02em; margin-bottom: 10px; } .sp-form-header p { font-size: 15px; color: var(–tx3); font-weight: 300; } /* Form overrides */ .sp-form-card .eob-form-wrapper input, .sp-form-card .eob-form-wrapper textarea, .sp-form-card .eob-form-wrapper select { background: rgba(255,255,255,0.04) !important; border: 1px solid rgba(255,255,255,0.1) !important; color: var(–tx) !important; padding: 14px 16px !important; border-radius: var(–r) !important; width: 100%; font-family: var(–fb); margin-bottom: 16px; font-size: 15px !important; transition: all .2s; backdrop-filter: blur(8px); } .sp-form-card .eob-form-wrapper input:focus, .sp-form-card .eob-form-wrapper textarea:focus { border-color: var(–ve) !important; outline: none; box-shadow: 0 0 0 3px rgba(139,92,246,0.1) !important; background: rgba(255,255,255,0.06) !important; } .sp-form-card .eob-form-wrapper input::placeholder, .sp-form-card .eob-form-wrapper textarea::placeholder { color: var(–tx4) !important; } .sp-form-card .eob-form-wrapper label, .sp-form-card .eob-form-label { color: var(–tx3) !important; font-size: 12px !important; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 8px; display: block; } .sp-form-card .eob-form-wrapper button, .sp-form-card .eob-form-wrapper input[type=”submit”] { background: linear-gradient(135deg, var(–v), #5b21b6) !important; color: #fff !important; font-weight: 600 !important; padding: 14px 32px !important; border-radius: 12px !important; border: 1px solid rgba(255,255,255,0.15) !important; cursor: pointer !important; width: 100%; font-size: 15px !important; font-family: var(–fb) !important; transition: all .25s !important; box-shadow: 0 8px 20px rgba(139,92,246,0.3), inset 0 1px 0 rgba(255,255,255,0.25) !important; text-transform: none !important; letter-spacing: 0 !important; } .sp-form-card .eob-form-wrapper button:hover, .sp-form-card .eob-form-wrapper input[type=”submit”]:hover { background: linear-gradient(135deg, #9f7aea, #6d28d9) !important; transform: translateY(-2px) !important; box-shadow: 0 12px 28px rgba(139,92,246,0.45) !important; } /* ── PROMISE STRIP ── */ .sp-promise { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(–border); border: 1px solid var(–border); border-radius: var(–r); overflow: hidden; margin-top: 40px; position: relative; } .sp-promise-item { background: var(–bg2); padding: 24px 20px; text-align: center; } .sp-promise-icon { font-size: 28px; display: block; margin-bottom: 10px; filter: drop-shadow(0 2px 6px rgba(0,0,0,0.5)); } .sp-promise-title { font-size: 14px; font-weight: 600; color: var(–tx); margin-bottom: 4px; } .sp-promise-desc { font-size: 12px; color: var(–tx4); } /* ── RESPONSIVE ── */ @media (max-width: 900px) { .sp-lanes { grid-template-columns: 1fr; padding: 0 20px; gap: 10px; } .sp-form-wrap { padding: 0 20px 72px; } .sp-form-card { padding: 32px 24px; } .sp-hero { padding: 72px 20px 56px; } .sp-promise { grid-template-columns: 1fr; } }
Support

We’re here
for you.

Real humans, real answers. We resolve 95% of issues within 24 hours — no bots, no scripts.

✉️

Email Support

Best for detailed issues — screenshots, error messages, billing queries.

📖

Tutorials

Step-by-step guides for every feature. Most answers are already there.

Browse guides →

Open a support ticket

The more detail you provide, the faster we can help.

Log In

Access your dashboard.

24-hour response
Guaranteed on all plans
🛡
Priority handling
Security issues go first
🤝
Human team
No bots, no templates
function spCopyEmail() { navigator.clipboard.writeText(‘[email protected]’).then(function() { var btn = document.querySelector(‘.sp-lane–em .sp-lane-btn’); if (btn) { btn.textContent = ‘Copied!’; setTimeout(function(){ btn.textContent = ‘Copy email address’; }, 2000); } }); }