.bt-login-nav {
position: sticky;
top: 0;
z-index: 20;
display: flex;
align-items: center;
justify-content: space-between;
gap: 1rem;
padding: 1rem 0;
backdrop-filter: blur(18px);
}
.bt-login-nav-brand {
display: inline-flex;
align-items: center;
gap: 0.85rem;
min-width: 0;
}
.bt-login-nav-brand-link {
display: inline-flex;
align-items: center;
min-width: 0;
color: inherit;
text-decoration: none;
border-radius: 16px;
}
.bt-login-nav-brand-link:focus-visible {
outline: 2px solid rgba(255, 255, 255, 0.35);
outline-offset: 4px;
}
.bt-login-nav-logo {
width: auto;
height: 60px;
max-width: 240px;
object-fit: contain;
flex-shrink: 0;
}
.bt-login-nav-menu {
display: none;
position: relative;
margin-left: auto;
}
.bt-login-nav-menu summary {
list-style: none;
}
.bt-login-nav-menu summary::-webkit-details-marker {
display: none;
}
.bt-login-nav-menu-toggle {
display: inline-flex;
align-items: center;
justify-content: center;
width: 46px;
height: 46px;
border-radius: 14px;
border: 1px solid rgba(255, 255, 255, 0.12);
background: rgba(255, 255, 255, 0.04);
color: var(--text);
cursor: pointer;
transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
box-shadow: none;
}
.bt-login-nav-menu-toggle:hover {
background: rgba(255, 255, 255, 0.08);
border-color: rgba(255, 255, 255, 0.18);
transform: translateY(-1px);
}
.bt-login-nav-menu-icon {
display: inline-flex;
flex-direction: column;
gap: 4px;
}
.bt-login-nav-menu-icon span {
display: block;
width: 18px;
height: 2px;
border-radius: 999px;
background: currentColor;
transition: transform 0.18s ease, opacity 0.18s ease;
}
.bt-login-nav-menu[open] .bt-login-nav-menu-icon span:nth-child(1) {
transform: translateY(6px) rotate(45deg);
}
.bt-login-nav-menu[open] .bt-login-nav-menu-icon span:nth-child(2) {
opacity: 0;
}
.bt-login-nav-menu[open] .bt-login-nav-menu-icon span:nth-child(3) {
transform: translateY(-6px) rotate(-45deg);
}
.bt-login-nav-menu-panel {
position: absolute;
right: 0;
top: calc(100% + 0.65rem);
width: min(240px, 72vw);
padding: 0.65rem;
border-radius: 18px;
border: 1px solid rgba(255, 255, 255, 0.12);
background: rgba(12, 18, 41, 0.98);
box-shadow: 0 24px 60px rgba(2, 6, 23, 0.28);
backdrop-filter: blur(18px);
z-index: 30;
}
.bt-login-nav-menu-links {
display: grid;
gap: 0.35rem;
list-style: none;
margin: 0;
padding: 0;
}
.bt-login-nav-menu-links a {
display: flex;
align-items: center;
justify-content: flex-start;
min-height: 42px;
padding: 0.7rem 0.95rem;
border-radius: 12px;
color: rgba(255, 255, 255, 0.92);
border: 1px solid transparent;
transition: 0.18s ease;
font-size: 0.92rem;
}
.bt-login-nav-menu-links a:hover {
color: #fff;
border-color: rgba(255, 255, 255, 0.14);
background: rgba(255, 255, 255, 0.06);
}
.bt-login-nav-links {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: flex-end;
gap: 0.4rem;
list-style: none;
margin: 0;
padding: 0;
}
.bt-login-nav-links a {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 40px;
padding: 0.45rem 0.9rem;
border-radius: 999px;
color: var(--muted);
border: 1px solid transparent;
transition: 0.18s ease;
font-size: 0.9rem;
}
.bt-login-nav-links a:hover {
color: var(--text);
border-color: rgba(255, 255, 255, 0.14);
background: rgba(255, 255, 255, 0.06);
}
/* --- PUBLIC CLASSIC DESIGN SYSTEM COMPONENTS --- */
.hero {
padding: 2rem 1.5rem 2.5rem;
background: linear-gradient(135deg, rgba(27, 37, 89, 0.04) 0%, rgba(74, 58, 255, 0.02) 100%);
border-radius: 1.5rem;
border: 1px solid rgba(27, 37, 89, 0.08);
margin-bottom: 1.5rem;
}
.hero-card {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 1rem;
}
.hero-tag {
display: inline-block;
padding: 0.35rem 0.85rem;
border-radius: 2rem;
background: rgba(245, 166, 35, 0.12);
color: #d97706;
font-size: 0.8rem;
font-weight: 700;
letter-spacing: 0.05em;
text-transform: uppercase;
}
.hero h1 {
font-size: clamp(1.8rem, 3.2vw, 2.75rem);
font-weight: 800;
color: #1B2559;
line-height: 1.25;
letter-spacing: -0.02em;
margin: 0;
}
.lead {
font-size: 1.05rem;
color: #4b5563;
line-height: 1.65;
margin: 0;
}
.panel.section,
.panel {
background: #ffffff;
border: 1px solid rgba(27, 37, 89, 0.08);
border-radius: 1.5rem;
padding: 1.75rem 2rem;
margin-bottom: 1.5rem;
box-shadow: 0 10px 30px rgba(27, 37, 89, 0.04);
}
.section-head {
margin-bottom: 1rem;
}
.section-kicker {
font-size: 0.78rem;
font-weight: 700;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #f5a623;
margin-bottom: 0.25rem;
}
.section-head h2,
.section h2 {
font-size: 1.65rem;
font-weight: 700;
color: #1B2559;
margin: 0;
line-height: 1.3;
}
.cards {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
gap: 1.25rem;
margin-top: 1.25rem;
}
.card {
padding: 1.35rem 1.5rem;
border-radius: 1.1rem;
background: #ffffff;
border: 1px solid rgba(27, 37, 89, 0.08);
box-shadow: 0 4px 12px rgba(27, 37, 89, 0.03);
transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.card:hover {
transform: translateY(-2px);
box-shadow: 0 12px 24px rgba(27, 37, 89, 0.08);
border-color: rgba(245, 166, 35, 0.4);
}
.card h3 {
font-size: 1.1rem;
font-weight: 700;
color: #1B2559;
margin: 0 0 0.5rem;
}
.card p {
font-size: 0.9rem;
color: #4b5563;
line-height: 1.6;
margin: 0;
}
.btn-row {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 0.75rem;
margin-top: 1.25rem;
}
.btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
min-height: 2.65rem;
padding: 0.65rem 1.25rem;
border-radius: 0.75rem;
font-weight: 700;
font-size: 0.875rem;
text-decoration: none;
cursor: pointer;
transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
border: 1px solid transparent;
}
.btn-primary {
background: linear-gradient(135deg, #1B2559 0%, #2B3678 100%);
color: #ffffff !important;
box-shadow: 0 6px 18px rgba(27, 37, 89, 0.18);
}
.btn-primary:hover {
background: linear-gradient(135deg, #2B3678 0%, #4A3AFF 100%);
transform: translateY(-1px);
}
.btn-ghost {
background: #ffffff;
border: 1px solid rgba(27, 37, 89, 0.14);
color: #1B2559 !important;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
}
.btn-ghost:hover {
background: #f8fbff;
border-color: #1B2559;
transform: translateY(-1px);
}
.chip-cloud {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
margin-top: 1rem;
}
.chip {
display: inline-flex;
align-items: center;
padding: 0.45rem 0.85rem;
border-radius: 2rem;
background: rgba(27, 37, 89, 0.04);
border: 1px solid rgba(27, 37, 89, 0.08);
font-size: 0.825rem;
font-weight: 600;
color: #1B2559;
}
.list-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
gap: 0.75rem;
margin-top: 1rem;
}
.list-item {
display: flex;
align-items: flex-start;
gap: 0.65rem;
padding: 0.75rem 0.9rem;
border-radius: 0.75rem;
background: rgba(27, 37, 89, 0.02);
border: 1px solid rgba(27, 37, 89, 0.06);
}
.bullet {
width: 8px;
height: 8px;
border-radius: 50%;
background: #F5A623;
margin-top: 0.45rem;
flex-shrink: 0;
}
.list-item strong {
display: block;
font-size: 0.875rem;
font-weight: 700;
color: #1B2559;
}
.list-item span {
font-size: 0.825rem;
color: #6b7280;
line-height: 1.45;
}
.callout {
padding: 1.25rem;
border-radius: 1rem;
background: linear-gradient(135deg, rgba(245, 166, 35, 0.08) 0%, rgba(74, 58, 255, 0.03) 100%);
border: 1px solid rgba(245, 166, 35, 0.25);
margin-top: 1.25rem;
}
.footer-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 1rem;
margin-top: 1.25rem;
}
.contact-card {
padding: 1.1rem;
border-radius: 0.85rem;
background: #ffffff;
border: 1px solid rgba(27, 37, 89, 0.08);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}
.contact-card small {
display: block;
font-size: 0.725rem;
text-transform: uppercase;
letter-spacing: 0.05em;
color: #6b7280;
margin-bottom: 0.25rem;
}
.contact-card strong {
display: block;
font-size: 0.95rem;
font-weight: 700;
color: #1B2559;
}
.text-link {
color: #4A3AFF !important;
font-weight: 600;
text-decoration: underline !important;
text-underline-offset: 3px;
transition: color 0.15s ease;
}
.text-link:hover {
color: #1B2559 !important;
}
@media (max-width: 840px) {
.bt-login-nav {
flex-direction: row;
align-items: center;
justify-content: space-between;
}
.bt-login-nav-links {
justify-content: flex-start;
}
}
@media (max-width: 640px) {
.bt-login-nav-logo {
height: 44px;
max-width: 180px;
}
.bt-login-nav-menu {
display: inline-flex;
}
.bt-login-nav-links {
display: none;
}
.bt-login-nav-menu-panel {
width: min(260px, calc(100vw - 1rem));
}
}
Event Tips & Insights
Blog Buku Tamu
Explore practical tips, step-by-step guides, and inspiration to manage guest lists, digital check-ins, and keep your event running flawlessly.
Wedding
4 min read
Solve guest congestion at the wedding registration desk with an instant unique check-in code scan.
Wedding
5 min read
How to arrange guest tables and seats visually to prevent confusion on the wedding day.
Wedding
4 min read
Prevent invitation misuse and check-in ticket duplication to protect wedding souvenirs and catering budgets.
Wedding
3 min read
Replace thick paper guest logs with smart search based on a unified online guest database.
Wedding
4 min read
Distribute guest arrivals across multiple digital check-in gates to reduce the field team's workload.
Corporate Event
5 min read
Secure large-scale seminar check-ins from ticket duplication risks using real-time online synchronization.
Seminar
4 min read
Learn how to speed up registration at corporate events using smartphone scanner apps.
Corporate Event
4 min read
Create an exciting, honest, and fair lucky draw session connected directly to live guest attendance.
Wedding
4 min read
A strategic transition to digital guest books to improve check-in speed and enhance guest hospitality.
Wedding
4 min read
Avoid lost gift items and duplicate claims with automated tracking synced directly to guest passes.
Wedding
4 min read
Solve guest count uncertainties with live attendance metrics synced directly to your organizer dashboard.
Wedding
4 min read
Reduce delivery failure risks by broadcasting mobile-friendly digital invitations directly to WhatsApp.
Wedding
5 min read
Keep family invitations peaceful by locking companion limits systematically in your online registry.
Wedding
4 min read
Ensure a warm VIP welcome with automated mobile alerts the moment priority guests scan in.
Wedding
4 min read
Learn how to plan ballroom dining tables using an intuitive drag-and-drop seating chart designer.
Wedding
4 min read
Prevent table seating conflicts among guests using real-time synced seating charts.
Wedding
4 min read
Lock maximum companion quotas in the digital invitation before the event day.
Wedding
4 min read
Register cash envelope counts digitally at the entrance desk for faster financial reviews.
Wedding
4 min read
Show personalized greetings and table allocations on lobby TV monitors right after check-in.
Wedding
4 min read
Bring excitement to your wedding draw with a live digital spinner synced to checked-in guests.
Wedding
4 min read
Modify guest profiles on the fly from the usher app without pausing the queue.
Wedding
4 min read
Protect attendance lists from physical damage using secure real-time online backups.
Wedding
4 min read
Fix spelling mistakes and reprint guest name badges on-site in seconds.
Wedding
4 min read
Organize mass invitation broadcasts using scheduled templates that stay spam-free.
Wedding
4 min read
Clear gift table lines with rapid scan validations linked directly to check-in logs.
Wedding
4 min read
Share a secure view-only live registry feed for family members to monitor arrivals.
Wedding
4 min read
Find guest records immediately by typing nicknames in the smart search bar.
Wedding
4 min read
Avoid catering shortage stresses by enforcing online RSVP deadlines and companion caps.
Wedding
4 min read
Consolidate guest response messages into a single, clean online registry dashboard.
Wedding
4 min read
Sync table layouts across all usher devices instantly without reprinting paper blueprints.
Wedding
4 min read
Save event printing costs by moving to modern touchscreen registration systems.
Wedding
4 min read
Maintain venue capacity limits by scanning and verifying guest arrival session times.
Wedding
4 min read
Disperse outdoor wedding check-in lines using battery-powered mobile scanner devices.
Wedding
4 min read
Collect clean, readable greetings and guest details via digital keyboard entries.
Wedding
4 min read
Broadcast instant WhatsApp notifications to hosts as soon as VIP passes scan in.
Wedding
4 min read
Optimize food service speed by sharing real-time arrival metrics with the culinary team.
Wedding
4 min read
Block uninvited entries using encrypted, secure entry passes validated online.
Wedding
4 min read
Simplify RSVP collections using automated, user-friendly interactive WhatsApp forms.
Wedding
4 min read
Secure priority seats for family members and VVIPs on the visual seating designer.
Wedding
4 min read
Compare registered guest targets versus actual arrivals using real-time graphical logs.
Wedding
4 min read
Generate and distribute online wedding invitations with unlimited guest names in hours.
Wedding
4 min read
Embed Google Maps directly into invitation templates for stress-free venue navigation.
Wedding
4 min read
Track remaining gift counts automatically as scans occur in the front lobby.
Wedding
4 min read
Project welcoming table assignments on lobby screens, freeing up usher crews.
Wedding
4 min read
Link multiple check-in devices on a single database for high-throughput entry gates.
Wedding
4 min read
Assist senior invitees by allowing ushers to search names manually in seconds.
Wedding
4 min read
Upload bulk lists from Excel spreadsheets directly into your online dashboard.
Wedding
4 min read
Check WhatsApp message delivery statuses to confirm links reach the intended screens.
Wedding
4 min read
Seal guest count overflows by establishing strict RSVP companion limits.
Wedding
4 min read
Provide peace of mind to couples in dressing rooms with live VIP check-in feeds.
Wedding
4 min read
Speed up cash envelope processing using automated digital numbering and registry logs.
Wedding
4 min read
Trigger name sticker labels to print automatically upon checking in at the gate.
Wedding
4 min read
Analyze the gap between confirmed RSVPs and actual arrivals for future event sizing.
Wedding
4 min read
Layout family dining zones on separate visual grids to ensure perfect reception etiquette.