/* landing.css — Extra landing page components for Tibia Survival */

/* ─── Tagline under logo ─── */
.ts-tagline {
    text-align: center;
    color: #aaa;
    font-family: 'Cinzel', serif;
    font-size: 0.95rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-top: 6px;
}

/* ─── Hero buttons ─── */
.hero-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 30px;
    flex-wrap: wrap;
}

.hero-btn-primary {
    background: linear-gradient(180deg, #dc2626 0%, #991b1b 100%);
    color: #fff;
    border: 1px solid #7f1d1d;
    font-size: 1rem;
    padding: 14px 32px;
    letter-spacing: 1px;
}

.hero-btn-primary:hover {
    background: linear-gradient(180deg, #ef4444 0%, #b91c1c 100%);
    box-shadow: 0 8px 20px rgba(220, 38, 38, 0.5);
    transform: translateY(-3px);
    border-color: #ef4444;
}

.hero-btn-secondary {
    background: linear-gradient(180deg, #292524 0%, #1c1917 100%);
    color: #f97316;
    border: 1px solid #f97316;
    font-size: 1rem;
    padding: 14px 32px;
    letter-spacing: 1px;
}

.hero-btn-secondary:hover {
    background: linear-gradient(180deg, #3d3330 0%, #292524 100%);
    box-shadow: 0 8px 20px rgba(249, 115, 22, 0.4);
    transform: translateY(-3px);
    color: #ffb347;
    border-color: #ffb347;
}

/* ─── Connection bar ─── */
.ts-connection-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
    background: rgba(12, 10, 9, 0.85);
    border: 1px solid #44403c;
    border-radius: 8px;
    padding: 14px 24px;
    margin-bottom: 30px;
    box-shadow: 0 3px 12px rgba(0,0,0,0.5);
    backdrop-filter: blur(8px);
}

.ts-conn-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 18px;
    font-size: 0.9rem;
    color: #ccc;
}

.ts-conn-item .fa,
.ts-conn-item .fas {
    color: #f97316;
    font-size: 0.85rem;
}

.ts-conn-label {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ts-conn-item strong {
    color: #fff;
    font-weight: 600;
}

.ts-conn-divider {
    width: 1px;
    height: 28px;
    background: #44403c;
    flex-shrink: 0;
}

@media (max-width: 640px) {
    .ts-conn-divider { display: none; }
    .ts-conn-item { border-bottom: 1px solid #2a2826; width: 100%; justify-content: center; }
    .ts-conn-item:last-child { border-bottom: none; }
    .ts-connection-bar { padding: 10px; }
}

/* ─── Section title ─── */
.ts-section-title {
    font-family: 'Cinzel', serif;
    color: #f97316;
    font-size: 1.4rem;
    text-align: center;
    border-bottom: 1px solid #44403c;
    padding-bottom: 14px;
    margin: 30px 0 22px;
    position: relative;
}

.ts-section-title::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background: #f97316;
    box-shadow: 0 0 8px rgba(249, 115, 22, 0.6);
}

/* ─── How to Start steps ─── */
.ts-steps-section {
    margin-bottom: 10px;
}

.ts-steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-bottom: 20px;
}

.ts-step {
    background: rgba(18, 16, 15, 0.85);
    border: 1px solid #44403c;
    border-radius: 10px;
    padding: 24px 20px;
    text-align: center;
    position: relative;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.ts-step:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.6), 0 0 12px rgba(249,115,22,0.2);
    border-color: #f97316;
}

.ts-step-number {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: linear-gradient(180deg, #dc2626 0%, #991b1b 100%);
    border: 2px solid #7f1d1d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.85rem;
    color: #fff;
    box-shadow: 0 2px 8px rgba(220,38,38,0.5);
}

.ts-step-icon {
    font-size: 2.2rem;
    color: #f97316;
    margin: 8px 0 14px;
    text-shadow: 0 0 12px rgba(249,115,22,0.4);
}

.ts-step h3 {
    font-family: 'Cinzel', serif;
    color: #e7e5e4;
    font-size: 1rem;
    margin: 0 0 10px;
}

.ts-step p {
    font-size: 0.88rem;
    color: #aaa;
    line-height: 1.55;
    margin: 0;
}

.ts-step p a {
    color: #f97316;
    text-decoration: none;
}

.ts-step p a:hover {
    color: #ffb347;
    text-decoration: underline;
}

/* ─── Guild list wrapper in landing ─── */
.ts-guild-section {
    margin-bottom: 10px;
}

.venore-guild-list {
    background: rgba(12, 10, 9, 0.6);
    border: 1px solid #44403c;
    border-radius: 8px;
    padding: 5px 10px;
}

/* ─── Form group helper (sidebar login) ─── */
.form-group {
    margin-bottom: 10px;
}

.form-group input {
    width: 100%;
    box-sizing: border-box;
}
